Water

Type Alias Water 

pub type Water = Reg<WaterSpec>;
Expand description

WATER (rw) register accessor: LPUART Watermark Register

You can read this register and get water::R. You can reset, write, write_with_zero this register using water::W. You can also modify this register. See API.

For information about available fields see water module

Aliased Type§

#[repr(transparent)]
pub struct Water { register: VolatileCell<u32>, _marker: PhantomData<WaterSpec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<WaterSpec>