Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_can.h101 FunctionalState AutoWakeUp; /*!< Enable or disable the automatic wake-up mode. member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_can.c304 assert_param(IS_FUNCTIONAL_STATE(hcan->Init.AutoWakeUp)); in HAL_CAN_Init()
412 if (hcan->Init.AutoWakeUp == ENABLE) in HAL_CAN_Init()