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

type RATIO = Reg<u32, _RATIO>;

MCK / LRCK ratio.

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

For information about available fields see ratio module

Trait Implementations

impl Readable for RATIO[src]

read() method returns ratio::R reader structure

impl ResetValue for RATIO[src]

Register RATIO reset()'s with value 0x06

type Type = u32

Register size

impl Writable for RATIO[src]

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