Type Alias esp32s3::sdhost::intmask::SDIO_INT_MASK_W

source ·
pub type SDIO_INT_MASK_W<'a, REG> = FieldWriter<'a, REG, 2>;
Expand description

Field SDIO_INT_MASK writer - SDIO interrupt mask, one bit for each card. Bit[17:16] correspond to card[15:0] respectively. When masked, SDIO interrupt detection for that card is disabled. 0 masks an interrupt, and 1 enables an interrupt.

Aliased Type§

struct SDIO_INT_MASK_W<'a, REG> { /* private fields */ }