Type Alias PM_W

Source
pub type PM_W<'a, REG> = BitWriter<'a, REG, PM>;
Expand description

Field PM writer - AM/PM notation

Aliased Type§

struct PM_W<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> PM_W<'a, REG>
where REG: Writable + RegisterSpec,

Source

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

AM or 24-hour format

Source

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

PM