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