Type Alias nrf52840_hal::pac::i2s::txd::ptr::PTR_W

source ·
pub type PTR_W<'a, const O: u8> = FieldWriterRaw<'a, u32, PTR_SPEC, u32, u32, Unsafe, 32, O>;
Expand description

Field PTR writer - Transmit buffer Data RAM start address. When transmitting, words containing samples will be fetched from this address. This address is a word aligned Data RAM address.

Aliased Type§

struct PTR_W<'a, const O: u8> { /* private fields */ }