imxrt1062_pwm1::sm

Type Alias SMCAPTCTRLB

Source
pub type SMCAPTCTRLB = Reg<u16, _SMCAPTCTRLB>;
Expand description

Capture Control B Register

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

For information about available fields see smcaptctrlb module

Aliased Type§

struct SMCAPTCTRLB { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for SMCAPTCTRLB

Register SMCAPTCTRLB reset()’s with value 0

Source§

type Type = u16

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for SMCAPTCTRLB

read() method returns smcaptctrlb::R reader structure

Source§

impl Writable for SMCAPTCTRLB

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