[][src]Type Definition nrf52840_pac::clock::LFCLKSRC

type LFCLKSRC = Reg<u32, _LFCLKSRC>;

Clock source for the LFCLK

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see lfclksrc module

Trait Implementations

impl Readable for LFCLKSRC[src]

read() method returns lfclksrc::R reader structure

impl ResetValue for LFCLKSRC[src]

Register LFCLKSRC reset()'s with value 0

type Type = u32

Register size

impl Writable for LFCLKSRC[src]

write(|w| ..) method takes lfclksrc::W writer structure