Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_fdcan.h1290 #define FDCAN_TT_COMMUNICATION_LEVEL1 ((uint32_t)0x00000001U) /*!< Time triggered communication,… macro
2232 #define IS_FDCAN_OPERATION_MODE(MODE) (((MODE) == FDCAN_TT_COMMUNICATION_LEVEL1 ) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_fdcan.h1362 #define FDCAN_TT_COMMUNICATION_LEVEL1 ((uint32_t)0x00000001U) /*!< Time triggered communication,… macro
2375 #define IS_FDCAN_OPERATION_MODE(MODE) (((MODE) == FDCAN_TT_COMMUNICATION_LEVEL1 ) || \
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_fdcan.h1362 #define FDCAN_TT_COMMUNICATION_LEVEL1 ((uint32_t)0x00000001U) /*!< Time triggered communication,… macro
2375 #define IS_FDCAN_OPERATION_MODE(MODE) (((MODE) == FDCAN_TT_COMMUNICATION_LEVEL1 ) || \
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_fdcan.c2471 if (pTTParams->OperationMode != FDCAN_TT_COMMUNICATION_LEVEL1) in HAL_FDCAN_TT_ConfigOperation()
2530 if (pTTParams->OperationMode != FDCAN_TT_COMMUNICATION_LEVEL1) in HAL_FDCAN_TT_ConfigOperation()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_fdcan.c3528 if (pTTParams->OperationMode != FDCAN_TT_COMMUNICATION_LEVEL1) in HAL_FDCAN_TT_ConfigOperation()
3588 if (pTTParams->OperationMode != FDCAN_TT_COMMUNICATION_LEVEL1) in HAL_FDCAN_TT_ConfigOperation()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_fdcan.c3528 if (pTTParams->OperationMode != FDCAN_TT_COMMUNICATION_LEVEL1) in HAL_FDCAN_TT_ConfigOperation()
3588 if (pTTParams->OperationMode != FDCAN_TT_COMMUNICATION_LEVEL1) in HAL_FDCAN_TT_ConfigOperation()