[][src]Struct atsamd51g19a::cmcc::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub type_: TYPE, pub cfg: CFG, pub ctrl: CTRL, pub sr: SR, pub lckway: LCKWAY, pub maint0: MAINT0, pub maint1: MAINT1, pub mcfg: MCFG, pub men: MEN, pub mctrl: MCTRL, pub msr: MSR, // some fields omitted }

Register block

Fields

type_: TYPE

0x00 - Cache Type Register

cfg: CFG

0x04 - Cache Configuration Register

ctrl: CTRL

0x08 - Cache Control Register

sr: SR

0x0c - Cache Status Register

lckway: LCKWAY

0x10 - Cache Lock per Way Register

maint0: MAINT0

0x20 - Cache Maintenance Register 0

maint1: MAINT1

0x24 - Cache Maintenance Register 1

mcfg: MCFG

0x28 - Cache Monitor Configuration Register

men: MEN

0x2c - Cache Monitor Enable Register

mctrl: MCTRL

0x30 - Cache Monitor Control Register

msr: MSR

0x34 - Cache Monitor Status Register

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]