[][src]Type Definition avr_device::atmega328p::cpu::spmcsr::R

type R = R<u8, SPMCSR>;

Reader of register SPMCSR

Implementations

impl R[src]

pub fn spmen(&self) -> SPMEN_R[src]

Bit 0 - Store Program Memory

pub fn pgers(&self) -> PGERS_R[src]

Bit 1 - Page Erase

pub fn pgwrt(&self) -> PGWRT_R[src]

Bit 2 - Page Write

pub fn blbset(&self) -> BLBSET_R[src]

Bit 3 - Boot Lock Bit Set

pub fn rwwsre(&self) -> RWWSRE_R[src]

Bit 4 - Read-While-Write section read enable

pub fn sigrd(&self) -> SIGRD_R[src]

Bit 5 - Signature Row Read

pub fn rwwsb(&self) -> RWWSB_R[src]

Bit 6 - Read-While-Write Section Busy

pub fn spmie(&self) -> SPMIE_R[src]

Bit 7 - SPM Interrupt Enable