Home
last modified time | relevance | path

Searched refs:IS_FDCAN_TX_LOCATION (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-2.7.6/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_fdcan.h1346 #define IS_FDCAN_TX_LOCATION(LOCATION) (((LOCATION) == FDCAN_TX_BUFFER0 ) || ((LOCATION) == FDCAN_T… macro
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_fdcan.h1337 #define IS_FDCAN_TX_LOCATION(LOCATION) (((LOCATION) == FDCAN_TX_BUFFER0 ) || ((LOCATION) == FDCAN_T… macro
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_fdcan.h1346 #define IS_FDCAN_TX_LOCATION(LOCATION) (((LOCATION) == FDCAN_TX_BUFFER0 ) || ((LOCATION) == FDCAN_T… macro
/hal_stm32-2.7.6/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_fdcan.h1329 #define IS_FDCAN_TX_LOCATION(LOCATION) (((LOCATION) == FDCAN_TX_BUFFER0 ) || ((LOCATION) == FDCAN_T… macro
/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_fdcan.c1800 assert_param(IS_FDCAN_TX_LOCATION(BufferIndex)); in HAL_FDCAN_AddMessageToTxBuffer()
2695 assert_param(IS_FDCAN_TX_LOCATION(sTriggerConfig->TxBufferIndex)); in HAL_FDCAN_TT_ConfigTrigger()
/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_fdcan.h2117 #define IS_FDCAN_TX_LOCATION(LOCATION) (((LOCATION) == FDCAN_TX_BUFFER0 ) || ((LOCATION) == FDCAN_T… macro
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_fdcan.c2792 assert_param(IS_FDCAN_TX_LOCATION(BufferIndex)); in HAL_FDCAN_AddMessageToTxBuffer()
3711 assert_param(IS_FDCAN_TX_LOCATION(sTriggerConfig->TxBufferIndex)); in HAL_FDCAN_TT_ConfigTrigger()
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_fdcan.h2215 #define IS_FDCAN_TX_LOCATION(LOCATION) (((LOCATION) == FDCAN_TX_BUFFER0 ) || ((LOCATION) == FDCAN_T… macro