Type Alias Tcd0Saddr
pub type Tcd0Saddr = Reg<Tcd0SaddrSpec>;Expand description
TCD0_SADDR (rw) register accessor: TCD Source Address
You can read this register and get tcd0_saddr::R. You can reset, write, write_with_zero this register using tcd0_saddr::W. You can also modify this register. See API.
For information about available fields see tcd0_saddr module
Aliased Type§
#[repr(transparent)]pub struct Tcd0Saddr {
register: VolatileCell<u32>,
_marker: PhantomData<Tcd0SaddrSpec>,
}Fields§
§register: VolatileCell<u32>§_marker: PhantomData<Tcd0SaddrSpec>