Type Alias stm32_hal2::pac::sdmmc1::clkcr::PWRSAV_W

source ·
pub type PWRSAV_W<'a, const O: u8> = BitWriterRaw<'a, u32, CLKCR_SPEC, bool, BitM, O>;
Expand description

Field PWRSAV writer - Power saving configuration bit This bit can only be written when the CPSM and DPSM are not active (CPSMACT = 0 and DPSMACT = 0) For power saving, the SDMMC_CK clock output can be disabled when the bus is idle by setting PWRSAV:

Aliased Type§

struct PWRSAV_W<'a, const O: u8> { /* private fields */ }