[][src]Type Definition cc3220sf::system_control::ARG

type ARG = Reg<u32, _ARG>;

Command argument Register This register contains command argument specified as bit 39-8 of Command-Format These registers must be initialized prior to sending the command itself to the card (write action into the register MMCHS_CMD register). Only exception is for a command index specifying stuff bits in arguments making a write unnecessary.

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