pub struct Audcodec { /* private fields */ }Implementations§
Source§impl Audcodec
impl Audcodec
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
pub const fn id(self) -> Reg<Id, RW>
pub const fn cfg(self) -> Reg<Cfg, RW>
pub const fn irq(self) -> Reg<Irq, RW>
pub const fn irq_msk(self) -> Reg<IrqMsk, RW>
pub const fn dac_cfg(self) -> Reg<DacCfg, RW>
pub const fn adc_cfg(self) -> Reg<AdcCfg, RW>
pub const fn apb_stat(self) -> Reg<ApbStat, RW>
pub const fn adc_ch0_cfg(self) -> Reg<AdcCh0Cfg, RW>
pub const fn adc_ch1_cfg(self) -> Reg<AdcCh1Cfg, RW>
pub const fn dac_ch0_cfg(self) -> Reg<DacCh0Cfg, RW>
pub const fn dac_ch0_cfg_ext(self) -> Reg<DacCh0CfgExt, RW>
pub const fn dac_ch1_cfg(self) -> Reg<DacCh1Cfg, RW>
pub const fn dac_ch1_cfg_ext(self) -> Reg<DacCh1CfgExt, RW>
pub const fn adc_ch0_entry(self) -> Reg<AdcCh0Entry, RW>
pub const fn adc_ch1_entry(self) -> Reg<AdcCh1Entry, RW>
pub const fn dac_ch0_entry(self) -> Reg<DacCh0Entry, RW>
pub const fn dac_ch1_entry(self) -> Reg<DacCh1Entry, RW>
pub const fn dac_ch0_debug(self) -> Reg<DacCh0Debug, RW>
pub const fn dac_ch1_debug(self) -> Reg<DacCh1Debug, RW>
pub const fn dac_ch0_dc(self) -> Reg<DacCh0Dc, RW>
pub const fn dac_ch1_dc(self) -> Reg<DacCh1Dc, RW>
pub const fn common_cfg(self) -> Reg<CommonCfg, RW>
pub const fn bg_cfg0(self) -> Reg<BgCfg0, RW>
pub const fn bg_cfg1(self) -> Reg<BgCfg1, RW>
pub const fn bg_cfg2(self) -> Reg<BgCfg2, RW>
pub const fn refgen_cfg(self) -> Reg<RefgenCfg, RW>
pub const fn pll_cfg0(self) -> Reg<PllCfg0, RW>
pub const fn pll_cfg1(self) -> Reg<PllCfg1, RW>
pub const fn pll_cfg2(self) -> Reg<PllCfg2, RW>
pub const fn pll_cfg3(self) -> Reg<PllCfg3, RW>
pub const fn pll_cfg4(self) -> Reg<PllCfg4, RW>
pub const fn pll_cfg5(self) -> Reg<PllCfg5, RW>
pub const fn pll_cfg6(self) -> Reg<PllCfg6, RW>
pub const fn pll_stat(self) -> Reg<PllStat, RW>
pub const fn pll_cal_cfg(self) -> Reg<PllCalCfg, RW>
pub const fn pll_cal_result(self) -> Reg<PllCalResult, RW>
pub const fn adc_ana_cfg(self) -> Reg<AdcAnaCfg, RW>
pub const fn adc1_cfg1(self) -> Reg<Adc1Cfg1, RW>
pub const fn adc1_cfg2(self) -> Reg<Adc1Cfg2, RW>
pub const fn adc2_cfg1(self) -> Reg<Adc2Cfg1, RW>
pub const fn adc2_cfg2(self) -> Reg<Adc2Cfg2, RW>
pub const fn dac1_cfg(self) -> Reg<Dac1Cfg, RW>
pub const fn dac2_cfg(self) -> Reg<Dac2Cfg, RW>
pub const fn reserved_in0(self) -> Reg<ReservedIn0, RW>
pub const fn reserved_in1(self) -> Reg<ReservedIn1, RW>
pub const fn reserved_out(self) -> Reg<ReservedOut, RW>
Trait Implementations§
impl Copy for Audcodec
impl Eq for Audcodec
impl Send for Audcodec
impl StructuralPartialEq for Audcodec
impl Sync for Audcodec
Auto Trait Implementations§
impl Freeze for Audcodec
impl RefUnwindSafe for Audcodec
impl Unpin for Audcodec
impl UnsafeUnpin for Audcodec
impl UnwindSafe for Audcodec
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more