Searched refs:fifoCfgPtr (Results 1 – 3 of 3) sorted by relevance
212 ((NULL != config->fifoCfgPtr) ? !CY_PASS_V1 : true) && in Cy_SAR_Init()302 if (NULL != config->fifoCfgPtr) in Cy_SAR_Init()304 …uint32_t locLevel = config->fifoCfgPtr->level - 1UL; /* Convert the user value into the machine va… in Cy_SAR_Init()308 …_FIFO_CONFIG(base) = _BOOL2FLD(PASS_FIFO_V2_CONFIG_CHAN_ID_EN, config->fifoCfgPtr->chanId) | in Cy_SAR_Init()309 … _BOOL2FLD(PASS_FIFO_V2_CONFIG_CHAIN_TO_NXT, config->fifoCfgPtr->chainToNext) | in Cy_SAR_Init()310 … _BOOL2FLD(PASS_FIFO_V2_CONFIG_TR_INTR_CLR_RD_EN, config->fifoCfgPtr->clrTrIntrOnRead); in Cy_SAR_Init()317 if (config->fifoCfgPtr->trOut) in Cy_SAR_Init()
320 cy_stc_sar_fifo_config_t const * fifoCfgPtr; member
1485 …cy_stc_sar_fifo_config_t const * fifoCfgPtr; /**< Pointer to the FIFO configuration structu… member