Type Alias LWR

Source
pub type LWR = Reg<LWR_SPEC>;
Expand description

LWR register accessor: an alias for Reg<LWR_SPEC>

Aliased Typeยง

pub struct LWR { /* private fields */ }