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