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

pub struct SDMMC_ICR { /* fields omitted */ }

The SDMMC_ICR register is a write-only register. Writing a bit with 1 clears the corresponding bit in the SDMMC_STAR status register.

Methods

impl SDMMC_ICR
[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_ICR

impl !Sync for SDMMC_ICR