Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_canfd.h1111 __STATIC_INLINE cy_en_canfd_status_t Cy_CANFD_ConfigChangesEnable(CANFD_Type *base, uint32_t chan);
1430 __STATIC_INLINE cy_en_canfd_status_t Cy_CANFD_ConfigChangesEnable(CANFD_Type *base, uint32_t chan) in Cy_CANFD_ConfigChangesEnable() function
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_canfd.c315 ret = Cy_CANFD_ConfigChangesEnable(base, chan); in Cy_CANFD_Init()