Searched defs:__DELAY__ (Results 1 – 5 of 5) sorted by relevance
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_hal_adc_ex.h | 1043 #define IS_ADC_SAMPLING_DELAY(__DELAY__) (((__DELAY__) == ADC_TWOSAMPLINGDELAY_1CYCLE) || \ argument
|
H A D | stm32l4xx_ll_tim.h | 1369 #define __LL_TIM_CALC_DELAY(__TIMCLK__, __PSC__, __DELAY__) \ argument 1382 #define __LL_TIM_CALC_PULSE(__TIMCLK__, __PSC__, __DELAY__, __PULSE__) \ argument
|
H A D | stm32l4xx_hal_rcc_ex.h | 3145 #define IS_RCC_OCTOSPIDELAY(__DELAY__) (((__DELAY__) <= 0xFU)) argument
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_ll_tim.h | 997 #define __LL_TIM_CALC_DELAY(__TIMCLK__, __PSC__, __DELAY__) \ argument 1010 #define __LL_TIM_CALC_PULSE(__TIMCLK__, __PSC__, __DELAY__, __PULSE__) \ argument
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_hal_rcc_ex.h | 3153 #define IS_RCC_OCTOSPIDELAY(__DELAY__) (((__DELAY__) <= 0xFU)) argument
|