Home
last modified time | relevance | path

Searched refs:topPointerLogicEnabled (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_canfd.c398 … _VAL2FLD(CANFD_CH_RXFTOP_CTL_F0TPE, (config->rxFIFO0Config->topPointerLogicEnabled) ? 1UL : 0UL) | in Cy_CANFD_Init()
399 … _VAL2FLD(CANFD_CH_RXFTOP_CTL_F1TPE, (config->rxFIFO1Config->topPointerLogicEnabled) ? 1UL : 0UL); in Cy_CANFD_Init()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_canfd.h937 bool topPointerLogicEnabled; /**< Top pointer logic enabled */ member