Type Alias atsamd51p::rtc::mode2::ctrlb::ACTF_W

source ·
pub type ACTF_W<'a, REG, const O: u8> = FieldWriterSafe<'a, REG, 3, O, ACTFSELECT_A>;
Expand description

Field ACTF writer - Active Layer Freqnuency

Aliased Type§

struct ACTF_W<'a, REG, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, REG, const O: u8> ACTF_W<'a, REG, O>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

source

pub fn div2(self) -> &'a mut W<REG>

CLK_RTC_OUT = CLK_RTC/2

source

pub fn div4(self) -> &'a mut W<REG>

CLK_RTC_OUT = CLK_RTC/4

source

pub fn div8(self) -> &'a mut W<REG>

CLK_RTC_OUT = CLK_RTC/8

source

pub fn div16(self) -> &'a mut W<REG>

CLK_RTC_OUT = CLK_RTC/16

source

pub fn div32(self) -> &'a mut W<REG>

CLK_RTC_OUT = CLK_RTC/32

source

pub fn div64(self) -> &'a mut W<REG>

CLK_RTC_OUT = CLK_RTC/64

source

pub fn div128(self) -> &'a mut W<REG>

CLK_RTC_OUT = CLK_RTC/128

source

pub fn div256(self) -> &'a mut W<REG>

CLK_RTC_OUT = CLK_RTC/256