| /hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
| D | stm32f7xx_hal_can.h | 802 #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/ |
| D | stm32f0xx_hal_can.h | 797 #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/ |
| D | stm32f2xx_hal_can.h | 802 #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/ |
| D | stm32f1xx_hal_can.h | 802 #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/ |
| D | stm32f4xx_hal_can.h | 802 #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/ |
| D | stm32f3xx_hal_can.h | 797 #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/ |
| D | stm32l4xx_hal_can.h | 802 #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/ |
| D | stm32f7xx_hal_can_legacy.h | 82 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/ |
| D | stm32f2xx_hal_can_legacy.h | 82 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/ |
| D | stm32f4xx_hal_can_legacy.h | 87 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/ |
| D | stm32l4xx_hal_can_legacy.h | 79 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/ |
| D | stm32f0xx_hal_can_legacy.h | 83 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/ |
| D | stm32f1xx_hal_can_legacy.h | 85 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/ |
| D | stm32f3xx_hal_can_legacy.h | 87 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/ |
| D | stm32l4xx_hal_can.c | 188 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/ |
| D | stm32f0xx_hal_can.c | 187 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/ |
| D | stm32f3xx_hal_can.c | 192 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/ |
| D | stm32f2xx_hal_can.c | 187 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/ |
| D | stm32f7xx_hal_can.c | 199 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/ |
| D | stm32f1xx_hal_can.c | 191 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/ |
| D | stm32f4xx_hal_can.c | 195 assert_param(IS_CAN_BS2(hcan->Init.BS2)); in HAL_CAN_Init() 298 ((uint32_t)hcan->Init.BS2) | \ in HAL_CAN_Init()
|