Home
last modified time | relevance | path

Searched refs:pll_frac_lt (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/ieee802154/
Dieee802154_mcr20a.c145 static const uint16_t pll_frac_lt[16] = { variable
939 buf[1] = (uint8_t)pll_frac_lt[channel]; in mcr20a_set_channel()
940 buf[2] = (uint8_t)(pll_frac_lt[channel] >> 8); in mcr20a_set_channel()