MCUXpresso SDK API Reference Manual
Rev. 0
NXP Semiconductors
|
Modules | |
PHY_LDO Register Masks | |
LINREG_STAT - LinReg status bits LinReg status bits. | |
Files | |
file | fsl_anatop_ai.h |
Functions | |
uint32_t | ANATOP_AI_Access (anatop_ai_itf_t itf, bool isWrite, anatop_ai_reg_t addr, uint32_t wdata) |
AI interface access. More... | |
void | ANATOP_AI_Write (anatop_ai_itf_t itf, anatop_ai_reg_t addr, uint32_t wdata) |
AI interface writing. More... | |
uint32_t | ANATOP_AI_Read (anatop_ai_itf_t itf, anatop_ai_reg_t addr) |
AI interface reading. More... | |
void | ANATOP_AI_WriteWithMaskShift (anatop_ai_itf_t itf, anatop_ai_reg_t addr, uint32_t wdata, uint32_t mask, uint32_t shift) |
AI interface write with mask and shift. More... | |
Driver version | |
#define | FSL_ANATOP_AI_DRIVER_VERSION (MAKE_VERSION(1, 0, 0)) |
Anatop AI driver version 1.0.0. More... | |
#define FSL_ANATOP_AI_DRIVER_VERSION (MAKE_VERSION(1, 0, 0)) |
uint32_t ANATOP_AI_Access | ( | anatop_ai_itf_t | itf, |
bool | isWrite, | ||
anatop_ai_reg_t | addr, | ||
uint32_t | wdata | ||
) |
itf | AI interface name |
isWrite | write enable |
addr | address |
wdata | data to be set |
void ANATOP_AI_Write | ( | anatop_ai_itf_t | itf, |
anatop_ai_reg_t | addr, | ||
uint32_t | wdata | ||
) |
itf | AI interface name |
addr | address |
wdata | data to be set |
uint32_t ANATOP_AI_Read | ( | anatop_ai_itf_t | itf, |
anatop_ai_reg_t | addr | ||
) |
itf | AI interface name |
addr | address |
void ANATOP_AI_WriteWithMaskShift | ( | anatop_ai_itf_t | itf, |
anatop_ai_reg_t | addr, | ||
uint32_t | wdata, | ||
uint32_t | mask, | ||
uint32_t | shift | ||
) |
itf | AI interface name |
addr | address |
wdata | data to be written |
mask | bit field mask |
shift | bit field shift |