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

type TXEN = Reg<u32, _TXEN>;

Transmission (TX) enable.

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

For information about available fields see txen module

Trait Implementations

impl Readable for TXEN[src]

read() method returns txen::R reader structure

impl ResetValue for TXEN[src]

Register TXEN reset()'s with value 0x01

type Type = u32

Register size

impl Writable for TXEN[src]

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