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

type ALIGN = Reg<u32, _ALIGN>;

Alignment of sample within a frame.

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

For information about available fields see align module

Trait Implementations

impl Readable for ALIGN[src]

read() method returns align::R reader structure

impl ResetValue for ALIGN[src]

Register ALIGN reset()'s with value 0

type Type = u32

Register size

impl Writable for ALIGN[src]

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