[][src]Type Definition stm32l1::stm32l151::sdio::ARG

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