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