WriteProtectKey

Trait WriteProtectKey 

Source
pub trait WriteProtectKey {
    const WPKEY: u32;
}

Required Associated Constants§

Source

const WPKEY: u32

const value to insert into the WPKEY field of the write protection register of a peripheral with write protection capability.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl WriteProtectKey for DACC

Source§

const WPKEY: u32 = 4_473_155u32

Implementors§

Source§

impl WriteProtectKey for PioA

Source§

const WPKEY: u32 = 5_261_647u32

Source§

impl WriteProtectKey for PioB

Source§

const WPKEY: u32 = 5_261_647u32

Source§

impl WriteProtectKey for PioC

Source§

const WPKEY: u32 = 5_261_647u32

Source§

impl WriteProtectKey for PioD

Source§

const WPKEY: u32 = 5_261_647u32

Source§

impl<Pio: PioRegisters> WriteProtectKey for Pio

Source§

const WPKEY: u32 = 5_261_647u32