Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_can.c1647 HAL_StatusTypeDef HAL_CAN_ActivateNotification(CAN_HandleTypeDef *hcan, uint32_t ActiveITs) in HAL_CAN_ActivateNotification() argument
1652 assert_param(IS_CAN_IT(ActiveITs)); in HAL_CAN_ActivateNotification()
1658 __HAL_CAN_ENABLE_IT(hcan, ActiveITs); in HAL_CAN_ActivateNotification()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_can.h712 HAL_StatusTypeDef HAL_CAN_ActivateNotification(CAN_HandleTypeDef *hcan, uint32_t ActiveITs);