[][src]Type Definition imxrt1062_dcp::ch2stat::R

type R = R<u32, CH2STAT>;

Reader of register CH2STAT

Methods

impl R[src]

pub fn hash_mismatch(&self) -> HASH_MISMATCH_R[src]

Bit 1 - This bit indicates that a hashing check operation is mismatched for the control packets that enable the HASH_CHECK bit

pub fn error_setup(&self) -> ERROR_SETUP_R[src]

Bit 2 - This bit indicates that the hardware detected an invalid programming configuration (such as a buffer length that is not a multiple of the natural data size for the operation)

pub fn error_packet(&self) -> ERROR_PACKET_R[src]

Bit 3 - This bit indicates that a bus error occurred when reading the packet or payload, or when writing the status back to the packet paylaod

pub fn error_src(&self) -> ERROR_SRC_R[src]

Bit 4 - This bit indicates that a bus error occurred when reading from the source buffer

pub fn error_dst(&self) -> ERROR_DST_R[src]

Bit 5 - This bit indicates that a bus error occurred when storing to the destination buffer

pub fn error_pagefault(&self) -> ERROR_PAGEFAULT_R[src]

Bit 6 - This bit indicates that a page fault occurred while converting a virtual address to a physical address

pub fn error_code(&self) -> ERROR_CODE_R[src]

Bits 16:23 - Indicates additional error codes for some of the error conditions.

pub fn tag(&self) -> TAG_R[src]

Bits 24:31 - Indicates the tag from the last completed packet in the command structure.