![]() |
#include <etpu_as.h>
Definition at line 42 of file etpu_as.h.
Data Fields | |
const uint8_t | chan_num |
const uint8_t | priority |
const uint8_t | mode |
const uint8_t | polarity |
const uint8_t | signal_count |
uint32_t * | cpba |
uint32_t * | cpba_signals |
|
Channel number of the AS channel. Definition at line 44 of file etpu_as.h. Referenced by fs_etpu_as_config(), and fs_etpu_as_init(). |
|
Channel parameter base address. Set cpba = 0 to use automatic allocation of eTPU DATA RAM for AS channel parameters using the eTPU utility function fs_etpu_malloc (recommanded), or assign the cpba manually by an address where the AS channel parameter space will start from, e.g. 0xC3FC8100. Definition at line 58 of file etpu_as.h. Referenced by fs_etpu_as_config(), and fs_etpu_as_init(). |
|
Channel parameter base address. Set cpba_signals = 0 to use automatic allocation of eTPU DATA RAM for AS signal parameter array (recommanded), or assign the cpba_signals manually by an address where the array will start. Definition at line 63 of file etpu_as.h. Referenced by fs_etpu_as_config(), fs_etpu_as_get_outputs(), fs_etpu_as_init(), and fs_etpu_as_measure_dc_offsets(). |
|
AS mode. It can be any of:
Definition at line 46 of file etpu_as.h. Referenced by fs_etpu_as_init(). |
|
AS output signal polarity. It can be any of: Definition at line 52 of file etpu_as.h. Referenced by fs_etpu_as_init(). |
|
Channel priority for the AS channel. Definition at line 45 of file etpu_as.h. Referenced by fs_etpu_as_init(). |
|
Count of AS signals processed. It can be 1 to FS_ETPU_AS_SIGNALS_MAX. Definition at line 56 of file etpu_as.h. Referenced by fs_etpu_as_config(), fs_etpu_as_get_outputs(), fs_etpu_as_init(), and fs_etpu_as_measure_dc_offsets(). |
Generated by ![]() |
© Freescale Semiconductor Inc. 2004 - 2012. All Rights Reserved. |