Type Definition stm32f4::stm32f401::sdio::ARG[][src]

type ARG = Reg<u32, _ARG>;

argument register

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

For information about available fields see arg module

Trait Implementations

impl Readable for ARG[src]

read() method returns arg::R reader structure

impl ResetValue for ARG[src]

Register ARG reset()'s with value 0

type Type = u32

Register size

impl Writable for ARG[src]

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