Home
last modified time | relevance | path

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

/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/
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
/device/soc/esp/esp32/components/newlib/platform_include/sys/
Dtermios.h84 #define BS1 (1u << 12) /** Backspace-delay type 1. */ macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/generic/bits/
Dtermios.h93 #define BS1 0020000 macro
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_can.h290 #define IS_CAN_BS1(BS1) ((BS1) <= CAN_BS1_16tq) argument
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_hal_can.h783 #define IS_CAN_BS1(BS1) (((BS1) == CAN_BS1_1TQ) || ((BS1) == CAN_BS1_2TQ) || \ argument