Struct stm32f446_hal::stm32f446::sdmmc::SDMMC_MASKR[][src]

pub struct SDMMC_MASKR { /* fields omitted */ }

The interrupt mask register determines which status flags generate an interrupt request by setting the corresponding bit to 1.

Methods

impl SDMMC_MASKR
[src]

Modifies the contents of the register

Reads the contents of the register

Writes to the register

Writes the reset value to the register

Auto Trait Implementations

impl Send for SDMMC_MASKR

impl !Sync for SDMMC_MASKR