Home
last modified time | relevance | path

Searched refs:AutoBusOff (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_can.h98 FunctionalState AutoBusOff; /*!< Enable or disable the automatic bus-off management. member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_can.c303 assert_param(IS_FUNCTIONAL_STATE(hcan->Init.AutoBusOff)); in HAL_CAN_Init()
402 if (hcan->Init.AutoBusOff == ENABLE) in HAL_CAN_Init()