R

Type Alias R 

Source
pub type R = R<DebugLoopSpec>;
Expand description

Register DEBUG_LOOP reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn da2ad_loop_back(&self) -> Da2adLoopBackR

Bit 0 - TX–>RX Loop debug control: 0: disable 1: enable, internally connect TX SDTO to RX SDTI

Source

pub fn ad2da_loop_back(&self) -> Ad2daLoopBackR

Bit 1 - RX–>TX Loop debug control: 0: disable 1: enable, internally connect RX Resampled PCM to TX Resample PCM input

Source

pub fn sp_clk_sel(&self) -> SpClkSelR

Bit 2 - clock select 0: xtal clock 1: pll clock

Source

pub fn rsvd3(&self) -> Rsvd3R

Bits 3:7

Source

pub fn sp_clk_div_update(&self) -> SpClkDivUpdateR

Bit 8 - update sp clock divider

Source

pub fn rsvd2(&self) -> Rsvd2R

Bits 9:15

Source

pub fn sp_clk_div(&self) -> SpClkDivR

Bits 16:23 - sp clock divider value

Source

pub fn rsvd(&self) -> RsvdR

Bits 24:31