Home
last modified time | relevance | path

Searched refs:IS_CAN_BS1 (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/Legacy/
Dstm32l4xx_hal_can_legacy.h713 #define IS_CAN_BS1(BS1) ((BS1) <= CAN_BS1_16TQ) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_can.h799 #define IS_CAN_BS1(BS1) (((BS1) == CAN_BS1_1TQ) || ((BS1) == CAN_BS1_2TQ) || \ macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_can.c310 assert_param(IS_CAN_BS1(hcan->Init.TimeSeg1)); in HAL_CAN_Init()