Home
last modified time | relevance | path

Searched refs:BS2 (Results 1 – 21 of 21) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_can.h802 #define IS_CAN_BS2(BS2) (((BS2) == CAN_BS2_1TQ) || ((BS2) == CAN_BS2_2TQ) || \ argument
803 ((BS2) == CAN_BS2_3TQ) || ((BS2) == CAN_BS2_4TQ) || \
804 ((BS2) == CAN_BS2_5TQ) || ((BS2) == CAN_BS2_6TQ) || \
805 ((BS2) == CAN_BS2_7TQ) || ((BS2) == CAN_BS2_8TQ))
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_can.h797 #define IS_CAN_BS2(BS2) (((BS2) == CAN_BS2_1TQ) || ((BS2) == CAN_BS2_2TQ) || \ argument
798 ((BS2) == CAN_BS2_3TQ) || ((BS2) == CAN_BS2_4TQ) || \
799 ((BS2) == CAN_BS2_5TQ) || ((BS2) == CAN_BS2_6TQ) || \
800 ((BS2) == CAN_BS2_7TQ) || ((BS2) == CAN_BS2_8TQ))
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_can.h802 #define IS_CAN_BS2(BS2) (((BS2) == CAN_BS2_1TQ) || ((BS2) == CAN_BS2_2TQ) || \ argument
803 ((BS2) == CAN_BS2_3TQ) || ((BS2) == CAN_BS2_4TQ) || \
804 ((BS2) == CAN_BS2_5TQ) || ((BS2) == CAN_BS2_6TQ) || \
805 ((BS2) == CAN_BS2_7TQ) || ((BS2) == CAN_BS2_8TQ))
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_can.h802 #define IS_CAN_BS2(BS2) (((BS2) == CAN_BS2_1TQ) || ((BS2) == CAN_BS2_2TQ) || \ argument
803 ((BS2) == CAN_BS2_3TQ) || ((BS2) == CAN_BS2_4TQ) || \
804 ((BS2) == CAN_BS2_5TQ) || ((BS2) == CAN_BS2_6TQ) || \
805 ((BS2) == CAN_BS2_7TQ) || ((BS2) == CAN_BS2_8TQ))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_can.h802 #define IS_CAN_BS2(BS2) (((BS2) == CAN_BS2_1TQ) || ((BS2) == CAN_BS2_2TQ) || \ argument
803 ((BS2) == CAN_BS2_3TQ) || ((BS2) == CAN_BS2_4TQ) || \
804 ((BS2) == CAN_BS2_5TQ) || ((BS2) == CAN_BS2_6TQ) || \
805 ((BS2) == CAN_BS2_7TQ) || ((BS2) == CAN_BS2_8TQ))
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_can.h797 #define IS_CAN_BS2(BS2) (((BS2) == CAN_BS2_1TQ) || ((BS2) == CAN_BS2_2TQ) || \ argument
798 ((BS2) == CAN_BS2_3TQ) || ((BS2) == CAN_BS2_4TQ) || \
799 ((BS2) == CAN_BS2_5TQ) || ((BS2) == CAN_BS2_6TQ) || \
800 ((BS2) == CAN_BS2_7TQ) || ((BS2) == CAN_BS2_8TQ))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_can.h802 #define IS_CAN_BS2(BS2) (((BS2) == CAN_BS2_1TQ) || ((BS2) == CAN_BS2_2TQ) || \ argument
803 ((BS2) == CAN_BS2_3TQ) || ((BS2) == CAN_BS2_4TQ) || \
804 ((BS2) == CAN_BS2_5TQ) || ((BS2) == CAN_BS2_6TQ) || \
805 ((BS2) == CAN_BS2_7TQ) || ((BS2) == CAN_BS2_8TQ))
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32f7xx_hal_can_legacy.h82 uint32_t BS2; /*!< Specifies the number of time quanta in Bit Segment 2. member
710 #define IS_CAN_BS2(BS2) ((BS2) <= CAN_BS2_8TQ) argument
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/Legacy/
Dstm32f2xx_hal_can_legacy.h82 uint32_t BS2; /*!< Specifies the number of time quanta in Bit Segment 2. member
710 #define IS_CAN_BS2(BS2) ((BS2) <= CAN_BS2_8TQ) argument
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/
Dstm32f4xx_hal_can_legacy.h87 uint32_t BS2; /*!< Specifies the number of time quanta in Bit Segment 2. member
715 #define IS_CAN_BS2(BS2) ((BS2) <= CAN_BS2_8TQ) argument
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/Legacy/
Dstm32l4xx_hal_can_legacy.h79 uint32_t BS2; /*!< Specifies the number of time quanta in Bit Segment 2. member
698 #define IS_CAN_BS2(BS2) ((BS2) <= CAN_BS2_8TQ) argument
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/Legacy/
Dstm32f0xx_hal_can_legacy.h83 uint32_t BS2; /*!< Specifies the number of time quanta in Bit Segment 2. member
727 #define IS_CAN_BS2(BS2) ((BS2) <= CAN_BS2_8TQ) argument
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/Legacy/
Dstm32f1xx_hal_can_legacy.h85 uint32_t BS2; /*!< Specifies the number of time quanta in Bit Segment 2. member
737 #define IS_CAN_BS2(BS2) ((BS2) <= CAN_BS2_8TQ) argument
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/Legacy/
Dstm32f3xx_hal_can_legacy.h87 uint32_t BS2; /*!< Specifies the number of time quanta in Bit Segment 2. member
732 #define IS_CAN_BS2(BS2) ((BS2) <= CAN_BS2_8TQ) argument
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/Legacy/
Dstm32l4xx_hal_can.c188 assert_param(IS_CAN_BS2(hcan->Init.BS2)); in HAL_CAN_Init()
291 ((uint32_t)hcan->Init.BS2) | \ in HAL_CAN_Init()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/Legacy/
Dstm32f0xx_hal_can.c187 assert_param(IS_CAN_BS2(hcan->Init.BS2)); in HAL_CAN_Init()
289 hcan->Init.BS2 | in HAL_CAN_Init()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/Legacy/
Dstm32f3xx_hal_can.c192 assert_param(IS_CAN_BS2(hcan->Init.BS2)); in HAL_CAN_Init()
294 hcan->Init.BS2 | in HAL_CAN_Init()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/Legacy/
Dstm32f2xx_hal_can.c187 assert_param(IS_CAN_BS2(hcan->Init.BS2)); in HAL_CAN_Init()
290 ((uint32_t)hcan->Init.BS2) | \ in HAL_CAN_Init()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/
Dstm32f7xx_hal_can.c199 assert_param(IS_CAN_BS2(hcan->Init.BS2)); in HAL_CAN_Init()
302 ((uint32_t)hcan->Init.BS2) | \ in HAL_CAN_Init()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/Legacy/
Dstm32f1xx_hal_can.c191 assert_param(IS_CAN_BS2(hcan->Init.BS2)); in HAL_CAN_Init()
301 hcan->Init.BS2 | in HAL_CAN_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/
Dstm32f4xx_hal_can.c195 assert_param(IS_CAN_BS2(hcan->Init.BS2)); in HAL_CAN_Init()
298 ((uint32_t)hcan->Init.BS2) | \ in HAL_CAN_Init()