Home
last modified time | relevance | path

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

/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/driver/source/
Dnmasic.c257 uint32 pll; in nmi_update_pll() local
259 pll = nm_read_reg(0x1428); in nmi_update_pll()
260 pll &= ~0x1ul; in nmi_update_pll()
261 nm_write_reg(0x1428, pll); in nmi_update_pll()
262 pll |= 0x1ul; in nmi_update_pll()
263 nm_write_reg(0x1428, pll); in nmi_update_pll()