Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_can.c1680 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs) in HAL_CAN_DeactivateNotification() argument
1685 assert_param(IS_CAN_IT(InactiveITs)); in HAL_CAN_DeactivateNotification()
1691 __HAL_CAN_DISABLE_IT(hcan, InactiveITs); in HAL_CAN_DeactivateNotification()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_can.h713 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs);