Searched refs:M (Results 1 – 6 of 6) sorted by relevance
116 #define DPLL_LOCKING_DELAY_US_FUNCTION(M, freq_ref) \ argument117 …(uint32_t)(((uint64_t)(DPLL_COARSECOUNT_VALUE * ((M) +1)) * 1000000 + ((freq_ref) - 1)) / (freq_re…
17 having one of the Cortex-M core architectures, making code sharing and reuse
42 volatile uint32_t M: 12; member
146 return basePointer->DIVIDER.M; in _SI32_PLL_A_get_denominator()
207 (basePointer->DIVIDER.M)
593 uint16_t M = 0; in clk_set_i2s_pll_freq() local625 M = (uint16_t)FCW; in clk_set_i2s_pll_freq()626 frac = (FCW - M); in clk_set_i2s_pll_freq()656 i2sreg1 |= (uint16_t)(M << 6); in clk_set_i2s_pll_freq()