Home
last modified time | relevance | path

Searched defs:IS_TIM_CC5_INSTANCE (Results 1 – 4 of 4) sorted by relevance

/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/CMSIS/Device/ST/STM32WBxx/Include/
H A Dstm32wb50xx.h11030 #define IS_TIM_CC5_INSTANCE(INSTANCE) ((INSTANCE) == TIM1) macro
H A Dstm32wb55xx.h13500 #define IS_TIM_CC5_INSTANCE(INSTANCE) ((INSTANCE) == TIM1) macro
/btstack/port/stm32-l451-miromico-sx1280/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
H A Dstm32l451xx.h15025 #define IS_TIM_CC5_INSTANCE(INSTANCE) ((INSTANCE) == TIM1) macro
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
H A Dstm32l476xx.h18078 #define IS_TIM_CC5_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ macro