Home
last modified time | relevance | path

Searched refs:TIM_FLAG_COM (Results 1 – 10 of 10) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_tim.h693 #define TIM_FLAG_COM TIM_SR_COMIF /*!< Commutation in… macro
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_tim.h679 #define TIM_FLAG_COM TIM_SR_COMIF /*!< Commutation in… macro
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_hal_tim.h718 #define TIM_FLAG_COM TIM_SR_COMIF /*!< Commutation in… macro
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_tim.h726 #define TIM_FLAG_COM TIM_SR_COMIF /*!< Commutation in… macro
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_tim.h749 #define TIM_FLAG_COM TIM_SR_COMIF /*!< Commutation in… macro
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_tim.c3323 if (__HAL_TIM_GET_FLAG(htim, TIM_FLAG_COM) != RESET) in HAL_TIM_IRQHandler()
3327 __HAL_TIM_CLEAR_IT(htim, TIM_FLAG_COM); in HAL_TIM_IRQHandler()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_tim.c3332 if (__HAL_TIM_GET_FLAG(htim, TIM_FLAG_COM) != RESET) in HAL_TIM_IRQHandler()
3336 __HAL_TIM_CLEAR_IT(htim, TIM_FLAG_COM); in HAL_TIM_IRQHandler()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_tim.c3356 if (__HAL_TIM_GET_FLAG(htim, TIM_FLAG_COM) != RESET) in HAL_TIM_IRQHandler()
3360 __HAL_TIM_CLEAR_IT(htim, TIM_FLAG_COM); in HAL_TIM_IRQHandler()
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_tim.c3364 if (__HAL_TIM_GET_FLAG(htim, TIM_FLAG_COM) != RESET) in HAL_TIM_IRQHandler()
3368 __HAL_TIM_CLEAR_IT(htim, TIM_FLAG_COM); in HAL_TIM_IRQHandler()
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_tim.c3898 if (__HAL_TIM_GET_FLAG(htim, TIM_FLAG_COM) != RESET) in HAL_TIM_IRQHandler()
3902 __HAL_TIM_CLEAR_IT(htim, TIM_FLAG_COM); in HAL_TIM_IRQHandler()