Home
last modified time | relevance | path

Searched refs:IS_FDCAN_TT_REFERENCE_MESSAGE_PAYLOAD (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_fdcan.h2208 #define IS_FDCAN_TT_REFERENCE_MESSAGE_PAYLOAD(PAYLOAD) (((PAYLOAD) == FDCAN_TT_REF_MESSAGE_NO_PAYLO… macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_fdcan.h2351 #define IS_FDCAN_TT_REFERENCE_MESSAGE_PAYLOAD(PAYLOAD) (((PAYLOAD) == FDCAN_TT_REF_MESSAGE_NO_PAYLO… macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_fdcan.h2351 #define IS_FDCAN_TT_REFERENCE_MESSAGE_PAYLOAD(PAYLOAD) (((PAYLOAD) == FDCAN_TT_REF_MESSAGE_NO_PAYLO… macro
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_fdcan.c2633 assert_param(IS_FDCAN_TT_REFERENCE_MESSAGE_PAYLOAD(Payload)); in HAL_FDCAN_TT_ConfigReferenceMessage()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_fdcan.c3693 assert_param(IS_FDCAN_TT_REFERENCE_MESSAGE_PAYLOAD(Payload)); in HAL_FDCAN_TT_ConfigReferenceMessage()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_fdcan.c3693 assert_param(IS_FDCAN_TT_REFERENCE_MESSAGE_PAYLOAD(Payload)); in HAL_FDCAN_TT_ConfigReferenceMessage()