Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_canfd.h1112 __STATIC_INLINE cy_en_canfd_status_t Cy_CANFD_ConfigChangesDisable(CANFD_Type *base, uint32_t chan);
1476 __STATIC_INLINE cy_en_canfd_status_t Cy_CANFD_ConfigChangesDisable(CANFD_Type *base, uint32_t chan) in Cy_CANFD_ConfigChangesDisable() function
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_canfd.c526 ret = Cy_CANFD_ConfigChangesDisable(base, chan); in Cy_CANFD_Init()