[][src]Type Definition lpc55s6x_pac::utick0::cfg::W

type W = W<u32, CFG>;

Writer for register CFG

Methods

impl W[src]

pub fn capen0(&mut self) -> CAPEN0_W[src]

Bit 0 - Enable Capture 0. 1 = Enabled, 0 = Disabled.

pub fn capen1(&mut self) -> CAPEN1_W[src]

Bit 1 - Enable Capture 1. 1 = Enabled, 0 = Disabled.

pub fn capen2(&mut self) -> CAPEN2_W[src]

Bit 2 - Enable Capture 2. 1 = Enabled, 0 = Disabled.

pub fn capen3(&mut self) -> CAPEN3_W[src]

Bit 3 - Enable Capture 3. 1 = Enabled, 0 = Disabled.

pub fn cappol0(&mut self) -> CAPPOL0_W[src]

Bit 8 - Capture Polarity 0. 0 = Positive edge capture, 1 = Negative edge capture.

pub fn cappol1(&mut self) -> CAPPOL1_W[src]

Bit 9 - Capture Polarity 1. 0 = Positive edge capture, 1 = Negative edge capture.

pub fn cappol2(&mut self) -> CAPPOL2_W[src]

Bit 10 - Capture Polarity 2. 0 = Positive edge capture, 1 = Negative edge capture.

pub fn cappol3(&mut self) -> CAPPOL3_W[src]

Bit 11 - Capture Polarity 3. 0 = Positive edge capture, 1 = Negative edge capture.