[][src]Type Definition nrf52832_pac::pdm::EVENTS_STARTED

type EVENTS_STARTED = Reg<u32, _EVENTS_STARTED>;

PDM transfer has started

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

For information about available fields see events_started module

Trait Implementations

impl Readable for EVENTS_STARTED[src]

read() method returns events_started::R reader structure

impl ResetValue for EVENTS_STARTED[src]

Register EVENTS_STARTED reset()'s with value 0

type Type = u32

Register size

impl Writable for EVENTS_STARTED[src]

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