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

type RXEN = Reg<u32, _RXEN>;

Reception (RX) enable.

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

For information about available fields see rxen module

Trait Implementations

impl Readable for RXEN[src]

read() method returns rxen::R reader structure

impl ResetValue for RXEN[src]

Register RXEN reset()'s with value 0

type Type = u32

Register size

impl Writable for RXEN[src]

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