[][src]Type Definition rsl10_pac::pcm::pcm_status::W

type W = W<u32, PCM_STATUS>;

Writer for register PCM_STATUS

Methods

impl W[src]

pub fn transmit_status(&mut self) -> TRANSMIT_STATUS_W[src]

Bit 3 - Indicate that PCM data has been sent

pub fn receive_status(&mut self) -> RECEIVE_STATUS_W[src]

Bit 2 - Indicate that PCM data has been received

pub fn overrun_status(&mut self) -> OVERRUN_STATUS_W[src]

Bit 1 - Indicate that an overrun has occurred when receiving data on the PCM interface

pub fn underrun_status(&mut self) -> UNDERRUN_STATUS_W[src]

Bit 0 - Indicate that an underrun has occurred when transmitting data on the PCM interface