Searched refs:DIV (Results 1 – 5 of 5) sorted by relevance
424 #define IS_SDMMC_CLKDIV(DIV) ((DIV) < 0x400U) argument426 #define IS_SDMMC_CLKDIV(DIV) ((DIV) <= 0xFFU) argument
214 #define IS_SDIO_CLKDIV(DIV) ((DIV) <= 0xFF) argument
782 #define IS_TIM_CLOCKDIVISION_DIV(DIV) (((DIV) == TIM_CLOCKDIVISION_DIV1) || \ argument783 ((DIV) == TIM_CLOCKDIVISION_DIV2) || \784 ((DIV) == TIM_CLOCKDIVISION_DIV4))
144 uint32_t DIV:16; /*!< bit: 16..31 Division Factor */ member
502 uint32_t DIV:11; /*!< bit: 16..26 Clock Divider */ member