[][src]Type Definition nrf52832_pac::i2s::config::FORMAT

type FORMAT = Reg<u32, _FORMAT>;

Frame format.

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

For information about available fields see format module

Trait Implementations

impl Readable for FORMAT[src]

read() method returns format::R reader structure

impl ResetValue for FORMAT[src]

Register FORMAT reset()'s with value 0

type Type = u32

Register size

impl Writable for FORMAT[src]

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