[][src]Type Definition lpc55s6x_pac::puf::stat::R

type R = R<u32, STAT>;

Reader of register STAT

Methods

impl R[src]

pub fn busy(&self) -> BUSY_R[src]

Bit 0 - Indicates that operation is in progress

pub fn success(&self) -> SUCCESS_R[src]

Bit 1 - Last operation was successful

pub fn error(&self) -> ERROR_R[src]

Bit 2 - PUF is in the Error state and no operations can be performed

pub fn keyinreq(&self) -> KEYINREQ_R[src]

Bit 4 - Request for next part of key

pub fn keyoutavail(&self) -> KEYOUTAVAIL_R[src]

Bit 5 - Next part of key is available

pub fn codeinreq(&self) -> CODEINREQ_R[src]

Bit 6 - Request for next part of AC/KC

pub fn codeoutavail(&self) -> CODEOUTAVAIL_R[src]

Bit 7 - Next part of AC/KC is available