![]() |
#include <etpu_cam.h>
Definition at line 42 of file etpu_cam.h.
Data Fields | |
const uint8_t | chan_num |
const uint8_t | priority |
const uint8_t | log_size |
uint32_t * | cpba |
uint32_t * | cpba_log |
|
Channel number of the CAM channel. Definition at line 44 of file etpu_cam.h. Referenced by fs_etpu_cam_config(), fs_etpu_cam_init(), and fs_etpu_cam_reset_log(). |
|
Channel parameter base address. Set cpba = 0 to use automatic allocation of eTPU DATA RAM for CAM channel parameters using the eTPU utility function fs_etpu_malloc (recommanded), or assign the cpba manually by an address where the CAM channel parameter space will start from, e.g. 0xC3FC8100. Definition at line 48 of file etpu_cam.h. Referenced by fs_etpu_cam_get_states(), and fs_etpu_cam_init(). |
|
Pointer to the CAM log buffer in eTPU DATA RAM. Set cpba_log = 0 to use automatic allocation of eTPU DATA RAM for the CAM buffer using the eTPU utility function fs_etpu_malloc (recommanded), or assign the cpba_log manually by an address where the CAM buffer will start. Definition at line 53 of file etpu_cam.h. Referenced by fs_etpu_cam_copy_log(), and fs_etpu_cam_init(). |
|
CAM log array size as a number of logged items. Definition at line 46 of file etpu_cam.h. Referenced by fs_etpu_cam_copy_log(), and fs_etpu_cam_init(). |
|
Channel priority for the CAM channel. Definition at line 45 of file etpu_cam.h. Referenced by fs_etpu_cam_init(). |
Generated by ![]() |
© Freescale Semiconductor Inc. 2004 - 2012. All Rights Reserved. |