Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_fdcan.c250 assert_param(IS_FDCAN_DATA_SIZE(hfdcan->Init.RxFifo0ElmtSize)); in HAL_FDCAN_Init()
255 assert_param(IS_FDCAN_DATA_SIZE(hfdcan->Init.RxFifo1ElmtSize)); in HAL_FDCAN_Init()
260 assert_param(IS_FDCAN_DATA_SIZE(hfdcan->Init.RxBufferSize)); in HAL_FDCAN_Init()
270 assert_param(IS_FDCAN_DATA_SIZE(hfdcan->Init.TxElmtSize)); in HAL_FDCAN_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_fdcan.c333 assert_param(IS_FDCAN_DATA_SIZE(hfdcan->Init.RxFifo0ElmtSize)); in HAL_FDCAN_Init()
338 assert_param(IS_FDCAN_DATA_SIZE(hfdcan->Init.RxFifo1ElmtSize)); in HAL_FDCAN_Init()
343 assert_param(IS_FDCAN_DATA_SIZE(hfdcan->Init.RxBufferSize)); in HAL_FDCAN_Init()
353 assert_param(IS_FDCAN_DATA_SIZE(hfdcan->Init.TxElmtSize)); in HAL_FDCAN_Init()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_fdcan.c333 assert_param(IS_FDCAN_DATA_SIZE(hfdcan->Init.RxFifo0ElmtSize)); in HAL_FDCAN_Init()
338 assert_param(IS_FDCAN_DATA_SIZE(hfdcan->Init.RxFifo1ElmtSize)); in HAL_FDCAN_Init()
343 assert_param(IS_FDCAN_DATA_SIZE(hfdcan->Init.RxBufferSize)); in HAL_FDCAN_Init()
353 assert_param(IS_FDCAN_DATA_SIZE(hfdcan->Init.TxElmtSize)); in HAL_FDCAN_Init()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_fdcan.h2096 #define IS_FDCAN_DATA_SIZE(SIZE) (((SIZE) == FDCAN_DATA_BYTES_8 ) || \ macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_fdcan.h2239 #define IS_FDCAN_DATA_SIZE(SIZE) (((SIZE) == FDCAN_DATA_BYTES_8 ) || \ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_fdcan.h2239 #define IS_FDCAN_DATA_SIZE(SIZE) (((SIZE) == FDCAN_DATA_BYTES_8 ) || \ macro