[][src]Type Definition xmc4800::sdmmc::int_status_norm::R

type R = R<u16, INT_STATUS_NORM>;

Reader of register INT_STATUS_NORM

Methods

impl R[src]

pub fn err_int(&self) -> ERR_INT_R[src]

Bit 15 - Error Interrupt

pub fn card_int(&self) -> CARD_INT_R[src]

Bit 8 - Card Interrupt

pub fn card_removal(&self) -> CARD_REMOVAL_R[src]

Bit 7 - Card Removal

pub fn card_ins(&self) -> CARD_INS_R[src]

Bit 6 - Card Insertion

pub fn buff_read_ready(&self) -> BUFF_READ_READY_R[src]

Bit 5 - Buffer Read Ready

pub fn buff_write_ready(&self) -> BUFF_WRITE_READY_R[src]

Bit 4 - Buffer Write Ready

pub fn block_gap_event(&self) -> BLOCK_GAP_EVENT_R[src]

Bit 2 - Block Gap Event

pub fn tx_complete(&self) -> TX_COMPLETE_R[src]

Bit 1 - Transfer Complete

pub fn cmd_complete(&self) -> CMD_COMPLETE_R[src]

Bit 0 - Command Complete