Type Alias W

Source
pub type W = W<BkoutSpec>;
Expand description

Register BKOUT writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

pub fn enout0(&mut self) -> Enout0W<'_, BkoutSpec>

Bit 0 - Enable OUT0

Source

pub fn enout1(&mut self) -> Enout1W<'_, BkoutSpec>

Bit 1 - Enable OUT1

Source

pub fn clrout0(&mut self) -> Clrout0W<'_, BkoutSpec>

Bit 8 - Clear OUT0

Source

pub fn clrout1(&mut self) -> Clrout1W<'_, BkoutSpec>

Bit 9 - Clear OUT1

Source

pub fn setout0(&mut self) -> Setout0W<'_, BkoutSpec>

Bit 16 - Set OUT0

Source

pub fn setout1(&mut self) -> Setout1W<'_, BkoutSpec>

Bit 17 - Set OUT1

Source

pub fn rtctglout0(&mut self) -> Rtctglout0W<'_, BkoutSpec>

Bit 24 - RTC Toggle OUT0

Source

pub fn rtctglout1(&mut self) -> Rtctglout1W<'_, BkoutSpec>

Bit 25 - RTC Toggle OUT1