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

type CHANNELS = Reg<u32, _CHANNELS>;

Enable channels.

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

For information about available fields see channels module

Trait Implementations

impl Readable for CHANNELS[src]

read() method returns channels::R reader structure

impl ResetValue for CHANNELS[src]

Register CHANNELS reset()'s with value 0

type Type = u32

Register size

impl Writable for CHANNELS[src]

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