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