Skip to main content

Srcid

Type Alias Srcid 

Source
pub type Srcid = RegValueT<Srcid_SPEC>;
Expand description

Input Data Register

Aliased Type§

pub struct Srcid { /* private fields */ }

Implementations§

Source§

impl Srcid

Source

pub fn srcid( self, ) -> RegisterField<0, 0xffffffff, 1, 0, u32, u32, Srcid_SPEC, W>

SRCID is a 32-bit writ-only register that is used to input the data before sampling rate conversion. All the bits are read as 0.

Trait Implementations§

Source§

impl Default for Srcid

Source§

fn default() -> Srcid

Returns the “default value” for a type. Read more