Type Alias nrf52840_pac::timer3::bitmode::BITMODE_W

source ·
pub type BITMODE_W<'a, const O: u8> = FieldWriterSafe<'a, u32, BITMODE_SPEC, u8, BITMODE_A, 2, O>;
Expand description

Field BITMODE writer - Timer bit width

Aliased Type§

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

Implementations§

source§

impl<'a, const O: u8> BITMODE_W<'a, O>

source

pub fn _16bit(self) -> &'a mut W

16 bit timer bit width

source

pub fn _08bit(self) -> &'a mut W

8 bit timer bit width

source

pub fn _24bit(self) -> &'a mut W

24 bit timer bit width

source

pub fn _32bit(self) -> &'a mut W

32 bit timer bit width