Struct nrf52840::pdm::mode::_OPERATIONW[][src]

pub struct _OPERATIONW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _OPERATIONW<'a>
[src]

Writes variant to the field

Sample and store one pair (Left + Right) of 16bit samples per RAM word R=[31:16]; L=[15:0]

Sample and store two successive Left samples (16 bit each) per RAM word L1=[31:16]; L0=[15:0]

Sets the field bit

Clears the field bit

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _OPERATIONW<'a>

impl<'a> Sync for _OPERATIONW<'a>