Stdr

Type Alias Stdr 

pub type Stdr = Reg<StdrSpec>;
Expand description

STDR (rw) register accessor: Slave Transmit Data Register

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

For information about available fields see stdr module

Aliased Type§

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

Fields§

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