Type Alias FltDlc
pub type FltDlc = Reg<FltDlcSpec>;Expand description
FLT_DLC (rw) register accessor: Pretended Networking DLC Filter Register
You can read this register and get flt_dlc::R. You can reset, write, write_with_zero this register using flt_dlc::W. You can also modify this register. See API.
For information about available fields see flt_dlc module
Aliased Type§
#[repr(transparent)]pub struct FltDlc {
register: VolatileCell<u32>,
_marker: PhantomData<FltDlcSpec>,
}Fields§
§register: VolatileCell<u32>§_marker: PhantomData<FltDlcSpec>