Home
last modified time | relevance | path

Searched defs:BS1 (Results 1 – 4 of 4) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/
H A Dstm32l4xx_hal_can_legacy.h77 uint32_t BS1; /*!< Specifies the number of time quanta in Bit Segment 1. member
697 #define IS_CAN_BS1(BS1) ((BS1) <= CAN_BS1_16TQ) argument
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/
H A Dstm32f4xx_hal_can_legacy.h101 uint32_t BS1; /*!< Specifies the number of time quanta in Bit Segment 1. member
731 #define IS_CAN_BS1(BS1) ((BS1) <= CAN_BS1_16TQ) argument
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_can.h783 #define IS_CAN_BS1(BS1) (((BS1) == CAN_BS1_1TQ) || ((BS1) == CAN_BS1_2TQ) || \ argument
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_can.h783 #define IS_CAN_BS1(BS1) (((BS1) == CAN_BS1_1TQ) || ((BS1) == CAN_BS1_2TQ) || \ argument