Type Definition stm32f1::stm32f107::sdio::POWER[][src]

type POWER = Reg<u32, _POWER>;

power control register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see power module

Trait Implementations

impl Readable for POWER[src]

read() method returns power::R reader structure

impl ResetValue for POWER[src]

Register POWER reset()'s with value 0

type Type = u32

Register size

impl Writable for POWER[src]

write(|w| ..) method takes power::W writer structure