Home
last modified time | relevance | path

Searched defs:DIV (Results 1 – 6 of 6) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_sdmmc.h431 #define IS_SDMMC_CLKDIV(DIV) ((DIV) < 0x400U) argument
433 #define IS_SDMMC_CLKDIV(DIV) ((DIV) <= 0xFFU) argument
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_fsmc.h917 #define IS_FSMC_CLK_DIV(DIV) (((DIV) > 1U) && ((DIV) <= 16U)) argument
H A Dstm32f4xx_ll_sdmmc.h389 #define IS_SDIO_CLKDIV(DIV) ((DIV) <= 0xFFU) argument
H A Dstm32f4xx_hal_rcc.h1437 #define IS_RCC_MCODIV(DIV) (((DIV) == RCC_MCODIV_1) || ((DIV) == RCC_MCODIV_2) || \ argument
H A Dstm32f4xx_ll_fmc.h1184 #define IS_FMC_CLK_DIV(DIV) (((DIV) > 1U) && ((DIV) <= 16U)) argument
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_rcc.h1437 #define IS_RCC_MCODIV(DIV) (((DIV) == RCC_MCODIV_1) || ((DIV) == RCC_MCODIV_2) || \ argument