[−][src]Struct stm32mp1::R
Register/field reader
Result of the read
method of a register.
Also it can be used in the modify
method
Implementations
impl<U, T> R<U, T> where
U: Copy,
[src]
U: Copy,
impl<FI> R<bool, FI>
[src]
pub fn bit(&self) -> bool
[src]
Value of the field as raw bits
pub fn bit_is_clear(&self) -> bool
[src]
Returns true
if the bit is clear (0)
pub fn bit_is_set(&self) -> bool
[src]
Returns true
if the bit is set (1)
impl R<u32, Reg<u32, _ADC_ISR>>
[src]
pub fn adrdy(&self) -> ADRDY_R
[src]
Bit 0 - ADRDY
pub fn eosmp(&self) -> EOSMP_R
[src]
Bit 1 - EOSMP
pub fn eoc(&self) -> EOC_R
[src]
Bit 2 - EOC
pub fn eos(&self) -> EOS_R
[src]
Bit 3 - EOS
pub fn ovr(&self) -> OVR_R
[src]
Bit 4 - OVR
pub fn jeoc(&self) -> JEOC_R
[src]
Bit 5 - JEOC
pub fn jeos(&self) -> JEOS_R
[src]
Bit 6 - JEOS
pub fn awd1(&self) -> AWD1_R
[src]
Bit 7 - AWD1
pub fn awd2(&self) -> AWD2_R
[src]
Bit 8 - AWD2
pub fn awd3(&self) -> AWD3_R
[src]
Bit 9 - AWD3
pub fn jqovf(&self) -> JQOVF_R
[src]
Bit 10 - JQOVF
impl R<u32, Reg<u32, _ADC_IER>>
[src]
pub fn adrdyie(&self) -> ADRDYIE_R
[src]
Bit 0 - ADRDYIE
pub fn eosmpie(&self) -> EOSMPIE_R
[src]
Bit 1 - EOSMPIE
pub fn eocie(&self) -> EOCIE_R
[src]
Bit 2 - EOCIE
pub fn eosie(&self) -> EOSIE_R
[src]
Bit 3 - EOSIE
pub fn ovrie(&self) -> OVRIE_R
[src]
Bit 4 - OVRIE
pub fn jeocie(&self) -> JEOCIE_R
[src]
Bit 5 - JEOCIE
pub fn jeosie(&self) -> JEOSIE_R
[src]
Bit 6 - JEOSIE
pub fn awd1ie(&self) -> AWD1IE_R
[src]
Bit 7 - AWD1IE
pub fn awd2ie(&self) -> AWD2IE_R
[src]
Bit 8 - AWD2IE
pub fn awd3ie(&self) -> AWD3IE_R
[src]
Bit 9 - AWD3IE
pub fn jqovfie(&self) -> JQOVFIE_R
[src]
Bit 10 - JQOVFIE
impl R<u32, Reg<u32, _ADC_CR>>
[src]
pub fn aden(&self) -> ADEN_R
[src]
Bit 0 - ADEN
pub fn addis(&self) -> ADDIS_R
[src]
Bit 1 - ADDIS
pub fn adstart(&self) -> ADSTART_R
[src]
Bit 2 - ADSTART
pub fn jadstart(&self) -> JADSTART_R
[src]
Bit 3 - JADSTART
pub fn adstp(&self) -> ADSTP_R
[src]
Bit 4 - ADSTP
pub fn jadstp(&self) -> JADSTP_R
[src]
Bit 5 - JADSTP
pub fn boost(&self) -> BOOST_R
[src]
Bit 8 - BOOST
pub fn adcallin(&self) -> ADCALLIN_R
[src]
Bit 16 - ADCALLIN
pub fn lincalrdyw1(&self) -> LINCALRDYW1_R
[src]
Bit 22 - LINCALRDYW1
pub fn lincalrdyw2(&self) -> LINCALRDYW2_R
[src]
Bit 23 - LINCALRDYW2
pub fn lincalrdyw3(&self) -> LINCALRDYW3_R
[src]
Bit 24 - LINCALRDYW3
pub fn lincalrdyw4(&self) -> LINCALRDYW4_R
[src]
Bit 25 - LINCALRDYW4
pub fn lincalrdyw5(&self) -> LINCALRDYW5_R
[src]
Bit 26 - LINCALRDYW5
pub fn lincalrdyw6(&self) -> LINCALRDYW6_R
[src]
Bit 27 - LINCALRDYW6
pub fn advregen(&self) -> ADVREGEN_R
[src]
Bit 28 - ADVREGEN
pub fn deeppwd(&self) -> DEEPPWD_R
[src]
Bit 29 - DEEPPWD
pub fn adcaldif(&self) -> ADCALDIF_R
[src]
Bit 30 - ADCALDIF
pub fn adcal(&self) -> ADCAL_R
[src]
Bit 31 - ADCAL
impl R<u32, Reg<u32, _ADC_CFGR>>
[src]
pub fn dmngt(&self) -> DMNGT_R
[src]
Bits 0:1 - DMNGT
pub fn res(&self) -> RES_R
[src]
Bits 2:4 - RES
pub fn extsel(&self) -> EXTSEL_R
[src]
Bits 5:9 - EXTSEL
pub fn exten(&self) -> EXTEN_R
[src]
Bits 10:11 - EXTEN
pub fn ovrmod(&self) -> OVRMOD_R
[src]
Bit 12 - OVRMOD
pub fn cont(&self) -> CONT_R
[src]
Bit 13 - CONT
pub fn autdly(&self) -> AUTDLY_R
[src]
Bit 14 - AUTDLY
pub fn discen(&self) -> DISCEN_R
[src]
Bit 16 - DISCEN
pub fn discnum(&self) -> DISCNUM_R
[src]
Bits 17:19 - DISCNUM
pub fn jdiscen(&self) -> JDISCEN_R
[src]
Bit 20 - JDISCEN
pub fn jqm(&self) -> JQM_R
[src]
Bit 21 - JQM
pub fn awd1sgl(&self) -> AWD1SGL_R
[src]
Bit 22 - AWD1SGL
pub fn awd1en(&self) -> AWD1EN_R
[src]
Bit 23 - AWD1EN
pub fn jawd1en(&self) -> JAWD1EN_R
[src]
Bit 24 - JAWD1EN
pub fn jauto(&self) -> JAUTO_R
[src]
Bit 25 - JAUTO
pub fn awd1ch(&self) -> AWD1CH_R
[src]
Bits 26:30 - AWD1CH
pub fn jqdis(&self) -> JQDIS_R
[src]
Bit 31 - JQDIS
impl R<u32, Reg<u32, _ADC_CFGR2>>
[src]
pub fn rovse(&self) -> ROVSE_R
[src]
Bit 0 - ROVSE
pub fn jovse(&self) -> JOVSE_R
[src]
Bit 1 - JOVSE
pub fn ovss(&self) -> OVSS_R
[src]
Bits 5:8 - OVSS
pub fn trovs(&self) -> TROVS_R
[src]
Bit 9 - TROVS
pub fn rovsm(&self) -> ROVSM_R
[src]
Bit 10 - ROVSM
pub fn rshift1(&self) -> RSHIFT1_R
[src]
Bit 11 - RSHIFT1
pub fn rshift2(&self) -> RSHIFT2_R
[src]
Bit 12 - RSHIFT2
pub fn rshift3(&self) -> RSHIFT3_R
[src]
Bit 13 - RSHIFT3
pub fn rshift4(&self) -> RSHIFT4_R
[src]
Bit 14 - RSHIFT4
pub fn osvr(&self) -> OSVR_R
[src]
Bits 16:25 - OSVR
pub fn lshift(&self) -> LSHIFT_R
[src]
Bits 28:31 - LSHIFT
impl R<u32, Reg<u32, _ADC_SMPR1>>
[src]
pub fn smp0(&self) -> SMP0_R
[src]
Bits 0:2 - SMP0
pub fn smp1(&self) -> SMP1_R
[src]
Bits 3:5 - SMP1
pub fn smp2(&self) -> SMP2_R
[src]
Bits 6:8 - SMP2
pub fn smp3(&self) -> SMP3_R
[src]
Bits 9:11 - SMP3
pub fn smp4(&self) -> SMP4_R
[src]
Bits 12:14 - SMP4
pub fn smp5(&self) -> SMP5_R
[src]
Bits 15:17 - SMP5
pub fn smp6(&self) -> SMP6_R
[src]
Bits 18:20 - SMP6
pub fn smp7(&self) -> SMP7_R
[src]
Bits 21:23 - SMP7
pub fn smp8(&self) -> SMP8_R
[src]
Bits 24:26 - SMP8
pub fn smp9(&self) -> SMP9_R
[src]
Bits 27:29 - SMP9
impl R<u32, Reg<u32, _ADC_SMPR2>>
[src]
pub fn smp10(&self) -> SMP10_R
[src]
Bits 0:2 - SMP10
pub fn smp11(&self) -> SMP11_R
[src]
Bits 3:5 - SMP11
pub fn smp12(&self) -> SMP12_R
[src]
Bits 6:8 - SMP12
pub fn smp13(&self) -> SMP13_R
[src]
Bits 9:11 - SMP13
pub fn smp14(&self) -> SMP14_R
[src]
Bits 12:14 - SMP14
pub fn smp15(&self) -> SMP15_R
[src]
Bits 15:17 - SMP15
pub fn smp16(&self) -> SMP16_R
[src]
Bits 18:20 - SMP16
pub fn smp17(&self) -> SMP17_R
[src]
Bits 21:23 - SMP17
pub fn smp18(&self) -> SMP18_R
[src]
Bits 24:26 - SMP18
pub fn smp19(&self) -> SMP19_R
[src]
Bits 27:29 - SMP19
impl R<u32, Reg<u32, _ADC_PCSEL>>
[src]
pub fn pcsel0(&self) -> PCSEL0_R
[src]
Bit 0 - PCSEL0
pub fn pcsel1(&self) -> PCSEL1_R
[src]
Bit 1 - PCSEL1
pub fn pcsel2(&self) -> PCSEL2_R
[src]
Bit 2 - PCSEL2
pub fn pcsel3(&self) -> PCSEL3_R
[src]
Bit 3 - PCSEL3
pub fn pcsel4(&self) -> PCSEL4_R
[src]
Bit 4 - PCSEL4
pub fn pcsel5(&self) -> PCSEL5_R
[src]
Bit 5 - PCSEL5
pub fn pcsel6(&self) -> PCSEL6_R
[src]
Bit 6 - PCSEL6
pub fn pcsel7(&self) -> PCSEL7_R
[src]
Bit 7 - PCSEL7
pub fn pcsel8(&self) -> PCSEL8_R
[src]
Bit 8 - PCSEL8
pub fn pcsel9(&self) -> PCSEL9_R
[src]
Bit 9 - PCSEL9
pub fn pcsel10(&self) -> PCSEL10_R
[src]
Bit 10 - PCSEL10
pub fn pcsel11(&self) -> PCSEL11_R
[src]
Bit 11 - PCSEL11
pub fn pcsel12(&self) -> PCSEL12_R
[src]
Bit 12 - PCSEL12
pub fn pcsel13(&self) -> PCSEL13_R
[src]
Bit 13 - PCSEL13
pub fn pcsel14(&self) -> PCSEL14_R
[src]
Bit 14 - PCSEL14
pub fn pcsel15(&self) -> PCSEL15_R
[src]
Bit 15 - PCSEL15
pub fn pcsel16(&self) -> PCSEL16_R
[src]
Bit 16 - PCSEL16
pub fn pcsel17(&self) -> PCSEL17_R
[src]
Bit 17 - PCSEL17
pub fn pcsel18(&self) -> PCSEL18_R
[src]
Bit 18 - PCSEL18
pub fn pcsel19(&self) -> PCSEL19_R
[src]
Bit 19 - PCSEL19
impl R<u32, Reg<u32, _ADC_LTR1>>
[src]
impl R<u32, Reg<u32, _ADC_HTR1>>
[src]
impl R<u32, Reg<u32, _ADC_SQR1>>
[src]
pub fn l(&self) -> L_R
[src]
Bits 0:3 - L
pub fn sq1(&self) -> SQ1_R
[src]
Bits 6:10 - SQ1
pub fn sq2(&self) -> SQ2_R
[src]
Bits 12:16 - SQ2
pub fn sq3(&self) -> SQ3_R
[src]
Bits 18:22 - SQ3
pub fn sq4(&self) -> SQ4_R
[src]
Bits 24:28 - SQ4
impl R<u32, Reg<u32, _ADC_SQR2>>
[src]
pub fn sq5(&self) -> SQ5_R
[src]
Bits 0:4 - SQ5
pub fn sq6(&self) -> SQ6_R
[src]
Bits 6:10 - SQ6
pub fn sq7(&self) -> SQ7_R
[src]
Bits 12:16 - SQ7
pub fn sq8(&self) -> SQ8_R
[src]
Bits 18:22 - SQ8
pub fn sq9(&self) -> SQ9_R
[src]
Bits 24:28 - SQ9
impl R<u32, Reg<u32, _ADC_SQR3>>
[src]
pub fn sq10(&self) -> SQ10_R
[src]
Bits 0:4 - SQ10
pub fn sq11(&self) -> SQ11_R
[src]
Bits 6:10 - SQ11
pub fn sq12(&self) -> SQ12_R
[src]
Bits 12:16 - SQ12
pub fn sq13(&self) -> SQ13_R
[src]
Bits 18:22 - SQ13
pub fn sq14(&self) -> SQ14_R
[src]
Bits 24:28 - SQ14
impl R<u32, Reg<u32, _ADC_SQR4>>
[src]
impl R<u32, Reg<u32, _ADC_DR>>
[src]
impl R<u32, Reg<u32, _ADC_JSQR>>
[src]
pub fn jl(&self) -> JL_R
[src]
Bits 0:1 - JL
pub fn jextsel(&self) -> JEXTSEL_R
[src]
Bits 2:6 - JEXTSEL
pub fn jexten(&self) -> JEXTEN_R
[src]
Bits 7:8 - JEXTEN
pub fn jsq1(&self) -> JSQ1_R
[src]
Bits 9:13 - JSQ1
pub fn jsq2(&self) -> JSQ2_R
[src]
Bits 15:19 - JSQ2
pub fn jsq3(&self) -> JSQ3_R
[src]
Bits 21:25 - JSQ3
pub fn jsq4(&self) -> JSQ4_R
[src]
Bits 27:31 - JSQ4
impl R<u32, Reg<u32, _ADC_OFR1>>
[src]
pub fn offset1(&self) -> OFFSET1_R
[src]
Bits 0:25 - OFFSET1
pub fn offset1_ch(&self) -> OFFSET1_CH_R
[src]
Bits 26:30 - OFFSET1_CH
pub fn ssate(&self) -> SSATE_R
[src]
Bit 31 - SSATE
impl R<u32, Reg<u32, _ADC_OFR2>>
[src]
pub fn offset2(&self) -> OFFSET2_R
[src]
Bits 0:25 - OFFSET2
pub fn offset2_ch(&self) -> OFFSET2_CH_R
[src]
Bits 26:30 - OFFSET2_CH
pub fn ssate(&self) -> SSATE_R
[src]
Bit 31 - SSATE
impl R<u32, Reg<u32, _ADC_OFR3>>
[src]
pub fn offset3(&self) -> OFFSET3_R
[src]
Bits 0:25 - OFFSET3
pub fn offset3_ch(&self) -> OFFSET3_CH_R
[src]
Bits 26:30 - OFFSET3_CH
pub fn ssate(&self) -> SSATE_R
[src]
Bit 31 - SSATE
impl R<u32, Reg<u32, _ADC_OFR4>>
[src]
pub fn offset4(&self) -> OFFSET4_R
[src]
Bits 0:25 - OFFSET4
pub fn offset4_ch(&self) -> OFFSET4_CH_R
[src]
Bits 26:30 - OFFSET4_CH
pub fn ssate(&self) -> SSATE_R
[src]
Bit 31 - SSATE
impl R<u32, Reg<u32, _ADC_JDR1>>
[src]
impl R<u32, Reg<u32, _ADC_JDR2>>
[src]
impl R<u32, Reg<u32, _ADC_JDR3>>
[src]
impl R<u32, Reg<u32, _ADC_JDR4>>
[src]
impl R<u32, Reg<u32, _ADC_AWD2CR>>
[src]
impl R<u32, Reg<u32, _ADC_AWD3CR>>
[src]
impl R<u32, Reg<u32, _ADC_LTR2>>
[src]
impl R<u32, Reg<u32, _ADC_HTR2>>
[src]
impl R<u32, Reg<u32, _ADC_LTR3>>
[src]
impl R<u32, Reg<u32, _ADC_HTR3>>
[src]
impl R<u32, Reg<u32, _ADC_DIFSEL>>
[src]
impl R<u32, Reg<u32, _ADC_CALFACT>>
[src]
pub fn calfact_s(&self) -> CALFACT_S_R
[src]
Bits 0:10 - CALFACT_S
pub fn calfact_d(&self) -> CALFACT_D_R
[src]
Bits 16:26 - CALFACT_D
impl R<u32, Reg<u32, _ADC_CALFACT2>>
[src]
pub fn lincalfact(&self) -> LINCALFACT_R
[src]
Bits 0:29 - LINCALFACT
impl R<u32, Reg<u32, _ADC_ISR>>
[src]
pub fn adrdy(&self) -> ADRDY_R
[src]
Bit 0 - ADRDY
pub fn eosmp(&self) -> EOSMP_R
[src]
Bit 1 - EOSMP
pub fn eoc(&self) -> EOC_R
[src]
Bit 2 - EOC
pub fn eos(&self) -> EOS_R
[src]
Bit 3 - EOS
pub fn ovr(&self) -> OVR_R
[src]
Bit 4 - OVR
pub fn jeoc(&self) -> JEOC_R
[src]
Bit 5 - JEOC
pub fn jeos(&self) -> JEOS_R
[src]
Bit 6 - JEOS
pub fn awd1(&self) -> AWD1_R
[src]
Bit 7 - AWD1
pub fn awd2(&self) -> AWD2_R
[src]
Bit 8 - AWD2
pub fn awd3(&self) -> AWD3_R
[src]
Bit 9 - AWD3
pub fn jqovf(&self) -> JQOVF_R
[src]
Bit 10 - JQOVF
impl R<u32, Reg<u32, _ADC_IER>>
[src]
pub fn adrdyie(&self) -> ADRDYIE_R
[src]
Bit 0 - ADRDYIE
pub fn eosmpie(&self) -> EOSMPIE_R
[src]
Bit 1 - EOSMPIE
pub fn eocie(&self) -> EOCIE_R
[src]
Bit 2 - EOCIE
pub fn eosie(&self) -> EOSIE_R
[src]
Bit 3 - EOSIE
pub fn ovrie(&self) -> OVRIE_R
[src]
Bit 4 - OVRIE
pub fn jeocie(&self) -> JEOCIE_R
[src]
Bit 5 - JEOCIE
pub fn jeosie(&self) -> JEOSIE_R
[src]
Bit 6 - JEOSIE
pub fn awd1ie(&self) -> AWD1IE_R
[src]
Bit 7 - AWD1IE
pub fn awd2ie(&self) -> AWD2IE_R
[src]
Bit 8 - AWD2IE
pub fn awd3ie(&self) -> AWD3IE_R
[src]
Bit 9 - AWD3IE
pub fn jqovfie(&self) -> JQOVFIE_R
[src]
Bit 10 - JQOVFIE
impl R<u32, Reg<u32, _ADC_CR>>
[src]
pub fn aden(&self) -> ADEN_R
[src]
Bit 0 - ADEN
pub fn addis(&self) -> ADDIS_R
[src]
Bit 1 - ADDIS
pub fn adstart(&self) -> ADSTART_R
[src]
Bit 2 - ADSTART
pub fn jadstart(&self) -> JADSTART_R
[src]
Bit 3 - JADSTART
pub fn adstp(&self) -> ADSTP_R
[src]
Bit 4 - ADSTP
pub fn jadstp(&self) -> JADSTP_R
[src]
Bit 5 - JADSTP
pub fn boost(&self) -> BOOST_R
[src]
Bit 8 - BOOST
pub fn adcallin(&self) -> ADCALLIN_R
[src]
Bit 16 - ADCALLIN
pub fn lincalrdyw1(&self) -> LINCALRDYW1_R
[src]
Bit 22 - LINCALRDYW1
pub fn lincalrdyw2(&self) -> LINCALRDYW2_R
[src]
Bit 23 - LINCALRDYW2
pub fn lincalrdyw3(&self) -> LINCALRDYW3_R
[src]
Bit 24 - LINCALRDYW3
pub fn lincalrdyw4(&self) -> LINCALRDYW4_R
[src]
Bit 25 - LINCALRDYW4
pub fn lincalrdyw5(&self) -> LINCALRDYW5_R
[src]
Bit 26 - LINCALRDYW5
pub fn lincalrdyw6(&self) -> LINCALRDYW6_R
[src]
Bit 27 - LINCALRDYW6
pub fn advregen(&self) -> ADVREGEN_R
[src]
Bit 28 - ADVREGEN
pub fn deeppwd(&self) -> DEEPPWD_R
[src]
Bit 29 - DEEPPWD
pub fn adcaldif(&self) -> ADCALDIF_R
[src]
Bit 30 - ADCALDIF
pub fn adcal(&self) -> ADCAL_R
[src]
Bit 31 - ADCAL
impl R<u32, Reg<u32, _ADC_CFGR>>
[src]
pub fn dmngt(&self) -> DMNGT_R
[src]
Bits 0:1 - DMNGT
pub fn res(&self) -> RES_R
[src]
Bits 2:4 - RES
pub fn extsel(&self) -> EXTSEL_R
[src]
Bits 5:9 - EXTSEL
pub fn exten(&self) -> EXTEN_R
[src]
Bits 10:11 - EXTEN
pub fn ovrmod(&self) -> OVRMOD_R
[src]
Bit 12 - OVRMOD
pub fn cont(&self) -> CONT_R
[src]
Bit 13 - CONT
pub fn autdly(&self) -> AUTDLY_R
[src]
Bit 14 - AUTDLY
pub fn discen(&self) -> DISCEN_R
[src]
Bit 16 - DISCEN
pub fn discnum(&self) -> DISCNUM_R
[src]
Bits 17:19 - DISCNUM
pub fn jdiscen(&self) -> JDISCEN_R
[src]
Bit 20 - JDISCEN
pub fn jqm(&self) -> JQM_R
[src]
Bit 21 - JQM
pub fn awd1sgl(&self) -> AWD1SGL_R
[src]
Bit 22 - AWD1SGL
pub fn awd1en(&self) -> AWD1EN_R
[src]
Bit 23 - AWD1EN
pub fn jawd1en(&self) -> JAWD1EN_R
[src]
Bit 24 - JAWD1EN
pub fn jauto(&self) -> JAUTO_R
[src]
Bit 25 - JAUTO
pub fn awd1ch(&self) -> AWD1CH_R
[src]
Bits 26:30 - AWD1CH
pub fn jqdis(&self) -> JQDIS_R
[src]
Bit 31 - JQDIS
impl R<u32, Reg<u32, _ADC_CFGR2>>
[src]
pub fn rovse(&self) -> ROVSE_R
[src]
Bit 0 - ROVSE
pub fn jovse(&self) -> JOVSE_R
[src]
Bit 1 - JOVSE
pub fn ovss(&self) -> OVSS_R
[src]
Bits 5:8 - OVSS
pub fn trovs(&self) -> TROVS_R
[src]
Bit 9 - TROVS
pub fn rovsm(&self) -> ROVSM_R
[src]
Bit 10 - ROVSM
pub fn rshift1(&self) -> RSHIFT1_R
[src]
Bit 11 - RSHIFT1
pub fn rshift2(&self) -> RSHIFT2_R
[src]
Bit 12 - RSHIFT2
pub fn rshift3(&self) -> RSHIFT3_R
[src]
Bit 13 - RSHIFT3
pub fn rshift4(&self) -> RSHIFT4_R
[src]
Bit 14 - RSHIFT4
pub fn osvr(&self) -> OSVR_R
[src]
Bits 16:25 - OSVR
pub fn lshift(&self) -> LSHIFT_R
[src]
Bits 28:31 - LSHIFT
impl R<u32, Reg<u32, _ADC_SMPR1>>
[src]
pub fn smp0(&self) -> SMP0_R
[src]
Bits 0:2 - SMP0
pub fn smp1(&self) -> SMP1_R
[src]
Bits 3:5 - SMP1
pub fn smp2(&self) -> SMP2_R
[src]
Bits 6:8 - SMP2
pub fn smp3(&self) -> SMP3_R
[src]
Bits 9:11 - SMP3
pub fn smp4(&self) -> SMP4_R
[src]
Bits 12:14 - SMP4
pub fn smp5(&self) -> SMP5_R
[src]
Bits 15:17 - SMP5
pub fn smp6(&self) -> SMP6_R
[src]
Bits 18:20 - SMP6
pub fn smp7(&self) -> SMP7_R
[src]
Bits 21:23 - SMP7
pub fn smp8(&self) -> SMP8_R
[src]
Bits 24:26 - SMP8
pub fn smp9(&self) -> SMP9_R
[src]
Bits 27:29 - SMP9
impl R<u32, Reg<u32, _ADC_SMPR2>>
[src]
pub fn smp10(&self) -> SMP10_R
[src]
Bits 0:2 - SMP10
pub fn smp11(&self) -> SMP11_R
[src]
Bits 3:5 - SMP11
pub fn smp12(&self) -> SMP12_R
[src]
Bits 6:8 - SMP12
pub fn smp13(&self) -> SMP13_R
[src]
Bits 9:11 - SMP13
pub fn smp14(&self) -> SMP14_R
[src]
Bits 12:14 - SMP14
pub fn smp15(&self) -> SMP15_R
[src]
Bits 15:17 - SMP15
pub fn smp16(&self) -> SMP16_R
[src]
Bits 18:20 - SMP16
pub fn smp17(&self) -> SMP17_R
[src]
Bits 21:23 - SMP17
pub fn smp18(&self) -> SMP18_R
[src]
Bits 24:26 - SMP18
pub fn smp19(&self) -> SMP19_R
[src]
Bits 27:29 - SMP19
impl R<u32, Reg<u32, _ADC_PCSEL>>
[src]
pub fn pcsel0(&self) -> PCSEL0_R
[src]
Bit 0 - PCSEL0
pub fn pcsel1(&self) -> PCSEL1_R
[src]
Bit 1 - PCSEL1
pub fn pcsel2(&self) -> PCSEL2_R
[src]
Bit 2 - PCSEL2
pub fn pcsel3(&self) -> PCSEL3_R
[src]
Bit 3 - PCSEL3
pub fn pcsel4(&self) -> PCSEL4_R
[src]
Bit 4 - PCSEL4
pub fn pcsel5(&self) -> PCSEL5_R
[src]
Bit 5 - PCSEL5
pub fn pcsel6(&self) -> PCSEL6_R
[src]
Bit 6 - PCSEL6
pub fn pcsel7(&self) -> PCSEL7_R
[src]
Bit 7 - PCSEL7
pub fn pcsel8(&self) -> PCSEL8_R
[src]
Bit 8 - PCSEL8
pub fn pcsel9(&self) -> PCSEL9_R
[src]
Bit 9 - PCSEL9
pub fn pcsel10(&self) -> PCSEL10_R
[src]
Bit 10 - PCSEL10
pub fn pcsel11(&self) -> PCSEL11_R
[src]
Bit 11 - PCSEL11
pub fn pcsel12(&self) -> PCSEL12_R
[src]
Bit 12 - PCSEL12
pub fn pcsel13(&self) -> PCSEL13_R
[src]
Bit 13 - PCSEL13
pub fn pcsel14(&self) -> PCSEL14_R
[src]
Bit 14 - PCSEL14
pub fn pcsel15(&self) -> PCSEL15_R
[src]
Bit 15 - PCSEL15
pub fn pcsel16(&self) -> PCSEL16_R
[src]
Bit 16 - PCSEL16
pub fn pcsel17(&self) -> PCSEL17_R
[src]
Bit 17 - PCSEL17
pub fn pcsel18(&self) -> PCSEL18_R
[src]
Bit 18 - PCSEL18
pub fn pcsel19(&self) -> PCSEL19_R
[src]
Bit 19 - PCSEL19
impl R<u32, Reg<u32, _ADC_LTR1>>
[src]
impl R<u32, Reg<u32, _ADC_HTR1>>
[src]
impl R<u32, Reg<u32, _ADC_SQR1>>
[src]
pub fn l(&self) -> L_R
[src]
Bits 0:3 - L
pub fn sq1(&self) -> SQ1_R
[src]
Bits 6:10 - SQ1
pub fn sq2(&self) -> SQ2_R
[src]
Bits 12:16 - SQ2
pub fn sq3(&self) -> SQ3_R
[src]
Bits 18:22 - SQ3
pub fn sq4(&self) -> SQ4_R
[src]
Bits 24:28 - SQ4
impl R<u32, Reg<u32, _ADC_SQR2>>
[src]
pub fn sq5(&self) -> SQ5_R
[src]
Bits 0:4 - SQ5
pub fn sq6(&self) -> SQ6_R
[src]
Bits 6:10 - SQ6
pub fn sq7(&self) -> SQ7_R
[src]
Bits 12:16 - SQ7
pub fn sq8(&self) -> SQ8_R
[src]
Bits 18:22 - SQ8
pub fn sq9(&self) -> SQ9_R
[src]
Bits 24:28 - SQ9
impl R<u32, Reg<u32, _ADC_SQR3>>
[src]
pub fn sq10(&self) -> SQ10_R
[src]
Bits 0:4 - SQ10
pub fn sq11(&self) -> SQ11_R
[src]
Bits 6:10 - SQ11
pub fn sq12(&self) -> SQ12_R
[src]
Bits 12:16 - SQ12
pub fn sq13(&self) -> SQ13_R
[src]
Bits 18:22 - SQ13
pub fn sq14(&self) -> SQ14_R
[src]
Bits 24:28 - SQ14
impl R<u32, Reg<u32, _ADC_SQR4>>
[src]
impl R<u32, Reg<u32, _ADC_DR>>
[src]
impl R<u32, Reg<u32, _ADC_JSQR>>
[src]
pub fn jl(&self) -> JL_R
[src]
Bits 0:1 - JL
pub fn jextsel(&self) -> JEXTSEL_R
[src]
Bits 2:6 - JEXTSEL
pub fn jexten(&self) -> JEXTEN_R
[src]
Bits 7:8 - JEXTEN
pub fn jsq1(&self) -> JSQ1_R
[src]
Bits 9:13 - JSQ1
pub fn jsq2(&self) -> JSQ2_R
[src]
Bits 15:19 - JSQ2
pub fn jsq3(&self) -> JSQ3_R
[src]
Bits 21:25 - JSQ3
pub fn jsq4(&self) -> JSQ4_R
[src]
Bits 27:31 - JSQ4
impl R<u32, Reg<u32, _ADC_OFR1>>
[src]
pub fn offset1(&self) -> OFFSET1_R
[src]
Bits 0:25 - OFFSET1
pub fn offset1_ch(&self) -> OFFSET1_CH_R
[src]
Bits 26:30 - OFFSET1_CH
pub fn ssate(&self) -> SSATE_R
[src]
Bit 31 - SSATE
impl R<u32, Reg<u32, _ADC_OFR2>>
[src]
pub fn offset2(&self) -> OFFSET2_R
[src]
Bits 0:25 - OFFSET2
pub fn offset2_ch(&self) -> OFFSET2_CH_R
[src]
Bits 26:30 - OFFSET2_CH
pub fn ssate(&self) -> SSATE_R
[src]
Bit 31 - SSATE
impl R<u32, Reg<u32, _ADC_OFR3>>
[src]
pub fn offset3(&self) -> OFFSET3_R
[src]
Bits 0:25 - OFFSET3
pub fn offset3_ch(&self) -> OFFSET3_CH_R
[src]
Bits 26:30 - OFFSET3_CH
pub fn ssate(&self) -> SSATE_R
[src]
Bit 31 - SSATE
impl R<u32, Reg<u32, _ADC_OFR4>>
[src]
pub fn offset4(&self) -> OFFSET4_R
[src]
Bits 0:25 - OFFSET4
pub fn offset4_ch(&self) -> OFFSET4_CH_R
[src]
Bits 26:30 - OFFSET4_CH
pub fn ssate(&self) -> SSATE_R
[src]
Bit 31 - SSATE
impl R<u32, Reg<u32, _ADC_JDR1>>
[src]
impl R<u32, Reg<u32, _ADC_JDR2>>
[src]
impl R<u32, Reg<u32, _ADC_JDR3>>
[src]
impl R<u32, Reg<u32, _ADC_JDR4>>
[src]
impl R<u32, Reg<u32, _ADC_AWD2CR>>
[src]
impl R<u32, Reg<u32, _ADC_AWD3CR>>
[src]
impl R<u32, Reg<u32, _ADC_LTR2>>
[src]
impl R<u32, Reg<u32, _ADC_HTR2>>
[src]
impl R<u32, Reg<u32, _ADC_LTR3>>
[src]
impl R<u32, Reg<u32, _ADC_HTR3>>
[src]
impl R<u32, Reg<u32, _ADC_DIFSEL>>
[src]
impl R<u32, Reg<u32, _ADC_CALFACT>>
[src]
pub fn calfact_s(&self) -> CALFACT_S_R
[src]
Bits 0:10 - CALFACT_S
pub fn calfact_d(&self) -> CALFACT_D_R
[src]
Bits 16:26 - CALFACT_D
impl R<u32, Reg<u32, _ADC_CALFACT2>>
[src]
pub fn lincalfact(&self) -> LINCALFACT_R
[src]
Bits 0:29 - LINCALFACT
impl R<u32, Reg<u32, _ADC2_OR>>
[src]
pub fn vddcoreen(&self) -> VDDCOREEN_R
[src]
Bit 0 - VDDCOREEN
impl R<u32, Reg<u32, _CSR>>
[src]
pub fn addrdy_mst(&self) -> ADDRDY_MST_R
[src]
Bit 0 - ADDRDY_MST
pub fn eosmp_mst(&self) -> EOSMP_MST_R
[src]
Bit 1 - EOSMP_MST
pub fn eoc_mst(&self) -> EOC_MST_R
[src]
Bit 2 - EOC_MST
pub fn eos_mst(&self) -> EOS_MST_R
[src]
Bit 3 - EOS_MST
pub fn ovr_mst(&self) -> OVR_MST_R
[src]
Bit 4 - OVR_MST
pub fn jeoc_mst(&self) -> JEOC_MST_R
[src]
Bit 5 - JEOC_MST
pub fn jeos_mst(&self) -> JEOS_MST_R
[src]
Bit 6 - JEOS_MST
pub fn awd1_mst(&self) -> AWD1_MST_R
[src]
Bit 7 - AWD1_MST
pub fn awd2_mst(&self) -> AWD2_MST_R
[src]
Bit 8 - AWD2_MST
pub fn awd3_mst(&self) -> AWD3_MST_R
[src]
Bit 9 - AWD3_MST
pub fn jqovf_mst(&self) -> JQOVF_MST_R
[src]
Bit 10 - JQOVF_MST
pub fn adrdy_slv(&self) -> ADRDY_SLV_R
[src]
Bit 16 - ADRDY_SLV
pub fn eosmp_slv(&self) -> EOSMP_SLV_R
[src]
Bit 17 - EOSMP_SLV
pub fn eoc_slv(&self) -> EOC_SLV_R
[src]
Bit 18 - EOC_SLV
pub fn eos_slv(&self) -> EOS_SLV_R
[src]
Bit 19 - EOS_SLV
pub fn ovr_slv(&self) -> OVR_SLV_R
[src]
Bit 20 - OVR_SLV
pub fn jeoc_slv(&self) -> JEOC_SLV_R
[src]
Bit 21 - JEOC_SLV
pub fn jeos_slv(&self) -> JEOS_SLV_R
[src]
Bit 22 - JEOS_SLV
pub fn awd1_slv(&self) -> AWD1_SLV_R
[src]
Bit 23 - AWD1_SLV
pub fn awd2_slv(&self) -> AWD2_SLV_R
[src]
Bit 24 - AWD2_SLV
pub fn awd3_slv(&self) -> AWD3_SLV_R
[src]
Bit 25 - AWD3_SLV
pub fn jqovf_slv(&self) -> JQOVF_SLV_R
[src]
Bit 26 - JQOVF_SLV
impl R<u32, Reg<u32, _CCR>>
[src]
pub fn ckmode(&self) -> CKMODE_R
[src]
Bits 16:17 - ADC clock mode
pub fn presc(&self) -> PRESC_R
[src]
Bits 18:21 - ADC prescaler
pub fn vrefen(&self) -> VREFEN_R
[src]
Bit 22 - VREFINT enable
pub fn ch17sel(&self) -> CH17SEL_R
[src]
Bit 23 - CH17SEL
pub fn ch18sel(&self) -> CH18SEL_R
[src]
Bit 24 - CH18SEL
pub fn mdma(&self) -> MDMA_R
[src]
Bits 14:15 - MDMA
pub fn dmacfg(&self) -> DMACFG_R
[src]
Bit 13 - DMACFG
pub fn delay(&self) -> DELAY_R
[src]
Bits 8:10 - DELAY
pub fn dual(&self) -> DUAL_R
[src]
Bits 0:4 - DUAL
impl R<u32, Reg<u32, _CDR>>
[src]
pub fn rdata_mst(&self) -> RDATA_MST_R
[src]
Bits 0:15 - RDATA_MST
pub fn rdata_slv(&self) -> RDATA_SLV_R
[src]
Bits 16:31 - RDATA_SLV
impl R<u32, Reg<u32, _CDR2>>
[src]
pub fn rdata_alt(&self) -> RDATA_ALT_R
[src]
Bits 0:31 - RDATA_ALT
impl R<u32, Reg<u32, _AXIMC_M0_FN_MOD2>>
[src]
pub fn bypass_merge(&self) -> BYPASS_MERGE_R
[src]
Bit 0 - BYPASS_MERGE
impl R<u32, Reg<u32, _AXIMC_M0_READ_QOS>>
[src]
impl R<u32, Reg<u32, _AXIMC_M0_WRITE_QOS>>
[src]
impl R<u32, Reg<u32, _AXIMC_M0_FN_MOD>>
[src]
pub fn read_iss_override(&self) -> READ_ISS_OVERRIDE_R
[src]
Bit 0 - READ_ISS_OVERRIDE
pub fn write_iss_override(&self) -> WRITE_ISS_OVERRIDE_R
[src]
Bit 1 - WRITE_ISS_OVERRIDE
impl R<u32, Reg<u32, _AXIMC_M1_FN_MOD2>>
[src]
pub fn bypass_merge(&self) -> BYPASS_MERGE_R
[src]
Bit 0 - BYPASS_MERGE
impl R<u32, Reg<u32, _AXIMC_M1_READ_QOS>>
[src]
impl R<u32, Reg<u32, _AXIMC_M1_WRITE_QOS>>
[src]
impl R<u32, Reg<u32, _AXIMC_M1_FN_MOD>>
[src]
pub fn read_iss_override(&self) -> READ_ISS_OVERRIDE_R
[src]
Bit 0 - READ_ISS_OVERRIDE
pub fn write_iss_override(&self) -> WRITE_ISS_OVERRIDE_R
[src]
Bit 1 - WRITE_ISS_OVERRIDE
impl R<u32, Reg<u32, _AXIMC_M2_FN_MOD2>>
[src]
pub fn bypass_merge(&self) -> BYPASS_MERGE_R
[src]
Bit 0 - BYPASS_MERGE
impl R<u32, Reg<u32, _AXIMC_M2_READ_QOS>>
[src]
impl R<u32, Reg<u32, _AXIMC_M2_WRITE_QOS>>
[src]
impl R<u32, Reg<u32, _AXIMC_M2_FN_MOD>>
[src]
pub fn read_iss_override(&self) -> READ_ISS_OVERRIDE_R
[src]
Bit 0 - READ_ISS_OVERRIDE
pub fn write_iss_override(&self) -> WRITE_ISS_OVERRIDE_R
[src]
Bit 1 - WRITE_ISS_OVERRIDE
impl R<u32, Reg<u32, _AXIMC_M5_FN_MOD2>>
[src]
pub fn bypass_merge(&self) -> BYPASS_MERGE_R
[src]
Bit 0 - BYPASS_MERGE
impl R<u32, Reg<u32, _AXIMC_M5_READ_QOS>>
[src]
impl R<u32, Reg<u32, _AXIMC_M5_WRITE_QOS>>
[src]
impl R<u32, Reg<u32, _AXIMC_M5_FN_MOD>>
[src]
pub fn read_iss_override(&self) -> READ_ISS_OVERRIDE_R
[src]
Bit 0 - READ_ISS_OVERRIDE
pub fn write_iss_override(&self) -> WRITE_ISS_OVERRIDE_R
[src]
Bit 1 - WRITE_ISS_OVERRIDE
impl R<u32, Reg<u32, _AXIMC_M3_READ_QOS>>
[src]
impl R<u32, Reg<u32, _AXIMC_M3_WRITE_QOS>>
[src]
impl R<u32, Reg<u32, _AXIMC_M3_FN_MOD>>
[src]
pub fn read_iss_override(&self) -> READ_ISS_OVERRIDE_R
[src]
Bit 0 - READ_ISS_OVERRIDE
pub fn write_iss_override(&self) -> WRITE_ISS_OVERRIDE_R
[src]
Bit 1 - WRITE_ISS_OVERRIDE
impl R<u32, Reg<u32, _AXIMC_M7_READ_QOS>>
[src]
impl R<u32, Reg<u32, _AXIMC_M7_WRITE_QOS>>
[src]
impl R<u32, Reg<u32, _AXIMC_M7_FN_MOD>>
[src]
pub fn read_iss_override(&self) -> READ_ISS_OVERRIDE_R
[src]
Bit 0 - READ_ISS_OVERRIDE
pub fn write_iss_override(&self) -> WRITE_ISS_OVERRIDE_R
[src]
Bit 1 - WRITE_ISS_OVERRIDE
impl R<u32, Reg<u32, _AXIMC_M8_READ_QOS>>
[src]
impl R<u32, Reg<u32, _AXIMC_M8_WRITE_QOS>>
[src]
impl R<u32, Reg<u32, _AXIMC_M8_FN_MOD>>
[src]
pub fn read_iss_override(&self) -> READ_ISS_OVERRIDE_R
[src]
Bit 0 - READ_ISS_OVERRIDE
pub fn write_iss_override(&self) -> WRITE_ISS_OVERRIDE_R
[src]
Bit 1 - WRITE_ISS_OVERRIDE
impl R<u32, Reg<u32, _AXIMC_M4_FN_MOD2>>
[src]
pub fn bypass_merge(&self) -> BYPASS_MERGE_R
[src]
Bit 0 - BYPASS_MERGE
impl R<u32, Reg<u32, _AXIMC_M4_READ_QOS>>
[src]
impl R<u32, Reg<u32, _AXIMC_M4_WRITE_QOS>>
[src]
impl R<u32, Reg<u32, _AXIMC_M4_FN_MOD>>
[src]
pub fn read_iss_override(&self) -> READ_ISS_OVERRIDE_R
[src]
Bit 0 - READ_ISS_OVERRIDE
pub fn write_iss_override(&self) -> WRITE_ISS_OVERRIDE_R
[src]
Bit 1 - WRITE_ISS_OVERRIDE
impl R<u32, Reg<u32, _AXIMC_M9_READ_QOS>>
[src]
impl R<u32, Reg<u32, _AXIMC_M9_WRITE_QOS>>
[src]
impl R<u32, Reg<u32, _AXIMC_M9_FN_MOD>>
[src]
pub fn read_iss_override(&self) -> READ_ISS_OVERRIDE_R
[src]
Bit 0 - READ_ISS_OVERRIDE
pub fn write_iss_override(&self) -> WRITE_ISS_OVERRIDE_R
[src]
Bit 1 - WRITE_ISS_OVERRIDE
impl R<u32, Reg<u32, _AXIMC_M10_READ_QOS>>
[src]
impl R<u32, Reg<u32, _AXIMC_M10_WRITE_QOS>>
[src]
impl R<u32, Reg<u32, _AXIMC_M10_FN_MOD>>
[src]
pub fn read_iss_override(&self) -> READ_ISS_OVERRIDE_R
[src]
Bit 0 - READ_ISS_OVERRIDE
pub fn write_iss_override(&self) -> WRITE_ISS_OVERRIDE_R
[src]
Bit 1 - WRITE_ISS_OVERRIDE
impl R<u32, Reg<u32, _AXIMC_M6_FN_MOD2>>
[src]
pub fn bypass_merge(&self) -> BYPASS_MERGE_R
[src]
Bit 0 - BYPASS_MERGE
impl R<u32, Reg<u32, _AXIMC_M6_READ_QOS>>
[src]
impl R<u32, Reg<u32, _AXIMC_M6_WRITE_QOS>>
[src]
impl R<u32, Reg<u32, _AXIMC_M6_FN_MOD>>
[src]
pub fn read_iss_override(&self) -> READ_ISS_OVERRIDE_R
[src]
Bit 0 - READ_ISS_OVERRIDE
pub fn write_iss_override(&self) -> WRITE_ISS_OVERRIDE_R
[src]
Bit 1 - WRITE_ISS_OVERRIDE
impl R<u32, Reg<u32, _AXIMC_PERIPH_ID_4>>
[src]
pub fn jep106con(&self) -> JEP106CON_R
[src]
Bits 0:3 - JEP106CON
pub fn k4count(&self) -> K4COUNT_R
[src]
Bits 4:7 - K4COUNT
impl R<u32, Reg<u32, _AXIMC_PERIPH_ID_5>>
[src]
pub fn periph_id_5(&self) -> PERIPH_ID_5_R
[src]
Bits 0:7 - PERIPH_ID_5
impl R<u32, Reg<u32, _AXIMC_PERIPH_ID_6>>
[src]
pub fn periph_id_6(&self) -> PERIPH_ID_6_R
[src]
Bits 0:7 - PERIPH_ID_6
impl R<u32, Reg<u32, _AXIMC_PERIPH_ID_7>>
[src]
pub fn periph_id_7(&self) -> PERIPH_ID_7_R
[src]
Bits 0:7 - PERIPH_ID_7
impl R<u32, Reg<u32, _AXIMC_PERIPH_ID_0>>
[src]
pub fn periph_id_0(&self) -> PERIPH_ID_0_R
[src]
Bits 0:7 - PERIPH_ID_0
impl R<u32, Reg<u32, _AXIMC_PERIPH_ID_1>>
[src]
pub fn periph_id_1(&self) -> PERIPH_ID_1_R
[src]
Bits 0:7 - PERIPH_ID_1
impl R<u32, Reg<u32, _AXIMC_PERIPH_ID_2>>
[src]
pub fn periph_id_2(&self) -> PERIPH_ID_2_R
[src]
Bits 0:7 - PERIPH_ID_2
impl R<u32, Reg<u32, _AXIMC_PERIPH_ID_3>>
[src]
pub fn cust_mod_num(&self) -> CUST_MOD_NUM_R
[src]
Bits 0:3 - CUST_MOD_NUM
pub fn rev_and(&self) -> REV_AND_R
[src]
Bits 4:7 - REV_AND
impl R<u32, Reg<u32, _AXIMC_COMP_ID_0>>
[src]
pub fn preamble(&self) -> PREAMBLE_R
[src]
Bits 0:7 - PREAMBLE
impl R<u32, Reg<u32, _AXIMC_COMP_ID_1>>
[src]
pub fn preamble(&self) -> PREAMBLE_R
[src]
Bits 0:3 - PREAMBLE
pub fn class(&self) -> CLASS_R
[src]
Bits 4:7 - CLASS
impl R<u32, Reg<u32, _AXIMC_COMP_ID_2>>
[src]
pub fn preamble(&self) -> PREAMBLE_R
[src]
Bits 0:7 - PREAMBLE
impl R<u32, Reg<u32, _AXIMC_COMP_ID_3>>
[src]
pub fn preamble(&self) -> PREAMBLE_R
[src]
Bits 0:7 - PREAMBLE
impl R<u32, Reg<u32, _AXIMC_M0_FN_MOD_AHB>>
[src]
pub fn rd_inc_override(&self) -> RD_INC_OVERRIDE_R
[src]
Bit 0 - RD_INC_OVERRIDE
pub fn wr_inc_override(&self) -> WR_INC_OVERRIDE_R
[src]
Bit 1 - WR_INC_OVERRIDE
impl R<u32, Reg<u32, _AXIMC_M1_FN_MOD_AHB>>
[src]
pub fn rd_inc_override(&self) -> RD_INC_OVERRIDE_R
[src]
Bit 0 - RD_INC_OVERRIDE
pub fn wr_inc_override(&self) -> WR_INC_OVERRIDE_R
[src]
Bit 1 - WR_INC_OVERRIDE
impl R<u32, Reg<u32, _AXIMC_M2_FN_MOD_AHB>>
[src]
pub fn rd_inc_override(&self) -> RD_INC_OVERRIDE_R
[src]
Bit 0 - RD_INC_OVERRIDE
pub fn wr_inc_override(&self) -> WR_INC_OVERRIDE_R
[src]
Bit 1 - WR_INC_OVERRIDE
impl R<u32, Reg<u32, _AXIMC_M5_FN_MOD_AHB>>
[src]
pub fn rd_inc_override(&self) -> RD_INC_OVERRIDE_R
[src]
Bit 0 - RD_INC_OVERRIDE
pub fn wr_inc_override(&self) -> WR_INC_OVERRIDE_R
[src]
Bit 1 - WR_INC_OVERRIDE
impl R<u32, Reg<u32, _AXIMC_M6_FN_MOD_AHB>>
[src]
pub fn rd_inc_override(&self) -> RD_INC_OVERRIDE_R
[src]
Bit 0 - RD_INC_OVERRIDE
pub fn wr_inc_override(&self) -> WR_INC_OVERRIDE_R
[src]
Bit 1 - WR_INC_OVERRIDE
impl R<u32, Reg<u32, _AXIMC_FN_MOD_LB>>
[src]
pub fn fn_mod_lb(&self) -> FN_MOD_LB_R
[src]
Bit 0 - FN_MOD_LB
impl R<u32, Reg<u32, _BSEC_OTP_CONFIG>>
[src]
pub fn pwrup(&self) -> PWRUP_R
[src]
Bit 0 - PWRUP
pub fn frc(&self) -> FRC_R
[src]
Bits 1:2 - FRC
pub fn prgwidth(&self) -> PRGWIDTH_R
[src]
Bits 3:6 - PRGWIDTH
pub fn tread(&self) -> TREAD_R
[src]
Bits 7:8 - TREAD
impl R<u32, Reg<u32, _BSEC_OTP_CONTROL>>
[src]
pub fn addr(&self) -> ADDR_R
[src]
Bits 0:6 - ADDR
pub fn prog(&self) -> PROG_R
[src]
Bit 8 - PROG
pub fn lock(&self) -> LOCK_R
[src]
Bit 9 - LOCK
impl R<u32, Reg<u32, _BSEC_OTP_WRDATA>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_STATUS>>
[src]
pub fn secure(&self) -> SECURE_R
[src]
Bit 0 - SECURE
pub fn fulldbg(&self) -> FULLDBG_R
[src]
Bit 1 - FULLDBG
pub fn invalid(&self) -> INVALID_R
[src]
Bit 2 - INVALID
pub fn busy(&self) -> BUSY_R
[src]
Bit 3 - BUSY
pub fn progfail(&self) -> PROGFAIL_R
[src]
Bit 4 - PROGFAIL
pub fn pwron(&self) -> PWRON_R
[src]
Bit 5 - PWRON
pub fn bist1lock(&self) -> BIST1LOCK_R
[src]
Bit 6 - BIST1LOCK
pub fn bist2lock(&self) -> BIST2LOCK_R
[src]
Bit 7 - BIST2LOCK
impl R<u32, Reg<u32, _BSEC_OTP_LOCK>>
[src]
pub fn otp(&self) -> OTP_R
[src]
Bit 0 - OTP
pub fn romlock(&self) -> ROMLOCK_R
[src]
Bit 1 - ROMLOCK
pub fn denreg(&self) -> DENREG_R
[src]
Bit 2 - DENREG
pub fn gplock(&self) -> GPLOCK_R
[src]
Bit 4 - GPLOCK
impl R<u32, Reg<u32, _BSEC_DENABLE>>
[src]
pub fn dften(&self) -> DFTEN_R
[src]
Bit 0 - DFTEN
pub fn dbgen(&self) -> DBGEN_R
[src]
Bit 1 - DBGEN
pub fn niden(&self) -> NIDEN_R
[src]
Bit 2 - NIDEN
pub fn deviceen(&self) -> DEVICEEN_R
[src]
Bit 3 - DEVICEEN
pub fn hdpen(&self) -> HDPEN_R
[src]
Bit 4 - HDPEN
pub fn spiden(&self) -> SPIDEN_R
[src]
Bit 5 - SPIDEN
pub fn spniden(&self) -> SPNIDEN_R
[src]
Bit 6 - SPNIDEN
pub fn cp15sdisable(&self) -> CP15SDISABLE_R
[src]
Bits 7:8 - CP15SDISABLE
pub fn cfgsdisable(&self) -> CFGSDISABLE_R
[src]
Bit 9 - CFGSDISABLE
pub fn dbgswenable(&self) -> DBGSWENABLE_R
[src]
Bit 10 - DBGSWENABLE
impl R<u32, Reg<u32, _BSEC_OTP_DISTURBED0>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DISTURBED1>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DISTURBED2>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_ERROR0>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_ERROR1>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_ERROR2>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_WRLOCK0>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_WRLOCK1>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_WRLOCK2>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_SPLOCK0>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_SPLOCK1>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_SPLOCK2>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_SWLOCK0>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_SWLOCK1>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_SWLOCK2>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_SRLOCK0>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_SRLOCK1>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_SRLOCK2>>
[src]
impl R<u32, Reg<u32, _BSEC_JTAGIN>>
[src]
impl R<u32, Reg<u32, _BSEC_JTAGOUT>>
[src]
impl R<u32, Reg<u32, _BSEC_SCRATCH>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA0>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA1>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA2>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA3>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA4>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA5>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA6>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA7>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA8>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA9>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA10>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA11>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA12>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA13>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA14>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA15>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA16>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA17>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA18>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA19>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA20>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA21>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA22>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA23>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA24>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA25>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA26>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA27>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA28>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA29>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA30>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA31>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA32>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA33>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA34>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA35>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA36>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA37>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA38>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA39>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA40>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA41>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA42>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA43>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA44>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA45>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA46>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA47>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA48>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA49>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA50>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA51>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA52>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA53>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA54>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA55>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA56>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA57>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA58>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA59>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA60>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA61>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA62>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA63>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA64>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA65>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA66>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA67>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA68>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA69>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA70>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA71>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA72>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA73>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA74>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA75>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA76>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA77>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA78>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA79>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA80>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA81>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA82>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA83>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA84>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA85>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA86>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA87>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA88>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA89>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA90>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA91>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA92>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA93>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA94>>
[src]
impl R<u32, Reg<u32, _BSEC_OTP_DATA95>>
[src]
impl R<u32, Reg<u32, _BSEC_HWCFGR>>
[src]
pub fn size(&self) -> SIZE_R
[src]
Bits 0:3 - SIZE
pub fn ecc_use(&self) -> ECC_USE_R
[src]
Bits 4:7 - ECC_USE
impl R<u32, Reg<u32, _BSEC_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _BSEC_IPIDR>>
[src]
impl R<u32, Reg<u32, _BSEC_SIDR>>
[src]
impl R<u32, Reg<u32, _FCCAN_CCU_CREL>>
[src]
pub fn day(&self) -> DAY_R
[src]
Bits 0:7 - DAY
pub fn mon(&self) -> MON_R
[src]
Bits 8:15 - MON
pub fn year(&self) -> YEAR_R
[src]
Bits 16:19 - YEAR
pub fn substep(&self) -> SUBSTEP_R
[src]
Bits 20:23 - SUBSTEP
pub fn step(&self) -> STEP_R
[src]
Bits 24:27 - STEP
pub fn rel(&self) -> REL_R
[src]
Bits 28:31 - REL
impl R<u32, Reg<u32, _FCCAN_CCU_CCFG>>
[src]
pub fn tqbt(&self) -> TQBT_R
[src]
Bits 0:4 - TQBT
pub fn bcc(&self) -> BCC_R
[src]
Bit 6 - BCC
pub fn cfl(&self) -> CFL_R
[src]
Bit 7 - CFL
pub fn ocpm(&self) -> OCPM_R
[src]
Bits 8:15 - OCPM
pub fn cdiv(&self) -> CDIV_R
[src]
Bits 16:19 - CDIV
pub fn swr(&self) -> SWR_R
[src]
Bit 31 - SWR
impl R<u32, Reg<u32, _FCCAN_CCU_CSTAT>>
[src]
pub fn ocpc(&self) -> OCPC_R
[src]
Bits 0:17 - OCPC
pub fn tqc(&self) -> TQC_R
[src]
Bits 18:28 - TQC
pub fn cals(&self) -> CALS_R
[src]
Bits 30:31 - CALS
impl R<u32, Reg<u32, _FCCAN_CCU_CWD>>
[src]
impl R<u32, Reg<u32, _FCCAN_CCU_IR>>
[src]
impl R<u32, Reg<u32, _FCCAN_CCU_IE>>
[src]
impl R<u32, Reg<u32, _CRC_DR>>
[src]
impl R<u32, Reg<u32, _CRC_IDR>>
[src]
impl R<u32, Reg<u32, _CRC_CR>>
[src]
pub fn reset(&self) -> RESET_R
[src]
Bit 0 - RESET
pub fn polysize(&self) -> POLYSIZE_R
[src]
Bits 3:4 - POLYSIZE
pub fn rev_in(&self) -> REV_IN_R
[src]
Bits 5:6 - REV_IN
pub fn rev_out(&self) -> REV_OUT_R
[src]
Bit 7 - REV_OUT
impl R<u32, Reg<u32, _CRC_INIT>>
[src]
pub fn crc_init(&self) -> CRC_INIT_R
[src]
Bits 0:31 - CRC_INIT
impl R<u32, Reg<u32, _CRC_POL>>
[src]
impl R<u32, Reg<u32, _CRYP_CR>>
[src]
pub fn algodir(&self) -> ALGODIR_R
[src]
Bit 2 - ALGODIR
pub fn algomode(&self) -> ALGOMODE_R
[src]
Bits 3:5 - ALGOMODE
pub fn datatype(&self) -> DATATYPE_R
[src]
Bits 6:7 - DATATYPE
pub fn keysize(&self) -> KEYSIZE_R
[src]
Bits 8:9 - KEYSIZE
pub fn crypen(&self) -> CRYPEN_R
[src]
Bit 15 - CRYPEN
pub fn gcm_ccmph(&self) -> GCM_CCMPH_R
[src]
Bits 16:17 - GCM_CCMPH
pub fn algomode3(&self) -> ALGOMODE3_R
[src]
Bit 19 - ALGOMODE3
pub fn npblb(&self) -> NPBLB_R
[src]
Bits 20:23 - NPBLB
impl R<u32, Reg<u32, _CRYP_SR>>
[src]
pub fn ifem(&self) -> IFEM_R
[src]
Bit 0 - IFEM
pub fn ifnf(&self) -> IFNF_R
[src]
Bit 1 - IFNF
pub fn ofne(&self) -> OFNE_R
[src]
Bit 2 - OFNE
pub fn offu(&self) -> OFFU_R
[src]
Bit 3 - OFFU
pub fn busy(&self) -> BUSY_R
[src]
Bit 4 - BUSY
impl R<u32, Reg<u32, _CRYP_DIN>>
[src]
impl R<u32, Reg<u32, _CRYP_DOUT>>
[src]
impl R<u32, Reg<u32, _CRYP_DMACR>>
[src]
impl R<u32, Reg<u32, _CRYP_IMSCR>>
[src]
impl R<u32, Reg<u32, _CRYP_RISR>>
[src]
pub fn inris(&self) -> INRIS_R
[src]
Bit 0 - INRIS
pub fn outris(&self) -> OUTRIS_R
[src]
Bit 1 - OUTRIS
impl R<u32, Reg<u32, _CRYP_MISR>>
[src]
pub fn inmis(&self) -> INMIS_R
[src]
Bit 0 - INMIS
pub fn outmis(&self) -> OUTMIS_R
[src]
Bit 1 - OUTMIS
impl R<u32, Reg<u32, _CRYP_IV0LR>>
[src]
pub fn iv31(&self) -> IV31_R
[src]
Bit 0 - IV31
pub fn iv30(&self) -> IV30_R
[src]
Bit 1 - IV30
pub fn iv29(&self) -> IV29_R
[src]
Bit 2 - IV29
pub fn iv28(&self) -> IV28_R
[src]
Bit 3 - IV28
pub fn iv27(&self) -> IV27_R
[src]
Bit 4 - IV27
pub fn iv26(&self) -> IV26_R
[src]
Bit 5 - IV26
pub fn iv25(&self) -> IV25_R
[src]
Bit 6 - IV25
pub fn iv24(&self) -> IV24_R
[src]
Bit 7 - IV24
pub fn iv23(&self) -> IV23_R
[src]
Bit 8 - IV23
pub fn iv22(&self) -> IV22_R
[src]
Bit 9 - IV22
pub fn iv21(&self) -> IV21_R
[src]
Bit 10 - IV21
pub fn iv20(&self) -> IV20_R
[src]
Bit 11 - IV20
pub fn iv19(&self) -> IV19_R
[src]
Bit 12 - IV19
pub fn iv18(&self) -> IV18_R
[src]
Bit 13 - IV18
pub fn iv17(&self) -> IV17_R
[src]
Bit 14 - IV17
pub fn iv16(&self) -> IV16_R
[src]
Bit 15 - IV16
pub fn iv15(&self) -> IV15_R
[src]
Bit 16 - IV15
pub fn iv14(&self) -> IV14_R
[src]
Bit 17 - IV14
pub fn iv13(&self) -> IV13_R
[src]
Bit 18 - IV13
pub fn iv12(&self) -> IV12_R
[src]
Bit 19 - IV12
pub fn iv11(&self) -> IV11_R
[src]
Bit 20 - IV11
pub fn iv10(&self) -> IV10_R
[src]
Bit 21 - IV10
pub fn iv9(&self) -> IV9_R
[src]
Bit 22 - IV9
pub fn iv8(&self) -> IV8_R
[src]
Bit 23 - IV8
pub fn iv7(&self) -> IV7_R
[src]
Bit 24 - IV7
pub fn iv6(&self) -> IV6_R
[src]
Bit 25 - IV6
pub fn iv5(&self) -> IV5_R
[src]
Bit 26 - IV5
pub fn iv4(&self) -> IV4_R
[src]
Bit 27 - IV4
pub fn iv3(&self) -> IV3_R
[src]
Bit 28 - IV3
pub fn iv2(&self) -> IV2_R
[src]
Bit 29 - IV2
pub fn iv1(&self) -> IV1_R
[src]
Bit 30 - IV1
pub fn iv0(&self) -> IV0_R
[src]
Bit 31 - IV0
impl R<u32, Reg<u32, _CRYP_IV0RR>>
[src]
pub fn iv63(&self) -> IV63_R
[src]
Bit 0 - IV63
pub fn iv62(&self) -> IV62_R
[src]
Bit 1 - IV62
pub fn iv61(&self) -> IV61_R
[src]
Bit 2 - IV61
pub fn iv60(&self) -> IV60_R
[src]
Bit 3 - IV60
pub fn iv59(&self) -> IV59_R
[src]
Bit 4 - IV59
pub fn iv58(&self) -> IV58_R
[src]
Bit 5 - IV58
pub fn iv57(&self) -> IV57_R
[src]
Bit 6 - IV57
pub fn iv56(&self) -> IV56_R
[src]
Bit 7 - IV56
pub fn iv55(&self) -> IV55_R
[src]
Bit 8 - IV55
pub fn iv54(&self) -> IV54_R
[src]
Bit 9 - IV54
pub fn iv53(&self) -> IV53_R
[src]
Bit 10 - IV53
pub fn iv52(&self) -> IV52_R
[src]
Bit 11 - IV52
pub fn iv51(&self) -> IV51_R
[src]
Bit 12 - IV51
pub fn iv50(&self) -> IV50_R
[src]
Bit 13 - IV50
pub fn iv49(&self) -> IV49_R
[src]
Bit 14 - IV49
pub fn iv48(&self) -> IV48_R
[src]
Bit 15 - IV48
pub fn iv47(&self) -> IV47_R
[src]
Bit 16 - IV47
pub fn iv46(&self) -> IV46_R
[src]
Bit 17 - IV46
pub fn iv45(&self) -> IV45_R
[src]
Bit 18 - IV45
pub fn iv44(&self) -> IV44_R
[src]
Bit 19 - IV44
pub fn iv43(&self) -> IV43_R
[src]
Bit 20 - IV43
pub fn iv42(&self) -> IV42_R
[src]
Bit 21 - IV42
pub fn iv41(&self) -> IV41_R
[src]
Bit 22 - IV41
pub fn iv40(&self) -> IV40_R
[src]
Bit 23 - IV40
pub fn iv39(&self) -> IV39_R
[src]
Bit 24 - IV39
pub fn iv38(&self) -> IV38_R
[src]
Bit 25 - IV38
pub fn iv37(&self) -> IV37_R
[src]
Bit 26 - IV37
pub fn iv36(&self) -> IV36_R
[src]
Bit 27 - IV36
pub fn iv35(&self) -> IV35_R
[src]
Bit 28 - IV35
pub fn iv34(&self) -> IV34_R
[src]
Bit 29 - IV34
pub fn iv33(&self) -> IV33_R
[src]
Bit 30 - IV33
pub fn iv32(&self) -> IV32_R
[src]
Bit 31 - IV32
impl R<u32, Reg<u32, _CRYP_IV1LR>>
[src]
pub fn iv95(&self) -> IV95_R
[src]
Bit 0 - IV95
pub fn iv94(&self) -> IV94_R
[src]
Bit 1 - IV94
pub fn iv93(&self) -> IV93_R
[src]
Bit 2 - IV93
pub fn iv92(&self) -> IV92_R
[src]
Bit 3 - IV92
pub fn iv91(&self) -> IV91_R
[src]
Bit 4 - IV91
pub fn iv90(&self) -> IV90_R
[src]
Bit 5 - IV90
pub fn iv89(&self) -> IV89_R
[src]
Bit 6 - IV89
pub fn iv88(&self) -> IV88_R
[src]
Bit 7 - IV88
pub fn iv87(&self) -> IV87_R
[src]
Bit 8 - IV87
pub fn iv86(&self) -> IV86_R
[src]
Bit 9 - IV86
pub fn iv85(&self) -> IV85_R
[src]
Bit 10 - IV85
pub fn iv84(&self) -> IV84_R
[src]
Bit 11 - IV84
pub fn iv83(&self) -> IV83_R
[src]
Bit 12 - IV83
pub fn iv82(&self) -> IV82_R
[src]
Bit 13 - IV82
pub fn iv81(&self) -> IV81_R
[src]
Bit 14 - IV81
pub fn iv80(&self) -> IV80_R
[src]
Bit 15 - IV80
pub fn iv79(&self) -> IV79_R
[src]
Bit 16 - IV79
pub fn iv78(&self) -> IV78_R
[src]
Bit 17 - IV78
pub fn iv77(&self) -> IV77_R
[src]
Bit 18 - IV77
pub fn iv76(&self) -> IV76_R
[src]
Bit 19 - IV76
pub fn iv75(&self) -> IV75_R
[src]
Bit 20 - IV75
pub fn iv74(&self) -> IV74_R
[src]
Bit 21 - IV74
pub fn iv73(&self) -> IV73_R
[src]
Bit 22 - IV73
pub fn iv72(&self) -> IV72_R
[src]
Bit 23 - IV72
pub fn iv71(&self) -> IV71_R
[src]
Bit 24 - IV71
pub fn iv70(&self) -> IV70_R
[src]
Bit 25 - IV70
pub fn iv69(&self) -> IV69_R
[src]
Bit 26 - IV69
pub fn iv68(&self) -> IV68_R
[src]
Bit 27 - IV68
pub fn iv67(&self) -> IV67_R
[src]
Bit 28 - IV67
pub fn iv66(&self) -> IV66_R
[src]
Bit 29 - IV66
pub fn iv65(&self) -> IV65_R
[src]
Bit 30 - IV65
pub fn iv64(&self) -> IV64_R
[src]
Bit 31 - IV64
impl R<u32, Reg<u32, _CRYP_IV1RR>>
[src]
pub fn iv127(&self) -> IV127_R
[src]
Bit 0 - IV127
pub fn iv126(&self) -> IV126_R
[src]
Bit 1 - IV126
pub fn iv125(&self) -> IV125_R
[src]
Bit 2 - IV125
pub fn iv124(&self) -> IV124_R
[src]
Bit 3 - IV124
pub fn iv123(&self) -> IV123_R
[src]
Bit 4 - IV123
pub fn iv122(&self) -> IV122_R
[src]
Bit 5 - IV122
pub fn iv121(&self) -> IV121_R
[src]
Bit 6 - IV121
pub fn iv120(&self) -> IV120_R
[src]
Bit 7 - IV120
pub fn iv119(&self) -> IV119_R
[src]
Bit 8 - IV119
pub fn iv118(&self) -> IV118_R
[src]
Bit 9 - IV118
pub fn iv117(&self) -> IV117_R
[src]
Bit 10 - IV117
pub fn iv116(&self) -> IV116_R
[src]
Bit 11 - IV116
pub fn iv115(&self) -> IV115_R
[src]
Bit 12 - IV115
pub fn iv114(&self) -> IV114_R
[src]
Bit 13 - IV114
pub fn iv113(&self) -> IV113_R
[src]
Bit 14 - IV113
pub fn iv112(&self) -> IV112_R
[src]
Bit 15 - IV112
pub fn iv111(&self) -> IV111_R
[src]
Bit 16 - IV111
pub fn iv110(&self) -> IV110_R
[src]
Bit 17 - IV110
pub fn iv109(&self) -> IV109_R
[src]
Bit 18 - IV109
pub fn iv108(&self) -> IV108_R
[src]
Bit 19 - IV108
pub fn iv107(&self) -> IV107_R
[src]
Bit 20 - IV107
pub fn iv106(&self) -> IV106_R
[src]
Bit 21 - IV106
pub fn iv105(&self) -> IV105_R
[src]
Bit 22 - IV105
pub fn iv104(&self) -> IV104_R
[src]
Bit 23 - IV104
pub fn iv103(&self) -> IV103_R
[src]
Bit 24 - IV103
pub fn iv102(&self) -> IV102_R
[src]
Bit 25 - IV102
pub fn iv101(&self) -> IV101_R
[src]
Bit 26 - IV101
pub fn iv100(&self) -> IV100_R
[src]
Bit 27 - IV100
pub fn iv99(&self) -> IV99_R
[src]
Bit 28 - IV99
pub fn iv98(&self) -> IV98_R
[src]
Bit 29 - IV98
pub fn iv97(&self) -> IV97_R
[src]
Bit 30 - IV97
pub fn iv96(&self) -> IV96_R
[src]
Bit 31 - IV96
impl R<u32, Reg<u32, _CRYP_CSGCMCCM0R>>
[src]
pub fn csgcmccm0(&self) -> CSGCMCCM0_R
[src]
Bits 0:31 - CSGCMCCM0
impl R<u32, Reg<u32, _CRYP_CSGCMCCM1R>>
[src]
pub fn csgcmccm1(&self) -> CSGCMCCM1_R
[src]
Bits 0:31 - CSGCMCCM1
impl R<u32, Reg<u32, _CRYP_CSGCMCCM2R>>
[src]
pub fn csgcmccm2(&self) -> CSGCMCCM2_R
[src]
Bits 0:31 - CSGCMCCM2
impl R<u32, Reg<u32, _CRYP_CSGCMCCM3R>>
[src]
pub fn csgcmccm3(&self) -> CSGCMCCM3_R
[src]
Bits 0:31 - CSGCMCCM3
impl R<u32, Reg<u32, _CRYP_CSGCMCCM4R>>
[src]
pub fn csgcmccm4(&self) -> CSGCMCCM4_R
[src]
Bits 0:31 - CSGCMCCM4
impl R<u32, Reg<u32, _CRYP_CSGCMCCM5R>>
[src]
pub fn csgcmccm5(&self) -> CSGCMCCM5_R
[src]
Bits 0:31 - CSGCMCCM5
impl R<u32, Reg<u32, _CRYP_CSGCMCCM6R>>
[src]
pub fn csgcmccm6(&self) -> CSGCMCCM6_R
[src]
Bits 0:31 - CSGCMCCM6
impl R<u32, Reg<u32, _CRYP_CSGCMCCM7R>>
[src]
pub fn csgcmccm7(&self) -> CSGCMCCM7_R
[src]
Bits 0:31 - CSGCMCCM7
impl R<u32, Reg<u32, _CRYP_CSGCM0R>>
[src]
impl R<u32, Reg<u32, _CRYP_CSGCM1R>>
[src]
impl R<u32, Reg<u32, _CRYP_CSGCM2R>>
[src]
impl R<u32, Reg<u32, _CRYP_CSGCM3R>>
[src]
impl R<u32, Reg<u32, _CRYP_CSGCM4R>>
[src]
impl R<u32, Reg<u32, _CRYP_CSGCM5R>>
[src]
impl R<u32, Reg<u32, _CRYP_CSGCM6R>>
[src]
impl R<u32, Reg<u32, _CRYP_CSGCM7R>>
[src]
impl R<u32, Reg<u32, _CRYP_HWCFGR>>
[src]
pub fn cfg1(&self) -> CFG1_R
[src]
Bits 0:3 - CFG1
pub fn cfg2(&self) -> CFG2_R
[src]
Bits 4:7 - CFG2
pub fn cfg3(&self) -> CFG3_R
[src]
Bits 8:11 - CFG3
pub fn cfg4(&self) -> CFG4_R
[src]
Bits 12:15 - CFG4
impl R<u32, Reg<u32, _CRYP_VERR>>
[src]
impl R<u32, Reg<u32, _CRYP_IPIDR>>
[src]
impl R<u32, Reg<u32, _CRYP_MID>>
[src]
impl R<u32, Reg<u32, _DAC_CR>>
[src]
pub fn en1(&self) -> EN1_R
[src]
Bit 0 - EN1
pub fn ten1(&self) -> TEN1_R
[src]
Bit 1 - TEN1
pub fn tsel10(&self) -> TSEL10_R
[src]
Bit 2 - TSEL10
pub fn tsel11(&self) -> TSEL11_R
[src]
Bit 3 - TSEL11
pub fn tsel12(&self) -> TSEL12_R
[src]
Bit 4 - TSEL12
pub fn tsel13(&self) -> TSEL13_R
[src]
Bit 5 - TSEL13
pub fn wave1(&self) -> WAVE1_R
[src]
Bits 6:7 - WAVE1
pub fn mamp1(&self) -> MAMP1_R
[src]
Bits 8:11 - MAMP1
pub fn dmaen1(&self) -> DMAEN1_R
[src]
Bit 12 - DMAEN1
pub fn dmaudrie1(&self) -> DMAUDRIE1_R
[src]
Bit 13 - DMAUDRIE1
pub fn cen1(&self) -> CEN1_R
[src]
Bit 14 - CEN1
pub fn hfsel(&self) -> HFSEL_R
[src]
Bit 15 - HFSEL
pub fn en2(&self) -> EN2_R
[src]
Bit 16 - EN2
pub fn ten2(&self) -> TEN2_R
[src]
Bit 17 - TEN2
pub fn tsel20(&self) -> TSEL20_R
[src]
Bit 18 - TSEL20
pub fn tsel21(&self) -> TSEL21_R
[src]
Bit 19 - TSEL21
pub fn tsel22(&self) -> TSEL22_R
[src]
Bit 20 - TSEL22
pub fn tsel23(&self) -> TSEL23_R
[src]
Bit 21 - TSEL23
pub fn wave2(&self) -> WAVE2_R
[src]
Bits 22:23 - WAVE2
pub fn mamp2(&self) -> MAMP2_R
[src]
Bits 24:27 - MAMP2
pub fn dmaen2(&self) -> DMAEN2_R
[src]
Bit 28 - DMAEN2
pub fn dmaudrie2(&self) -> DMAUDRIE2_R
[src]
Bit 29 - DMAUDRIE2
pub fn cen2(&self) -> CEN2_R
[src]
Bit 30 - CEN2
impl R<u32, Reg<u32, _DAC_DHR12R1>>
[src]
pub fn dacc1dhr(&self) -> DACC1DHR_R
[src]
Bits 0:11 - DACC1DHR
impl R<u32, Reg<u32, _DAC_DHR12L1>>
[src]
pub fn dacc1dhr(&self) -> DACC1DHR_R
[src]
Bits 4:15 - DACC1DHR
impl R<u32, Reg<u32, _DAC_DHR8R1>>
[src]
pub fn dacc1dhr(&self) -> DACC1DHR_R
[src]
Bits 0:7 - DACC1DHR
impl R<u32, Reg<u32, _DAC_DHR12R2>>
[src]
pub fn dacc2dhr(&self) -> DACC2DHR_R
[src]
Bits 0:11 - DACC2DHR
impl R<u32, Reg<u32, _DAC_DHR12L2>>
[src]
pub fn dacc2dhr(&self) -> DACC2DHR_R
[src]
Bits 4:15 - DACC2DHR
impl R<u32, Reg<u32, _DAC_DHR8R2>>
[src]
pub fn dacc2dhr(&self) -> DACC2DHR_R
[src]
Bits 0:7 - DACC2DHR
impl R<u32, Reg<u32, _DAC_DHR12RD>>
[src]
pub fn dacc1dhr(&self) -> DACC1DHR_R
[src]
Bits 0:11 - DACC1DHR
pub fn dacc2dhr(&self) -> DACC2DHR_R
[src]
Bits 16:27 - DACC2DHR
impl R<u32, Reg<u32, _DAC_DHR12LD>>
[src]
pub fn dacc1dhr(&self) -> DACC1DHR_R
[src]
Bits 4:15 - DACC1DHR
pub fn dacc2dhr(&self) -> DACC2DHR_R
[src]
Bits 20:31 - DACC2DHR
impl R<u32, Reg<u32, _DAC_DHR8RD>>
[src]
pub fn dacc1dhr(&self) -> DACC1DHR_R
[src]
Bits 0:7 - DACC1DHR
pub fn dacc2dhr(&self) -> DACC2DHR_R
[src]
Bits 8:15 - DACC2DHR
impl R<u32, Reg<u32, _DAC_DOR1>>
[src]
pub fn dacc1dor(&self) -> DACC1DOR_R
[src]
Bits 0:11 - DACC1DOR
impl R<u32, Reg<u32, _DAC_DOR2>>
[src]
pub fn dacc2dor(&self) -> DACC2DOR_R
[src]
Bits 0:11 - DACC2DOR
impl R<u32, Reg<u32, _DAC_SR>>
[src]
pub fn dmaudr1(&self) -> DMAUDR1_R
[src]
Bit 13 - DMAUDR1
pub fn cal_flag1(&self) -> CAL_FLAG1_R
[src]
Bit 14 - CAL_FLAG1
pub fn bwst1(&self) -> BWST1_R
[src]
Bit 15 - BWST1
pub fn dmaudr2(&self) -> DMAUDR2_R
[src]
Bit 29 - DMAUDR2
pub fn cal_flag2(&self) -> CAL_FLAG2_R
[src]
Bit 30 - CAL_FLAG2
pub fn bwst2(&self) -> BWST2_R
[src]
Bit 31 - BWST2
impl R<u32, Reg<u32, _DAC_CCR>>
[src]
pub fn otrim1(&self) -> OTRIM1_R
[src]
Bits 0:4 - OTRIM1
pub fn otrim2(&self) -> OTRIM2_R
[src]
Bits 16:20 - OTRIM2
impl R<u32, Reg<u32, _DAC_MCR>>
[src]
pub fn mode1(&self) -> MODE1_R
[src]
Bits 0:2 - MODE1
pub fn mode2(&self) -> MODE2_R
[src]
Bits 16:18 - MODE2
impl R<u32, Reg<u32, _DAC_SHSR1>>
[src]
pub fn tsample1(&self) -> TSAMPLE1_R
[src]
Bits 0:9 - TSAMPLE1
impl R<u32, Reg<u32, _DAC_SHSR2>>
[src]
pub fn tsample2(&self) -> TSAMPLE2_R
[src]
Bits 0:9 - TSAMPLE2
impl R<u32, Reg<u32, _DAC_SHHR>>
[src]
pub fn thold1(&self) -> THOLD1_R
[src]
Bits 0:9 - THOLD1
pub fn thold2(&self) -> THOLD2_R
[src]
Bits 16:25 - THOLD2
impl R<u32, Reg<u32, _DAC_SHRR>>
[src]
pub fn trefresh1(&self) -> TREFRESH1_R
[src]
Bits 0:7 - TREFRESH1
pub fn trefresh2(&self) -> TREFRESH2_R
[src]
Bits 16:23 - TREFRESH2
impl R<u32, Reg<u32, _DAC_HWCFGR0>>
[src]
pub fn dual(&self) -> DUAL_R
[src]
Bits 0:3 - DUAL
pub fn lfsr(&self) -> LFSR_R
[src]
Bits 4:7 - LFSR
pub fn triangle(&self) -> TRIANGLE_R
[src]
Bits 8:11 - TRIANGLE
pub fn sample(&self) -> SAMPLE_R
[src]
Bits 12:15 - SAMPLE
pub fn or_cfg(&self) -> OR_CFG_R
[src]
Bits 16:23 - OR_CFG
impl R<u32, Reg<u32, _DAC_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _DAC_IPIDR>>
[src]
impl R<u32, Reg<u32, _DAC_SIDR>>
[src]
impl R<u32, Reg<u32, _DCMI_CR>>
[src]
pub fn capture(&self) -> CAPTURE_R
[src]
Bit 0 - CAPTURE
pub fn cm(&self) -> CM_R
[src]
Bit 1 - CM
pub fn crop(&self) -> CROP_R
[src]
Bit 2 - CROP
pub fn jpeg(&self) -> JPEG_R
[src]
Bit 3 - JPEG
pub fn ess(&self) -> ESS_R
[src]
Bit 4 - ESS
pub fn pckpol(&self) -> PCKPOL_R
[src]
Bit 5 - PCKPOL
pub fn hspol(&self) -> HSPOL_R
[src]
Bit 6 - HSPOL
pub fn vspol(&self) -> VSPOL_R
[src]
Bit 7 - VSPOL
pub fn fcrc(&self) -> FCRC_R
[src]
Bits 8:9 - FCRC
pub fn edm(&self) -> EDM_R
[src]
Bits 10:11 - EDM
pub fn enable(&self) -> ENABLE_R
[src]
Bit 14 - ENABLE
pub fn bsm(&self) -> BSM_R
[src]
Bits 16:17 - BSM
pub fn oebs(&self) -> OEBS_R
[src]
Bit 18 - OEBS
pub fn lsm(&self) -> LSM_R
[src]
Bit 19 - LSM
pub fn oels(&self) -> OELS_R
[src]
Bit 20 - OELS
impl R<u32, Reg<u32, _DCMI_SR>>
[src]
pub fn hsync(&self) -> HSYNC_R
[src]
Bit 0 - HSYNC
pub fn vsync(&self) -> VSYNC_R
[src]
Bit 1 - VSYNC
pub fn fne(&self) -> FNE_R
[src]
Bit 2 - FNE
impl R<u32, Reg<u32, _DCMI_RIS>>
[src]
pub fn frame_ris(&self) -> FRAME_RIS_R
[src]
Bit 0 - FRAME_RIS
pub fn ovr_ris(&self) -> OVR_RIS_R
[src]
Bit 1 - OVR_RIS
pub fn err_ris(&self) -> ERR_RIS_R
[src]
Bit 2 - ERR_RIS
pub fn vsync_ris(&self) -> VSYNC_RIS_R
[src]
Bit 3 - VSYNC_RIS
pub fn line_ris(&self) -> LINE_RIS_R
[src]
Bit 4 - LINE_RIS
impl R<u32, Reg<u32, _DCMI_IER>>
[src]
pub fn frame_ie(&self) -> FRAME_IE_R
[src]
Bit 0 - FRAME_IE
pub fn ovr_ie(&self) -> OVR_IE_R
[src]
Bit 1 - OVR_IE
pub fn err_ie(&self) -> ERR_IE_R
[src]
Bit 2 - ERR_IE
pub fn vsync_ie(&self) -> VSYNC_IE_R
[src]
Bit 3 - VSYNC_IE
pub fn line_ie(&self) -> LINE_IE_R
[src]
Bit 4 - LINE_IE
impl R<u32, Reg<u32, _DCMI_MIS>>
[src]
pub fn frame_mis(&self) -> FRAME_MIS_R
[src]
Bit 0 - FRAME_MIS
pub fn ovr_mis(&self) -> OVR_MIS_R
[src]
Bit 1 - OVR_MIS
pub fn err_mis(&self) -> ERR_MIS_R
[src]
Bit 2 - ERR_MIS
pub fn vsync_mis(&self) -> VSYNC_MIS_R
[src]
Bit 3 - VSYNC_MIS
pub fn line_mis(&self) -> LINE_MIS_R
[src]
Bit 4 - LINE_MIS
impl R<u32, Reg<u32, _DCMI_ESCR>>
[src]
pub fn fsc(&self) -> FSC_R
[src]
Bits 0:7 - FSC
pub fn lsc(&self) -> LSC_R
[src]
Bits 8:15 - LSC
pub fn lec(&self) -> LEC_R
[src]
Bits 16:23 - LEC
pub fn fec(&self) -> FEC_R
[src]
Bits 24:31 - FEC
impl R<u32, Reg<u32, _DCMI_ESUR>>
[src]
pub fn fsu(&self) -> FSU_R
[src]
Bits 0:7 - FSU
pub fn lsu(&self) -> LSU_R
[src]
Bits 8:15 - LSU
pub fn leu(&self) -> LEU_R
[src]
Bits 16:23 - LEU
pub fn feu(&self) -> FEU_R
[src]
Bits 24:31 - FEU
impl R<u32, Reg<u32, _DCMI_CWSTRT>>
[src]
pub fn hoffcnt(&self) -> HOFFCNT_R
[src]
Bits 0:13 - HOFFCNT
pub fn vst(&self) -> VST_R
[src]
Bits 16:28 - VST
impl R<u32, Reg<u32, _DCMI_CWSIZE>>
[src]
pub fn capcnt(&self) -> CAPCNT_R
[src]
Bits 0:13 - CAPCNT
pub fn vline(&self) -> VLINE_R
[src]
Bits 16:29 - VLINE
impl R<u32, Reg<u32, _DCMI_DR>>
[src]
pub fn byte0(&self) -> BYTE0_R
[src]
Bits 0:7 - Byte0
pub fn byte1(&self) -> BYTE1_R
[src]
Bits 8:15 - Byte1
pub fn byte2(&self) -> BYTE2_R
[src]
Bits 16:23 - Byte2
pub fn byte3(&self) -> BYTE3_R
[src]
Bits 24:31 - Byte3
impl R<u32, Reg<u32, _DDRCTRL_MSTR>>
[src]
pub fn ddr3(&self) -> DDR3_R
[src]
Bit 0 - DDR3
pub fn lpddr2(&self) -> LPDDR2_R
[src]
Bit 2 - LPDDR2
pub fn lpddr3(&self) -> LPDDR3_R
[src]
Bit 3 - LPDDR3
pub fn burstchop(&self) -> BURSTCHOP_R
[src]
Bit 9 - BURSTCHOP
pub fn en_2t_timing_mode(&self) -> EN_2T_TIMING_MODE_R
[src]
Bit 10 - EN_2T_TIMING_MODE
pub fn data_bus_width(&self) -> DATA_BUS_WIDTH_R
[src]
Bits 12:13 - DATA_BUS_WIDTH
pub fn dll_off_mode(&self) -> DLL_OFF_MODE_R
[src]
Bit 15 - DLL_OFF_MODE
pub fn burst_rdwr(&self) -> BURST_RDWR_R
[src]
Bits 16:19 - BURST_RDWR
impl R<u32, Reg<u32, _DDRCTRL_STAT>>
[src]
pub fn operating_mode(&self) -> OPERATING_MODE_R
[src]
Bits 0:2 - OPERATING_MODE
pub fn selfref_type(&self) -> SELFREF_TYPE_R
[src]
Bits 4:5 - SELFREF_TYPE
pub fn selfref_cam_not_empty(&self) -> SELFREF_CAM_NOT_EMPTY_R
[src]
Bit 12 - SELFREF_CAM_NOT_EMPTY
impl R<u32, Reg<u32, _DDRCTRL_MRCTRL0>>
[src]
pub fn mr_type(&self) -> MR_TYPE_R
[src]
Bit 0 - MR_TYPE
pub fn mr_rank(&self) -> MR_RANK_R
[src]
Bit 4 - MR_RANK
pub fn mr_addr(&self) -> MR_ADDR_R
[src]
Bits 12:15 - MR_ADDR
pub fn mr_wr(&self) -> MR_WR_R
[src]
Bit 31 - MR_WR
impl R<u32, Reg<u32, _DDRCTRL_MRCTRL1>>
[src]
impl R<u32, Reg<u32, _DDRCTRL_MRSTAT>>
[src]
pub fn mr_wr_busy(&self) -> MR_WR_BUSY_R
[src]
Bit 0 - MR_WR_BUSY
impl R<u32, Reg<u32, _DDRCTRL_DERATEEN>>
[src]
pub fn derate_enable(&self) -> DERATE_ENABLE_R
[src]
Bit 0 - DERATE_ENABLE
pub fn derate_value(&self) -> DERATE_VALUE_R
[src]
Bits 1:2 - DERATE_VALUE
pub fn derate_byte(&self) -> DERATE_BYTE_R
[src]
Bits 4:7 - DERATE_BYTE
impl R<u32, Reg<u32, _DDRCTRL_DERATEINT>>
[src]
pub fn mr4_read_interval(&self) -> MR4_READ_INTERVAL_R
[src]
Bits 0:31 - MR4_READ_INTERVAL
impl R<u32, Reg<u32, _DDRCTRL_PWRCTL>>
[src]
pub fn selfref_en(&self) -> SELFREF_EN_R
[src]
Bit 0 - SELFREF_EN
pub fn powerdown_en(&self) -> POWERDOWN_EN_R
[src]
Bit 1 - POWERDOWN_EN
pub fn deeppowerdown_en(&self) -> DEEPPOWERDOWN_EN_R
[src]
Bit 2 - DEEPPOWERDOWN_EN
pub fn en_dfi_dram_clk_disable(&self) -> EN_DFI_DRAM_CLK_DISABLE_R
[src]
Bit 3 - EN_DFI_DRAM_CLK_DISABLE
pub fn selfref_sw(&self) -> SELFREF_SW_R
[src]
Bit 5 - SELFREF_SW
pub fn dis_cam_drain_selfref(&self) -> DIS_CAM_DRAIN_SELFREF_R
[src]
Bit 7 - DIS_CAM_DRAIN_SELFREF
impl R<u32, Reg<u32, _DDRCTRL_PWRTMG>>
[src]
pub fn powerdown_to_x32(&self) -> POWERDOWN_TO_X32_R
[src]
Bits 0:4 - POWERDOWN_TO_X32
pub fn t_dpd_x4096(&self) -> T_DPD_X4096_R
[src]
Bits 8:15 - T_DPD_X4096
pub fn selfref_to_x32(&self) -> SELFREF_TO_X32_R
[src]
Bits 16:23 - SELFREF_TO_X32
impl R<u32, Reg<u32, _DDRCTRL_HWLPCTL>>
[src]
pub fn hw_lp_en(&self) -> HW_LP_EN_R
[src]
Bit 0 - HW_LP_EN
pub fn hw_lp_exit_idle_en(&self) -> HW_LP_EXIT_IDLE_EN_R
[src]
Bit 1 - HW_LP_EXIT_IDLE_EN
pub fn hw_lp_idle_x32(&self) -> HW_LP_IDLE_X32_R
[src]
Bits 16:27 - HW_LP_IDLE_X32
impl R<u32, Reg<u32, _DDRCTRL_RFSHCTL0>>
[src]
pub fn per_bank_refresh(&self) -> PER_BANK_REFRESH_R
[src]
Bit 2 - PER_BANK_REFRESH
pub fn refresh_burst(&self) -> REFRESH_BURST_R
[src]
Bits 4:8 - REFRESH_BURST
pub fn refresh_to_x32(&self) -> REFRESH_TO_X32_R
[src]
Bits 12:16 - REFRESH_TO_X32
pub fn refresh_margin(&self) -> REFRESH_MARGIN_R
[src]
Bits 20:23 - REFRESH_MARGIN
impl R<u32, Reg<u32, _DDRCTRL_RFSHCTL3>>
[src]
pub fn dis_auto_refresh(&self) -> DIS_AUTO_REFRESH_R
[src]
Bit 0 - DIS_AUTO_REFRESH
pub fn refresh_update_level(&self) -> REFRESH_UPDATE_LEVEL_R
[src]
Bit 1 - REFRESH_UPDATE_LEVEL
impl R<u32, Reg<u32, _DDRCTRL_RFSHTMG>>
[src]
pub fn t_rfc_min(&self) -> T_RFC_MIN_R
[src]
Bits 0:9 - T_RFC_MIN
pub fn lpddr3_trefbw_en(&self) -> LPDDR3_TREFBW_EN_R
[src]
Bit 15 - LPDDR3_TREFBW_EN
pub fn t_rfc_nom_x1_x32(&self) -> T_RFC_NOM_X1_X32_R
[src]
Bits 16:27 - T_RFC_NOM_X1_X32
pub fn t_rfc_nom_x1_sel(&self) -> T_RFC_NOM_X1_SEL_R
[src]
Bit 31 - T_RFC_NOM_X1_SEL
impl R<u32, Reg<u32, _DDRCTRL_CRCPARCTL0>>
[src]
pub fn dfi_alert_err_int_en(&self) -> DFI_ALERT_ERR_INT_EN_R
[src]
Bit 0 - DFI_ALERT_ERR_INT_EN
pub fn dfi_alert_err_int_clr(&self) -> DFI_ALERT_ERR_INT_CLR_R
[src]
Bit 1 - DFI_ALERT_ERR_INT_CLR
pub fn dfi_alert_err_cnt_clr(&self) -> DFI_ALERT_ERR_CNT_CLR_R
[src]
Bit 2 - DFI_ALERT_ERR_CNT_CLR
impl R<u32, Reg<u32, _DDRCTRL_CRCPARSTAT>>
[src]
pub fn dfi_alert_err_cnt(&self) -> DFI_ALERT_ERR_CNT_R
[src]
Bits 0:15 - DFI_ALERT_ERR_CNT
pub fn dfi_alert_err_int(&self) -> DFI_ALERT_ERR_INT_R
[src]
Bit 16 - DFI_ALERT_ERR_INT
impl R<u32, Reg<u32, _DDRCTRL_INIT0>>
[src]
pub fn pre_cke_x1024(&self) -> PRE_CKE_X1024_R
[src]
Bits 0:11 - PRE_CKE_X1024
pub fn post_cke_x1024(&self) -> POST_CKE_X1024_R
[src]
Bits 16:25 - POST_CKE_X1024
pub fn skip_dram_init(&self) -> SKIP_DRAM_INIT_R
[src]
Bits 30:31 - SKIP_DRAM_INIT
impl R<u32, Reg<u32, _DDRCTRL_INIT1>>
[src]
pub fn pre_ocd_x32(&self) -> PRE_OCD_X32_R
[src]
Bits 0:3 - PRE_OCD_X32
pub fn dram_rstn_x1024(&self) -> DRAM_RSTN_X1024_R
[src]
Bits 16:24 - DRAM_RSTN_X1024
impl R<u32, Reg<u32, _DDRCTRL_INIT2>>
[src]
pub fn min_stable_clock_x1(&self) -> MIN_STABLE_CLOCK_X1_R
[src]
Bits 0:3 - MIN_STABLE_CLOCK_X1
pub fn idle_after_reset_x32(&self) -> IDLE_AFTER_RESET_X32_R
[src]
Bits 8:15 - IDLE_AFTER_RESET_X32
impl R<u32, Reg<u32, _DDRCTRL_INIT3>>
[src]
impl R<u32, Reg<u32, _DDRCTRL_INIT4>>
[src]
pub fn emr3(&self) -> EMR3_R
[src]
Bits 0:15 - EMR3
pub fn emr2(&self) -> EMR2_R
[src]
Bits 16:31 - EMR2
impl R<u32, Reg<u32, _DDRCTRL_INIT5>>
[src]
pub fn max_auto_init_x1024(&self) -> MAX_AUTO_INIT_X1024_R
[src]
Bits 0:9 - MAX_AUTO_INIT_X1024
pub fn dev_zqinit_x32(&self) -> DEV_ZQINIT_X32_R
[src]
Bits 16:23 - DEV_ZQINIT_X32
impl R<u32, Reg<u32, _DDRCTRL_DIMMCTL>>
[src]
pub fn dimm_stagger_cs_en(&self) -> DIMM_STAGGER_CS_EN_R
[src]
Bit 0 - DIMM_STAGGER_CS_EN
pub fn dimm_addr_mirr_en(&self) -> DIMM_ADDR_MIRR_EN_R
[src]
Bit 1 - DIMM_ADDR_MIRR_EN
impl R<u32, Reg<u32, _DDRCTRL_DRAMTMG0>>
[src]
pub fn t_ras_min(&self) -> T_RAS_MIN_R
[src]
Bits 0:5 - T_RAS_MIN
pub fn t_ras_max(&self) -> T_RAS_MAX_R
[src]
Bits 8:14 - T_RAS_MAX
pub fn t_faw(&self) -> T_FAW_R
[src]
Bits 16:21 - T_FAW
pub fn wr2pre(&self) -> WR2PRE_R
[src]
Bits 24:30 - WR2PRE
impl R<u32, Reg<u32, _DDRCTRL_DRAMTMG1>>
[src]
pub fn t_rc(&self) -> T_RC_R
[src]
Bits 0:6 - T_RC
pub fn rd2pre(&self) -> RD2PRE_R
[src]
Bits 8:13 - RD2PRE
pub fn t_xp(&self) -> T_XP_R
[src]
Bits 16:20 - T_XP
impl R<u32, Reg<u32, _DDRCTRL_DRAMTMG2>>
[src]
pub fn wr2rd(&self) -> WR2RD_R
[src]
Bits 0:5 - WR2RD
pub fn rd2wr(&self) -> RD2WR_R
[src]
Bits 8:13 - RD2WR
pub fn read_latency(&self) -> READ_LATENCY_R
[src]
Bits 16:21 - READ_LATENCY
pub fn write_latency(&self) -> WRITE_LATENCY_R
[src]
Bits 24:29 - WRITE_LATENCY
impl R<u32, Reg<u32, _DDRCTRL_DRAMTMG3>>
[src]
pub fn t_mod(&self) -> T_MOD_R
[src]
Bits 0:9 - T_MOD
pub fn t_mrd(&self) -> T_MRD_R
[src]
Bits 12:17 - T_MRD
pub fn t_mrw(&self) -> T_MRW_R
[src]
Bits 20:29 - T_MRW
impl R<u32, Reg<u32, _DDRCTRL_DRAMTMG4>>
[src]
pub fn t_rp(&self) -> T_RP_R
[src]
Bits 0:4 - T_RP
pub fn t_rrd(&self) -> T_RRD_R
[src]
Bits 8:11 - T_RRD
pub fn t_ccd(&self) -> T_CCD_R
[src]
Bits 16:19 - T_CCD
pub fn t_rcd(&self) -> T_RCD_R
[src]
Bits 24:28 - T_RCD
impl R<u32, Reg<u32, _DDRCTRL_DRAMTMG5>>
[src]
pub fn t_cke(&self) -> T_CKE_R
[src]
Bits 0:4 - T_CKE
pub fn t_ckesr(&self) -> T_CKESR_R
[src]
Bits 8:13 - T_CKESR
pub fn t_cksre(&self) -> T_CKSRE_R
[src]
Bits 16:19 - T_CKSRE
pub fn t_cksrx(&self) -> T_CKSRX_R
[src]
Bits 24:27 - T_CKSRX
impl R<u32, Reg<u32, _DDRCTRL_DRAMTMG6>>
[src]
pub fn t_ckcsx(&self) -> T_CKCSX_R
[src]
Bits 0:3 - T_CKCSX
pub fn t_ckdpdx(&self) -> T_CKDPDX_R
[src]
Bits 16:19 - T_CKDPDX
pub fn t_ckdpde(&self) -> T_CKDPDE_R
[src]
Bits 24:27 - T_CKDPDE
impl R<u32, Reg<u32, _DDRCTRL_DRAMTMG7>>
[src]
pub fn t_ckpdx(&self) -> T_CKPDX_R
[src]
Bits 0:3 - T_CKPDX
pub fn t_ckpde(&self) -> T_CKPDE_R
[src]
Bits 8:11 - T_CKPDE
impl R<u32, Reg<u32, _DDRCTRL_DRAMTMG8>>
[src]
pub fn t_xs_x32(&self) -> T_XS_X32_R
[src]
Bits 0:6 - T_XS_X32
pub fn t_xs_dll_x32(&self) -> T_XS_DLL_X32_R
[src]
Bits 8:14 - T_XS_DLL_X32
impl R<u32, Reg<u32, _DDRCTRL_DRAMTMG14>>
[src]
impl R<u32, Reg<u32, _DDRCTRL_DRAMTMG15>>
[src]
pub fn t_stab_x32(&self) -> T_STAB_X32_R
[src]
Bits 0:7 - T_STAB_X32
pub fn en_dfi_lp_t_stab(&self) -> EN_DFI_LP_T_STAB_R
[src]
Bit 31 - EN_DFI_LP_T_STAB
impl R<u32, Reg<u32, _DDRCTRL_ZQCTL0>>
[src]
pub fn t_zq_short_nop(&self) -> T_ZQ_SHORT_NOP_R
[src]
Bits 0:9 - T_ZQ_SHORT_NOP
pub fn t_zq_long_nop(&self) -> T_ZQ_LONG_NOP_R
[src]
Bits 16:26 - T_ZQ_LONG_NOP
pub fn zq_resistor_shared(&self) -> ZQ_RESISTOR_SHARED_R
[src]
Bit 29 - ZQ_RESISTOR_SHARED
pub fn dis_srx_zqcl(&self) -> DIS_SRX_ZQCL_R
[src]
Bit 30 - DIS_SRX_ZQCL
pub fn dis_auto_zq(&self) -> DIS_AUTO_ZQ_R
[src]
Bit 31 - DIS_AUTO_ZQ
impl R<u32, Reg<u32, _DDRCTRL_ZQCTL1>>
[src]
pub fn t_zq_short_interval_x1024(&self) -> T_ZQ_SHORT_INTERVAL_X1024_R
[src]
Bits 0:19 - T_ZQ_SHORT_INTERVAL_X1024
pub fn t_zq_reset_nop(&self) -> T_ZQ_RESET_NOP_R
[src]
Bits 20:29 - T_ZQ_RESET_NOP
impl R<u32, Reg<u32, _DDRCTRL_ZQCTL2>>
[src]
pub fn zq_reset(&self) -> ZQ_RESET_R
[src]
Bit 0 - ZQ_RESET
impl R<u32, Reg<u32, _DDRCTRL_ZQSTAT>>
[src]
pub fn zq_reset_busy(&self) -> ZQ_RESET_BUSY_R
[src]
Bit 0 - ZQ_RESET_BUSY
impl R<u32, Reg<u32, _DDRCTRL_DFITMG0>>
[src]
pub fn dfi_tphy_wrlat(&self) -> DFI_TPHY_WRLAT_R
[src]
Bits 0:5 - DFI_TPHY_WRLAT
pub fn dfi_tphy_wrdata(&self) -> DFI_TPHY_WRDATA_R
[src]
Bits 8:13 - DFI_TPHY_WRDATA
pub fn dfi_t_rddata_en(&self) -> DFI_T_RDDATA_EN_R
[src]
Bits 16:22 - DFI_T_RDDATA_EN
pub fn dfi_t_ctrl_delay(&self) -> DFI_T_CTRL_DELAY_R
[src]
Bits 24:28 - DFI_T_CTRL_DELAY
impl R<u32, Reg<u32, _DDRCTRL_DFITMG1>>
[src]
pub fn dfi_t_dram_clk_enable(&self) -> DFI_T_DRAM_CLK_ENABLE_R
[src]
Bits 0:4 - DFI_T_DRAM_CLK_ENABLE
pub fn dfi_t_dram_clk_disable(&self) -> DFI_T_DRAM_CLK_DISABLE_R
[src]
Bits 8:12 - DFI_T_DRAM_CLK_DISABLE
pub fn dfi_t_wrdata_delay(&self) -> DFI_T_WRDATA_DELAY_R
[src]
Bits 16:20 - DFI_T_WRDATA_DELAY
impl R<u32, Reg<u32, _DDRCTRL_DFILPCFG0>>
[src]
pub fn dfi_lp_en_pd(&self) -> DFI_LP_EN_PD_R
[src]
Bit 0 - DFI_LP_EN_PD
pub fn dfi_lp_wakeup_pd(&self) -> DFI_LP_WAKEUP_PD_R
[src]
Bits 4:7 - DFI_LP_WAKEUP_PD
pub fn dfi_lp_en_sr(&self) -> DFI_LP_EN_SR_R
[src]
Bit 8 - DFI_LP_EN_SR
pub fn dfi_lp_wakeup_sr(&self) -> DFI_LP_WAKEUP_SR_R
[src]
Bits 12:15 - DFI_LP_WAKEUP_SR
pub fn dfi_lp_en_dpd(&self) -> DFI_LP_EN_DPD_R
[src]
Bit 16 - DFI_LP_EN_DPD
pub fn dfi_lp_wakeup_dpd(&self) -> DFI_LP_WAKEUP_DPD_R
[src]
Bits 20:23 - DFI_LP_WAKEUP_DPD
pub fn dfi_tlp_resp(&self) -> DFI_TLP_RESP_R
[src]
Bits 24:28 - DFI_TLP_RESP
impl R<u32, Reg<u32, _DDRCTRL_DFIUPD0>>
[src]
pub fn dfi_t_ctrlup_min(&self) -> DFI_T_CTRLUP_MIN_R
[src]
Bits 0:9 - DFI_T_CTRLUP_MIN
pub fn dfi_t_ctrlup_max(&self) -> DFI_T_CTRLUP_MAX_R
[src]
Bits 16:25 - DFI_T_CTRLUP_MAX
pub fn ctrlupd_pre_srx(&self) -> CTRLUPD_PRE_SRX_R
[src]
Bit 29 - CTRLUPD_PRE_SRX
pub fn dis_auto_ctrlupd_srx(&self) -> DIS_AUTO_CTRLUPD_SRX_R
[src]
Bit 30 - DIS_AUTO_CTRLUPD_SRX
pub fn dis_auto_ctrlupd(&self) -> DIS_AUTO_CTRLUPD_R
[src]
Bit 31 - DIS_AUTO_CTRLUPD
impl R<u32, Reg<u32, _DDRCTRL_DFIUPD1>>
[src]
pub fn dfi_t_ctrlupd_interval_max_x1024(
&self
) -> DFI_T_CTRLUPD_INTERVAL_MAX_X1024_R
[src]
&self
) -> DFI_T_CTRLUPD_INTERVAL_MAX_X1024_R
Bits 0:7 - DFI_T_CTRLUPD_INTERVAL_MAX_X1024
pub fn dfi_t_ctrlupd_interval_min_x1024(
&self
) -> DFI_T_CTRLUPD_INTERVAL_MIN_X1024_R
[src]
&self
) -> DFI_T_CTRLUPD_INTERVAL_MIN_X1024_R
Bits 16:23 - DFI_T_CTRLUPD_INTERVAL_MIN_X1024
impl R<u32, Reg<u32, _DDRCTRL_DFIUPD2>>
[src]
pub fn dfi_phyupd_en(&self) -> DFI_PHYUPD_EN_R
[src]
Bit 31 - DFI_PHYUPD_EN
impl R<u32, Reg<u32, _DDRCTRL_DFIMISC>>
[src]
pub fn dfi_init_complete_en(&self) -> DFI_INIT_COMPLETE_EN_R
[src]
Bit 0 - DFI_INIT_COMPLETE_EN
pub fn ctl_idle_en(&self) -> CTL_IDLE_EN_R
[src]
Bit 4 - CTL_IDLE_EN
pub fn dfi_init_start(&self) -> DFI_INIT_START_R
[src]
Bit 5 - DFI_INIT_START
pub fn dfi_frequency(&self) -> DFI_FREQUENCY_R
[src]
Bits 8:12 - DFI_FREQUENCY
impl R<u32, Reg<u32, _DDRCTRL_DFISTAT>>
[src]
pub fn dfi_init_complete(&self) -> DFI_INIT_COMPLETE_R
[src]
Bit 0 - DFI_INIT_COMPLETE
pub fn dfi_lp_ack(&self) -> DFI_LP_ACK_R
[src]
Bit 1 - DFI_LP_ACK
impl R<u32, Reg<u32, _DDRCTRL_DFIPHYMSTR>>
[src]
pub fn dfi_phymstr_en(&self) -> DFI_PHYMSTR_EN_R
[src]
Bit 0 - DFI_PHYMSTR_EN
impl R<u32, Reg<u32, _DDRCTRL_ADDRMAP1>>
[src]
pub fn addrmap_bank_b0(&self) -> ADDRMAP_BANK_B0_R
[src]
Bits 0:5 - ADDRMAP_BANK_B0
pub fn addrmap_bank_b1(&self) -> ADDRMAP_BANK_B1_R
[src]
Bits 8:13 - ADDRMAP_BANK_B1
pub fn addrmap_bank_b2(&self) -> ADDRMAP_BANK_B2_R
[src]
Bits 16:21 - ADDRMAP_BANK_B2
impl R<u32, Reg<u32, _DDRCTRL_ADDRMAP2>>
[src]
pub fn addrmap_col_b2(&self) -> ADDRMAP_COL_B2_R
[src]
Bits 0:3 - ADDRMAP_COL_B2
pub fn addrmap_col_b3(&self) -> ADDRMAP_COL_B3_R
[src]
Bits 8:11 - ADDRMAP_COL_B3
pub fn addrmap_col_b4(&self) -> ADDRMAP_COL_B4_R
[src]
Bits 16:19 - ADDRMAP_COL_B4
pub fn addrmap_col_b5(&self) -> ADDRMAP_COL_B5_R
[src]
Bits 24:27 - ADDRMAP_COL_B5
impl R<u32, Reg<u32, _DDRCTRL_ADDRMAP3>>
[src]
pub fn addrmap_col_b6(&self) -> ADDRMAP_COL_B6_R
[src]
Bits 0:3 - ADDRMAP_COL_B6
pub fn addrmap_col_b7(&self) -> ADDRMAP_COL_B7_R
[src]
Bits 8:12 - ADDRMAP_COL_B7
pub fn addrmap_col_b8(&self) -> ADDRMAP_COL_B8_R
[src]
Bits 16:20 - ADDRMAP_COL_B8
pub fn addrmap_col_b9(&self) -> ADDRMAP_COL_B9_R
[src]
Bits 24:28 - ADDRMAP_COL_B9
impl R<u32, Reg<u32, _DDRCTRL_ADDRMAP4>>
[src]
pub fn addrmap_col_b10(&self) -> ADDRMAP_COL_B10_R
[src]
Bits 0:4 - ADDRMAP_COL_B10
pub fn addrmap_col_b11(&self) -> ADDRMAP_COL_B11_R
[src]
Bits 8:12 - ADDRMAP_COL_B11
impl R<u32, Reg<u32, _DDRCTRL_ADDRMAP5>>
[src]
pub fn addrmap_row_b0(&self) -> ADDRMAP_ROW_B0_R
[src]
Bits 0:3 - ADDRMAP_ROW_B0
pub fn addrmap_row_b1(&self) -> ADDRMAP_ROW_B1_R
[src]
Bits 8:11 - ADDRMAP_ROW_B1
pub fn addrmap_row_b2_10(&self) -> ADDRMAP_ROW_B2_10_R
[src]
Bits 16:19 - ADDRMAP_ROW_B2_10
pub fn addrmap_row_b11(&self) -> ADDRMAP_ROW_B11_R
[src]
Bits 24:27 - ADDRMAP_ROW_B11
impl R<u32, Reg<u32, _DDRCTRL_ADDRMAP6>>
[src]
pub fn addrmap_row_b12(&self) -> ADDRMAP_ROW_B12_R
[src]
Bits 0:3 - ADDRMAP_ROW_B12
pub fn addrmap_row_b13(&self) -> ADDRMAP_ROW_B13_R
[src]
Bits 8:11 - ADDRMAP_ROW_B13
pub fn addrmap_row_b14(&self) -> ADDRMAP_ROW_B14_R
[src]
Bits 16:19 - ADDRMAP_ROW_B14
pub fn addrmap_row_b15(&self) -> ADDRMAP_ROW_B15_R
[src]
Bits 24:27 - ADDRMAP_ROW_B15
pub fn lpddr3_6gb_12gb(&self) -> LPDDR3_6GB_12GB_R
[src]
Bit 31 - LPDDR3_6GB_12GB
impl R<u32, Reg<u32, _DDRCTRL_ADDRMAP9>>
[src]
pub fn addrmap_row_b2(&self) -> ADDRMAP_ROW_B2_R
[src]
Bits 0:3 - ADDRMAP_ROW_B2
pub fn addrmap_row_b3(&self) -> ADDRMAP_ROW_B3_R
[src]
Bits 8:11 - ADDRMAP_ROW_B3
pub fn addrmap_row_b4(&self) -> ADDRMAP_ROW_B4_R
[src]
Bits 16:19 - ADDRMAP_ROW_B4
pub fn addrmap_row_b5(&self) -> ADDRMAP_ROW_B5_R
[src]
Bits 24:27 - ADDRMAP_ROW_B5
impl R<u32, Reg<u32, _DDRCTRL_ADDRMAP10>>
[src]
pub fn addrmap_row_b6(&self) -> ADDRMAP_ROW_B6_R
[src]
Bits 0:3 - ADDRMAP_ROW_B6
pub fn addrmap_row_b7(&self) -> ADDRMAP_ROW_B7_R
[src]
Bits 8:11 - ADDRMAP_ROW_B7
pub fn addrmap_row_b8(&self) -> ADDRMAP_ROW_B8_R
[src]
Bits 16:19 - ADDRMAP_ROW_B8
pub fn addrmap_row_b9(&self) -> ADDRMAP_ROW_B9_R
[src]
Bits 24:27 - ADDRMAP_ROW_B9
impl R<u32, Reg<u32, _DDRCTRL_ADDRMAP11>>
[src]
pub fn addrmap_row_b10(&self) -> ADDRMAP_ROW_B10_R
[src]
Bits 0:3 - ADDRMAP_ROW_B10
impl R<u32, Reg<u32, _DDRCTRL_ODTCFG>>
[src]
pub fn rd_odt_delay(&self) -> RD_ODT_DELAY_R
[src]
Bits 2:6 - RD_ODT_DELAY
pub fn rd_odt_hold(&self) -> RD_ODT_HOLD_R
[src]
Bits 8:11 - RD_ODT_HOLD
pub fn wr_odt_delay(&self) -> WR_ODT_DELAY_R
[src]
Bits 16:20 - WR_ODT_DELAY
pub fn wr_odt_hold(&self) -> WR_ODT_HOLD_R
[src]
Bits 24:27 - WR_ODT_HOLD
impl R<u32, Reg<u32, _DDRCTRL_ODTMAP>>
[src]
pub fn rank0_wr_odt(&self) -> RANK0_WR_ODT_R
[src]
Bit 0 - RANK0_WR_ODT
pub fn rank0_rd_odt(&self) -> RANK0_RD_ODT_R
[src]
Bit 4 - RANK0_RD_ODT
impl R<u32, Reg<u32, _DDRCTRL_SCHED>>
[src]
pub fn force_low_pri_n(&self) -> FORCE_LOW_PRI_N_R
[src]
Bit 0 - FORCE_LOW_PRI_N
pub fn prefer_write(&self) -> PREFER_WRITE_R
[src]
Bit 1 - PREFER_WRITE
pub fn pageclose(&self) -> PAGECLOSE_R
[src]
Bit 2 - PAGECLOSE
pub fn lpr_num_entries(&self) -> LPR_NUM_ENTRIES_R
[src]
Bits 8:11 - LPR_NUM_ENTRIES
pub fn go2critical_hysteresis(&self) -> GO2CRITICAL_HYSTERESIS_R
[src]
Bits 16:23 - GO2CRITICAL_HYSTERESIS
pub fn rdwr_idle_gap(&self) -> RDWR_IDLE_GAP_R
[src]
Bits 24:30 - RDWR_IDLE_GAP
impl R<u32, Reg<u32, _DDRCTRL_SCHED1>>
[src]
pub fn pageclose_timer(&self) -> PAGECLOSE_TIMER_R
[src]
Bits 0:7 - PAGECLOSE_TIMER
impl R<u32, Reg<u32, _DDRCTRL_PERFHPR1>>
[src]
pub fn hpr_max_starve(&self) -> HPR_MAX_STARVE_R
[src]
Bits 0:15 - HPR_MAX_STARVE
pub fn hpr_xact_run_length(&self) -> HPR_XACT_RUN_LENGTH_R
[src]
Bits 24:31 - HPR_XACT_RUN_LENGTH
impl R<u32, Reg<u32, _DDRCTRL_PERFLPR1>>
[src]
pub fn lpr_max_starve(&self) -> LPR_MAX_STARVE_R
[src]
Bits 0:15 - LPR_MAX_STARVE
pub fn lpr_xact_run_length(&self) -> LPR_XACT_RUN_LENGTH_R
[src]
Bits 24:31 - LPR_XACT_RUN_LENGTH
impl R<u32, Reg<u32, _DDRCTRL_PERFWR1>>
[src]
pub fn w_max_starve(&self) -> W_MAX_STARVE_R
[src]
Bits 0:15 - W_MAX_STARVE
pub fn w_xact_run_length(&self) -> W_XACT_RUN_LENGTH_R
[src]
Bits 24:31 - W_XACT_RUN_LENGTH
impl R<u32, Reg<u32, _DDRCTRL_DBG0>>
[src]
pub fn dis_wc(&self) -> DIS_WC_R
[src]
Bit 0 - DIS_WC
pub fn dis_collision_page_opt(&self) -> DIS_COLLISION_PAGE_OPT_R
[src]
Bit 4 - DIS_COLLISION_PAGE_OPT
impl R<u32, Reg<u32, _DDRCTRL_DBG1>>
[src]
pub fn dis_dq(&self) -> DIS_DQ_R
[src]
Bit 0 - DIS_DQ
pub fn dis_hif(&self) -> DIS_HIF_R
[src]
Bit 1 - DIS_HIF
impl R<u32, Reg<u32, _DDRCTRL_DBGCAM>>
[src]
pub fn dbg_hpr_q_depth(&self) -> DBG_HPR_Q_DEPTH_R
[src]
Bits 0:4 - DBG_HPR_Q_DEPTH
pub fn dbg_lpr_q_depth(&self) -> DBG_LPR_Q_DEPTH_R
[src]
Bits 8:12 - DBG_LPR_Q_DEPTH
pub fn dbg_w_q_depth(&self) -> DBG_W_Q_DEPTH_R
[src]
Bits 16:20 - DBG_W_Q_DEPTH
pub fn dbg_stall(&self) -> DBG_STALL_R
[src]
Bit 24 - DBG_STALL
pub fn dbg_rd_q_empty(&self) -> DBG_RD_Q_EMPTY_R
[src]
Bit 25 - DBG_RD_Q_EMPTY
pub fn dbg_wr_q_empty(&self) -> DBG_WR_Q_EMPTY_R
[src]
Bit 26 - DBG_WR_Q_EMPTY
pub fn rd_data_pipeline_empty(&self) -> RD_DATA_PIPELINE_EMPTY_R
[src]
Bit 28 - RD_DATA_PIPELINE_EMPTY
pub fn wr_data_pipeline_empty(&self) -> WR_DATA_PIPELINE_EMPTY_R
[src]
Bit 29 - WR_DATA_PIPELINE_EMPTY
impl R<u32, Reg<u32, _DDRCTRL_DBGCMD>>
[src]
pub fn rank0_refresh(&self) -> RANK0_REFRESH_R
[src]
Bit 0 - RANK0_REFRESH
pub fn zq_calib_short(&self) -> ZQ_CALIB_SHORT_R
[src]
Bit 4 - ZQ_CALIB_SHORT
pub fn ctrlupd(&self) -> CTRLUPD_R
[src]
Bit 5 - CTRLUPD
impl R<u32, Reg<u32, _DDRCTRL_DBGSTAT>>
[src]
pub fn rank0_refresh_busy(&self) -> RANK0_REFRESH_BUSY_R
[src]
Bit 0 - RANK0_REFRESH_BUSY
pub fn zq_calib_short_busy(&self) -> ZQ_CALIB_SHORT_BUSY_R
[src]
Bit 4 - ZQ_CALIB_SHORT_BUSY
pub fn ctrlupd_busy(&self) -> CTRLUPD_BUSY_R
[src]
Bit 5 - CTRLUPD_BUSY
impl R<u32, Reg<u32, _DDRCTRL_SWCTL>>
[src]
impl R<u32, Reg<u32, _DDRCTRL_SWSTAT>>
[src]
pub fn sw_done_ack(&self) -> SW_DONE_ACK_R
[src]
Bit 0 - SW_DONE_ACK
impl R<u32, Reg<u32, _DDRCTRL_POISONCFG>>
[src]
pub fn wr_poison_slverr_en(&self) -> WR_POISON_SLVERR_EN_R
[src]
Bit 0 - WR_POISON_SLVERR_EN
pub fn wr_poison_intr_en(&self) -> WR_POISON_INTR_EN_R
[src]
Bit 4 - WR_POISON_INTR_EN
pub fn wr_poison_intr_clr(&self) -> WR_POISON_INTR_CLR_R
[src]
Bit 8 - WR_POISON_INTR_CLR
pub fn rd_poison_slverr_en(&self) -> RD_POISON_SLVERR_EN_R
[src]
Bit 16 - RD_POISON_SLVERR_EN
pub fn rd_poison_intr_en(&self) -> RD_POISON_INTR_EN_R
[src]
Bit 20 - RD_POISON_INTR_EN
pub fn rd_poison_intr_clr(&self) -> RD_POISON_INTR_CLR_R
[src]
Bit 24 - RD_POISON_INTR_CLR
impl R<u32, Reg<u32, _DDRCTRL_POISONSTAT>>
[src]
pub fn wr_poison_intr_0(&self) -> WR_POISON_INTR_0_R
[src]
Bit 0 - WR_POISON_INTR_0
pub fn wr_poison_intr_1(&self) -> WR_POISON_INTR_1_R
[src]
Bit 1 - WR_POISON_INTR_1
pub fn rd_poison_intr_0(&self) -> RD_POISON_INTR_0_R
[src]
Bit 16 - RD_POISON_INTR_0
pub fn rd_poison_intr_1(&self) -> RD_POISON_INTR_1_R
[src]
Bit 17 - RD_POISON_INTR_1
impl R<u32, Reg<u32, _DDRCTRL_PSTAT>>
[src]
pub fn rd_port_busy_0(&self) -> RD_PORT_BUSY_0_R
[src]
Bit 0 - RD_PORT_BUSY_0
pub fn rd_port_busy_1(&self) -> RD_PORT_BUSY_1_R
[src]
Bit 1 - RD_PORT_BUSY_1
pub fn wr_port_busy_0(&self) -> WR_PORT_BUSY_0_R
[src]
Bit 16 - WR_PORT_BUSY_0
pub fn wr_port_busy_1(&self) -> WR_PORT_BUSY_1_R
[src]
Bit 17 - WR_PORT_BUSY_1
impl R<u32, Reg<u32, _DDRCTRL_PCCFG>>
[src]
pub fn go2critical_en(&self) -> GO2CRITICAL_EN_R
[src]
Bit 0 - GO2CRITICAL_EN
pub fn pagematch_limit(&self) -> PAGEMATCH_LIMIT_R
[src]
Bit 4 - PAGEMATCH_LIMIT
pub fn bl_exp_mode(&self) -> BL_EXP_MODE_R
[src]
Bit 8 - BL_EXP_MODE
impl R<u32, Reg<u32, _DDRCTRL_PCFGR_0>>
[src]
pub fn rd_port_priority(&self) -> RD_PORT_PRIORITY_R
[src]
Bits 0:9 - RD_PORT_PRIORITY
pub fn rd_port_aging_en(&self) -> RD_PORT_AGING_EN_R
[src]
Bit 12 - RD_PORT_AGING_EN
pub fn rd_port_urgent_en(&self) -> RD_PORT_URGENT_EN_R
[src]
Bit 13 - RD_PORT_URGENT_EN
pub fn rd_port_pagematch_en(&self) -> RD_PORT_PAGEMATCH_EN_R
[src]
Bit 14 - RD_PORT_PAGEMATCH_EN
pub fn rdwr_ordered_en(&self) -> RDWR_ORDERED_EN_R
[src]
Bit 16 - RDWR_ORDERED_EN
impl R<u32, Reg<u32, _DDRCTRL_PCFGW_0>>
[src]
pub fn wr_port_priority(&self) -> WR_PORT_PRIORITY_R
[src]
Bits 0:9 - WR_PORT_PRIORITY
pub fn wr_port_aging_en(&self) -> WR_PORT_AGING_EN_R
[src]
Bit 12 - WR_PORT_AGING_EN
pub fn wr_port_urgent_en(&self) -> WR_PORT_URGENT_EN_R
[src]
Bit 13 - WR_PORT_URGENT_EN
pub fn wr_port_pagematch_en(&self) -> WR_PORT_PAGEMATCH_EN_R
[src]
Bit 14 - WR_PORT_PAGEMATCH_EN
impl R<u32, Reg<u32, _DDRCTRL_PCTRL_0>>
[src]
impl R<u32, Reg<u32, _DDRCTRL_PCFGQOS0_0>>
[src]
pub fn rqos_map_level1(&self) -> RQOS_MAP_LEVEL1_R
[src]
Bits 0:3 - RQOS_MAP_LEVEL1
pub fn rqos_map_level2(&self) -> RQOS_MAP_LEVEL2_R
[src]
Bits 8:11 - RQOS_MAP_LEVEL2
pub fn rqos_map_region0(&self) -> RQOS_MAP_REGION0_R
[src]
Bits 16:17 - RQOS_MAP_REGION0
pub fn rqos_map_region1(&self) -> RQOS_MAP_REGION1_R
[src]
Bits 20:21 - RQOS_MAP_REGION1
pub fn rqos_map_region2(&self) -> RQOS_MAP_REGION2_R
[src]
Bits 24:25 - RQOS_MAP_REGION2
impl R<u32, Reg<u32, _DDRCTRL_PCFGQOS1_0>>
[src]
pub fn rqos_map_timeoutb(&self) -> RQOS_MAP_TIMEOUTB_R
[src]
Bits 0:10 - RQOS_MAP_TIMEOUTB
pub fn rqos_map_timeoutr(&self) -> RQOS_MAP_TIMEOUTR_R
[src]
Bits 16:26 - RQOS_MAP_TIMEOUTR
impl R<u32, Reg<u32, _DDRCTRL_PCFGWQOS0_0>>
[src]
pub fn wqos_map_level1(&self) -> WQOS_MAP_LEVEL1_R
[src]
Bits 0:3 - WQOS_MAP_LEVEL1
pub fn wqos_map_level2(&self) -> WQOS_MAP_LEVEL2_R
[src]
Bits 8:11 - WQOS_MAP_LEVEL2
pub fn wqos_map_region0(&self) -> WQOS_MAP_REGION0_R
[src]
Bits 16:17 - WQOS_MAP_REGION0
pub fn wqos_map_region1(&self) -> WQOS_MAP_REGION1_R
[src]
Bits 20:21 - WQOS_MAP_REGION1
pub fn wqos_map_region2(&self) -> WQOS_MAP_REGION2_R
[src]
Bits 24:25 - WQOS_MAP_REGION2
impl R<u32, Reg<u32, _DDRCTRL_PCFGWQOS1_0>>
[src]
pub fn wqos_map_timeout1(&self) -> WQOS_MAP_TIMEOUT1_R
[src]
Bits 0:10 - WQOS_MAP_TIMEOUT1
pub fn wqos_map_timeout2(&self) -> WQOS_MAP_TIMEOUT2_R
[src]
Bits 16:26 - WQOS_MAP_TIMEOUT2
impl R<u32, Reg<u32, _DDRCTRL_PCFGR_1>>
[src]
pub fn rd_port_priority(&self) -> RD_PORT_PRIORITY_R
[src]
Bits 0:9 - RD_PORT_PRIORITY
pub fn rd_port_aging_en(&self) -> RD_PORT_AGING_EN_R
[src]
Bit 12 - RD_PORT_AGING_EN
pub fn rd_port_urgent_en(&self) -> RD_PORT_URGENT_EN_R
[src]
Bit 13 - RD_PORT_URGENT_EN
pub fn rd_port_pagematch_en(&self) -> RD_PORT_PAGEMATCH_EN_R
[src]
Bit 14 - RD_PORT_PAGEMATCH_EN
pub fn rdwr_ordered_en(&self) -> RDWR_ORDERED_EN_R
[src]
Bit 16 - RDWR_ORDERED_EN
impl R<u32, Reg<u32, _DDRCTRL_PCFGW_1>>
[src]
pub fn wr_port_priority(&self) -> WR_PORT_PRIORITY_R
[src]
Bits 0:9 - WR_PORT_PRIORITY
pub fn wr_port_aging_en(&self) -> WR_PORT_AGING_EN_R
[src]
Bit 12 - WR_PORT_AGING_EN
pub fn wr_port_urgent_en(&self) -> WR_PORT_URGENT_EN_R
[src]
Bit 13 - WR_PORT_URGENT_EN
pub fn wr_port_pagematch_en(&self) -> WR_PORT_PAGEMATCH_EN_R
[src]
Bit 14 - WR_PORT_PAGEMATCH_EN
impl R<u32, Reg<u32, _DDRCTRL_PCTRL_1>>
[src]
impl R<u32, Reg<u32, _DDRCTRL_PCFGQOS0_1>>
[src]
pub fn rqos_map_level1(&self) -> RQOS_MAP_LEVEL1_R
[src]
Bits 0:3 - RQOS_MAP_LEVEL1
pub fn rqos_map_level2(&self) -> RQOS_MAP_LEVEL2_R
[src]
Bits 8:11 - RQOS_MAP_LEVEL2
pub fn rqos_map_region0(&self) -> RQOS_MAP_REGION0_R
[src]
Bits 16:17 - RQOS_MAP_REGION0
pub fn rqos_map_region1(&self) -> RQOS_MAP_REGION1_R
[src]
Bits 20:21 - RQOS_MAP_REGION1
pub fn rqos_map_region2(&self) -> RQOS_MAP_REGION2_R
[src]
Bits 24:25 - RQOS_MAP_REGION2
impl R<u32, Reg<u32, _DDRCTRL_PCFGQOS1_1>>
[src]
pub fn rqos_map_timeoutb(&self) -> RQOS_MAP_TIMEOUTB_R
[src]
Bits 0:10 - RQOS_MAP_TIMEOUTB
pub fn rqos_map_timeoutr(&self) -> RQOS_MAP_TIMEOUTR_R
[src]
Bits 16:26 - RQOS_MAP_TIMEOUTR
impl R<u32, Reg<u32, _DDRCTRL_PCFGWQOS0_1>>
[src]
pub fn wqos_map_level1(&self) -> WQOS_MAP_LEVEL1_R
[src]
Bits 0:3 - WQOS_MAP_LEVEL1
pub fn wqos_map_level2(&self) -> WQOS_MAP_LEVEL2_R
[src]
Bits 8:11 - WQOS_MAP_LEVEL2
pub fn wqos_map_region0(&self) -> WQOS_MAP_REGION0_R
[src]
Bits 16:17 - WQOS_MAP_REGION0
pub fn wqos_map_region1(&self) -> WQOS_MAP_REGION1_R
[src]
Bits 20:21 - WQOS_MAP_REGION1
pub fn wqos_map_region2(&self) -> WQOS_MAP_REGION2_R
[src]
Bits 24:25 - WQOS_MAP_REGION2
impl R<u32, Reg<u32, _DDRCTRL_PCFGWQOS1_1>>
[src]
pub fn wqos_map_timeout1(&self) -> WQOS_MAP_TIMEOUT1_R
[src]
Bits 0:10 - WQOS_MAP_TIMEOUT1
pub fn wqos_map_timeout2(&self) -> WQOS_MAP_TIMEOUT2_R
[src]
Bits 16:26 - WQOS_MAP_TIMEOUT2
impl R<u32, Reg<u32, _DDRPERFM_CFG>>
[src]
impl R<u32, Reg<u32, _DDRPERFM_STATUS>>
[src]
pub fn covf(&self) -> COVF_R
[src]
Bits 0:3 - COVF
pub fn busy(&self) -> BUSY_R
[src]
Bit 16 - BUSY
pub fn tovf(&self) -> TOVF_R
[src]
Bit 31 - TOVF
impl R<u32, Reg<u32, _DDRPERFM_IER>>
[src]
impl R<u32, Reg<u32, _DDRPERFM_ISR>>
[src]
impl R<u32, Reg<u32, _DDRPERFM_TCNT>>
[src]
impl R<u32, Reg<u32, _DDRPERFM_CNT0>>
[src]
impl R<u32, Reg<u32, _DDRPERFM_CNT1>>
[src]
impl R<u32, Reg<u32, _DDRPERFM_CNT2>>
[src]
impl R<u32, Reg<u32, _DDRPERFM_CNT3>>
[src]
impl R<u32, Reg<u32, _DDRPERFM_HWCFG>>
[src]
impl R<u32, Reg<u32, _DDRPERFM_VER>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _DDRPERFM_ID>>
[src]
impl R<u32, Reg<u32, _DDRPERFM_SID>>
[src]
impl R<u32, Reg<u32, _DDRPHYC_RIDR>>
[src]
pub fn pubmnr(&self) -> PUBMNR_R
[src]
Bits 0:3 - PUBMNR
pub fn pubmdr(&self) -> PUBMDR_R
[src]
Bits 4:7 - PUBMDR
pub fn pubmjr(&self) -> PUBMJR_R
[src]
Bits 8:11 - PUBMJR
pub fn phymnr(&self) -> PHYMNR_R
[src]
Bits 12:15 - PHYMNR
pub fn phymdr(&self) -> PHYMDR_R
[src]
Bits 16:19 - PHYMDR
pub fn phymjr(&self) -> PHYMJR_R
[src]
Bits 20:23 - PHYMJR
pub fn udrid(&self) -> UDRID_R
[src]
Bits 24:31 - UDRID
impl R<u32, Reg<u32, _DDRPHYC_PGCR>>
[src]
pub fn itmdmd(&self) -> ITMDMD_R
[src]
Bit 0 - ITMDMD
pub fn dqscfg(&self) -> DQSCFG_R
[src]
Bit 1 - DQSCFG
pub fn dftcmp(&self) -> DFTCMP_R
[src]
Bit 2 - DFTCMP
pub fn dftlmt(&self) -> DFTLMT_R
[src]
Bits 3:4 - DFTLMT
pub fn dtosel(&self) -> DTOSEL_R
[src]
Bits 5:8 - DTOSEL
pub fn cken(&self) -> CKEN_R
[src]
Bits 9:11 - CKEN
pub fn ckdv(&self) -> CKDV_R
[src]
Bits 12:13 - CKDV
pub fn ckinv(&self) -> CKINV_R
[src]
Bit 14 - CKINV
pub fn iolb(&self) -> IOLB_R
[src]
Bit 15 - IOLB
pub fn ioddrm(&self) -> IODDRM_R
[src]
Bits 16:17 - IODDRM
pub fn ranken(&self) -> RANKEN_R
[src]
Bits 18:21 - RANKEN
pub fn zksel(&self) -> ZKSEL_R
[src]
Bits 22:23 - ZKSEL
pub fn pddisdx(&self) -> PDDISDX_R
[src]
Bit 24 - PDDISDX
pub fn rfshdt(&self) -> RFSHDT_R
[src]
Bits 25:28 - RFSHDT
pub fn lbdqss(&self) -> LBDQSS_R
[src]
Bit 29 - LBDQSS
pub fn lbgdqs(&self) -> LBGDQS_R
[src]
Bit 30 - LBGDQS
pub fn lbmode(&self) -> LBMODE_R
[src]
Bit 31 - LBMODE
impl R<u32, Reg<u32, _DDRPHYC_PGSR>>
[src]
pub fn idone(&self) -> IDONE_R
[src]
Bit 0 - IDONE
pub fn dldone(&self) -> DLDONE_R
[src]
Bit 1 - DLDONE
pub fn zcddone(&self) -> ZCDDONE_R
[src]
Bit 2 - ZCDDONE
pub fn didone(&self) -> DIDONE_R
[src]
Bit 3 - DIDONE
pub fn dtdone(&self) -> DTDONE_R
[src]
Bit 4 - DTDONE
pub fn dterr(&self) -> DTERR_R
[src]
Bit 5 - DTERR
pub fn dtierr(&self) -> DTIERR_R
[src]
Bit 6 - DTIERR
pub fn dfterr(&self) -> DFTERR_R
[src]
Bit 7 - DFTERR
pub fn rverr(&self) -> RVERR_R
[src]
Bit 8 - RVERR
pub fn rveirr(&self) -> RVEIRR_R
[src]
Bit 9 - RVEIRR
pub fn tq(&self) -> TQ_R
[src]
Bit 31 - TQ
impl R<u32, Reg<u32, _DDRPHYC_DLLGCR>>
[src]
pub fn dres(&self) -> DRES_R
[src]
Bits 0:1 - DRES
pub fn ipump(&self) -> IPUMP_R
[src]
Bits 2:4 - IPUMP
pub fn testen(&self) -> TESTEN_R
[src]
Bit 5 - TESTEN
pub fn dtc(&self) -> DTC_R
[src]
Bits 6:8 - DTC
pub fn atc(&self) -> ATC_R
[src]
Bits 9:10 - ATC
pub fn testsw(&self) -> TESTSW_R
[src]
Bit 11 - TESTSW
pub fn mbias(&self) -> MBIAS_R
[src]
Bits 12:19 - MBIAS
pub fn sbias2_0(&self) -> SBIAS2_0_R
[src]
Bits 20:22 - SBIAS2_0
pub fn bps200(&self) -> BPS200_R
[src]
Bit 23 - BPS200
pub fn sbias5_3(&self) -> SBIAS5_3_R
[src]
Bits 24:26 - SBIAS5_3
pub fn fdtrmsl(&self) -> FDTRMSL_R
[src]
Bits 27:28 - FDTRMSL
pub fn lockdet(&self) -> LOCKDET_R
[src]
Bit 29 - LOCKDET
pub fn dllrsvd2(&self) -> DLLRSVD2_R
[src]
Bits 30:31 - DLLRSVD2
impl R<u32, Reg<u32, _DDRPHYC_ACDLLCR>>
[src]
pub fn mfbdly(&self) -> MFBDLY_R
[src]
Bits 6:8 - MFBDLY
pub fn mfwdly(&self) -> MFWDLY_R
[src]
Bits 9:11 - MFWDLY
pub fn atesten(&self) -> ATESTEN_R
[src]
Bit 18 - ATESTEN
pub fn dllsrst(&self) -> DLLSRST_R
[src]
Bit 30 - DLLSRST
pub fn dlldis(&self) -> DLLDIS_R
[src]
Bit 31 - DLLDIS
impl R<u32, Reg<u32, _DDRPHYC_PTR0>>
[src]
pub fn tdllsrst(&self) -> TDLLSRST_R
[src]
Bits 0:5 - TDLLSRST
pub fn tdlllock(&self) -> TDLLLOCK_R
[src]
Bits 6:17 - TDLLLOCK
pub fn titmsrst(&self) -> TITMSRST_R
[src]
Bits 18:21 - TITMSRST
impl R<u32, Reg<u32, _DDRPHYC_PTR1>>
[src]
pub fn tdinit0(&self) -> TDINIT0_R
[src]
Bits 0:18 - TDINIT0
pub fn tdinit1(&self) -> TDINIT1_R
[src]
Bits 19:26 - TDINIT1
impl R<u32, Reg<u32, _DDRPHYC_PTR2>>
[src]
pub fn tdinit2(&self) -> TDINIT2_R
[src]
Bits 0:16 - TDINIT2
pub fn tdinit3(&self) -> TDINIT3_R
[src]
Bits 17:26 - TDINIT3
impl R<u32, Reg<u32, _DDRPHYC_ACIOCR>>
[src]
pub fn aciom(&self) -> ACIOM_R
[src]
Bit 0 - ACIOM
pub fn acoe(&self) -> ACOE_R
[src]
Bit 1 - ACOE
pub fn acodt(&self) -> ACODT_R
[src]
Bit 2 - ACODT
pub fn acpdd(&self) -> ACPDD_R
[src]
Bit 3 - ACPDD
pub fn acpdr(&self) -> ACPDR_R
[src]
Bit 4 - ACPDR
pub fn ckodt(&self) -> CKODT_R
[src]
Bits 5:7 - CKODT
pub fn ckpdd(&self) -> CKPDD_R
[src]
Bits 8:10 - CKPDD
pub fn ckpdr(&self) -> CKPDR_R
[src]
Bits 11:13 - CKPDR
pub fn rankodt(&self) -> RANKODT_R
[src]
Bit 14 - RANKODT
pub fn cspdd(&self) -> CSPDD_R
[src]
Bit 18 - CSPDD
pub fn rankpdr(&self) -> RANKPDR_R
[src]
Bit 22 - RANKPDR
pub fn rstodt(&self) -> RSTODT_R
[src]
Bit 26 - RSTODT
pub fn rstpdd(&self) -> RSTPDD_R
[src]
Bit 27 - RSTPDD
pub fn rstpdr(&self) -> RSTPDR_R
[src]
Bit 28 - RSTPDR
pub fn rstiom(&self) -> RSTIOM_R
[src]
Bit 29 - RSTIOM
pub fn acsr(&self) -> ACSR_R
[src]
Bits 30:31 - ACSR
impl R<u32, Reg<u32, _DDRPHYC_DXCCR>>
[src]
pub fn dxodt(&self) -> DXODT_R
[src]
Bit 0 - DXODT
pub fn dxiom(&self) -> DXIOM_R
[src]
Bit 1 - DXIOM
pub fn dxpdd(&self) -> DXPDD_R
[src]
Bit 2 - DXPDD
pub fn dxpdr(&self) -> DXPDR_R
[src]
Bit 3 - DXPDR
pub fn dqsres(&self) -> DQSRES_R
[src]
Bits 4:7 - DQSRES
pub fn dqsnres(&self) -> DQSNRES_R
[src]
Bits 8:11 - DQSNRES
pub fn dqsnrst(&self) -> DQSNRST_R
[src]
Bit 14 - DQSNRST
pub fn rvsel(&self) -> RVSEL_R
[src]
Bit 15 - RVSEL
pub fn awdt(&self) -> AWDT_R
[src]
Bit 16 - AWDT
impl R<u32, Reg<u32, _DDRPHYC_DSGCR>>
[src]
pub fn puren(&self) -> PUREN_R
[src]
Bit 0 - PUREN
pub fn bdisen(&self) -> BDISEN_R
[src]
Bit 1 - BDISEN
pub fn zuen(&self) -> ZUEN_R
[src]
Bit 2 - ZUEN
pub fn lpiopd(&self) -> LPIOPD_R
[src]
Bit 3 - LPIOPD
pub fn lpdllpd(&self) -> LPDLLPD_R
[src]
Bit 4 - LPDLLPD
pub fn dqsgx(&self) -> DQSGX_R
[src]
Bits 5:7 - DQSGX
pub fn dqsge(&self) -> DQSGE_R
[src]
Bits 8:10 - DQSGE
pub fn nobub(&self) -> NOBUB_R
[src]
Bit 11 - NOBUB
pub fn fxdlat(&self) -> FXDLAT_R
[src]
Bit 12 - FXDLAT
pub fn ckepdd(&self) -> CKEPDD_R
[src]
Bit 16 - CKEPDD
pub fn odtpdd(&self) -> ODTPDD_R
[src]
Bit 20 - ODTPDD
pub fn nl2pd(&self) -> NL2PD_R
[src]
Bit 24 - NL2PD
pub fn nl2oe(&self) -> NL2OE_R
[src]
Bit 25 - NL2OE
pub fn tpdpd(&self) -> TPDPD_R
[src]
Bit 26 - TPDPD
pub fn tpdoe(&self) -> TPDOE_R
[src]
Bit 27 - TPDOE
pub fn ckoe(&self) -> CKOE_R
[src]
Bit 28 - CKOE
pub fn odtoe(&self) -> ODTOE_R
[src]
Bit 29 - ODTOE
pub fn rstoe(&self) -> RSTOE_R
[src]
Bit 30 - RSTOE
pub fn ckeoe(&self) -> CKEOE_R
[src]
Bit 31 - CKEOE
impl R<u32, Reg<u32, _DDRPHYC_DCR>>
[src]
pub fn ddrmd(&self) -> DDRMD_R
[src]
Bits 0:2 - DDRMD
pub fn ddr8bnk(&self) -> DDR8BNK_R
[src]
Bit 3 - DDR8BNK
pub fn pdq(&self) -> PDQ_R
[src]
Bits 4:6 - PDQ
pub fn mprdq(&self) -> MPRDQ_R
[src]
Bit 7 - MPRDQ
pub fn ddrtype(&self) -> DDRTYPE_R
[src]
Bits 8:9 - DDRTYPE
pub fn nosra(&self) -> NOSRA_R
[src]
Bit 27 - NOSRA
pub fn ddr2t(&self) -> DDR2T_R
[src]
Bit 28 - DDR2T
pub fn udimm(&self) -> UDIMM_R
[src]
Bit 29 - UDIMM
pub fn rdimm(&self) -> RDIMM_R
[src]
Bit 30 - RDIMM
pub fn tpd(&self) -> TPD_R
[src]
Bit 31 - TPD
impl R<u32, Reg<u32, _DDRPHYC_DTPR0>>
[src]
pub fn tmrd(&self) -> TMRD_R
[src]
Bits 0:1 - TMRD
pub fn trtp(&self) -> TRTP_R
[src]
Bits 2:4 - TRTP
pub fn twtr(&self) -> TWTR_R
[src]
Bits 5:7 - TWTR
pub fn trp(&self) -> TRP_R
[src]
Bits 8:11 - TRP
pub fn trcd(&self) -> TRCD_R
[src]
Bits 12:15 - TRCD
pub fn tras(&self) -> TRAS_R
[src]
Bits 16:20 - TRAS
pub fn trrd(&self) -> TRRD_R
[src]
Bits 21:24 - TRRD
pub fn trc(&self) -> TRC_R
[src]
Bits 25:30 - TRC
pub fn tccd(&self) -> TCCD_R
[src]
Bit 31 - TCCD
impl R<u32, Reg<u32, _DDRPHYC_DTPR1>>
[src]
pub fn taond(&self) -> TAOND_R
[src]
Bits 0:1 - TAOND
pub fn trtw(&self) -> TRTW_R
[src]
Bit 2 - TRTW
pub fn tfaw(&self) -> TFAW_R
[src]
Bits 3:8 - TFAW
pub fn tmod(&self) -> TMOD_R
[src]
Bits 9:10 - TMOD
pub fn trtodt(&self) -> TRTODT_R
[src]
Bit 11 - TRTODT
pub fn trfc(&self) -> TRFC_R
[src]
Bits 16:23 - TRFC
pub fn tdqsckmin(&self) -> TDQSCKMIN_R
[src]
Bits 24:26 - TDQSCKMIN
pub fn tdqsckmax(&self) -> TDQSCKMAX_R
[src]
Bits 27:29 - TDQSCKMAX
impl R<u32, Reg<u32, _DDRPHYC_DTPR2>>
[src]
pub fn txs(&self) -> TXS_R
[src]
Bits 0:9 - TXS
pub fn txp(&self) -> TXP_R
[src]
Bits 10:14 - TXP
pub fn tcke(&self) -> TCKE_R
[src]
Bits 15:18 - TCKE
pub fn tdllk(&self) -> TDLLK_R
[src]
Bits 19:28 - TDLLK
impl R<u16, Reg<u16, _DDRPHYC_DDR3_MR0>>
[src]
pub fn bl(&self) -> BL_R
[src]
Bits 0:1 - BL
pub fn cl0(&self) -> CL0_R
[src]
Bit 2 - CL0
pub fn bt(&self) -> BT_R
[src]
Bit 3 - BT
pub fn cl(&self) -> CL_R
[src]
Bits 4:6 - CL
pub fn tm(&self) -> TM_R
[src]
Bit 7 - TM
pub fn dr(&self) -> DR_R
[src]
Bit 8 - DR
pub fn wr(&self) -> WR_R
[src]
Bits 9:11 - WR
pub fn pd(&self) -> PD_R
[src]
Bit 12 - PD
pub fn rsvd(&self) -> RSVD_R
[src]
Bits 13:15 - RSVD
impl R<u16, Reg<u16, _DDRPHYC_DDR3_MR1>>
[src]
pub fn de(&self) -> DE_R
[src]
Bit 0 - DE
pub fn dic0(&self) -> DIC0_R
[src]
Bit 1 - DIC0
pub fn rtt0(&self) -> RTT0_R
[src]
Bit 2 - RTT0
pub fn al(&self) -> AL_R
[src]
Bits 3:4 - AL
pub fn dic1(&self) -> DIC1_R
[src]
Bit 5 - DIC1
pub fn rtt1(&self) -> RTT1_R
[src]
Bit 6 - RTT1
pub fn level(&self) -> LEVEL_R
[src]
Bit 7 - LEVEL
pub fn rtt2(&self) -> RTT2_R
[src]
Bit 9 - RTT2
pub fn tdqs(&self) -> TDQS_R
[src]
Bit 11 - TDQS
pub fn qoff(&self) -> QOFF_R
[src]
Bit 12 - QOFF
impl R<u16, Reg<u16, _DDRPHYC_DDR3_MR2>>
[src]
pub fn pasr(&self) -> PASR_R
[src]
Bits 0:2 - PASR
pub fn cwl(&self) -> CWL_R
[src]
Bits 3:5 - CWL
pub fn asr(&self) -> ASR_R
[src]
Bit 6 - ASR
pub fn srt(&self) -> SRT_R
[src]
Bit 7 - SRT
pub fn rttwr(&self) -> RTTWR_R
[src]
Bits 9:10 - RTTWR
impl R<u8, Reg<u8, _DDRPHYC_DDR3_MR3>>
[src]
impl R<u32, Reg<u32, _DDRPHYC_ODTCR>>
[src]
impl R<u32, Reg<u32, _DDRPHYC_DTAR>>
[src]
pub fn dtcol(&self) -> DTCOL_R
[src]
Bits 0:11 - DTCOL
pub fn dtrow(&self) -> DTROW_R
[src]
Bits 12:27 - DTROW
pub fn dtbank(&self) -> DTBANK_R
[src]
Bits 28:30 - DTBANK
pub fn dtmpr(&self) -> DTMPR_R
[src]
Bit 31 - DTMPR
impl R<u32, Reg<u32, _DDRPHYC_DTDR0>>
[src]
pub fn dtbyte0(&self) -> DTBYTE0_R
[src]
Bits 0:7 - DTBYTE0
pub fn dtbyte1(&self) -> DTBYTE1_R
[src]
Bits 8:15 - DTBYTE1
pub fn dtbyte2(&self) -> DTBYTE2_R
[src]
Bits 16:23 - DTBYTE2
pub fn dtbyte3(&self) -> DTBYTE3_R
[src]
Bits 24:31 - DTBYTE3
impl R<u32, Reg<u32, _DDRPHYC_DTDR1>>
[src]
pub fn dtbyte4(&self) -> DTBYTE4_R
[src]
Bits 0:7 - DTBYTE4
pub fn dtbyte5(&self) -> DTBYTE5_R
[src]
Bits 8:15 - DTBYTE5
pub fn dtbyte6(&self) -> DTBYTE6_R
[src]
Bits 16:23 - DTBYTE6
pub fn dtbyte7(&self) -> DTBYTE7_R
[src]
Bits 24:31 - DTBYTE7
impl R<u32, Reg<u32, _DDRPHYC_GPR0>>
[src]
impl R<u32, Reg<u32, _DDRPHYC_GPR1>>
[src]
impl R<u32, Reg<u32, _DDRPHYC_ZQ0CR0>>
[src]
pub fn zdata(&self) -> ZDATA_R
[src]
Bits 0:19 - ZDATA
pub fn zden(&self) -> ZDEN_R
[src]
Bit 28 - ZDEN
pub fn zcalbyp(&self) -> ZCALBYP_R
[src]
Bit 29 - ZCALBYP
pub fn zcal(&self) -> ZCAL_R
[src]
Bit 30 - ZCAL
pub fn zqpd(&self) -> ZQPD_R
[src]
Bit 31 - ZQPD
impl R<u8, Reg<u8, _DDRPHYC_ZQ0CR1>>
[src]
impl R<u32, Reg<u32, _DDRPHYC_ZQ0SR0>>
[src]
pub fn zctrl(&self) -> ZCTRL_R
[src]
Bits 0:19 - ZCTRL
pub fn zerr(&self) -> ZERR_R
[src]
Bit 30 - ZERR
pub fn zdone(&self) -> ZDONE_R
[src]
Bit 31 - ZDONE
impl R<u8, Reg<u8, _DDRPHYC_ZQ0SR1>>
[src]
pub fn zpd(&self) -> ZPD_R
[src]
Bits 0:1 - ZPD
pub fn zpu(&self) -> ZPU_R
[src]
Bits 2:3 - ZPU
pub fn opd(&self) -> OPD_R
[src]
Bits 4:5 - OPD
pub fn opu(&self) -> OPU_R
[src]
Bits 6:7 - OPU
impl R<u32, Reg<u32, _DDRPHYC_DX0GCR>>
[src]
pub fn dxen(&self) -> DXEN_R
[src]
Bit 0 - DXEN
pub fn dqsodt(&self) -> DQSODT_R
[src]
Bit 1 - DQSODT
pub fn dqodt(&self) -> DQODT_R
[src]
Bit 2 - DQODT
pub fn dxiom(&self) -> DXIOM_R
[src]
Bit 3 - DXIOM
pub fn dxpdd(&self) -> DXPDD_R
[src]
Bit 4 - DXPDD
pub fn dxpdr(&self) -> DXPDR_R
[src]
Bit 5 - DXPDR
pub fn dqsrpd(&self) -> DQSRPD_R
[src]
Bit 6 - DQSRPD
pub fn dsen(&self) -> DSEN_R
[src]
Bits 7:8 - DSEN
pub fn dqsrtt(&self) -> DQSRTT_R
[src]
Bit 9 - DQSRTT
pub fn dqrtt(&self) -> DQRTT_R
[src]
Bit 10 - DQRTT
pub fn rttoh(&self) -> RTTOH_R
[src]
Bits 11:12 - RTTOH
pub fn rttoal(&self) -> RTTOAL_R
[src]
Bit 13 - RTTOAL
pub fn r0rvsl(&self) -> R0RVSL_R
[src]
Bits 14:16 - R0RVSL
impl R<u16, Reg<u16, _DDRPHYC_DX0GSR0>>
[src]
pub fn dtdone(&self) -> DTDONE_R
[src]
Bit 0 - DTDONE
pub fn dterr(&self) -> DTERR_R
[src]
Bit 4 - DTERR
pub fn dtierr(&self) -> DTIERR_R
[src]
Bit 8 - DTIERR
pub fn dtpass(&self) -> DTPASS_R
[src]
Bits 13:15 - DTPASS
impl R<u32, Reg<u32, _DDRPHYC_DX0GSR1>>
[src]
pub fn dfterr(&self) -> DFTERR_R
[src]
Bit 0 - DFTERR
pub fn dqsdft(&self) -> DQSDFT_R
[src]
Bits 4:5 - DQSDFT
pub fn rverr(&self) -> RVERR_R
[src]
Bit 12 - RVERR
pub fn rvierr(&self) -> RVIERR_R
[src]
Bit 16 - RVIERR
pub fn rvpass(&self) -> RVPASS_R
[src]
Bits 20:22 - RVPASS
impl R<u32, Reg<u32, _DDRPHYC_DX0DLLCR>>
[src]
pub fn sfbdly(&self) -> SFBDLY_R
[src]
Bits 0:2 - SFBDLY
pub fn sfwdly(&self) -> SFWDLY_R
[src]
Bits 3:5 - SFWDLY
pub fn mfbdly(&self) -> MFBDLY_R
[src]
Bits 6:8 - MFBDLY
pub fn mfwdly(&self) -> MFWDLY_R
[src]
Bits 9:11 - MFWDLY
pub fn sstart(&self) -> SSTART_R
[src]
Bits 12:13 - SSTART
pub fn sdphase(&self) -> SDPHASE_R
[src]
Bits 14:17 - SDPHASE
pub fn atesten(&self) -> ATESTEN_R
[src]
Bit 18 - ATESTEN
pub fn sdlbmode(&self) -> SDLBMODE_R
[src]
Bit 19 - SDLBMODE
pub fn dllsrst(&self) -> DLLSRST_R
[src]
Bit 30 - DLLSRST
pub fn dlldis(&self) -> DLLDIS_R
[src]
Bit 31 - DLLDIS
impl R<u32, Reg<u32, _DDRPHYC_DX0DQTR>>
[src]
pub fn dqdly0(&self) -> DQDLY0_R
[src]
Bits 0:3 - DQDLY0
pub fn dqdly1(&self) -> DQDLY1_R
[src]
Bits 4:7 - DQDLY1
pub fn dqdly2(&self) -> DQDLY2_R
[src]
Bits 8:11 - DQDLY2
pub fn dqdly3(&self) -> DQDLY3_R
[src]
Bits 12:15 - DQDLY3
pub fn dqdly4(&self) -> DQDLY4_R
[src]
Bits 16:19 - DQDLY4
pub fn dqdly5(&self) -> DQDLY5_R
[src]
Bits 20:23 - DQDLY5
pub fn dqdly6(&self) -> DQDLY6_R
[src]
Bits 24:27 - DQDLY6
pub fn dqdly7(&self) -> DQDLY7_R
[src]
Bits 28:31 - DQDLY7
impl R<u32, Reg<u32, _DDRPHYC_DX0DQSTR>>
[src]
pub fn r0dgsl(&self) -> R0DGSL_R
[src]
Bits 0:2 - R0DGSL
pub fn r0dgps(&self) -> R0DGPS_R
[src]
Bits 12:13 - R0DGPS
pub fn dqsdly(&self) -> DQSDLY_R
[src]
Bits 20:22 - DQSDLY
pub fn dqsndly(&self) -> DQSNDLY_R
[src]
Bits 23:25 - DQSNDLY
pub fn dmdly(&self) -> DMDLY_R
[src]
Bits 26:29 - DMDLY
impl R<u32, Reg<u32, _DDRPHYC_DX1GCR>>
[src]
pub fn dxen(&self) -> DXEN_R
[src]
Bit 0 - DXEN
pub fn dqsodt(&self) -> DQSODT_R
[src]
Bit 1 - DQSODT
pub fn dqodt(&self) -> DQODT_R
[src]
Bit 2 - DQODT
pub fn dxiom(&self) -> DXIOM_R
[src]
Bit 3 - DXIOM
pub fn dxpdd(&self) -> DXPDD_R
[src]
Bit 4 - DXPDD
pub fn dxpdr(&self) -> DXPDR_R
[src]
Bit 5 - DXPDR
pub fn dqsrpd(&self) -> DQSRPD_R
[src]
Bit 6 - DQSRPD
pub fn dsen(&self) -> DSEN_R
[src]
Bits 7:8 - DSEN
pub fn dqsrtt(&self) -> DQSRTT_R
[src]
Bit 9 - DQSRTT
pub fn dqrtt(&self) -> DQRTT_R
[src]
Bit 10 - DQRTT
pub fn rttoh(&self) -> RTTOH_R
[src]
Bits 11:12 - RTTOH
pub fn rttoal(&self) -> RTTOAL_R
[src]
Bit 13 - RTTOAL
pub fn r0rvsl(&self) -> R0RVSL_R
[src]
Bits 14:16 - R0RVSL
impl R<u16, Reg<u16, _DDRPHYC_DX1GSR0>>
[src]
pub fn dtdone(&self) -> DTDONE_R
[src]
Bit 0 - DTDONE
pub fn dterr(&self) -> DTERR_R
[src]
Bit 4 - DTERR
pub fn dtierr(&self) -> DTIERR_R
[src]
Bit 8 - DTIERR
pub fn dtpass(&self) -> DTPASS_R
[src]
Bits 13:15 - DTPASS
impl R<u32, Reg<u32, _DDRPHYC_DX1GSR1>>
[src]
pub fn dfterr(&self) -> DFTERR_R
[src]
Bit 0 - DFTERR
pub fn dqsdft(&self) -> DQSDFT_R
[src]
Bits 4:5 - DQSDFT
pub fn rverr(&self) -> RVERR_R
[src]
Bit 12 - RVERR
pub fn rvierr(&self) -> RVIERR_R
[src]
Bit 16 - RVIERR
pub fn rvpass(&self) -> RVPASS_R
[src]
Bits 20:22 - RVPASS
impl R<u32, Reg<u32, _DDRPHYC_DX1DLLCR>>
[src]
pub fn sfbdly(&self) -> SFBDLY_R
[src]
Bits 0:2 - SFBDLY
pub fn sfwdly(&self) -> SFWDLY_R
[src]
Bits 3:5 - SFWDLY
pub fn mfbdly(&self) -> MFBDLY_R
[src]
Bits 6:8 - MFBDLY
pub fn mfwdly(&self) -> MFWDLY_R
[src]
Bits 9:11 - MFWDLY
pub fn sstart(&self) -> SSTART_R
[src]
Bits 12:13 - SSTART
pub fn sdphase(&self) -> SDPHASE_R
[src]
Bits 14:17 - SDPHASE
pub fn atesten(&self) -> ATESTEN_R
[src]
Bit 18 - ATESTEN
pub fn sdlbmode(&self) -> SDLBMODE_R
[src]
Bit 19 - SDLBMODE
pub fn dllsrst(&self) -> DLLSRST_R
[src]
Bit 30 - DLLSRST
pub fn dlldis(&self) -> DLLDIS_R
[src]
Bit 31 - DLLDIS
impl R<u32, Reg<u32, _DDRPHYC_DX1DQTR>>
[src]
pub fn dqdly0(&self) -> DQDLY0_R
[src]
Bits 0:3 - DQDLY0
pub fn dqdly1(&self) -> DQDLY1_R
[src]
Bits 4:7 - DQDLY1
pub fn dqdly2(&self) -> DQDLY2_R
[src]
Bits 8:11 - DQDLY2
pub fn dqdly3(&self) -> DQDLY3_R
[src]
Bits 12:15 - DQDLY3
pub fn dqdly4(&self) -> DQDLY4_R
[src]
Bits 16:19 - DQDLY4
pub fn dqdly5(&self) -> DQDLY5_R
[src]
Bits 20:23 - DQDLY5
pub fn dqdly6(&self) -> DQDLY6_R
[src]
Bits 24:27 - DQDLY6
pub fn dqdly7(&self) -> DQDLY7_R
[src]
Bits 28:31 - DQDLY7
impl R<u32, Reg<u32, _DDRPHYC_DX1DQSTR>>
[src]
pub fn r0dgsl(&self) -> R0DGSL_R
[src]
Bits 0:2 - R0DGSL
pub fn r0dgps(&self) -> R0DGPS_R
[src]
Bits 12:13 - R0DGPS
pub fn dqsdly(&self) -> DQSDLY_R
[src]
Bits 20:22 - DQSDLY
pub fn dqsndly(&self) -> DQSNDLY_R
[src]
Bits 23:25 - DQSNDLY
pub fn dmdly(&self) -> DMDLY_R
[src]
Bits 26:29 - DMDLY
impl R<u32, Reg<u32, _DDRPHYC_DX2GCR>>
[src]
pub fn dxen(&self) -> DXEN_R
[src]
Bit 0 - DXEN
pub fn dqsodt(&self) -> DQSODT_R
[src]
Bit 1 - DQSODT
pub fn dqodt(&self) -> DQODT_R
[src]
Bit 2 - DQODT
pub fn dxiom(&self) -> DXIOM_R
[src]
Bit 3 - DXIOM
pub fn dxpdd(&self) -> DXPDD_R
[src]
Bit 4 - DXPDD
pub fn dxpdr(&self) -> DXPDR_R
[src]
Bit 5 - DXPDR
pub fn dqsrpd(&self) -> DQSRPD_R
[src]
Bit 6 - DQSRPD
pub fn dsen(&self) -> DSEN_R
[src]
Bits 7:8 - DSEN
pub fn dqsrtt(&self) -> DQSRTT_R
[src]
Bit 9 - DQSRTT
pub fn dqrtt(&self) -> DQRTT_R
[src]
Bit 10 - DQRTT
pub fn rttoh(&self) -> RTTOH_R
[src]
Bits 11:12 - RTTOH
pub fn rttoal(&self) -> RTTOAL_R
[src]
Bit 13 - RTTOAL
pub fn r0rvsl(&self) -> R0RVSL_R
[src]
Bits 14:16 - R0RVSL
impl R<u16, Reg<u16, _DDRPHYC_DX2GSR0>>
[src]
pub fn dtdone(&self) -> DTDONE_R
[src]
Bit 0 - DTDONE
pub fn dterr(&self) -> DTERR_R
[src]
Bit 4 - DTERR
pub fn dtierr(&self) -> DTIERR_R
[src]
Bit 8 - DTIERR
pub fn dtpass(&self) -> DTPASS_R
[src]
Bits 13:15 - DTPASS
impl R<u32, Reg<u32, _DDRPHYC_DX2GSR1>>
[src]
pub fn dfterr(&self) -> DFTERR_R
[src]
Bit 0 - DFTERR
pub fn dqsdft(&self) -> DQSDFT_R
[src]
Bits 4:5 - DQSDFT
pub fn rverr(&self) -> RVERR_R
[src]
Bit 12 - RVERR
pub fn rvierr(&self) -> RVIERR_R
[src]
Bit 16 - RVIERR
pub fn rvpass(&self) -> RVPASS_R
[src]
Bits 20:22 - RVPASS
impl R<u32, Reg<u32, _DDRPHYC_DX2DLLCR>>
[src]
pub fn sfbdly(&self) -> SFBDLY_R
[src]
Bits 0:2 - SFBDLY
pub fn sfwdly(&self) -> SFWDLY_R
[src]
Bits 3:5 - SFWDLY
pub fn mfbdly(&self) -> MFBDLY_R
[src]
Bits 6:8 - MFBDLY
pub fn mfwdly(&self) -> MFWDLY_R
[src]
Bits 9:11 - MFWDLY
pub fn sstart(&self) -> SSTART_R
[src]
Bits 12:13 - SSTART
pub fn sdphase(&self) -> SDPHASE_R
[src]
Bits 14:17 - SDPHASE
pub fn atesten(&self) -> ATESTEN_R
[src]
Bit 18 - ATESTEN
pub fn sdlbmode(&self) -> SDLBMODE_R
[src]
Bit 19 - SDLBMODE
pub fn dllsrst(&self) -> DLLSRST_R
[src]
Bit 30 - DLLSRST
pub fn dlldis(&self) -> DLLDIS_R
[src]
Bit 31 - DLLDIS
impl R<u32, Reg<u32, _DDRPHYC_DX2DQTR>>
[src]
pub fn dqdly0(&self) -> DQDLY0_R
[src]
Bits 0:3 - DQDLY0
pub fn dqdly1(&self) -> DQDLY1_R
[src]
Bits 4:7 - DQDLY1
pub fn dqdly2(&self) -> DQDLY2_R
[src]
Bits 8:11 - DQDLY2
pub fn dqdly3(&self) -> DQDLY3_R
[src]
Bits 12:15 - DQDLY3
pub fn dqdly4(&self) -> DQDLY4_R
[src]
Bits 16:19 - DQDLY4
pub fn dqdly5(&self) -> DQDLY5_R
[src]
Bits 20:23 - DQDLY5
pub fn dqdly6(&self) -> DQDLY6_R
[src]
Bits 24:27 - DQDLY6
pub fn dqdly7(&self) -> DQDLY7_R
[src]
Bits 28:31 - DQDLY7
impl R<u32, Reg<u32, _DDRPHYC_DX2DQSTR>>
[src]
pub fn r0dgsl(&self) -> R0DGSL_R
[src]
Bits 0:2 - R0DGSL
pub fn r0dgps(&self) -> R0DGPS_R
[src]
Bits 12:13 - R0DGPS
pub fn dqsdly(&self) -> DQSDLY_R
[src]
Bits 20:22 - DQSDLY
pub fn dqsndly(&self) -> DQSNDLY_R
[src]
Bits 23:25 - DQSNDLY
pub fn dmdly(&self) -> DMDLY_R
[src]
Bits 26:29 - DMDLY
impl R<u32, Reg<u32, _DDRPHYC_DX3GCR>>
[src]
pub fn dxen(&self) -> DXEN_R
[src]
Bit 0 - DXEN
pub fn dqsodt(&self) -> DQSODT_R
[src]
Bit 1 - DQSODT
pub fn dqodt(&self) -> DQODT_R
[src]
Bit 2 - DQODT
pub fn dxiom(&self) -> DXIOM_R
[src]
Bit 3 - DXIOM
pub fn dxpdd(&self) -> DXPDD_R
[src]
Bit 4 - DXPDD
pub fn dxpdr(&self) -> DXPDR_R
[src]
Bit 5 - DXPDR
pub fn dqsrpd(&self) -> DQSRPD_R
[src]
Bit 6 - DQSRPD
pub fn dsen(&self) -> DSEN_R
[src]
Bits 7:8 - DSEN
pub fn dqsrtt(&self) -> DQSRTT_R
[src]
Bit 9 - DQSRTT
pub fn dqrtt(&self) -> DQRTT_R
[src]
Bit 10 - DQRTT
pub fn rttoh(&self) -> RTTOH_R
[src]
Bits 11:12 - RTTOH
pub fn rttoal(&self) -> RTTOAL_R
[src]
Bit 13 - RTTOAL
pub fn r0rvsl(&self) -> R0RVSL_R
[src]
Bits 14:16 - R0RVSL
impl R<u16, Reg<u16, _DDRPHYC_DX3GSR0>>
[src]
pub fn dtdone(&self) -> DTDONE_R
[src]
Bit 0 - DTDONE
pub fn dterr(&self) -> DTERR_R
[src]
Bit 4 - DTERR
pub fn dtierr(&self) -> DTIERR_R
[src]
Bit 8 - DTIERR
pub fn dtpass(&self) -> DTPASS_R
[src]
Bits 13:15 - DTPASS
impl R<u32, Reg<u32, _DDRPHYC_DX3GSR1>>
[src]
pub fn dfterr(&self) -> DFTERR_R
[src]
Bit 0 - DFTERR
pub fn dqsdft(&self) -> DQSDFT_R
[src]
Bits 4:5 - DQSDFT
pub fn rverr(&self) -> RVERR_R
[src]
Bit 12 - RVERR
pub fn rvierr(&self) -> RVIERR_R
[src]
Bit 16 - RVIERR
pub fn rvpass(&self) -> RVPASS_R
[src]
Bits 20:22 - RVPASS
impl R<u32, Reg<u32, _DDRPHYC_DX3DLLCR>>
[src]
pub fn sfbdly(&self) -> SFBDLY_R
[src]
Bits 0:2 - SFBDLY
pub fn sfwdly(&self) -> SFWDLY_R
[src]
Bits 3:5 - SFWDLY
pub fn mfbdly(&self) -> MFBDLY_R
[src]
Bits 6:8 - MFBDLY
pub fn mfwdly(&self) -> MFWDLY_R
[src]
Bits 9:11 - MFWDLY
pub fn sstart(&self) -> SSTART_R
[src]
Bits 12:13 - SSTART
pub fn sdphase(&self) -> SDPHASE_R
[src]
Bits 14:17 - SDPHASE
pub fn atesten(&self) -> ATESTEN_R
[src]
Bit 18 - ATESTEN
pub fn sdlbmode(&self) -> SDLBMODE_R
[src]
Bit 19 - SDLBMODE
pub fn dllsrst(&self) -> DLLSRST_R
[src]
Bit 30 - DLLSRST
pub fn dlldis(&self) -> DLLDIS_R
[src]
Bit 31 - DLLDIS
impl R<u32, Reg<u32, _DDRPHYC_DX3DQTR>>
[src]
pub fn dqdly0(&self) -> DQDLY0_R
[src]
Bits 0:3 - DQDLY0
pub fn dqdly1(&self) -> DQDLY1_R
[src]
Bits 4:7 - DQDLY1
pub fn dqdly2(&self) -> DQDLY2_R
[src]
Bits 8:11 - DQDLY2
pub fn dqdly3(&self) -> DQDLY3_R
[src]
Bits 12:15 - DQDLY3
pub fn dqdly4(&self) -> DQDLY4_R
[src]
Bits 16:19 - DQDLY4
pub fn dqdly5(&self) -> DQDLY5_R
[src]
Bits 20:23 - DQDLY5
pub fn dqdly6(&self) -> DQDLY6_R
[src]
Bits 24:27 - DQDLY6
pub fn dqdly7(&self) -> DQDLY7_R
[src]
Bits 28:31 - DQDLY7
impl R<u32, Reg<u32, _DDRPHYC_DX3DQSTR>>
[src]
pub fn r0dgsl(&self) -> R0DGSL_R
[src]
Bits 0:2 - R0DGSL
pub fn r0dgps(&self) -> R0DGPS_R
[src]
Bits 12:13 - R0DGPS
pub fn dqsdly(&self) -> DQSDLY_R
[src]
Bits 20:22 - DQSDLY
pub fn dqsndly(&self) -> DQSNDLY_R
[src]
Bits 23:25 - DQSNDLY
pub fn dmdly(&self) -> DMDLY_R
[src]
Bits 26:29 - DMDLY
impl R<u32, Reg<u32, _DFSDM_CH0CFGR1>>
[src]
pub fn sitp(&self) -> SITP_R
[src]
Bits 0:1 - SITP
pub fn spicksel(&self) -> SPICKSEL_R
[src]
Bits 2:3 - SPICKSEL
pub fn scden(&self) -> SCDEN_R
[src]
Bit 5 - SCDEN
pub fn ckaben(&self) -> CKABEN_R
[src]
Bit 6 - CKABEN
pub fn chen(&self) -> CHEN_R
[src]
Bit 7 - CHEN
pub fn chinsel(&self) -> CHINSEL_R
[src]
Bit 8 - CHINSEL
pub fn datmpx(&self) -> DATMPX_R
[src]
Bits 12:13 - DATMPX
pub fn datpack(&self) -> DATPACK_R
[src]
Bits 14:15 - DATPACK
pub fn ckoutdiv(&self) -> CKOUTDIV_R
[src]
Bits 16:23 - CKOUTDIV
pub fn ckoutsrc(&self) -> CKOUTSRC_R
[src]
Bit 30 - CKOUTSRC
pub fn dfsdmen(&self) -> DFSDMEN_R
[src]
Bit 31 - DFSDMEN
impl R<u32, Reg<u32, _DFSDM_CH0CFGR2>>
[src]
pub fn dtrbs(&self) -> DTRBS_R
[src]
Bits 3:7 - DTRBS
pub fn offset(&self) -> OFFSET_R
[src]
Bits 8:31 - OFFSET
impl R<u32, Reg<u32, _DFSDM_CH0AWSCDR>>
[src]
pub fn scdt(&self) -> SCDT_R
[src]
Bits 0:7 - SCDT
pub fn bkscd(&self) -> BKSCD_R
[src]
Bits 12:15 - BKSCD
pub fn awfosr(&self) -> AWFOSR_R
[src]
Bits 16:20 - AWFOSR
pub fn awford(&self) -> AWFORD_R
[src]
Bits 22:23 - AWFORD
impl R<u32, Reg<u32, _DFSDM_CH0WDATR>>
[src]
impl R<u32, Reg<u32, _DFSDM_CH0DATINR>>
[src]
pub fn indat0(&self) -> INDAT0_R
[src]
Bits 0:15 - INDAT0
pub fn indat1(&self) -> INDAT1_R
[src]
Bits 16:31 - INDAT1
impl R<u32, Reg<u32, _DFSDM_CH0DLYR>>
[src]
impl R<u32, Reg<u32, _DFSDM_CH1CFGR1>>
[src]
pub fn sitp(&self) -> SITP_R
[src]
Bits 0:1 - SITP
pub fn spicksel(&self) -> SPICKSEL_R
[src]
Bits 2:3 - SPICKSEL
pub fn scden(&self) -> SCDEN_R
[src]
Bit 5 - SCDEN
pub fn ckaben(&self) -> CKABEN_R
[src]
Bit 6 - CKABEN
pub fn chen(&self) -> CHEN_R
[src]
Bit 7 - CHEN
pub fn chinsel(&self) -> CHINSEL_R
[src]
Bit 8 - CHINSEL
pub fn datmpx(&self) -> DATMPX_R
[src]
Bits 12:13 - DATMPX
pub fn datpack(&self) -> DATPACK_R
[src]
Bits 14:15 - DATPACK
pub fn ckoutdiv(&self) -> CKOUTDIV_R
[src]
Bits 16:23 - CKOUTDIV
pub fn ckoutsrc(&self) -> CKOUTSRC_R
[src]
Bit 30 - CKOUTSRC
pub fn dfsdmen(&self) -> DFSDMEN_R
[src]
Bit 31 - DFSDMEN
impl R<u32, Reg<u32, _DFSDM_CH1CFGR2>>
[src]
pub fn dtrbs(&self) -> DTRBS_R
[src]
Bits 3:7 - DTRBS
pub fn offset(&self) -> OFFSET_R
[src]
Bits 8:31 - OFFSET
impl R<u32, Reg<u32, _DFSDM_CH1AWSCDR>>
[src]
pub fn scdt(&self) -> SCDT_R
[src]
Bits 0:7 - SCDT
pub fn bkscd(&self) -> BKSCD_R
[src]
Bits 12:15 - BKSCD
pub fn awfosr(&self) -> AWFOSR_R
[src]
Bits 16:20 - AWFOSR
pub fn awford(&self) -> AWFORD_R
[src]
Bits 22:23 - AWFORD
impl R<u32, Reg<u32, _DFSDM_CH1WDATR>>
[src]
impl R<u32, Reg<u32, _DFSDM_CH1DATINR>>
[src]
pub fn indat0(&self) -> INDAT0_R
[src]
Bits 0:15 - INDAT0
pub fn indat1(&self) -> INDAT1_R
[src]
Bits 16:31 - INDAT1
impl R<u32, Reg<u32, _DFSDM_CH1DLYR>>
[src]
impl R<u32, Reg<u32, _DFSDM_CH2CFGR1>>
[src]
pub fn sitp(&self) -> SITP_R
[src]
Bits 0:1 - SITP
pub fn spicksel(&self) -> SPICKSEL_R
[src]
Bits 2:3 - SPICKSEL
pub fn scden(&self) -> SCDEN_R
[src]
Bit 5 - SCDEN
pub fn ckaben(&self) -> CKABEN_R
[src]
Bit 6 - CKABEN
pub fn chen(&self) -> CHEN_R
[src]
Bit 7 - CHEN
pub fn chinsel(&self) -> CHINSEL_R
[src]
Bit 8 - CHINSEL
pub fn datmpx(&self) -> DATMPX_R
[src]
Bits 12:13 - DATMPX
pub fn datpack(&self) -> DATPACK_R
[src]
Bits 14:15 - DATPACK
pub fn ckoutdiv(&self) -> CKOUTDIV_R
[src]
Bits 16:23 - CKOUTDIV
pub fn ckoutsrc(&self) -> CKOUTSRC_R
[src]
Bit 30 - CKOUTSRC
pub fn dfsdmen(&self) -> DFSDMEN_R
[src]
Bit 31 - DFSDMEN
impl R<u32, Reg<u32, _DFSDM_CH2CFGR2>>
[src]
pub fn dtrbs(&self) -> DTRBS_R
[src]
Bits 3:7 - DTRBS
pub fn offset(&self) -> OFFSET_R
[src]
Bits 8:31 - OFFSET
impl R<u32, Reg<u32, _DFSDM_CH2AWSCDR>>
[src]
pub fn scdt(&self) -> SCDT_R
[src]
Bits 0:7 - SCDT
pub fn bkscd(&self) -> BKSCD_R
[src]
Bits 12:15 - BKSCD
pub fn awfosr(&self) -> AWFOSR_R
[src]
Bits 16:20 - AWFOSR
pub fn awford(&self) -> AWFORD_R
[src]
Bits 22:23 - AWFORD
impl R<u32, Reg<u32, _DFSDM_CH2WDATR>>
[src]
impl R<u32, Reg<u32, _DFSDM_CH2DATINR>>
[src]
pub fn indat0(&self) -> INDAT0_R
[src]
Bits 0:15 - INDAT0
pub fn indat1(&self) -> INDAT1_R
[src]
Bits 16:31 - INDAT1
impl R<u32, Reg<u32, _DFSDM_CH2DLYR>>
[src]
impl R<u32, Reg<u32, _DFSDM_CH3CFGR1>>
[src]
pub fn sitp(&self) -> SITP_R
[src]
Bits 0:1 - SITP
pub fn spicksel(&self) -> SPICKSEL_R
[src]
Bits 2:3 - SPICKSEL
pub fn scden(&self) -> SCDEN_R
[src]
Bit 5 - SCDEN
pub fn ckaben(&self) -> CKABEN_R
[src]
Bit 6 - CKABEN
pub fn chen(&self) -> CHEN_R
[src]
Bit 7 - CHEN
pub fn chinsel(&self) -> CHINSEL_R
[src]
Bit 8 - CHINSEL
pub fn datmpx(&self) -> DATMPX_R
[src]
Bits 12:13 - DATMPX
pub fn datpack(&self) -> DATPACK_R
[src]
Bits 14:15 - DATPACK
pub fn ckoutdiv(&self) -> CKOUTDIV_R
[src]
Bits 16:23 - CKOUTDIV
pub fn ckoutsrc(&self) -> CKOUTSRC_R
[src]
Bit 30 - CKOUTSRC
pub fn dfsdmen(&self) -> DFSDMEN_R
[src]
Bit 31 - DFSDMEN
impl R<u32, Reg<u32, _DFSDM_CH3CFGR2>>
[src]
pub fn dtrbs(&self) -> DTRBS_R
[src]
Bits 3:7 - DTRBS
pub fn offset(&self) -> OFFSET_R
[src]
Bits 8:31 - OFFSET
impl R<u32, Reg<u32, _DFSDM_CH3AWSCDR>>
[src]
pub fn scdt(&self) -> SCDT_R
[src]
Bits 0:7 - SCDT
pub fn bkscd(&self) -> BKSCD_R
[src]
Bits 12:15 - BKSCD
pub fn awfosr(&self) -> AWFOSR_R
[src]
Bits 16:20 - AWFOSR
pub fn awford(&self) -> AWFORD_R
[src]
Bits 22:23 - AWFORD
impl R<u32, Reg<u32, _DFSDM_CH3WDATR>>
[src]
impl R<u32, Reg<u32, _DFSDM_CH3DATINR>>
[src]
pub fn indat0(&self) -> INDAT0_R
[src]
Bits 0:15 - INDAT0
pub fn indat1(&self) -> INDAT1_R
[src]
Bits 16:31 - INDAT1
impl R<u32, Reg<u32, _DFSDM_CH3DLYR>>
[src]
impl R<u32, Reg<u32, _DFSDM_CH4CFGR1>>
[src]
pub fn sitp(&self) -> SITP_R
[src]
Bits 0:1 - SITP
pub fn spicksel(&self) -> SPICKSEL_R
[src]
Bits 2:3 - SPICKSEL
pub fn scden(&self) -> SCDEN_R
[src]
Bit 5 - SCDEN
pub fn ckaben(&self) -> CKABEN_R
[src]
Bit 6 - CKABEN
pub fn chen(&self) -> CHEN_R
[src]
Bit 7 - CHEN
pub fn chinsel(&self) -> CHINSEL_R
[src]
Bit 8 - CHINSEL
pub fn datmpx(&self) -> DATMPX_R
[src]
Bits 12:13 - DATMPX
pub fn datpack(&self) -> DATPACK_R
[src]
Bits 14:15 - DATPACK
pub fn ckoutdiv(&self) -> CKOUTDIV_R
[src]
Bits 16:23 - CKOUTDIV
pub fn ckoutsrc(&self) -> CKOUTSRC_R
[src]
Bit 30 - CKOUTSRC
pub fn dfsdmen(&self) -> DFSDMEN_R
[src]
Bit 31 - DFSDMEN
impl R<u32, Reg<u32, _DFSDM_CH4CFGR2>>
[src]
pub fn dtrbs(&self) -> DTRBS_R
[src]
Bits 3:7 - DTRBS
pub fn offset(&self) -> OFFSET_R
[src]
Bits 8:31 - OFFSET
impl R<u32, Reg<u32, _DFSDM_CH4AWSCDR>>
[src]
pub fn scdt(&self) -> SCDT_R
[src]
Bits 0:7 - SCDT
pub fn bkscd(&self) -> BKSCD_R
[src]
Bits 12:15 - BKSCD
pub fn awfosr(&self) -> AWFOSR_R
[src]
Bits 16:20 - AWFOSR
pub fn awford(&self) -> AWFORD_R
[src]
Bits 22:23 - AWFORD
impl R<u32, Reg<u32, _DFSDM_CH4WDATR>>
[src]
impl R<u32, Reg<u32, _DFSDM_CH4DATINR>>
[src]
pub fn indat0(&self) -> INDAT0_R
[src]
Bits 0:15 - INDAT0
pub fn indat1(&self) -> INDAT1_R
[src]
Bits 16:31 - INDAT1
impl R<u32, Reg<u32, _DFSDM_CH4DLYR>>
[src]
impl R<u32, Reg<u32, _DFSDM_CH5CFGR1>>
[src]
pub fn sitp(&self) -> SITP_R
[src]
Bits 0:1 - SITP
pub fn spicksel(&self) -> SPICKSEL_R
[src]
Bits 2:3 - SPICKSEL
pub fn scden(&self) -> SCDEN_R
[src]
Bit 5 - SCDEN
pub fn ckaben(&self) -> CKABEN_R
[src]
Bit 6 - CKABEN
pub fn chen(&self) -> CHEN_R
[src]
Bit 7 - CHEN
pub fn chinsel(&self) -> CHINSEL_R
[src]
Bit 8 - CHINSEL
pub fn datmpx(&self) -> DATMPX_R
[src]
Bits 12:13 - DATMPX
pub fn datpack(&self) -> DATPACK_R
[src]
Bits 14:15 - DATPACK
pub fn ckoutdiv(&self) -> CKOUTDIV_R
[src]
Bits 16:23 - CKOUTDIV
pub fn ckoutsrc(&self) -> CKOUTSRC_R
[src]
Bit 30 - CKOUTSRC
pub fn dfsdmen(&self) -> DFSDMEN_R
[src]
Bit 31 - DFSDMEN
impl R<u32, Reg<u32, _DFSDM_CH5CFGR2>>
[src]
pub fn dtrbs(&self) -> DTRBS_R
[src]
Bits 3:7 - DTRBS
pub fn offset(&self) -> OFFSET_R
[src]
Bits 8:31 - OFFSET
impl R<u32, Reg<u32, _DFSDM_CH5AWSCDR>>
[src]
pub fn scdt(&self) -> SCDT_R
[src]
Bits 0:7 - SCDT
pub fn bkscd(&self) -> BKSCD_R
[src]
Bits 12:15 - BKSCD
pub fn awfosr(&self) -> AWFOSR_R
[src]
Bits 16:20 - AWFOSR
pub fn awford(&self) -> AWFORD_R
[src]
Bits 22:23 - AWFORD
impl R<u32, Reg<u32, _DFSDM_CH5WDATR>>
[src]
impl R<u32, Reg<u32, _DFSDM_CH5DATINR>>
[src]
pub fn indat0(&self) -> INDAT0_R
[src]
Bits 0:15 - INDAT0
pub fn indat1(&self) -> INDAT1_R
[src]
Bits 16:31 - INDAT1
impl R<u32, Reg<u32, _DFSDM_CH5DLYR>>
[src]
impl R<u32, Reg<u32, _DFSDM_CH6CFGR1>>
[src]
pub fn sitp(&self) -> SITP_R
[src]
Bits 0:1 - SITP
pub fn spicksel(&self) -> SPICKSEL_R
[src]
Bits 2:3 - SPICKSEL
pub fn scden(&self) -> SCDEN_R
[src]
Bit 5 - SCDEN
pub fn ckaben(&self) -> CKABEN_R
[src]
Bit 6 - CKABEN
pub fn chen(&self) -> CHEN_R
[src]
Bit 7 - CHEN
pub fn chinsel(&self) -> CHINSEL_R
[src]
Bit 8 - CHINSEL
pub fn datmpx(&self) -> DATMPX_R
[src]
Bits 12:13 - DATMPX
pub fn datpack(&self) -> DATPACK_R
[src]
Bits 14:15 - DATPACK
pub fn ckoutdiv(&self) -> CKOUTDIV_R
[src]
Bits 16:23 - CKOUTDIV
pub fn ckoutsrc(&self) -> CKOUTSRC_R
[src]
Bit 30 - CKOUTSRC
pub fn dfsdmen(&self) -> DFSDMEN_R
[src]
Bit 31 - DFSDMEN
impl R<u32, Reg<u32, _DFSDM_CH6CFGR2>>
[src]
pub fn dtrbs(&self) -> DTRBS_R
[src]
Bits 3:7 - DTRBS
pub fn offset(&self) -> OFFSET_R
[src]
Bits 8:31 - OFFSET
impl R<u32, Reg<u32, _DFSDM_CH6AWSCDR>>
[src]
pub fn scdt(&self) -> SCDT_R
[src]
Bits 0:7 - SCDT
pub fn bkscd(&self) -> BKSCD_R
[src]
Bits 12:15 - BKSCD
pub fn awfosr(&self) -> AWFOSR_R
[src]
Bits 16:20 - AWFOSR
pub fn awford(&self) -> AWFORD_R
[src]
Bits 22:23 - AWFORD
impl R<u32, Reg<u32, _DFSDM_CH6WDATR>>
[src]
impl R<u32, Reg<u32, _DFSDM_CH6DATINR>>
[src]
pub fn indat0(&self) -> INDAT0_R
[src]
Bits 0:15 - INDAT0
pub fn indat1(&self) -> INDAT1_R
[src]
Bits 16:31 - INDAT1
impl R<u32, Reg<u32, _DFSDM_CH6DLYR>>
[src]
impl R<u32, Reg<u32, _DFSDM_CH7CFGR1>>
[src]
pub fn sitp(&self) -> SITP_R
[src]
Bits 0:1 - SITP
pub fn spicksel(&self) -> SPICKSEL_R
[src]
Bits 2:3 - SPICKSEL
pub fn scden(&self) -> SCDEN_R
[src]
Bit 5 - SCDEN
pub fn ckaben(&self) -> CKABEN_R
[src]
Bit 6 - CKABEN
pub fn chen(&self) -> CHEN_R
[src]
Bit 7 - CHEN
pub fn chinsel(&self) -> CHINSEL_R
[src]
Bit 8 - CHINSEL
pub fn datmpx(&self) -> DATMPX_R
[src]
Bits 12:13 - DATMPX
pub fn datpack(&self) -> DATPACK_R
[src]
Bits 14:15 - DATPACK
pub fn ckoutdiv(&self) -> CKOUTDIV_R
[src]
Bits 16:23 - CKOUTDIV
pub fn ckoutsrc(&self) -> CKOUTSRC_R
[src]
Bit 30 - CKOUTSRC
pub fn dfsdmen(&self) -> DFSDMEN_R
[src]
Bit 31 - DFSDMEN
impl R<u32, Reg<u32, _DFSDM_CH7CFGR2>>
[src]
pub fn dtrbs(&self) -> DTRBS_R
[src]
Bits 3:7 - DTRBS
pub fn offset(&self) -> OFFSET_R
[src]
Bits 8:31 - OFFSET
impl R<u32, Reg<u32, _DFSDM_CH7AWSCDR>>
[src]
pub fn scdt(&self) -> SCDT_R
[src]
Bits 0:7 - SCDT
pub fn bkscd(&self) -> BKSCD_R
[src]
Bits 12:15 - BKSCD
pub fn awfosr(&self) -> AWFOSR_R
[src]
Bits 16:20 - AWFOSR
pub fn awford(&self) -> AWFORD_R
[src]
Bits 22:23 - AWFORD
impl R<u32, Reg<u32, _DFSDM_CH7WDATR>>
[src]
impl R<u32, Reg<u32, _DFSDM_CH7DATINR>>
[src]
pub fn indat0(&self) -> INDAT0_R
[src]
Bits 0:15 - INDAT0
pub fn indat1(&self) -> INDAT1_R
[src]
Bits 16:31 - INDAT1
impl R<u32, Reg<u32, _DFSDM_CH7DLYR>>
[src]
impl R<u32, Reg<u32, _DFSDM_FLT0CR1>>
[src]
pub fn dfen(&self) -> DFEN_R
[src]
Bit 0 - DFEN
pub fn jswstart(&self) -> JSWSTART_R
[src]
Bit 1 - JSWSTART
pub fn jsync(&self) -> JSYNC_R
[src]
Bit 3 - JSYNC
pub fn jscan(&self) -> JSCAN_R
[src]
Bit 4 - JSCAN
pub fn jdmaen(&self) -> JDMAEN_R
[src]
Bit 5 - JDMAEN
pub fn jextsel(&self) -> JEXTSEL_R
[src]
Bits 8:12 - JEXTSEL
pub fn jexten(&self) -> JEXTEN_R
[src]
Bits 13:14 - JEXTEN
pub fn rswstart(&self) -> RSWSTART_R
[src]
Bit 17 - RSWSTART
pub fn rcont(&self) -> RCONT_R
[src]
Bit 18 - RCONT
pub fn rsync(&self) -> RSYNC_R
[src]
Bit 19 - RSYNC
pub fn rdmaen(&self) -> RDMAEN_R
[src]
Bit 21 - RDMAEN
pub fn rch(&self) -> RCH_R
[src]
Bits 24:26 - RCH
pub fn fast(&self) -> FAST_R
[src]
Bit 29 - FAST
pub fn awfsel(&self) -> AWFSEL_R
[src]
Bit 30 - AWFSEL
impl R<u32, Reg<u32, _DFSDM_FLT0CR2>>
[src]
pub fn jeocie(&self) -> JEOCIE_R
[src]
Bit 0 - JEOCIE
pub fn reocie(&self) -> REOCIE_R
[src]
Bit 1 - REOCIE
pub fn jovrie(&self) -> JOVRIE_R
[src]
Bit 2 - JOVRIE
pub fn rovrie(&self) -> ROVRIE_R
[src]
Bit 3 - ROVRIE
pub fn awdie(&self) -> AWDIE_R
[src]
Bit 4 - AWDIE
pub fn scdie(&self) -> SCDIE_R
[src]
Bit 5 - SCDIE
pub fn ckabie(&self) -> CKABIE_R
[src]
Bit 6 - CKABIE
pub fn exch(&self) -> EXCH_R
[src]
Bits 8:15 - EXCH
pub fn awdch(&self) -> AWDCH_R
[src]
Bits 16:23 - AWDCH
impl R<u32, Reg<u32, _DFSDM_FLT0ISR>>
[src]
pub fn jeocf(&self) -> JEOCF_R
[src]
Bit 0 - JEOCF
pub fn reocf(&self) -> REOCF_R
[src]
Bit 1 - REOCF
pub fn jovrf(&self) -> JOVRF_R
[src]
Bit 2 - JOVRF
pub fn rovrf(&self) -> ROVRF_R
[src]
Bit 3 - ROVRF
pub fn awdf(&self) -> AWDF_R
[src]
Bit 4 - AWDF
pub fn jcip(&self) -> JCIP_R
[src]
Bit 13 - JCIP
pub fn rcip(&self) -> RCIP_R
[src]
Bit 14 - RCIP
pub fn ckabf(&self) -> CKABF_R
[src]
Bits 16:23 - CKABF
pub fn scdf(&self) -> SCDF_R
[src]
Bits 24:31 - SCDF
impl R<u32, Reg<u32, _DFSDM_FLT0ICR>>
[src]
pub fn clrjovrf(&self) -> CLRJOVRF_R
[src]
Bit 2 - CLRJOVRF
pub fn clrrovrf(&self) -> CLRROVRF_R
[src]
Bit 3 - CLRROVRF
pub fn clrckabf(&self) -> CLRCKABF_R
[src]
Bits 16:23 - CLRCKABF
pub fn clrscdf(&self) -> CLRSCDF_R
[src]
Bits 24:31 - CLRSCDF
impl R<u32, Reg<u32, _DFSDM_FLT0JCHGR>>
[src]
impl R<u32, Reg<u32, _DFSDM_FLT0FCR>>
[src]
pub fn iosr(&self) -> IOSR_R
[src]
Bits 0:7 - IOSR
pub fn fosr(&self) -> FOSR_R
[src]
Bits 16:25 - FOSR
pub fn ford(&self) -> FORD_R
[src]
Bits 29:31 - FORD
impl R<u32, Reg<u32, _DFSDM_FLT0JDATAR>>
[src]
pub fn jdatach(&self) -> JDATACH_R
[src]
Bits 0:2 - JDATACH
pub fn jdata(&self) -> JDATA_R
[src]
Bits 8:31 - JDATA
impl R<u32, Reg<u32, _DFSDM_FLT0RDATAR>>
[src]
pub fn rdatach(&self) -> RDATACH_R
[src]
Bits 0:2 - RDATACH
pub fn rpend(&self) -> RPEND_R
[src]
Bit 4 - RPEND
pub fn rdata(&self) -> RDATA_R
[src]
Bits 8:31 - RDATA
impl R<u32, Reg<u32, _DFSDM_FLT0AWHTR>>
[src]
pub fn bkawh(&self) -> BKAWH_R
[src]
Bits 0:3 - BKAWH
pub fn awht(&self) -> AWHT_R
[src]
Bits 8:31 - AWHT
impl R<u32, Reg<u32, _DFSDM_FLT0AWLTR>>
[src]
pub fn bkawl(&self) -> BKAWL_R
[src]
Bits 0:3 - BKAWL
pub fn awlt(&self) -> AWLT_R
[src]
Bits 8:31 - AWLT
impl R<u32, Reg<u32, _DFSDM_FLT0AWSR>>
[src]
pub fn awltf(&self) -> AWLTF_R
[src]
Bits 0:7 - AWLTF
pub fn awhtf(&self) -> AWHTF_R
[src]
Bits 8:15 - AWHTF
impl R<u32, Reg<u32, _DFSDM_FLT0AWCFR>>
[src]
pub fn clrawltf(&self) -> CLRAWLTF_R
[src]
Bits 0:7 - CLRAWLTF
pub fn clrawhtf(&self) -> CLRAWHTF_R
[src]
Bits 8:15 - CLRAWHTF
impl R<u32, Reg<u32, _DFSDM_FLT0EXMAX>>
[src]
pub fn exmaxch(&self) -> EXMAXCH_R
[src]
Bits 0:2 - EXMAXCH
pub fn exmax(&self) -> EXMAX_R
[src]
Bits 8:31 - EXMAX
impl R<u32, Reg<u32, _DFSDM_FLT0EXMIN>>
[src]
pub fn exminch(&self) -> EXMINCH_R
[src]
Bits 0:2 - EXMINCH
pub fn exmin(&self) -> EXMIN_R
[src]
Bits 8:31 - EXMIN
impl R<u32, Reg<u32, _DFSDM_FLT0CNVTIMR>>
[src]
impl R<u32, Reg<u32, _DFSDM_FLT1CR1>>
[src]
pub fn dfen(&self) -> DFEN_R
[src]
Bit 0 - DFEN
pub fn jswstart(&self) -> JSWSTART_R
[src]
Bit 1 - JSWSTART
pub fn jsync(&self) -> JSYNC_R
[src]
Bit 3 - JSYNC
pub fn jscan(&self) -> JSCAN_R
[src]
Bit 4 - JSCAN
pub fn jdmaen(&self) -> JDMAEN_R
[src]
Bit 5 - JDMAEN
pub fn jextsel(&self) -> JEXTSEL_R
[src]
Bits 8:12 - JEXTSEL
pub fn jexten(&self) -> JEXTEN_R
[src]
Bits 13:14 - JEXTEN
pub fn rswstart(&self) -> RSWSTART_R
[src]
Bit 17 - RSWSTART
pub fn rcont(&self) -> RCONT_R
[src]
Bit 18 - RCONT
pub fn rsync(&self) -> RSYNC_R
[src]
Bit 19 - RSYNC
pub fn rdmaen(&self) -> RDMAEN_R
[src]
Bit 21 - RDMAEN
pub fn rch(&self) -> RCH_R
[src]
Bits 24:26 - RCH
pub fn fast(&self) -> FAST_R
[src]
Bit 29 - FAST
pub fn awfsel(&self) -> AWFSEL_R
[src]
Bit 30 - AWFSEL
impl R<u32, Reg<u32, _DFSDM_FLT1CR2>>
[src]
pub fn jeocie(&self) -> JEOCIE_R
[src]
Bit 0 - JEOCIE
pub fn reocie(&self) -> REOCIE_R
[src]
Bit 1 - REOCIE
pub fn jovrie(&self) -> JOVRIE_R
[src]
Bit 2 - JOVRIE
pub fn rovrie(&self) -> ROVRIE_R
[src]
Bit 3 - ROVRIE
pub fn awdie(&self) -> AWDIE_R
[src]
Bit 4 - AWDIE
pub fn scdie(&self) -> SCDIE_R
[src]
Bit 5 - SCDIE
pub fn ckabie(&self) -> CKABIE_R
[src]
Bit 6 - CKABIE
pub fn exch(&self) -> EXCH_R
[src]
Bits 8:15 - EXCH
pub fn awdch(&self) -> AWDCH_R
[src]
Bits 16:23 - AWDCH
impl R<u32, Reg<u32, _DFSDM_FLT1ISR>>
[src]
pub fn jeocf(&self) -> JEOCF_R
[src]
Bit 0 - JEOCF
pub fn reocf(&self) -> REOCF_R
[src]
Bit 1 - REOCF
pub fn jovrf(&self) -> JOVRF_R
[src]
Bit 2 - JOVRF
pub fn rovrf(&self) -> ROVRF_R
[src]
Bit 3 - ROVRF
pub fn awdf(&self) -> AWDF_R
[src]
Bit 4 - AWDF
pub fn jcip(&self) -> JCIP_R
[src]
Bit 13 - JCIP
pub fn rcip(&self) -> RCIP_R
[src]
Bit 14 - RCIP
pub fn ckabf(&self) -> CKABF_R
[src]
Bits 16:23 - CKABF
pub fn scdf(&self) -> SCDF_R
[src]
Bits 24:31 - SCDF
impl R<u32, Reg<u32, _DFSDM_FLT1ICR>>
[src]
pub fn clrjovrf(&self) -> CLRJOVRF_R
[src]
Bit 2 - CLRJOVRF
pub fn clrrovrf(&self) -> CLRROVRF_R
[src]
Bit 3 - CLRROVRF
pub fn clrckabf(&self) -> CLRCKABF_R
[src]
Bits 16:23 - CLRCKABF
pub fn clrscdf(&self) -> CLRSCDF_R
[src]
Bits 24:31 - CLRSCDF
impl R<u32, Reg<u32, _DFSDM_FLT1JCHGR>>
[src]
impl R<u32, Reg<u32, _DFSDM_FLT1FCR>>
[src]
pub fn iosr(&self) -> IOSR_R
[src]
Bits 0:7 - IOSR
pub fn fosr(&self) -> FOSR_R
[src]
Bits 16:25 - FOSR
pub fn ford(&self) -> FORD_R
[src]
Bits 29:31 - FORD
impl R<u32, Reg<u32, _DFSDM_FLT1JDATAR>>
[src]
pub fn jdatach(&self) -> JDATACH_R
[src]
Bits 0:2 - JDATACH
pub fn jdata(&self) -> JDATA_R
[src]
Bits 8:31 - JDATA
impl R<u32, Reg<u32, _DFSDM_FLT1RDATAR>>
[src]
pub fn rdatach(&self) -> RDATACH_R
[src]
Bits 0:2 - RDATACH
pub fn rpend(&self) -> RPEND_R
[src]
Bit 4 - RPEND
pub fn rdata(&self) -> RDATA_R
[src]
Bits 8:31 - RDATA
impl R<u32, Reg<u32, _DFSDM_FLT1AWHTR>>
[src]
pub fn bkawh(&self) -> BKAWH_R
[src]
Bits 0:3 - BKAWH
pub fn awht(&self) -> AWHT_R
[src]
Bits 8:31 - AWHT
impl R<u32, Reg<u32, _DFSDM_FLT1AWLTR>>
[src]
pub fn bkawl(&self) -> BKAWL_R
[src]
Bits 0:3 - BKAWL
pub fn awlt(&self) -> AWLT_R
[src]
Bits 8:31 - AWLT
impl R<u32, Reg<u32, _DFSDM_FLT1AWSR>>
[src]
pub fn awltf(&self) -> AWLTF_R
[src]
Bits 0:7 - AWLTF
pub fn awhtf(&self) -> AWHTF_R
[src]
Bits 8:15 - AWHTF
impl R<u32, Reg<u32, _DFSDM_FLT1AWCFR>>
[src]
pub fn clrawltf(&self) -> CLRAWLTF_R
[src]
Bits 0:7 - CLRAWLTF
pub fn clrawhtf(&self) -> CLRAWHTF_R
[src]
Bits 8:15 - CLRAWHTF
impl R<u32, Reg<u32, _DFSDM_FLT1EXMAX>>
[src]
pub fn exmaxch(&self) -> EXMAXCH_R
[src]
Bits 0:2 - EXMAXCH
pub fn exmax(&self) -> EXMAX_R
[src]
Bits 8:31 - EXMAX
impl R<u32, Reg<u32, _DFSDM_FLT1EXMIN>>
[src]
pub fn exminch(&self) -> EXMINCH_R
[src]
Bits 0:2 - EXMINCH
pub fn exmin(&self) -> EXMIN_R
[src]
Bits 8:31 - EXMIN
impl R<u32, Reg<u32, _DFSDM_FLT1CNVTIMR>>
[src]
impl R<u32, Reg<u32, _DFSDM_FLT2CR1>>
[src]
pub fn dfen(&self) -> DFEN_R
[src]
Bit 0 - DFEN
pub fn jswstart(&self) -> JSWSTART_R
[src]
Bit 1 - JSWSTART
pub fn jsync(&self) -> JSYNC_R
[src]
Bit 3 - JSYNC
pub fn jscan(&self) -> JSCAN_R
[src]
Bit 4 - JSCAN
pub fn jdmaen(&self) -> JDMAEN_R
[src]
Bit 5 - JDMAEN
pub fn jextsel(&self) -> JEXTSEL_R
[src]
Bits 8:12 - JEXTSEL
pub fn jexten(&self) -> JEXTEN_R
[src]
Bits 13:14 - JEXTEN
pub fn rswstart(&self) -> RSWSTART_R
[src]
Bit 17 - RSWSTART
pub fn rcont(&self) -> RCONT_R
[src]
Bit 18 - RCONT
pub fn rsync(&self) -> RSYNC_R
[src]
Bit 19 - RSYNC
pub fn rdmaen(&self) -> RDMAEN_R
[src]
Bit 21 - RDMAEN
pub fn rch(&self) -> RCH_R
[src]
Bits 24:26 - RCH
pub fn fast(&self) -> FAST_R
[src]
Bit 29 - FAST
pub fn awfsel(&self) -> AWFSEL_R
[src]
Bit 30 - AWFSEL
impl R<u32, Reg<u32, _DFSDM_FLT2CR2>>
[src]
pub fn jeocie(&self) -> JEOCIE_R
[src]
Bit 0 - JEOCIE
pub fn reocie(&self) -> REOCIE_R
[src]
Bit 1 - REOCIE
pub fn jovrie(&self) -> JOVRIE_R
[src]
Bit 2 - JOVRIE
pub fn rovrie(&self) -> ROVRIE_R
[src]
Bit 3 - ROVRIE
pub fn awdie(&self) -> AWDIE_R
[src]
Bit 4 - AWDIE
pub fn scdie(&self) -> SCDIE_R
[src]
Bit 5 - SCDIE
pub fn ckabie(&self) -> CKABIE_R
[src]
Bit 6 - CKABIE
pub fn exch(&self) -> EXCH_R
[src]
Bits 8:15 - EXCH
pub fn awdch(&self) -> AWDCH_R
[src]
Bits 16:23 - AWDCH
impl R<u32, Reg<u32, _DFSDM_FLT2ISR>>
[src]
pub fn jeocf(&self) -> JEOCF_R
[src]
Bit 0 - JEOCF
pub fn reocf(&self) -> REOCF_R
[src]
Bit 1 - REOCF
pub fn jovrf(&self) -> JOVRF_R
[src]
Bit 2 - JOVRF
pub fn rovrf(&self) -> ROVRF_R
[src]
Bit 3 - ROVRF
pub fn awdf(&self) -> AWDF_R
[src]
Bit 4 - AWDF
pub fn jcip(&self) -> JCIP_R
[src]
Bit 13 - JCIP
pub fn rcip(&self) -> RCIP_R
[src]
Bit 14 - RCIP
pub fn ckabf(&self) -> CKABF_R
[src]
Bits 16:23 - CKABF
pub fn scdf(&self) -> SCDF_R
[src]
Bits 24:31 - SCDF
impl R<u32, Reg<u32, _DFSDM_FLT2ICR>>
[src]
pub fn clrjovrf(&self) -> CLRJOVRF_R
[src]
Bit 2 - CLRJOVRF
pub fn clrrovrf(&self) -> CLRROVRF_R
[src]
Bit 3 - CLRROVRF
pub fn clrckabf(&self) -> CLRCKABF_R
[src]
Bits 16:23 - CLRCKABF
pub fn clrscdf(&self) -> CLRSCDF_R
[src]
Bits 24:31 - CLRSCDF
impl R<u32, Reg<u32, _DFSDM_FLT2JCHGR>>
[src]
impl R<u32, Reg<u32, _DFSDM_FLT2FCR>>
[src]
pub fn iosr(&self) -> IOSR_R
[src]
Bits 0:7 - IOSR
pub fn fosr(&self) -> FOSR_R
[src]
Bits 16:25 - FOSR
pub fn ford(&self) -> FORD_R
[src]
Bits 29:31 - FORD
impl R<u32, Reg<u32, _DFSDM_FLT2JDATAR>>
[src]
pub fn jdatach(&self) -> JDATACH_R
[src]
Bits 0:2 - JDATACH
pub fn jdata(&self) -> JDATA_R
[src]
Bits 8:31 - JDATA
impl R<u32, Reg<u32, _DFSDM_FLT2RDATAR>>
[src]
pub fn rdatach(&self) -> RDATACH_R
[src]
Bits 0:2 - RDATACH
pub fn rpend(&self) -> RPEND_R
[src]
Bit 4 - RPEND
pub fn rdata(&self) -> RDATA_R
[src]
Bits 8:31 - RDATA
impl R<u32, Reg<u32, _DFSDM_FLT2AWHTR>>
[src]
pub fn bkawh(&self) -> BKAWH_R
[src]
Bits 0:3 - BKAWH
pub fn awht(&self) -> AWHT_R
[src]
Bits 8:31 - AWHT
impl R<u32, Reg<u32, _DFSDM_FLT2AWLTR>>
[src]
pub fn bkawl(&self) -> BKAWL_R
[src]
Bits 0:3 - BKAWL
pub fn awlt(&self) -> AWLT_R
[src]
Bits 8:31 - AWLT
impl R<u32, Reg<u32, _DFSDM_FLT2AWSR>>
[src]
pub fn awltf(&self) -> AWLTF_R
[src]
Bits 0:7 - AWLTF
pub fn awhtf(&self) -> AWHTF_R
[src]
Bits 8:15 - AWHTF
impl R<u32, Reg<u32, _DFSDM_FLT2AWCFR>>
[src]
pub fn clrawltf(&self) -> CLRAWLTF_R
[src]
Bits 0:7 - CLRAWLTF
pub fn clrawhtf(&self) -> CLRAWHTF_R
[src]
Bits 8:15 - CLRAWHTF
impl R<u32, Reg<u32, _DFSDM_FLT2EXMAX>>
[src]
pub fn exmaxch(&self) -> EXMAXCH_R
[src]
Bits 0:2 - EXMAXCH
pub fn exmax(&self) -> EXMAX_R
[src]
Bits 8:31 - EXMAX
impl R<u32, Reg<u32, _DFSDM_FLT2EXMIN>>
[src]
pub fn exminch(&self) -> EXMINCH_R
[src]
Bits 0:2 - EXMINCH
pub fn exmin(&self) -> EXMIN_R
[src]
Bits 8:31 - EXMIN
impl R<u32, Reg<u32, _DFSDM_FLT2CNVTIMR>>
[src]
impl R<u32, Reg<u32, _DFSDM_FLT3CR1>>
[src]
pub fn dfen(&self) -> DFEN_R
[src]
Bit 0 - DFEN
pub fn jswstart(&self) -> JSWSTART_R
[src]
Bit 1 - JSWSTART
pub fn jsync(&self) -> JSYNC_R
[src]
Bit 3 - JSYNC
pub fn jscan(&self) -> JSCAN_R
[src]
Bit 4 - JSCAN
pub fn jdmaen(&self) -> JDMAEN_R
[src]
Bit 5 - JDMAEN
pub fn jextsel(&self) -> JEXTSEL_R
[src]
Bits 8:12 - JEXTSEL
pub fn jexten(&self) -> JEXTEN_R
[src]
Bits 13:14 - JEXTEN
pub fn rswstart(&self) -> RSWSTART_R
[src]
Bit 17 - RSWSTART
pub fn rcont(&self) -> RCONT_R
[src]
Bit 18 - RCONT
pub fn rsync(&self) -> RSYNC_R
[src]
Bit 19 - RSYNC
pub fn rdmaen(&self) -> RDMAEN_R
[src]
Bit 21 - RDMAEN
pub fn rch(&self) -> RCH_R
[src]
Bits 24:26 - RCH
pub fn fast(&self) -> FAST_R
[src]
Bit 29 - FAST
pub fn awfsel(&self) -> AWFSEL_R
[src]
Bit 30 - AWFSEL
impl R<u32, Reg<u32, _DFSDM_FLT3CR2>>
[src]
pub fn jeocie(&self) -> JEOCIE_R
[src]
Bit 0 - JEOCIE
pub fn reocie(&self) -> REOCIE_R
[src]
Bit 1 - REOCIE
pub fn jovrie(&self) -> JOVRIE_R
[src]
Bit 2 - JOVRIE
pub fn rovrie(&self) -> ROVRIE_R
[src]
Bit 3 - ROVRIE
pub fn awdie(&self) -> AWDIE_R
[src]
Bit 4 - AWDIE
pub fn scdie(&self) -> SCDIE_R
[src]
Bit 5 - SCDIE
pub fn ckabie(&self) -> CKABIE_R
[src]
Bit 6 - CKABIE
pub fn exch(&self) -> EXCH_R
[src]
Bits 8:15 - EXCH
pub fn awdch(&self) -> AWDCH_R
[src]
Bits 16:23 - AWDCH
impl R<u32, Reg<u32, _DFSDM_FLT3ISR>>
[src]
pub fn jeocf(&self) -> JEOCF_R
[src]
Bit 0 - JEOCF
pub fn reocf(&self) -> REOCF_R
[src]
Bit 1 - REOCF
pub fn jovrf(&self) -> JOVRF_R
[src]
Bit 2 - JOVRF
pub fn rovrf(&self) -> ROVRF_R
[src]
Bit 3 - ROVRF
pub fn awdf(&self) -> AWDF_R
[src]
Bit 4 - AWDF
pub fn jcip(&self) -> JCIP_R
[src]
Bit 13 - JCIP
pub fn rcip(&self) -> RCIP_R
[src]
Bit 14 - RCIP
pub fn ckabf(&self) -> CKABF_R
[src]
Bits 16:23 - CKABF
pub fn scdf(&self) -> SCDF_R
[src]
Bits 24:31 - SCDF
impl R<u32, Reg<u32, _DFSDM_FLT3ICR>>
[src]
pub fn clrjovrf(&self) -> CLRJOVRF_R
[src]
Bit 2 - CLRJOVRF
pub fn clrrovrf(&self) -> CLRROVRF_R
[src]
Bit 3 - CLRROVRF
pub fn clrckabf(&self) -> CLRCKABF_R
[src]
Bits 16:23 - CLRCKABF
pub fn clrscdf(&self) -> CLRSCDF_R
[src]
Bits 24:31 - CLRSCDF
impl R<u32, Reg<u32, _DFSDM_FLT3JCHGR>>
[src]
impl R<u32, Reg<u32, _DFSDM_FLT3FCR>>
[src]
pub fn iosr(&self) -> IOSR_R
[src]
Bits 0:7 - IOSR
pub fn fosr(&self) -> FOSR_R
[src]
Bits 16:25 - FOSR
pub fn ford(&self) -> FORD_R
[src]
Bits 29:31 - FORD
impl R<u32, Reg<u32, _DFSDM_FLT3JDATAR>>
[src]
pub fn jdatach(&self) -> JDATACH_R
[src]
Bits 0:2 - JDATACH
pub fn jdata(&self) -> JDATA_R
[src]
Bits 8:31 - JDATA
impl R<u32, Reg<u32, _DFSDM_FLT3RDATAR>>
[src]
pub fn rdatach(&self) -> RDATACH_R
[src]
Bits 0:2 - RDATACH
pub fn rpend(&self) -> RPEND_R
[src]
Bit 4 - RPEND
pub fn rdata(&self) -> RDATA_R
[src]
Bits 8:31 - RDATA
impl R<u32, Reg<u32, _DFSDM_FLT3AWHTR>>
[src]
pub fn bkawh(&self) -> BKAWH_R
[src]
Bits 0:3 - BKAWH
pub fn awht(&self) -> AWHT_R
[src]
Bits 8:31 - AWHT
impl R<u32, Reg<u32, _DFSDM_FLT3AWLTR>>
[src]
pub fn bkawl(&self) -> BKAWL_R
[src]
Bits 0:3 - BKAWL
pub fn awlt(&self) -> AWLT_R
[src]
Bits 8:31 - AWLT
impl R<u32, Reg<u32, _DFSDM_FLT3AWSR>>
[src]
pub fn awltf(&self) -> AWLTF_R
[src]
Bits 0:7 - AWLTF
pub fn awhtf(&self) -> AWHTF_R
[src]
Bits 8:15 - AWHTF
impl R<u32, Reg<u32, _DFSDM_FLT3AWCFR>>
[src]
pub fn clrawltf(&self) -> CLRAWLTF_R
[src]
Bits 0:7 - CLRAWLTF
pub fn clrawhtf(&self) -> CLRAWHTF_R
[src]
Bits 8:15 - CLRAWHTF
impl R<u32, Reg<u32, _DFSDM_FLT3EXMAX>>
[src]
pub fn exmaxch(&self) -> EXMAXCH_R
[src]
Bits 0:2 - EXMAXCH
pub fn exmax(&self) -> EXMAX_R
[src]
Bits 8:31 - EXMAX
impl R<u32, Reg<u32, _DFSDM_FLT3EXMIN>>
[src]
pub fn exminch(&self) -> EXMINCH_R
[src]
Bits 0:2 - EXMINCH
pub fn exmin(&self) -> EXMIN_R
[src]
Bits 8:31 - EXMIN
impl R<u32, Reg<u32, _DFSDM_FLT3CNVTIMR>>
[src]
impl R<u32, Reg<u32, _DFSDM_FLT4CR1>>
[src]
pub fn dfen(&self) -> DFEN_R
[src]
Bit 0 - DFEN
pub fn jswstart(&self) -> JSWSTART_R
[src]
Bit 1 - JSWSTART
pub fn jsync(&self) -> JSYNC_R
[src]
Bit 3 - JSYNC
pub fn jscan(&self) -> JSCAN_R
[src]
Bit 4 - JSCAN
pub fn jdmaen(&self) -> JDMAEN_R
[src]
Bit 5 - JDMAEN
pub fn jextsel(&self) -> JEXTSEL_R
[src]
Bits 8:12 - JEXTSEL
pub fn jexten(&self) -> JEXTEN_R
[src]
Bits 13:14 - JEXTEN
pub fn rswstart(&self) -> RSWSTART_R
[src]
Bit 17 - RSWSTART
pub fn rcont(&self) -> RCONT_R
[src]
Bit 18 - RCONT
pub fn rsync(&self) -> RSYNC_R
[src]
Bit 19 - RSYNC
pub fn rdmaen(&self) -> RDMAEN_R
[src]
Bit 21 - RDMAEN
pub fn rch(&self) -> RCH_R
[src]
Bits 24:26 - RCH
pub fn fast(&self) -> FAST_R
[src]
Bit 29 - FAST
pub fn awfsel(&self) -> AWFSEL_R
[src]
Bit 30 - AWFSEL
impl R<u32, Reg<u32, _DFSDM_FLT4CR2>>
[src]
pub fn jeocie(&self) -> JEOCIE_R
[src]
Bit 0 - JEOCIE
pub fn reocie(&self) -> REOCIE_R
[src]
Bit 1 - REOCIE
pub fn jovrie(&self) -> JOVRIE_R
[src]
Bit 2 - JOVRIE
pub fn rovrie(&self) -> ROVRIE_R
[src]
Bit 3 - ROVRIE
pub fn awdie(&self) -> AWDIE_R
[src]
Bit 4 - AWDIE
pub fn scdie(&self) -> SCDIE_R
[src]
Bit 5 - SCDIE
pub fn ckabie(&self) -> CKABIE_R
[src]
Bit 6 - CKABIE
pub fn exch(&self) -> EXCH_R
[src]
Bits 8:15 - EXCH
pub fn awdch(&self) -> AWDCH_R
[src]
Bits 16:23 - AWDCH
impl R<u32, Reg<u32, _DFSDM_FLT4ISR>>
[src]
pub fn jeocf(&self) -> JEOCF_R
[src]
Bit 0 - JEOCF
pub fn reocf(&self) -> REOCF_R
[src]
Bit 1 - REOCF
pub fn jovrf(&self) -> JOVRF_R
[src]
Bit 2 - JOVRF
pub fn rovrf(&self) -> ROVRF_R
[src]
Bit 3 - ROVRF
pub fn awdf(&self) -> AWDF_R
[src]
Bit 4 - AWDF
pub fn jcip(&self) -> JCIP_R
[src]
Bit 13 - JCIP
pub fn rcip(&self) -> RCIP_R
[src]
Bit 14 - RCIP
pub fn ckabf(&self) -> CKABF_R
[src]
Bits 16:23 - CKABF
pub fn scdf(&self) -> SCDF_R
[src]
Bits 24:31 - SCDF
impl R<u32, Reg<u32, _DFSDM_FLT4ICR>>
[src]
pub fn clrjovrf(&self) -> CLRJOVRF_R
[src]
Bit 2 - CLRJOVRF
pub fn clrrovrf(&self) -> CLRROVRF_R
[src]
Bit 3 - CLRROVRF
pub fn clrckabf(&self) -> CLRCKABF_R
[src]
Bits 16:23 - CLRCKABF
pub fn clrscdf(&self) -> CLRSCDF_R
[src]
Bits 24:31 - CLRSCDF
impl R<u32, Reg<u32, _DFSDM_FLT4JCHGR>>
[src]
impl R<u32, Reg<u32, _DFSDM_FLT4FCR>>
[src]
pub fn iosr(&self) -> IOSR_R
[src]
Bits 0:7 - IOSR
pub fn fosr(&self) -> FOSR_R
[src]
Bits 16:25 - FOSR
pub fn ford(&self) -> FORD_R
[src]
Bits 29:31 - FORD
impl R<u32, Reg<u32, _DFSDM_FLT4JDATAR>>
[src]
pub fn jdatach(&self) -> JDATACH_R
[src]
Bits 0:2 - JDATACH
pub fn jdata(&self) -> JDATA_R
[src]
Bits 8:31 - JDATA
impl R<u32, Reg<u32, _DFSDM_FLT4RDATAR>>
[src]
pub fn rdatach(&self) -> RDATACH_R
[src]
Bits 0:2 - RDATACH
pub fn rpend(&self) -> RPEND_R
[src]
Bit 4 - RPEND
pub fn rdata(&self) -> RDATA_R
[src]
Bits 8:31 - RDATA
impl R<u32, Reg<u32, _DFSDM_FLT4AWHTR>>
[src]
pub fn bkawh(&self) -> BKAWH_R
[src]
Bits 0:3 - BKAWH
pub fn awht(&self) -> AWHT_R
[src]
Bits 8:31 - AWHT
impl R<u32, Reg<u32, _DFSDM_FLT4AWLTR>>
[src]
pub fn bkawl(&self) -> BKAWL_R
[src]
Bits 0:3 - BKAWL
pub fn awlt(&self) -> AWLT_R
[src]
Bits 8:31 - AWLT
impl R<u32, Reg<u32, _DFSDM_FLT4AWSR>>
[src]
pub fn awltf(&self) -> AWLTF_R
[src]
Bits 0:7 - AWLTF
pub fn awhtf(&self) -> AWHTF_R
[src]
Bits 8:15 - AWHTF
impl R<u32, Reg<u32, _DFSDM_FLT4AWCFR>>
[src]
pub fn clrawltf(&self) -> CLRAWLTF_R
[src]
Bits 0:7 - CLRAWLTF
pub fn clrawhtf(&self) -> CLRAWHTF_R
[src]
Bits 8:15 - CLRAWHTF
impl R<u32, Reg<u32, _DFSDM_FLT4EXMAX>>
[src]
pub fn exmaxch(&self) -> EXMAXCH_R
[src]
Bits 0:2 - EXMAXCH
pub fn exmax(&self) -> EXMAX_R
[src]
Bits 8:31 - EXMAX
impl R<u32, Reg<u32, _DFSDM_FLT4EXMIN>>
[src]
pub fn exminch(&self) -> EXMINCH_R
[src]
Bits 0:2 - EXMINCH
pub fn exmin(&self) -> EXMIN_R
[src]
Bits 8:31 - EXMIN
impl R<u32, Reg<u32, _DFSDM_FLT4CNVTIMR>>
[src]
impl R<u32, Reg<u32, _DFSDM_FLT5CR1>>
[src]
pub fn dfen(&self) -> DFEN_R
[src]
Bit 0 - DFEN
pub fn jswstart(&self) -> JSWSTART_R
[src]
Bit 1 - JSWSTART
pub fn jsync(&self) -> JSYNC_R
[src]
Bit 3 - JSYNC
pub fn jscan(&self) -> JSCAN_R
[src]
Bit 4 - JSCAN
pub fn jdmaen(&self) -> JDMAEN_R
[src]
Bit 5 - JDMAEN
pub fn jextsel(&self) -> JEXTSEL_R
[src]
Bits 8:12 - JEXTSEL
pub fn jexten(&self) -> JEXTEN_R
[src]
Bits 13:14 - JEXTEN
pub fn rswstart(&self) -> RSWSTART_R
[src]
Bit 17 - RSWSTART
pub fn rcont(&self) -> RCONT_R
[src]
Bit 18 - RCONT
pub fn rsync(&self) -> RSYNC_R
[src]
Bit 19 - RSYNC
pub fn rdmaen(&self) -> RDMAEN_R
[src]
Bit 21 - RDMAEN
pub fn rch(&self) -> RCH_R
[src]
Bits 24:26 - RCH
pub fn fast(&self) -> FAST_R
[src]
Bit 29 - FAST
pub fn awfsel(&self) -> AWFSEL_R
[src]
Bit 30 - AWFSEL
impl R<u32, Reg<u32, _DFSDM_FLT5CR2>>
[src]
pub fn jeocie(&self) -> JEOCIE_R
[src]
Bit 0 - JEOCIE
pub fn reocie(&self) -> REOCIE_R
[src]
Bit 1 - REOCIE
pub fn jovrie(&self) -> JOVRIE_R
[src]
Bit 2 - JOVRIE
pub fn rovrie(&self) -> ROVRIE_R
[src]
Bit 3 - ROVRIE
pub fn awdie(&self) -> AWDIE_R
[src]
Bit 4 - AWDIE
pub fn scdie(&self) -> SCDIE_R
[src]
Bit 5 - SCDIE
pub fn ckabie(&self) -> CKABIE_R
[src]
Bit 6 - CKABIE
pub fn exch(&self) -> EXCH_R
[src]
Bits 8:15 - EXCH
pub fn awdch(&self) -> AWDCH_R
[src]
Bits 16:23 - AWDCH
impl R<u32, Reg<u32, _DFSDM_FLT5ISR>>
[src]
pub fn jeocf(&self) -> JEOCF_R
[src]
Bit 0 - JEOCF
pub fn reocf(&self) -> REOCF_R
[src]
Bit 1 - REOCF
pub fn jovrf(&self) -> JOVRF_R
[src]
Bit 2 - JOVRF
pub fn rovrf(&self) -> ROVRF_R
[src]
Bit 3 - ROVRF
pub fn awdf(&self) -> AWDF_R
[src]
Bit 4 - AWDF
pub fn jcip(&self) -> JCIP_R
[src]
Bit 13 - JCIP
pub fn rcip(&self) -> RCIP_R
[src]
Bit 14 - RCIP
pub fn ckabf(&self) -> CKABF_R
[src]
Bits 16:23 - CKABF
pub fn scdf(&self) -> SCDF_R
[src]
Bits 24:31 - SCDF
impl R<u32, Reg<u32, _DFSDM_FLT5ICR>>
[src]
pub fn clrjovrf(&self) -> CLRJOVRF_R
[src]
Bit 2 - CLRJOVRF
pub fn clrrovrf(&self) -> CLRROVRF_R
[src]
Bit 3 - CLRROVRF
pub fn clrckabf(&self) -> CLRCKABF_R
[src]
Bits 16:23 - CLRCKABF
pub fn clrscdf(&self) -> CLRSCDF_R
[src]
Bits 24:31 - CLRSCDF
impl R<u32, Reg<u32, _DFSDM_FLT5JCHGR>>
[src]
impl R<u32, Reg<u32, _DFSDM_FLT5FCR>>
[src]
pub fn iosr(&self) -> IOSR_R
[src]
Bits 0:7 - IOSR
pub fn fosr(&self) -> FOSR_R
[src]
Bits 16:25 - FOSR
pub fn ford(&self) -> FORD_R
[src]
Bits 29:31 - FORD
impl R<u32, Reg<u32, _DFSDM_FLT5JDATAR>>
[src]
pub fn jdatach(&self) -> JDATACH_R
[src]
Bits 0:2 - JDATACH
pub fn jdata(&self) -> JDATA_R
[src]
Bits 8:31 - JDATA
impl R<u32, Reg<u32, _DFSDM_FLT5RDATAR>>
[src]
pub fn rdatach(&self) -> RDATACH_R
[src]
Bits 0:2 - RDATACH
pub fn rpend(&self) -> RPEND_R
[src]
Bit 4 - RPEND
pub fn rdata(&self) -> RDATA_R
[src]
Bits 8:31 - RDATA
impl R<u32, Reg<u32, _DFSDM_FLT5AWHTR>>
[src]
pub fn bkawh(&self) -> BKAWH_R
[src]
Bits 0:3 - BKAWH
pub fn awht(&self) -> AWHT_R
[src]
Bits 8:31 - AWHT
impl R<u32, Reg<u32, _DFSDM_FLT5AWLTR>>
[src]
pub fn bkawl(&self) -> BKAWL_R
[src]
Bits 0:3 - BKAWL
pub fn awlt(&self) -> AWLT_R
[src]
Bits 8:31 - AWLT
impl R<u32, Reg<u32, _DFSDM_FLT5AWSR>>
[src]
pub fn awltf(&self) -> AWLTF_R
[src]
Bits 0:7 - AWLTF
pub fn awhtf(&self) -> AWHTF_R
[src]
Bits 8:15 - AWHTF
impl R<u32, Reg<u32, _DFSDM_FLT5AWCFR>>
[src]
pub fn clrawltf(&self) -> CLRAWLTF_R
[src]
Bits 0:7 - CLRAWLTF
pub fn clrawhtf(&self) -> CLRAWHTF_R
[src]
Bits 8:15 - CLRAWHTF
impl R<u32, Reg<u32, _DFSDM_FLT5EXMAX>>
[src]
pub fn exmaxch(&self) -> EXMAXCH_R
[src]
Bits 0:2 - EXMAXCH
pub fn exmax(&self) -> EXMAX_R
[src]
Bits 8:31 - EXMAX
impl R<u32, Reg<u32, _DFSDM_FLT5EXMIN>>
[src]
pub fn exminch(&self) -> EXMINCH_R
[src]
Bits 0:2 - EXMINCH
pub fn exmin(&self) -> EXMIN_R
[src]
Bits 8:31 - EXMIN
impl R<u32, Reg<u32, _DFSDM_FLT5CNVTIMR>>
[src]
impl R<u32, Reg<u32, _DFSDM_HWCFGR>>
[src]
impl R<u32, Reg<u32, _DFSDM_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _DFSDM_IPIDR>>
[src]
impl R<u32, Reg<u32, _DFSDM_SIDR>>
[src]
impl R<u32, Reg<u32, _DLYB_CR>>
[src]
impl R<u32, Reg<u32, _DLYB_CFGR>>
[src]
pub fn sel(&self) -> SEL_R
[src]
Bits 0:3 - SEL
pub fn unit(&self) -> UNIT_R
[src]
Bits 8:14 - UNIT
pub fn lng(&self) -> LNG_R
[src]
Bits 16:27 - LNG
pub fn lngf(&self) -> LNGF_R
[src]
Bit 31 - LNGF
impl R<u32, Reg<u32, _DLYB_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _DLYB_IPIDR>>
[src]
impl R<u32, Reg<u32, _DLYB_SIDR>>
[src]
impl R<u32, Reg<u32, _DLYB_CR>>
[src]
impl R<u32, Reg<u32, _DLYB_CFGR>>
[src]
pub fn sel(&self) -> SEL_R
[src]
Bits 0:3 - SEL
pub fn unit(&self) -> UNIT_R
[src]
Bits 8:14 - UNIT
pub fn lng(&self) -> LNG_R
[src]
Bits 16:27 - LNG
pub fn lngf(&self) -> LNGF_R
[src]
Bit 31 - LNGF
impl R<u32, Reg<u32, _DLYB_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _DLYB_IPIDR>>
[src]
impl R<u32, Reg<u32, _DLYB_SIDR>>
[src]
impl R<u32, Reg<u32, _DMA_LISR>>
[src]
pub fn feif0(&self) -> FEIF0_R
[src]
Bit 0 - FEIF0
pub fn dmeif0(&self) -> DMEIF0_R
[src]
Bit 2 - DMEIF0
pub fn teif0(&self) -> TEIF0_R
[src]
Bit 3 - TEIF0
pub fn htif0(&self) -> HTIF0_R
[src]
Bit 4 - HTIF0
pub fn tcif0(&self) -> TCIF0_R
[src]
Bit 5 - TCIF0
pub fn feif1(&self) -> FEIF1_R
[src]
Bit 6 - FEIF1
pub fn dmeif1(&self) -> DMEIF1_R
[src]
Bit 8 - DMEIF1
pub fn teif1(&self) -> TEIF1_R
[src]
Bit 9 - TEIF1
pub fn htif1(&self) -> HTIF1_R
[src]
Bit 10 - HTIF1
pub fn tcif1(&self) -> TCIF1_R
[src]
Bit 11 - TCIF1
pub fn feif2(&self) -> FEIF2_R
[src]
Bit 16 - FEIF2
pub fn dmeif2(&self) -> DMEIF2_R
[src]
Bit 18 - DMEIF2
pub fn teif2(&self) -> TEIF2_R
[src]
Bit 19 - TEIF2
pub fn htif2(&self) -> HTIF2_R
[src]
Bit 20 - HTIF2
pub fn tcif2(&self) -> TCIF2_R
[src]
Bit 21 - TCIF2
pub fn feif3(&self) -> FEIF3_R
[src]
Bit 22 - FEIF3
pub fn dmeif3(&self) -> DMEIF3_R
[src]
Bit 24 - DMEIF3
pub fn teif3(&self) -> TEIF3_R
[src]
Bit 25 - TEIF3
pub fn htif3(&self) -> HTIF3_R
[src]
Bit 26 - HTIF3
pub fn tcif3(&self) -> TCIF3_R
[src]
Bit 27 - TCIF3
impl R<u32, Reg<u32, _DMA_HISR>>
[src]
pub fn feif4(&self) -> FEIF4_R
[src]
Bit 0 - FEIF4
pub fn dmeif4(&self) -> DMEIF4_R
[src]
Bit 2 - DMEIF4
pub fn teif4(&self) -> TEIF4_R
[src]
Bit 3 - TEIF4
pub fn htif4(&self) -> HTIF4_R
[src]
Bit 4 - HTIF4
pub fn tcif4(&self) -> TCIF4_R
[src]
Bit 5 - TCIF4
pub fn feif5(&self) -> FEIF5_R
[src]
Bit 6 - FEIF5
pub fn dmeif5(&self) -> DMEIF5_R
[src]
Bit 8 - DMEIF5
pub fn teif5(&self) -> TEIF5_R
[src]
Bit 9 - TEIF5
pub fn htif5(&self) -> HTIF5_R
[src]
Bit 10 - HTIF5
pub fn tcif5(&self) -> TCIF5_R
[src]
Bit 11 - TCIF5
pub fn feif6(&self) -> FEIF6_R
[src]
Bit 16 - FEIF6
pub fn dmeif6(&self) -> DMEIF6_R
[src]
Bit 18 - DMEIF6
pub fn teif6(&self) -> TEIF6_R
[src]
Bit 19 - TEIF6
pub fn htif6(&self) -> HTIF6_R
[src]
Bit 20 - HTIF6
pub fn tcif6(&self) -> TCIF6_R
[src]
Bit 21 - TCIF6
pub fn feif7(&self) -> FEIF7_R
[src]
Bit 22 - FEIF7
pub fn dmeif7(&self) -> DMEIF7_R
[src]
Bit 24 - DMEIF7
pub fn teif7(&self) -> TEIF7_R
[src]
Bit 25 - TEIF7
pub fn htif7(&self) -> HTIF7_R
[src]
Bit 26 - HTIF7
pub fn tcif7(&self) -> TCIF7_R
[src]
Bit 27 - TCIF7
impl R<u32, Reg<u32, _DMA_S0CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn dmeie(&self) -> DMEIE_R
[src]
Bit 1 - DMEIE
pub fn teie(&self) -> TEIE_R
[src]
Bit 2 - TEIE
pub fn htie(&self) -> HTIE_R
[src]
Bit 3 - HTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 4 - TCIE
pub fn pfctrl(&self) -> PFCTRL_R
[src]
Bit 5 - PFCTRL
pub fn dir(&self) -> DIR_R
[src]
Bits 6:7 - DIR
pub fn circ(&self) -> CIRC_R
[src]
Bit 8 - CIRC
pub fn pinc(&self) -> PINC_R
[src]
Bit 9 - PINC
pub fn minc(&self) -> MINC_R
[src]
Bit 10 - MINC
pub fn psize(&self) -> PSIZE_R
[src]
Bits 11:12 - PSIZE
pub fn msize(&self) -> MSIZE_R
[src]
Bits 13:14 - MSIZE
pub fn pincos(&self) -> PINCOS_R
[src]
Bit 15 - PINCOS
pub fn pl(&self) -> PL_R
[src]
Bits 16:17 - PL
pub fn dbm(&self) -> DBM_R
[src]
Bit 18 - DBM
pub fn ct(&self) -> CT_R
[src]
Bit 19 - CT
pub fn pburst(&self) -> PBURST_R
[src]
Bits 21:22 - PBURST
pub fn mburst(&self) -> MBURST_R
[src]
Bits 23:24 - MBURST
impl R<u32, Reg<u32, _DMA_S0NDTR>>
[src]
impl R<u32, Reg<u32, _DMA_S0PAR>>
[src]
impl R<u32, Reg<u32, _DMA_S0M0AR>>
[src]
impl R<u32, Reg<u32, _DMA_S0M1AR>>
[src]
impl R<u32, Reg<u32, _DMA_S0FCR>>
[src]
pub fn fth(&self) -> FTH_R
[src]
Bits 0:1 - FTH
pub fn dmdis(&self) -> DMDIS_R
[src]
Bit 2 - DMDIS
pub fn fs(&self) -> FS_R
[src]
Bits 3:5 - FS
pub fn feie(&self) -> FEIE_R
[src]
Bit 7 - FEIE
impl R<u32, Reg<u32, _DMA_S1CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn dmeie(&self) -> DMEIE_R
[src]
Bit 1 - DMEIE
pub fn teie(&self) -> TEIE_R
[src]
Bit 2 - TEIE
pub fn htie(&self) -> HTIE_R
[src]
Bit 3 - HTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 4 - TCIE
pub fn pfctrl(&self) -> PFCTRL_R
[src]
Bit 5 - PFCTRL
pub fn dir(&self) -> DIR_R
[src]
Bits 6:7 - DIR
pub fn circ(&self) -> CIRC_R
[src]
Bit 8 - CIRC
pub fn pinc(&self) -> PINC_R
[src]
Bit 9 - PINC
pub fn minc(&self) -> MINC_R
[src]
Bit 10 - MINC
pub fn psize(&self) -> PSIZE_R
[src]
Bits 11:12 - PSIZE
pub fn msize(&self) -> MSIZE_R
[src]
Bits 13:14 - MSIZE
pub fn pincos(&self) -> PINCOS_R
[src]
Bit 15 - PINCOS
pub fn pl(&self) -> PL_R
[src]
Bits 16:17 - PL
pub fn dbm(&self) -> DBM_R
[src]
Bit 18 - DBM
pub fn ct(&self) -> CT_R
[src]
Bit 19 - CT
pub fn pburst(&self) -> PBURST_R
[src]
Bits 21:22 - PBURST
pub fn mburst(&self) -> MBURST_R
[src]
Bits 23:24 - MBURST
impl R<u32, Reg<u32, _DMA_S1NDTR>>
[src]
impl R<u32, Reg<u32, _DMA_S1PAR>>
[src]
impl R<u32, Reg<u32, _DMA_S1M0AR>>
[src]
impl R<u32, Reg<u32, _DMA_S1M1AR>>
[src]
impl R<u32, Reg<u32, _DMA_S1FCR>>
[src]
pub fn fth(&self) -> FTH_R
[src]
Bits 0:1 - FTH
pub fn dmdis(&self) -> DMDIS_R
[src]
Bit 2 - DMDIS
pub fn fs(&self) -> FS_R
[src]
Bits 3:5 - FS
pub fn feie(&self) -> FEIE_R
[src]
Bit 7 - FEIE
impl R<u32, Reg<u32, _DMA_S2CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn dmeie(&self) -> DMEIE_R
[src]
Bit 1 - DMEIE
pub fn teie(&self) -> TEIE_R
[src]
Bit 2 - TEIE
pub fn htie(&self) -> HTIE_R
[src]
Bit 3 - HTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 4 - TCIE
pub fn pfctrl(&self) -> PFCTRL_R
[src]
Bit 5 - PFCTRL
pub fn dir(&self) -> DIR_R
[src]
Bits 6:7 - DIR
pub fn circ(&self) -> CIRC_R
[src]
Bit 8 - CIRC
pub fn pinc(&self) -> PINC_R
[src]
Bit 9 - PINC
pub fn minc(&self) -> MINC_R
[src]
Bit 10 - MINC
pub fn psize(&self) -> PSIZE_R
[src]
Bits 11:12 - PSIZE
pub fn msize(&self) -> MSIZE_R
[src]
Bits 13:14 - MSIZE
pub fn pincos(&self) -> PINCOS_R
[src]
Bit 15 - PINCOS
pub fn pl(&self) -> PL_R
[src]
Bits 16:17 - PL
pub fn dbm(&self) -> DBM_R
[src]
Bit 18 - DBM
pub fn ct(&self) -> CT_R
[src]
Bit 19 - CT
pub fn pburst(&self) -> PBURST_R
[src]
Bits 21:22 - PBURST
pub fn mburst(&self) -> MBURST_R
[src]
Bits 23:24 - MBURST
impl R<u32, Reg<u32, _DMA_S2NDTR>>
[src]
impl R<u32, Reg<u32, _DMA_S2PAR>>
[src]
impl R<u32, Reg<u32, _DMA_S2M0AR>>
[src]
impl R<u32, Reg<u32, _DMA_S2M1AR>>
[src]
impl R<u32, Reg<u32, _DMA_S2FCR>>
[src]
pub fn fth(&self) -> FTH_R
[src]
Bits 0:1 - FTH
pub fn dmdis(&self) -> DMDIS_R
[src]
Bit 2 - DMDIS
pub fn fs(&self) -> FS_R
[src]
Bits 3:5 - FS
pub fn feie(&self) -> FEIE_R
[src]
Bit 7 - FEIE
impl R<u32, Reg<u32, _DMA_S3CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn dmeie(&self) -> DMEIE_R
[src]
Bit 1 - DMEIE
pub fn teie(&self) -> TEIE_R
[src]
Bit 2 - TEIE
pub fn htie(&self) -> HTIE_R
[src]
Bit 3 - HTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 4 - TCIE
pub fn pfctrl(&self) -> PFCTRL_R
[src]
Bit 5 - PFCTRL
pub fn dir(&self) -> DIR_R
[src]
Bits 6:7 - DIR
pub fn circ(&self) -> CIRC_R
[src]
Bit 8 - CIRC
pub fn pinc(&self) -> PINC_R
[src]
Bit 9 - PINC
pub fn minc(&self) -> MINC_R
[src]
Bit 10 - MINC
pub fn psize(&self) -> PSIZE_R
[src]
Bits 11:12 - PSIZE
pub fn msize(&self) -> MSIZE_R
[src]
Bits 13:14 - MSIZE
pub fn pincos(&self) -> PINCOS_R
[src]
Bit 15 - PINCOS
pub fn pl(&self) -> PL_R
[src]
Bits 16:17 - PL
pub fn dbm(&self) -> DBM_R
[src]
Bit 18 - DBM
pub fn ct(&self) -> CT_R
[src]
Bit 19 - CT
pub fn pburst(&self) -> PBURST_R
[src]
Bits 21:22 - PBURST
pub fn mburst(&self) -> MBURST_R
[src]
Bits 23:24 - MBURST
impl R<u32, Reg<u32, _DMA_S3NDTR>>
[src]
impl R<u32, Reg<u32, _DMA_S3PAR>>
[src]
impl R<u32, Reg<u32, _DMA_S3M0AR>>
[src]
impl R<u32, Reg<u32, _DMA_S3M1AR>>
[src]
impl R<u32, Reg<u32, _DMA_S3FCR>>
[src]
pub fn fth(&self) -> FTH_R
[src]
Bits 0:1 - FTH
pub fn dmdis(&self) -> DMDIS_R
[src]
Bit 2 - DMDIS
pub fn fs(&self) -> FS_R
[src]
Bits 3:5 - FS
pub fn feie(&self) -> FEIE_R
[src]
Bit 7 - FEIE
impl R<u32, Reg<u32, _DMA_S4CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn dmeie(&self) -> DMEIE_R
[src]
Bit 1 - DMEIE
pub fn teie(&self) -> TEIE_R
[src]
Bit 2 - TEIE
pub fn htie(&self) -> HTIE_R
[src]
Bit 3 - HTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 4 - TCIE
pub fn pfctrl(&self) -> PFCTRL_R
[src]
Bit 5 - PFCTRL
pub fn dir(&self) -> DIR_R
[src]
Bits 6:7 - DIR
pub fn circ(&self) -> CIRC_R
[src]
Bit 8 - CIRC
pub fn pinc(&self) -> PINC_R
[src]
Bit 9 - PINC
pub fn minc(&self) -> MINC_R
[src]
Bit 10 - MINC
pub fn psize(&self) -> PSIZE_R
[src]
Bits 11:12 - PSIZE
pub fn msize(&self) -> MSIZE_R
[src]
Bits 13:14 - MSIZE
pub fn pincos(&self) -> PINCOS_R
[src]
Bit 15 - PINCOS
pub fn pl(&self) -> PL_R
[src]
Bits 16:17 - PL
pub fn dbm(&self) -> DBM_R
[src]
Bit 18 - DBM
pub fn ct(&self) -> CT_R
[src]
Bit 19 - CT
pub fn pburst(&self) -> PBURST_R
[src]
Bits 21:22 - PBURST
pub fn mburst(&self) -> MBURST_R
[src]
Bits 23:24 - MBURST
impl R<u32, Reg<u32, _DMA_S4NDTR>>
[src]
impl R<u32, Reg<u32, _DMA_S4PAR>>
[src]
impl R<u32, Reg<u32, _DMA_S4M0AR>>
[src]
impl R<u32, Reg<u32, _DMA_S4M1AR>>
[src]
impl R<u32, Reg<u32, _DMA_S4FCR>>
[src]
pub fn fth(&self) -> FTH_R
[src]
Bits 0:1 - FTH
pub fn dmdis(&self) -> DMDIS_R
[src]
Bit 2 - DMDIS
pub fn fs(&self) -> FS_R
[src]
Bits 3:5 - FS
pub fn feie(&self) -> FEIE_R
[src]
Bit 7 - FEIE
impl R<u32, Reg<u32, _DMA_S5CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn dmeie(&self) -> DMEIE_R
[src]
Bit 1 - DMEIE
pub fn teie(&self) -> TEIE_R
[src]
Bit 2 - TEIE
pub fn htie(&self) -> HTIE_R
[src]
Bit 3 - HTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 4 - TCIE
pub fn pfctrl(&self) -> PFCTRL_R
[src]
Bit 5 - PFCTRL
pub fn dir(&self) -> DIR_R
[src]
Bits 6:7 - DIR
pub fn circ(&self) -> CIRC_R
[src]
Bit 8 - CIRC
pub fn pinc(&self) -> PINC_R
[src]
Bit 9 - PINC
pub fn minc(&self) -> MINC_R
[src]
Bit 10 - MINC
pub fn psize(&self) -> PSIZE_R
[src]
Bits 11:12 - PSIZE
pub fn msize(&self) -> MSIZE_R
[src]
Bits 13:14 - MSIZE
pub fn pincos(&self) -> PINCOS_R
[src]
Bit 15 - PINCOS
pub fn pl(&self) -> PL_R
[src]
Bits 16:17 - PL
pub fn dbm(&self) -> DBM_R
[src]
Bit 18 - DBM
pub fn ct(&self) -> CT_R
[src]
Bit 19 - CT
pub fn pburst(&self) -> PBURST_R
[src]
Bits 21:22 - PBURST
pub fn mburst(&self) -> MBURST_R
[src]
Bits 23:24 - MBURST
impl R<u32, Reg<u32, _DMA_S5NDTR>>
[src]
impl R<u32, Reg<u32, _DMA_S5PAR>>
[src]
impl R<u32, Reg<u32, _DMA_S5M0AR>>
[src]
impl R<u32, Reg<u32, _DMA_S5M1AR>>
[src]
impl R<u32, Reg<u32, _DMA_S5FCR>>
[src]
pub fn fth(&self) -> FTH_R
[src]
Bits 0:1 - FTH
pub fn dmdis(&self) -> DMDIS_R
[src]
Bit 2 - DMDIS
pub fn fs(&self) -> FS_R
[src]
Bits 3:5 - FS
pub fn feie(&self) -> FEIE_R
[src]
Bit 7 - FEIE
impl R<u32, Reg<u32, _DMA_S6CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn dmeie(&self) -> DMEIE_R
[src]
Bit 1 - DMEIE
pub fn teie(&self) -> TEIE_R
[src]
Bit 2 - TEIE
pub fn htie(&self) -> HTIE_R
[src]
Bit 3 - HTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 4 - TCIE
pub fn pfctrl(&self) -> PFCTRL_R
[src]
Bit 5 - PFCTRL
pub fn dir(&self) -> DIR_R
[src]
Bits 6:7 - DIR
pub fn circ(&self) -> CIRC_R
[src]
Bit 8 - CIRC
pub fn pinc(&self) -> PINC_R
[src]
Bit 9 - PINC
pub fn minc(&self) -> MINC_R
[src]
Bit 10 - MINC
pub fn psize(&self) -> PSIZE_R
[src]
Bits 11:12 - PSIZE
pub fn msize(&self) -> MSIZE_R
[src]
Bits 13:14 - MSIZE
pub fn pincos(&self) -> PINCOS_R
[src]
Bit 15 - PINCOS
pub fn pl(&self) -> PL_R
[src]
Bits 16:17 - PL
pub fn dbm(&self) -> DBM_R
[src]
Bit 18 - DBM
pub fn ct(&self) -> CT_R
[src]
Bit 19 - CT
pub fn pburst(&self) -> PBURST_R
[src]
Bits 21:22 - PBURST
pub fn mburst(&self) -> MBURST_R
[src]
Bits 23:24 - MBURST
impl R<u32, Reg<u32, _DMA_S6NDTR>>
[src]
impl R<u32, Reg<u32, _DMA_S6PAR>>
[src]
impl R<u32, Reg<u32, _DMA_S6M0AR>>
[src]
impl R<u32, Reg<u32, _DMA_S6M1AR>>
[src]
impl R<u32, Reg<u32, _DMA_S6FCR>>
[src]
pub fn fth(&self) -> FTH_R
[src]
Bits 0:1 - FTH
pub fn dmdis(&self) -> DMDIS_R
[src]
Bit 2 - DMDIS
pub fn fs(&self) -> FS_R
[src]
Bits 3:5 - FS
pub fn feie(&self) -> FEIE_R
[src]
Bit 7 - FEIE
impl R<u32, Reg<u32, _DMA_S7CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn dmeie(&self) -> DMEIE_R
[src]
Bit 1 - DMEIE
pub fn teie(&self) -> TEIE_R
[src]
Bit 2 - TEIE
pub fn htie(&self) -> HTIE_R
[src]
Bit 3 - HTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 4 - TCIE
pub fn pfctrl(&self) -> PFCTRL_R
[src]
Bit 5 - PFCTRL
pub fn dir(&self) -> DIR_R
[src]
Bits 6:7 - DIR
pub fn circ(&self) -> CIRC_R
[src]
Bit 8 - CIRC
pub fn pinc(&self) -> PINC_R
[src]
Bit 9 - PINC
pub fn minc(&self) -> MINC_R
[src]
Bit 10 - MINC
pub fn psize(&self) -> PSIZE_R
[src]
Bits 11:12 - PSIZE
pub fn msize(&self) -> MSIZE_R
[src]
Bits 13:14 - MSIZE
pub fn pincos(&self) -> PINCOS_R
[src]
Bit 15 - PINCOS
pub fn pl(&self) -> PL_R
[src]
Bits 16:17 - PL
pub fn dbm(&self) -> DBM_R
[src]
Bit 18 - DBM
pub fn ct(&self) -> CT_R
[src]
Bit 19 - CT
pub fn pburst(&self) -> PBURST_R
[src]
Bits 21:22 - PBURST
pub fn mburst(&self) -> MBURST_R
[src]
Bits 23:24 - MBURST
impl R<u32, Reg<u32, _DMA_S7NDTR>>
[src]
impl R<u32, Reg<u32, _DMA_S7PAR>>
[src]
impl R<u32, Reg<u32, _DMA_S7M0AR>>
[src]
impl R<u32, Reg<u32, _DMA_S7M1AR>>
[src]
impl R<u32, Reg<u32, _DMA_S7FCR>>
[src]
pub fn fth(&self) -> FTH_R
[src]
Bits 0:1 - FTH
pub fn dmdis(&self) -> DMDIS_R
[src]
Bit 2 - DMDIS
pub fn fs(&self) -> FS_R
[src]
Bits 3:5 - FS
pub fn feie(&self) -> FEIE_R
[src]
Bit 7 - FEIE
impl R<u32, Reg<u32, _DMA_HWCFGR2>>
[src]
pub fn fifo_size(&self) -> FIFO_SIZE_R
[src]
Bits 0:1 - FIFO_SIZE
pub fn write_bufferable(&self) -> WRITE_BUFFERABLE_R
[src]
Bit 4 - WRITE_BUFFERABLE
pub fn chsel_width(&self) -> CHSEL_WIDTH_R
[src]
Bits 8:10 - CHSEL_WIDTH
impl R<u32, Reg<u32, _DMA_HWCFGR1>>
[src]
pub fn dma_def0(&self) -> DMA_DEF0_R
[src]
Bits 0:1 - DMA_DEF0
pub fn dma_def1(&self) -> DMA_DEF1_R
[src]
Bits 4:5 - DMA_DEF1
pub fn dma_def2(&self) -> DMA_DEF2_R
[src]
Bits 8:9 - DMA_DEF2
pub fn dma_def3(&self) -> DMA_DEF3_R
[src]
Bits 12:13 - DMA_DEF3
pub fn dma_def4(&self) -> DMA_DEF4_R
[src]
Bits 16:17 - DMA_DEF4
pub fn dma_def5(&self) -> DMA_DEF5_R
[src]
Bits 20:21 - DMA_DEF5
pub fn dma_def6(&self) -> DMA_DEF6_R
[src]
Bits 24:25 - DMA_DEF6
pub fn dma_def7(&self) -> DMA_DEF7_R
[src]
Bits 28:29 - DMA_DEF7
impl R<u32, Reg<u32, _DMA_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _DMA_IPDR>>
[src]
impl R<u32, Reg<u32, _DMA_SIDR>>
[src]
impl R<u32, Reg<u32, _DMAMUX_C0CR>>
[src]
pub fn dmareq_id(&self) -> DMAREQ_ID_R
[src]
Bits 0:6 - DMAREQ_ID
pub fn soie(&self) -> SOIE_R
[src]
Bit 8 - SOIE
pub fn ege(&self) -> EGE_R
[src]
Bit 9 - EGE
pub fn se(&self) -> SE_R
[src]
Bit 16 - SE
pub fn spol(&self) -> SPOL_R
[src]
Bits 17:18 - SPOL
pub fn nbreq(&self) -> NBREQ_R
[src]
Bits 19:23 - NBREQ
pub fn sync_id(&self) -> SYNC_ID_R
[src]
Bits 24:26 - SYNC_ID
impl R<u32, Reg<u32, _DMAMUX_C1CR>>
[src]
pub fn dmareq_id(&self) -> DMAREQ_ID_R
[src]
Bits 0:6 - DMAREQ_ID
pub fn soie(&self) -> SOIE_R
[src]
Bit 8 - SOIE
pub fn ege(&self) -> EGE_R
[src]
Bit 9 - EGE
pub fn se(&self) -> SE_R
[src]
Bit 16 - SE
pub fn spol(&self) -> SPOL_R
[src]
Bits 17:18 - SPOL
pub fn nbreq(&self) -> NBREQ_R
[src]
Bits 19:23 - NBREQ
pub fn sync_id(&self) -> SYNC_ID_R
[src]
Bits 24:26 - SYNC_ID
impl R<u32, Reg<u32, _DMAMUX_C2CR>>
[src]
pub fn dmareq_id(&self) -> DMAREQ_ID_R
[src]
Bits 0:6 - DMAREQ_ID
pub fn soie(&self) -> SOIE_R
[src]
Bit 8 - SOIE
pub fn ege(&self) -> EGE_R
[src]
Bit 9 - EGE
pub fn se(&self) -> SE_R
[src]
Bit 16 - SE
pub fn spol(&self) -> SPOL_R
[src]
Bits 17:18 - SPOL
pub fn nbreq(&self) -> NBREQ_R
[src]
Bits 19:23 - NBREQ
pub fn sync_id(&self) -> SYNC_ID_R
[src]
Bits 24:26 - SYNC_ID
impl R<u32, Reg<u32, _DMAMUX_C3CR>>
[src]
pub fn dmareq_id(&self) -> DMAREQ_ID_R
[src]
Bits 0:6 - DMAREQ_ID
pub fn soie(&self) -> SOIE_R
[src]
Bit 8 - SOIE
pub fn ege(&self) -> EGE_R
[src]
Bit 9 - EGE
pub fn se(&self) -> SE_R
[src]
Bit 16 - SE
pub fn spol(&self) -> SPOL_R
[src]
Bits 17:18 - SPOL
pub fn nbreq(&self) -> NBREQ_R
[src]
Bits 19:23 - NBREQ
pub fn sync_id(&self) -> SYNC_ID_R
[src]
Bits 24:26 - SYNC_ID
impl R<u32, Reg<u32, _DMAMUX_C4CR>>
[src]
pub fn dmareq_id(&self) -> DMAREQ_ID_R
[src]
Bits 0:6 - DMAREQ_ID
pub fn soie(&self) -> SOIE_R
[src]
Bit 8 - SOIE
pub fn ege(&self) -> EGE_R
[src]
Bit 9 - EGE
pub fn se(&self) -> SE_R
[src]
Bit 16 - SE
pub fn spol(&self) -> SPOL_R
[src]
Bits 17:18 - SPOL
pub fn nbreq(&self) -> NBREQ_R
[src]
Bits 19:23 - NBREQ
pub fn sync_id(&self) -> SYNC_ID_R
[src]
Bits 24:26 - SYNC_ID
impl R<u32, Reg<u32, _DMAMUX_C5CR>>
[src]
pub fn dmareq_id(&self) -> DMAREQ_ID_R
[src]
Bits 0:6 - DMAREQ_ID
pub fn soie(&self) -> SOIE_R
[src]
Bit 8 - SOIE
pub fn ege(&self) -> EGE_R
[src]
Bit 9 - EGE
pub fn se(&self) -> SE_R
[src]
Bit 16 - SE
pub fn spol(&self) -> SPOL_R
[src]
Bits 17:18 - SPOL
pub fn nbreq(&self) -> NBREQ_R
[src]
Bits 19:23 - NBREQ
pub fn sync_id(&self) -> SYNC_ID_R
[src]
Bits 24:26 - SYNC_ID
impl R<u32, Reg<u32, _DMAMUX_C6CR>>
[src]
pub fn dmareq_id(&self) -> DMAREQ_ID_R
[src]
Bits 0:6 - DMAREQ_ID
pub fn soie(&self) -> SOIE_R
[src]
Bit 8 - SOIE
pub fn ege(&self) -> EGE_R
[src]
Bit 9 - EGE
pub fn se(&self) -> SE_R
[src]
Bit 16 - SE
pub fn spol(&self) -> SPOL_R
[src]
Bits 17:18 - SPOL
pub fn nbreq(&self) -> NBREQ_R
[src]
Bits 19:23 - NBREQ
pub fn sync_id(&self) -> SYNC_ID_R
[src]
Bits 24:26 - SYNC_ID
impl R<u32, Reg<u32, _DMAMUX_C7CR>>
[src]
pub fn dmareq_id(&self) -> DMAREQ_ID_R
[src]
Bits 0:6 - DMAREQ_ID
pub fn soie(&self) -> SOIE_R
[src]
Bit 8 - SOIE
pub fn ege(&self) -> EGE_R
[src]
Bit 9 - EGE
pub fn se(&self) -> SE_R
[src]
Bit 16 - SE
pub fn spol(&self) -> SPOL_R
[src]
Bits 17:18 - SPOL
pub fn nbreq(&self) -> NBREQ_R
[src]
Bits 19:23 - NBREQ
pub fn sync_id(&self) -> SYNC_ID_R
[src]
Bits 24:26 - SYNC_ID
impl R<u32, Reg<u32, _DMAMUX_C8CR>>
[src]
pub fn dmareq_id(&self) -> DMAREQ_ID_R
[src]
Bits 0:6 - DMAREQ_ID
pub fn soie(&self) -> SOIE_R
[src]
Bit 8 - SOIE
pub fn ege(&self) -> EGE_R
[src]
Bit 9 - EGE
pub fn se(&self) -> SE_R
[src]
Bit 16 - SE
pub fn spol(&self) -> SPOL_R
[src]
Bits 17:18 - SPOL
pub fn nbreq(&self) -> NBREQ_R
[src]
Bits 19:23 - NBREQ
pub fn sync_id(&self) -> SYNC_ID_R
[src]
Bits 24:26 - SYNC_ID
impl R<u32, Reg<u32, _DMAMUX_C9CR>>
[src]
pub fn dmareq_id(&self) -> DMAREQ_ID_R
[src]
Bits 0:6 - DMAREQ_ID
pub fn soie(&self) -> SOIE_R
[src]
Bit 8 - SOIE
pub fn ege(&self) -> EGE_R
[src]
Bit 9 - EGE
pub fn se(&self) -> SE_R
[src]
Bit 16 - SE
pub fn spol(&self) -> SPOL_R
[src]
Bits 17:18 - SPOL
pub fn nbreq(&self) -> NBREQ_R
[src]
Bits 19:23 - NBREQ
pub fn sync_id(&self) -> SYNC_ID_R
[src]
Bits 24:26 - SYNC_ID
impl R<u32, Reg<u32, _DMAMUX_C10CR>>
[src]
pub fn dmareq_id(&self) -> DMAREQ_ID_R
[src]
Bits 0:6 - DMAREQ_ID
pub fn soie(&self) -> SOIE_R
[src]
Bit 8 - SOIE
pub fn ege(&self) -> EGE_R
[src]
Bit 9 - EGE
pub fn se(&self) -> SE_R
[src]
Bit 16 - SE
pub fn spol(&self) -> SPOL_R
[src]
Bits 17:18 - SPOL
pub fn nbreq(&self) -> NBREQ_R
[src]
Bits 19:23 - NBREQ
pub fn sync_id(&self) -> SYNC_ID_R
[src]
Bits 24:26 - SYNC_ID
impl R<u32, Reg<u32, _DMAMUX_C11CR>>
[src]
pub fn dmareq_id(&self) -> DMAREQ_ID_R
[src]
Bits 0:6 - DMAREQ_ID
pub fn soie(&self) -> SOIE_R
[src]
Bit 8 - SOIE
pub fn ege(&self) -> EGE_R
[src]
Bit 9 - EGE
pub fn se(&self) -> SE_R
[src]
Bit 16 - SE
pub fn spol(&self) -> SPOL_R
[src]
Bits 17:18 - SPOL
pub fn nbreq(&self) -> NBREQ_R
[src]
Bits 19:23 - NBREQ
pub fn sync_id(&self) -> SYNC_ID_R
[src]
Bits 24:26 - SYNC_ID
impl R<u32, Reg<u32, _DMAMUX_C12CR>>
[src]
pub fn dmareq_id(&self) -> DMAREQ_ID_R
[src]
Bits 0:6 - DMAREQ_ID
pub fn soie(&self) -> SOIE_R
[src]
Bit 8 - SOIE
pub fn ege(&self) -> EGE_R
[src]
Bit 9 - EGE
pub fn se(&self) -> SE_R
[src]
Bit 16 - SE
pub fn spol(&self) -> SPOL_R
[src]
Bits 17:18 - SPOL
pub fn nbreq(&self) -> NBREQ_R
[src]
Bits 19:23 - NBREQ
pub fn sync_id(&self) -> SYNC_ID_R
[src]
Bits 24:26 - SYNC_ID
impl R<u32, Reg<u32, _DMAMUX_C13CR>>
[src]
pub fn dmareq_id(&self) -> DMAREQ_ID_R
[src]
Bits 0:6 - DMAREQ_ID
pub fn soie(&self) -> SOIE_R
[src]
Bit 8 - SOIE
pub fn ege(&self) -> EGE_R
[src]
Bit 9 - EGE
pub fn se(&self) -> SE_R
[src]
Bit 16 - SE
pub fn spol(&self) -> SPOL_R
[src]
Bits 17:18 - SPOL
pub fn nbreq(&self) -> NBREQ_R
[src]
Bits 19:23 - NBREQ
pub fn sync_id(&self) -> SYNC_ID_R
[src]
Bits 24:26 - SYNC_ID
impl R<u32, Reg<u32, _DMAMUX_C14CR>>
[src]
pub fn dmareq_id(&self) -> DMAREQ_ID_R
[src]
Bits 0:6 - DMAREQ_ID
pub fn soie(&self) -> SOIE_R
[src]
Bit 8 - SOIE
pub fn ege(&self) -> EGE_R
[src]
Bit 9 - EGE
pub fn se(&self) -> SE_R
[src]
Bit 16 - SE
pub fn spol(&self) -> SPOL_R
[src]
Bits 17:18 - SPOL
pub fn nbreq(&self) -> NBREQ_R
[src]
Bits 19:23 - NBREQ
pub fn sync_id(&self) -> SYNC_ID_R
[src]
Bits 24:26 - SYNC_ID
impl R<u32, Reg<u32, _DMAMUX_C15CR>>
[src]
pub fn dmareq_id(&self) -> DMAREQ_ID_R
[src]
Bits 0:6 - DMAREQ_ID
pub fn soie(&self) -> SOIE_R
[src]
Bit 8 - SOIE
pub fn ege(&self) -> EGE_R
[src]
Bit 9 - EGE
pub fn se(&self) -> SE_R
[src]
Bit 16 - SE
pub fn spol(&self) -> SPOL_R
[src]
Bits 17:18 - SPOL
pub fn nbreq(&self) -> NBREQ_R
[src]
Bits 19:23 - NBREQ
pub fn sync_id(&self) -> SYNC_ID_R
[src]
Bits 24:26 - SYNC_ID
impl R<u32, Reg<u32, _DMAMUX_CSR>>
[src]
pub fn sof0(&self) -> SOF0_R
[src]
Bit 0 - SOF0
pub fn sof1(&self) -> SOF1_R
[src]
Bit 1 - SOF1
pub fn sof2(&self) -> SOF2_R
[src]
Bit 2 - SOF2
pub fn sof3(&self) -> SOF3_R
[src]
Bit 3 - SOF3
pub fn sof4(&self) -> SOF4_R
[src]
Bit 4 - SOF4
pub fn sof5(&self) -> SOF5_R
[src]
Bit 5 - SOF5
pub fn sof6(&self) -> SOF6_R
[src]
Bit 6 - SOF6
pub fn sof7(&self) -> SOF7_R
[src]
Bit 7 - SOF7
pub fn sof8(&self) -> SOF8_R
[src]
Bit 8 - SOF8
pub fn sof9(&self) -> SOF9_R
[src]
Bit 9 - SOF9
pub fn sof10(&self) -> SOF10_R
[src]
Bit 10 - SOF10
pub fn sof11(&self) -> SOF11_R
[src]
Bit 11 - SOF11
pub fn sof12(&self) -> SOF12_R
[src]
Bit 12 - SOF12
pub fn sof13(&self) -> SOF13_R
[src]
Bit 13 - SOF13
pub fn sof14(&self) -> SOF14_R
[src]
Bit 14 - SOF14
pub fn sof15(&self) -> SOF15_R
[src]
Bit 15 - SOF15
impl R<u32, Reg<u32, _DMAMUX_RG0CR>>
[src]
pub fn sig_id(&self) -> SIG_ID_R
[src]
Bits 0:2 - SIG_ID
pub fn oie(&self) -> OIE_R
[src]
Bit 8 - OIE
pub fn ge(&self) -> GE_R
[src]
Bit 16 - GE
pub fn gpol(&self) -> GPOL_R
[src]
Bits 17:18 - GPOL
pub fn gnbreq(&self) -> GNBREQ_R
[src]
Bits 19:23 - GNBREQ
impl R<u32, Reg<u32, _DMAMUX_RG1CR>>
[src]
pub fn sig_id(&self) -> SIG_ID_R
[src]
Bits 0:2 - SIG_ID
pub fn oie(&self) -> OIE_R
[src]
Bit 8 - OIE
pub fn ge(&self) -> GE_R
[src]
Bit 16 - GE
pub fn gpol(&self) -> GPOL_R
[src]
Bits 17:18 - GPOL
pub fn gnbreq(&self) -> GNBREQ_R
[src]
Bits 19:23 - GNBREQ
impl R<u32, Reg<u32, _DMAMUX_RG2CR>>
[src]
pub fn sig_id(&self) -> SIG_ID_R
[src]
Bits 0:2 - SIG_ID
pub fn oie(&self) -> OIE_R
[src]
Bit 8 - OIE
pub fn ge(&self) -> GE_R
[src]
Bit 16 - GE
pub fn gpol(&self) -> GPOL_R
[src]
Bits 17:18 - GPOL
pub fn gnbreq(&self) -> GNBREQ_R
[src]
Bits 19:23 - GNBREQ
impl R<u32, Reg<u32, _DMAMUX_RG3CR>>
[src]
pub fn sig_id(&self) -> SIG_ID_R
[src]
Bits 0:2 - SIG_ID
pub fn oie(&self) -> OIE_R
[src]
Bit 8 - OIE
pub fn ge(&self) -> GE_R
[src]
Bit 16 - GE
pub fn gpol(&self) -> GPOL_R
[src]
Bits 17:18 - GPOL
pub fn gnbreq(&self) -> GNBREQ_R
[src]
Bits 19:23 - GNBREQ
impl R<u32, Reg<u32, _DMAMUX_RG4CR>>
[src]
pub fn sig_id(&self) -> SIG_ID_R
[src]
Bits 0:2 - SIG_ID
pub fn oie(&self) -> OIE_R
[src]
Bit 8 - OIE
pub fn ge(&self) -> GE_R
[src]
Bit 16 - GE
pub fn gpol(&self) -> GPOL_R
[src]
Bits 17:18 - GPOL
pub fn gnbreq(&self) -> GNBREQ_R
[src]
Bits 19:23 - GNBREQ
impl R<u32, Reg<u32, _DMAMUX_RG5CR>>
[src]
pub fn sig_id(&self) -> SIG_ID_R
[src]
Bits 0:2 - SIG_ID
pub fn oie(&self) -> OIE_R
[src]
Bit 8 - OIE
pub fn ge(&self) -> GE_R
[src]
Bit 16 - GE
pub fn gpol(&self) -> GPOL_R
[src]
Bits 17:18 - GPOL
pub fn gnbreq(&self) -> GNBREQ_R
[src]
Bits 19:23 - GNBREQ
impl R<u32, Reg<u32, _DMAMUX_RG6CR>>
[src]
pub fn sig_id(&self) -> SIG_ID_R
[src]
Bits 0:2 - SIG_ID
pub fn oie(&self) -> OIE_R
[src]
Bit 8 - OIE
pub fn ge(&self) -> GE_R
[src]
Bit 16 - GE
pub fn gpol(&self) -> GPOL_R
[src]
Bits 17:18 - GPOL
pub fn gnbreq(&self) -> GNBREQ_R
[src]
Bits 19:23 - GNBREQ
impl R<u32, Reg<u32, _DMAMUX_RG7CR>>
[src]
pub fn sig_id(&self) -> SIG_ID_R
[src]
Bits 0:2 - SIG_ID
pub fn oie(&self) -> OIE_R
[src]
Bit 8 - OIE
pub fn ge(&self) -> GE_R
[src]
Bit 16 - GE
pub fn gpol(&self) -> GPOL_R
[src]
Bits 17:18 - GPOL
pub fn gnbreq(&self) -> GNBREQ_R
[src]
Bits 19:23 - GNBREQ
impl R<u32, Reg<u32, _DMAMUX_RGSR>>
[src]
pub fn of0(&self) -> OF0_R
[src]
Bit 0 - OF0
pub fn of1(&self) -> OF1_R
[src]
Bit 1 - OF1
pub fn of2(&self) -> OF2_R
[src]
Bit 2 - OF2
pub fn of3(&self) -> OF3_R
[src]
Bit 3 - OF3
pub fn of4(&self) -> OF4_R
[src]
Bit 4 - OF4
pub fn of5(&self) -> OF5_R
[src]
Bit 5 - OF5
pub fn of6(&self) -> OF6_R
[src]
Bit 6 - OF6
pub fn of7(&self) -> OF7_R
[src]
Bit 7 - OF7
impl R<u32, Reg<u32, _DMAMUX_HWCFGR2>>
[src]
pub fn num_dma_ext_req(&self) -> NUM_DMA_EXT_REQ_R
[src]
Bits 0:7 - NUM_DMA_EXT_REQ
impl R<u32, Reg<u32, _DMAMUX_HWCFGR1>>
[src]
pub fn num_dma_streams(&self) -> NUM_DMA_STREAMS_R
[src]
Bits 0:7 - NUM_DMA_STREAMS
pub fn num_dma_periph_req(&self) -> NUM_DMA_PERIPH_REQ_R
[src]
Bits 8:15 - NUM_DMA_PERIPH_REQ
pub fn num_dma_trig(&self) -> NUM_DMA_TRIG_R
[src]
Bits 16:23 - NUM_DMA_TRIG
pub fn num_dma_reqgen(&self) -> NUM_DMA_REQGEN_R
[src]
Bits 24:31 - NUM_DMA_REQGEN
impl R<u32, Reg<u32, _DMAMUX_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _DMAMUX_IPIDR>>
[src]
impl R<u32, Reg<u32, _DMAMUX_SIDR>>
[src]
impl R<u32, Reg<u32, _DSI_VR>>
[src]
impl R<u32, Reg<u32, _DSI_CR>>
[src]
impl R<u32, Reg<u32, _DSI_CCR>>
[src]
pub fn txeckdiv(&self) -> TXECKDIV_R
[src]
Bits 0:7 - TXECKDIV
pub fn tockdiv(&self) -> TOCKDIV_R
[src]
Bits 8:15 - TOCKDIV
impl R<u32, Reg<u32, _DSI_LVCIDR>>
[src]
impl R<u32, Reg<u32, _DSI_LCOLCR>>
[src]
impl R<u32, Reg<u32, _DSI_LPCR>>
[src]
pub fn dep(&self) -> DEP_R
[src]
Bit 0 - DEP
pub fn vsp(&self) -> VSP_R
[src]
Bit 1 - VSP
pub fn hsp(&self) -> HSP_R
[src]
Bit 2 - HSP
impl R<u32, Reg<u32, _DSI_LPMCR>>
[src]
pub fn vlpsize(&self) -> VLPSIZE_R
[src]
Bits 0:7 - VLPSIZE
pub fn lpsize(&self) -> LPSIZE_R
[src]
Bits 16:23 - LPSIZE
impl R<u32, Reg<u32, _DSI_PCR>>
[src]
pub fn ettxe(&self) -> ETTXE_R
[src]
Bit 0 - ETTXE
pub fn etrxe(&self) -> ETRXE_R
[src]
Bit 1 - ETRXE
pub fn btae(&self) -> BTAE_R
[src]
Bit 2 - BTAE
pub fn eccrxe(&self) -> ECCRXE_R
[src]
Bit 3 - ECCRXE
pub fn crcrxe(&self) -> CRCRXE_R
[src]
Bit 4 - CRCRXE
impl R<u32, Reg<u32, _DSI_GVCIDR>>
[src]
impl R<u32, Reg<u32, _DSI_MCR>>
[src]
impl R<u32, Reg<u32, _DSI_VMCR>>
[src]
pub fn vmt(&self) -> VMT_R
[src]
Bits 0:1 - VMT
pub fn lpvsae(&self) -> LPVSAE_R
[src]
Bit 8 - LPVSAE
pub fn lpvbpe(&self) -> LPVBPE_R
[src]
Bit 9 - LPVBPE
pub fn lpvfpe(&self) -> LPVFPE_R
[src]
Bit 10 - LPVFPE
pub fn lpvae(&self) -> LPVAE_R
[src]
Bit 11 - LPVAE
pub fn lphbpe(&self) -> LPHBPE_R
[src]
Bit 12 - LPHBPE
pub fn lphfpe(&self) -> LPHFPE_R
[src]
Bit 13 - LPHFPE
pub fn fbtaae(&self) -> FBTAAE_R
[src]
Bit 14 - FBTAAE
pub fn lpce(&self) -> LPCE_R
[src]
Bit 15 - LPCE
pub fn pge(&self) -> PGE_R
[src]
Bit 16 - PGE
pub fn pgm(&self) -> PGM_R
[src]
Bit 20 - PGM
pub fn pgo(&self) -> PGO_R
[src]
Bit 24 - PGO
impl R<u32, Reg<u32, _DSI_VPCR>>
[src]
impl R<u32, Reg<u32, _DSI_VCCR>>
[src]
impl R<u32, Reg<u32, _DSI_VNPCR>>
[src]
impl R<u32, Reg<u32, _DSI_VHSACR>>
[src]
impl R<u32, Reg<u32, _DSI_VHBPCR>>
[src]
impl R<u32, Reg<u32, _DSI_VLCR>>
[src]
impl R<u32, Reg<u32, _DSI_VVSACR>>
[src]
impl R<u32, Reg<u32, _DSI_VVBPCR>>
[src]
impl R<u32, Reg<u32, _DSI_VVFPCR>>
[src]
impl R<u32, Reg<u32, _DSI_VVACR>>
[src]
impl R<u32, Reg<u32, _DSI_LCCR>>
[src]
impl R<u32, Reg<u32, _DSI_CMCR>>
[src]
pub fn teare(&self) -> TEARE_R
[src]
Bit 0 - TEARE
pub fn are(&self) -> ARE_R
[src]
Bit 1 - ARE
pub fn gsw0tx(&self) -> GSW0TX_R
[src]
Bit 8 - GSW0TX
pub fn gsw1tx(&self) -> GSW1TX_R
[src]
Bit 9 - GSW1TX
pub fn gsw2tx(&self) -> GSW2TX_R
[src]
Bit 10 - GSW2TX
pub fn gsr0tx(&self) -> GSR0TX_R
[src]
Bit 11 - GSR0TX
pub fn gsr1tx(&self) -> GSR1TX_R
[src]
Bit 12 - GSR1TX
pub fn gsr2tx(&self) -> GSR2TX_R
[src]
Bit 13 - GSR2TX
pub fn glwtx(&self) -> GLWTX_R
[src]
Bit 14 - GLWTX
pub fn dsw0tx(&self) -> DSW0TX_R
[src]
Bit 16 - DSW0TX
pub fn dsw1tx(&self) -> DSW1TX_R
[src]
Bit 17 - DSW1TX
pub fn dsr0tx(&self) -> DSR0TX_R
[src]
Bit 18 - DSR0TX
pub fn dlwtx(&self) -> DLWTX_R
[src]
Bit 19 - DLWTX
pub fn mrdps(&self) -> MRDPS_R
[src]
Bit 24 - MRDPS
impl R<u32, Reg<u32, _DSI_GHCR>>
[src]
pub fn dt(&self) -> DT_R
[src]
Bits 0:5 - DT
pub fn vcid(&self) -> VCID_R
[src]
Bits 6:7 - VCID
pub fn wclsb(&self) -> WCLSB_R
[src]
Bits 8:15 - WCLSB
pub fn wcmsb(&self) -> WCMSB_R
[src]
Bits 16:23 - WCMSB
impl R<u32, Reg<u32, _DSI_GPDR>>
[src]
pub fn data1(&self) -> DATA1_R
[src]
Bits 0:7 - DATA1
pub fn data2(&self) -> DATA2_R
[src]
Bits 8:15 - DATA2
pub fn data3(&self) -> DATA3_R
[src]
Bits 16:23 - DATA3
pub fn data4(&self) -> DATA4_R
[src]
Bits 24:31 - DATA4
impl R<u32, Reg<u32, _DSI_GPSR>>
[src]
pub fn cmdfe(&self) -> CMDFE_R
[src]
Bit 0 - CMDFE
pub fn cmdff(&self) -> CMDFF_R
[src]
Bit 1 - CMDFF
pub fn pwrfe(&self) -> PWRFE_R
[src]
Bit 2 - PWRFE
pub fn pwrff(&self) -> PWRFF_R
[src]
Bit 3 - PWRFF
pub fn prdfe(&self) -> PRDFE_R
[src]
Bit 4 - PRDFE
pub fn prdff(&self) -> PRDFF_R
[src]
Bit 5 - PRDFF
pub fn rcb(&self) -> RCB_R
[src]
Bit 6 - RCB
impl R<u32, Reg<u32, _DSI_TCCR0>>
[src]
pub fn lprx_tocnt(&self) -> LPRX_TOCNT_R
[src]
Bits 0:15 - LPRX_TOCNT
pub fn hstx_tocnt(&self) -> HSTX_TOCNT_R
[src]
Bits 16:31 - HSTX_TOCNT
impl R<u32, Reg<u32, _DSI_TCCR1>>
[src]
pub fn hsrd_tocnt(&self) -> HSRD_TOCNT_R
[src]
Bits 0:15 - HSRD_TOCNT
impl R<u32, Reg<u32, _DSI_TCCR2>>
[src]
pub fn lprd_tocnt(&self) -> LPRD_TOCNT_R
[src]
Bits 0:15 - LPRD_TOCNT
impl R<u32, Reg<u32, _DSI_TCCR3>>
[src]
pub fn hswr_tocnt(&self) -> HSWR_TOCNT_R
[src]
Bits 0:15 - HSWR_TOCNT
pub fn pm(&self) -> PM_R
[src]
Bit 24 - PM
impl R<u32, Reg<u32, _DSI_TCCR4>>
[src]
pub fn lpwr_tocnt(&self) -> LPWR_TOCNT_R
[src]
Bits 0:15 - LPWR_TOCNT
impl R<u32, Reg<u32, _DSI_TCCR5>>
[src]
pub fn bta_tocnt(&self) -> BTA_TOCNT_R
[src]
Bits 0:15 - BTA_TOCNT
impl R<u32, Reg<u32, _DSI_CLCR>>
[src]
impl R<u32, Reg<u32, _DSI_CLTCR>>
[src]
pub fn lp2hs_time(&self) -> LP2HS_TIME_R
[src]
Bits 0:9 - LP2HS_TIME
pub fn hs2lp_time(&self) -> HS2LP_TIME_R
[src]
Bits 16:25 - HS2LP_TIME
impl R<u32, Reg<u32, _DSI_DLTCR>>
[src]
pub fn lp2hs_time(&self) -> LP2HS_TIME_R
[src]
Bits 0:9 - LP2HS_TIME
pub fn hs2lp_time(&self) -> HS2LP_TIME_R
[src]
Bits 16:25 - HS2LP_TIME
impl R<u32, Reg<u32, _DSI_PCTLR>>
[src]
impl R<u32, Reg<u32, _DSI_PCONFR>>
[src]
pub fn nl(&self) -> NL_R
[src]
Bits 0:1 - NL
pub fn sw_time(&self) -> SW_TIME_R
[src]
Bits 8:15 - SW_TIME
impl R<u32, Reg<u32, _DSI_PUCR>>
[src]
pub fn urcl(&self) -> URCL_R
[src]
Bit 0 - URCL
pub fn uecl(&self) -> UECL_R
[src]
Bit 1 - UECL
pub fn urdl(&self) -> URDL_R
[src]
Bit 2 - URDL
pub fn uedl(&self) -> UEDL_R
[src]
Bit 3 - UEDL
impl R<u32, Reg<u32, _DSI_PTTCR>>
[src]
impl R<u32, Reg<u32, _DSI_PSR>>
[src]
pub fn pd(&self) -> PD_R
[src]
Bit 1 - PD
pub fn pssc(&self) -> PSSC_R
[src]
Bit 2 - PSSC
pub fn uanc(&self) -> UANC_R
[src]
Bit 3 - UANC
pub fn pss0(&self) -> PSS0_R
[src]
Bit 4 - PSS0
pub fn uan0(&self) -> UAN0_R
[src]
Bit 5 - UAN0
pub fn rue0(&self) -> RUE0_R
[src]
Bit 6 - RUE0
pub fn pss1(&self) -> PSS1_R
[src]
Bit 7 - PSS1
pub fn uan1(&self) -> UAN1_R
[src]
Bit 8 - UAN1
impl R<u32, Reg<u32, _DSI_ISR0>>
[src]
pub fn ae0(&self) -> AE0_R
[src]
Bit 0 - AE0
pub fn ae1(&self) -> AE1_R
[src]
Bit 1 - AE1
pub fn ae2(&self) -> AE2_R
[src]
Bit 2 - AE2
pub fn ae3(&self) -> AE3_R
[src]
Bit 3 - AE3
pub fn ae4(&self) -> AE4_R
[src]
Bit 4 - AE4
pub fn ae5(&self) -> AE5_R
[src]
Bit 5 - AE5
pub fn ae6(&self) -> AE6_R
[src]
Bit 6 - AE6
pub fn ae7(&self) -> AE7_R
[src]
Bit 7 - AE7
pub fn ae8(&self) -> AE8_R
[src]
Bit 8 - AE8
pub fn ae9(&self) -> AE9_R
[src]
Bit 9 - AE9
pub fn ae10(&self) -> AE10_R
[src]
Bit 10 - AE10
pub fn ae11(&self) -> AE11_R
[src]
Bit 11 - AE11
pub fn ae12(&self) -> AE12_R
[src]
Bit 12 - AE12
pub fn ae13(&self) -> AE13_R
[src]
Bit 13 - AE13
pub fn ae14(&self) -> AE14_R
[src]
Bit 14 - AE14
pub fn ae15(&self) -> AE15_R
[src]
Bit 15 - AE15
pub fn pe0(&self) -> PE0_R
[src]
Bit 16 - PE0
pub fn pe1(&self) -> PE1_R
[src]
Bit 17 - PE1
pub fn pe2(&self) -> PE2_R
[src]
Bit 18 - PE2
pub fn pe3(&self) -> PE3_R
[src]
Bit 19 - PE3
pub fn pe4(&self) -> PE4_R
[src]
Bit 20 - PE4
impl R<u32, Reg<u32, _DSI_ISR1>>
[src]
pub fn tohstx(&self) -> TOHSTX_R
[src]
Bit 0 - TOHSTX
pub fn tolprx(&self) -> TOLPRX_R
[src]
Bit 1 - TOLPRX
pub fn eccse(&self) -> ECCSE_R
[src]
Bit 2 - ECCSE
pub fn eccme(&self) -> ECCME_R
[src]
Bit 3 - ECCME
pub fn crce(&self) -> CRCE_R
[src]
Bit 4 - CRCE
pub fn pse(&self) -> PSE_R
[src]
Bit 5 - PSE
pub fn eotpe(&self) -> EOTPE_R
[src]
Bit 6 - EOTPE
pub fn lpwre(&self) -> LPWRE_R
[src]
Bit 7 - LPWRE
pub fn gcwre(&self) -> GCWRE_R
[src]
Bit 8 - GCWRE
pub fn gpwre(&self) -> GPWRE_R
[src]
Bit 9 - GPWRE
pub fn gptxe(&self) -> GPTXE_R
[src]
Bit 10 - GPTXE
pub fn gprde(&self) -> GPRDE_R
[src]
Bit 11 - GPRDE
pub fn gprxe(&self) -> GPRXE_R
[src]
Bit 12 - GPRXE
impl R<u32, Reg<u32, _DSI_IER0>>
[src]
pub fn ae0ie(&self) -> AE0IE_R
[src]
Bit 0 - AE0IE
pub fn ae1ie(&self) -> AE1IE_R
[src]
Bit 1 - AE1IE
pub fn ae2ie(&self) -> AE2IE_R
[src]
Bit 2 - AE2IE
pub fn ae3ie(&self) -> AE3IE_R
[src]
Bit 3 - AE3IE
pub fn ae4ie(&self) -> AE4IE_R
[src]
Bit 4 - AE4IE
pub fn ae5ie(&self) -> AE5IE_R
[src]
Bit 5 - AE5IE
pub fn ae6ie(&self) -> AE6IE_R
[src]
Bit 6 - AE6IE
pub fn ae7ie(&self) -> AE7IE_R
[src]
Bit 7 - AE7IE
pub fn ae8ie(&self) -> AE8IE_R
[src]
Bit 8 - AE8IE
pub fn ae9ie(&self) -> AE9IE_R
[src]
Bit 9 - AE9IE
pub fn ae10ie(&self) -> AE10IE_R
[src]
Bit 10 - AE10IE
pub fn ae11ie(&self) -> AE11IE_R
[src]
Bit 11 - AE11IE
pub fn ae12ie(&self) -> AE12IE_R
[src]
Bit 12 - AE12IE
pub fn ae13ie(&self) -> AE13IE_R
[src]
Bit 13 - AE13IE
pub fn ae14ie(&self) -> AE14IE_R
[src]
Bit 14 - AE14IE
pub fn ae15ie(&self) -> AE15IE_R
[src]
Bit 15 - AE15IE
pub fn pe0ie(&self) -> PE0IE_R
[src]
Bit 16 - PE0IE
pub fn pe1ie(&self) -> PE1IE_R
[src]
Bit 17 - PE1IE
pub fn pe2ie(&self) -> PE2IE_R
[src]
Bit 18 - PE2IE
pub fn pe3ie(&self) -> PE3IE_R
[src]
Bit 19 - PE3IE
pub fn pe4ie(&self) -> PE4IE_R
[src]
Bit 20 - PE4IE
impl R<u32, Reg<u32, _DSI_IER1>>
[src]
pub fn tohstxie(&self) -> TOHSTXIE_R
[src]
Bit 0 - TOHSTXIE
pub fn tolprxie(&self) -> TOLPRXIE_R
[src]
Bit 1 - TOLPRXIE
pub fn eccseie(&self) -> ECCSEIE_R
[src]
Bit 2 - ECCSEIE
pub fn eccmeie(&self) -> ECCMEIE_R
[src]
Bit 3 - ECCMEIE
pub fn crceie(&self) -> CRCEIE_R
[src]
Bit 4 - CRCEIE
pub fn pseie(&self) -> PSEIE_R
[src]
Bit 5 - PSEIE
pub fn eotpeie(&self) -> EOTPEIE_R
[src]
Bit 6 - EOTPEIE
pub fn lpwreie(&self) -> LPWREIE_R
[src]
Bit 7 - LPWREIE
pub fn gcwreie(&self) -> GCWREIE_R
[src]
Bit 8 - GCWREIE
pub fn gpwreie(&self) -> GPWREIE_R
[src]
Bit 9 - GPWREIE
pub fn gptxeie(&self) -> GPTXEIE_R
[src]
Bit 10 - GPTXEIE
pub fn gprdeie(&self) -> GPRDEIE_R
[src]
Bit 11 - GPRDEIE
pub fn gprxeie(&self) -> GPRXEIE_R
[src]
Bit 12 - GPRXEIE
impl R<u32, Reg<u32, _DSI_DLTRCR>>
[src]
pub fn mrd_time(&self) -> MRD_TIME_R
[src]
Bits 0:14 - MRD_TIME
impl R<u32, Reg<u32, _DSI_VSCR>>
[src]
impl R<u32, Reg<u32, _DSI_LCVCIDR>>
[src]
impl R<u32, Reg<u32, _DSI_LCCCR>>
[src]
impl R<u32, Reg<u32, _DSI_LPMCCR>>
[src]
pub fn vlpsize(&self) -> VLPSIZE_R
[src]
Bits 0:7 - VLPSIZE
pub fn lpsize(&self) -> LPSIZE_R
[src]
Bits 16:23 - LPSIZE
impl R<u32, Reg<u32, _DSI_VMCCR>>
[src]
pub fn vmt(&self) -> VMT_R
[src]
Bits 0:1 - VMT
pub fn lpvsae(&self) -> LPVSAE_R
[src]
Bit 2 - LPVSAE
pub fn lpvbpe(&self) -> LPVBPE_R
[src]
Bit 3 - LPVBPE
pub fn lpvfpe(&self) -> LPVFPE_R
[src]
Bit 4 - LPVFPE
pub fn lpvae(&self) -> LPVAE_R
[src]
Bit 5 - LPVAE
pub fn lphbpe(&self) -> LPHBPE_R
[src]
Bit 6 - LPHBPE
pub fn lphfe(&self) -> LPHFE_R
[src]
Bit 7 - LPHFE
pub fn fbtaae(&self) -> FBTAAE_R
[src]
Bit 8 - FBTAAE
pub fn lpce(&self) -> LPCE_R
[src]
Bit 9 - LPCE
impl R<u32, Reg<u32, _DSI_VPCCR>>
[src]
impl R<u32, Reg<u32, _DSI_VCCCR>>
[src]
impl R<u32, Reg<u32, _DSI_VNPCCR>>
[src]
impl R<u32, Reg<u32, _DSI_VHSACCR>>
[src]
impl R<u32, Reg<u32, _DSI_VHBPCCR>>
[src]
impl R<u32, Reg<u32, _DSI_VLCCR>>
[src]
impl R<u32, Reg<u32, _DSI_VVSACCR>>
[src]
impl R<u32, Reg<u32, _DSI_VVBPCCR>>
[src]
impl R<u32, Reg<u32, _DSI_VVFPCCR>>
[src]
impl R<u32, Reg<u32, _DSI_VVACCR>>
[src]
impl R<u32, Reg<u32, _DSI_WCFGR>>
[src]
pub fn dsim(&self) -> DSIM_R
[src]
Bit 0 - DSIM
pub fn colmux(&self) -> COLMUX_R
[src]
Bits 1:3 - COLMUX
pub fn tesrc(&self) -> TESRC_R
[src]
Bit 4 - TESRC
pub fn tepol(&self) -> TEPOL_R
[src]
Bit 5 - TEPOL
pub fn ar(&self) -> AR_R
[src]
Bit 6 - AR
pub fn vspol(&self) -> VSPOL_R
[src]
Bit 7 - VSPOL
impl R<u32, Reg<u32, _DSI_WCR>>
[src]
pub fn colm(&self) -> COLM_R
[src]
Bit 0 - COLM
pub fn shtdn(&self) -> SHTDN_R
[src]
Bit 1 - SHTDN
pub fn ltdcen(&self) -> LTDCEN_R
[src]
Bit 2 - LTDCEN
pub fn dsien(&self) -> DSIEN_R
[src]
Bit 3 - DSIEN
impl R<u32, Reg<u32, _DSI_WIER>>
[src]
pub fn teie(&self) -> TEIE_R
[src]
Bit 0 - TEIE
pub fn erie(&self) -> ERIE_R
[src]
Bit 1 - ERIE
pub fn plllie(&self) -> PLLLIE_R
[src]
Bit 9 - PLLLIE
pub fn plluie(&self) -> PLLUIE_R
[src]
Bit 10 - PLLUIE
pub fn rrie(&self) -> RRIE_R
[src]
Bit 13 - RRIE
impl R<u32, Reg<u32, _DSI_WISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn erif(&self) -> ERIF_R
[src]
Bit 1 - ERIF
pub fn busy(&self) -> BUSY_R
[src]
Bit 2 - BUSY
pub fn pllls(&self) -> PLLLS_R
[src]
Bit 8 - PLLLS
pub fn plllif(&self) -> PLLLIF_R
[src]
Bit 9 - PLLLIF
pub fn plluif(&self) -> PLLUIF_R
[src]
Bit 10 - PLLUIF
pub fn rrs(&self) -> RRS_R
[src]
Bit 12 - RRS
pub fn rrif(&self) -> RRIF_R
[src]
Bit 13 - RRIF
impl R<u32, Reg<u32, _DSI_WPCR0>>
[src]
pub fn uix4(&self) -> UIX4_R
[src]
Bits 0:5 - UIX4
pub fn swcl(&self) -> SWCL_R
[src]
Bit 6 - SWCL
pub fn swdl0(&self) -> SWDL0_R
[src]
Bit 7 - SWDL0
pub fn swdl1(&self) -> SWDL1_R
[src]
Bit 8 - SWDL1
pub fn hsicl(&self) -> HSICL_R
[src]
Bit 9 - HSICL
pub fn hsidl0(&self) -> HSIDL0_R
[src]
Bit 10 - HSIDL0
pub fn hsidl1(&self) -> HSIDL1_R
[src]
Bit 11 - HSIDL1
pub fn ftxsmcl(&self) -> FTXSMCL_R
[src]
Bit 12 - FTXSMCL
pub fn ftxsmdl(&self) -> FTXSMDL_R
[src]
Bit 13 - FTXSMDL
pub fn cdoffdl(&self) -> CDOFFDL_R
[src]
Bit 14 - CDOFFDL
pub fn tddl(&self) -> TDDL_R
[src]
Bit 16 - TDDL
impl R<u32, Reg<u32, _DSI_WPCR1>>
[src]
pub fn skewcl(&self) -> SKEWCL_R
[src]
Bits 0:1 - SKEWCL
pub fn skewdl(&self) -> SKEWDL_R
[src]
Bits 2:3 - SKEWDL
pub fn lptxsrcl(&self) -> LPTXSRCL_R
[src]
Bits 6:7 - LPTXSRCL
pub fn lptxsrdl(&self) -> LPTXSRDL_R
[src]
Bits 8:9 - LPTXSRDL
pub fn sddccl(&self) -> SDDCCL_R
[src]
Bit 12 - SDDCCL
pub fn sddcdl(&self) -> SDDCDL_R
[src]
Bit 13 - SDDCDL
pub fn hstxsrucl(&self) -> HSTXSRUCL_R
[src]
Bit 16 - HSTXSRUCL
pub fn hstxsrdcl(&self) -> HSTXSRDCL_R
[src]
Bit 17 - HSTXSRDCL
pub fn hstxsrudl(&self) -> HSTXSRUDL_R
[src]
Bit 18 - HSTXSRUDL
pub fn hstxsrddl(&self) -> HSTXSRDDL_R
[src]
Bit 19 - HSTXSRDDL
impl R<u32, Reg<u32, _DSI_WRPCR>>
[src]
pub fn pllen(&self) -> PLLEN_R
[src]
Bit 0 - PLLEN
pub fn ndiv(&self) -> NDIV_R
[src]
Bits 2:8 - NDIV
pub fn idf(&self) -> IDF_R
[src]
Bits 11:14 - IDF
pub fn odf(&self) -> ODF_R
[src]
Bits 16:17 - ODF
pub fn regen(&self) -> REGEN_R
[src]
Bit 24 - REGEN
pub fn bgren(&self) -> BGREN_R
[src]
Bit 28 - BGREN
impl R<u32, Reg<u32, _DSI_HWCFGR>>
[src]
pub fn techno(&self) -> TECHNO_R
[src]
Bits 0:3 - TECHNO
pub fn fifosize(&self) -> FIFOSIZE_R
[src]
Bits 4:15 - FIFOSIZE
impl R<u32, Reg<u32, _DSI_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _DSI_IPIDR>>
[src]
impl R<u32, Reg<u32, _DSI_SIDR>>
[src]
impl R<u32, Reg<u32, _DTS_CFGR1>>
[src]
pub fn ts1_en(&self) -> TS1_EN_R
[src]
Bit 0 - TS1_EN
pub fn ts1_start(&self) -> TS1_START_R
[src]
Bit 4 - TS1_START
pub fn ts1_intrig_sel(&self) -> TS1_INTRIG_SEL_R
[src]
Bits 8:11 - TS1_INTRIG_SEL
pub fn ts1_smp_time(&self) -> TS1_SMP_TIME_R
[src]
Bits 16:19 - TS1_SMP_TIME
pub fn refclk_sel(&self) -> REFCLK_SEL_R
[src]
Bit 20 - REFCLK_SEL
pub fn q_meas_opt(&self) -> Q_MEAS_OPT_R
[src]
Bit 21 - Q_MEAS_opt
pub fn hsref_clk_div(&self) -> HSREF_CLK_DIV_R
[src]
Bits 24:30 - HSREF_CLK_DIV
impl R<u32, Reg<u32, _DTS_T0VALR1>>
[src]
pub fn ts1_fmt0(&self) -> TS1_FMT0_R
[src]
Bits 0:15 - TS1_FMT0
pub fn ts1_t0(&self) -> TS1_T0_R
[src]
Bits 16:17 - TS1_T0
impl R<u32, Reg<u32, _DTS_RAMPVALR>>
[src]
pub fn ts1_ramp_coeff(&self) -> TS1_RAMP_COEFF_R
[src]
Bits 0:15 - TS1_RAMP_COEFF
impl R<u32, Reg<u32, _DTS_ITR1>>
[src]
pub fn ts1_litthd(&self) -> TS1_LITTHD_R
[src]
Bits 0:15 - TS1_LITTHD
pub fn ts1_hitthd(&self) -> TS1_HITTHD_R
[src]
Bits 16:31 - TS1_HITTHD
impl R<u32, Reg<u32, _DTS_DR>>
[src]
pub fn ts1_mfreq(&self) -> TS1_MFREQ_R
[src]
Bits 0:15 - TS1_MFREQ
impl R<u32, Reg<u32, _DTS_SR>>
[src]
pub fn ts1_itef(&self) -> TS1_ITEF_R
[src]
Bit 0 - TS1_ITEF
pub fn ts1_itlf(&self) -> TS1_ITLF_R
[src]
Bit 1 - TS1_ITLF
pub fn ts1_ithf(&self) -> TS1_ITHF_R
[src]
Bit 2 - TS1_ITHF
pub fn ts1_aitef(&self) -> TS1_AITEF_R
[src]
Bit 4 - TS1_AITEF
pub fn ts1_aitlf(&self) -> TS1_AITLF_R
[src]
Bit 5 - TS1_AITLF
pub fn ts1_aithf(&self) -> TS1_AITHF_R
[src]
Bit 6 - TS1_AITHF
pub fn ts1_rdy(&self) -> TS1_RDY_R
[src]
Bit 15 - TS1_RDY
impl R<u32, Reg<u32, _DTS_ITENR>>
[src]
pub fn ts1_iteen(&self) -> TS1_ITEEN_R
[src]
Bit 0 - TS1_ITEEN
pub fn ts1_itlen(&self) -> TS1_ITLEN_R
[src]
Bit 1 - TS1_ITLEN
pub fn ts1_ithen(&self) -> TS1_ITHEN_R
[src]
Bit 2 - TS1_ITHEN
pub fn ts1_aiteen(&self) -> TS1_AITEEN_R
[src]
Bit 4 - TS1_AITEEN
pub fn ts1_aitlen(&self) -> TS1_AITLEN_R
[src]
Bit 5 - TS1_AITLEN
pub fn ts1_aithen(&self) -> TS1_AITHEN_R
[src]
Bit 6 - TS1_AITHEN
impl R<u32, Reg<u32, _DTS_ICIFR>>
[src]
pub fn ts1_citef(&self) -> TS1_CITEF_R
[src]
Bit 0 - TS1_CITEF
pub fn ts1_citlf(&self) -> TS1_CITLF_R
[src]
Bit 1 - TS1_CITLF
pub fn ts1_cithf(&self) -> TS1_CITHF_R
[src]
Bit 2 - TS1_CITHF
pub fn ts1_caitef(&self) -> TS1_CAITEF_R
[src]
Bit 4 - TS1_CAITEF
pub fn ts1_caitlf(&self) -> TS1_CAITLF_R
[src]
Bit 5 - TS1_CAITLF
pub fn ts1_caithf(&self) -> TS1_CAITHF_R
[src]
Bit 6 - TS1_CAITHF
impl R<u32, Reg<u32, _DTS_OR>>
[src]
pub fn ts_op0(&self) -> TS_OP0_R
[src]
Bit 0 - TS_Op0
pub fn ts_op1(&self) -> TS_OP1_R
[src]
Bit 1 - TS_Op1
pub fn ts_op2(&self) -> TS_OP2_R
[src]
Bit 2 - TS_Op2
pub fn ts_op3(&self) -> TS_OP3_R
[src]
Bit 3 - TS_Op3
pub fn ts_op4(&self) -> TS_OP4_R
[src]
Bit 4 - TS_Op4
pub fn ts_op5(&self) -> TS_OP5_R
[src]
Bit 5 - TS_Op5
pub fn ts_op6(&self) -> TS_OP6_R
[src]
Bit 6 - TS_Op6
pub fn ts_op7(&self) -> TS_OP7_R
[src]
Bit 7 - TS_Op7
pub fn ts_op8(&self) -> TS_OP8_R
[src]
Bit 8 - TS_Op8
pub fn ts_op9(&self) -> TS_OP9_R
[src]
Bit 9 - TS_Op9
pub fn ts_op10(&self) -> TS_OP10_R
[src]
Bit 10 - TS_Op10
pub fn ts_op11(&self) -> TS_OP11_R
[src]
Bit 11 - TS_Op11
pub fn ts_op12(&self) -> TS_OP12_R
[src]
Bit 12 - TS_Op12
pub fn ts_op13(&self) -> TS_OP13_R
[src]
Bit 13 - TS_Op13
pub fn ts_op14(&self) -> TS_OP14_R
[src]
Bit 14 - TS_Op14
pub fn ts_op15(&self) -> TS_OP15_R
[src]
Bit 15 - TS_Op15
pub fn ts_op16(&self) -> TS_OP16_R
[src]
Bit 16 - TS_Op16
pub fn ts_op17(&self) -> TS_OP17_R
[src]
Bit 17 - TS_Op17
pub fn ts_op18(&self) -> TS_OP18_R
[src]
Bit 18 - TS_Op18
pub fn ts_op19(&self) -> TS_OP19_R
[src]
Bit 19 - TS_Op19
pub fn ts_op20(&self) -> TS_OP20_R
[src]
Bit 20 - TS_Op20
pub fn ts_op21(&self) -> TS_OP21_R
[src]
Bit 21 - TS_Op21
pub fn ts_op22(&self) -> TS_OP22_R
[src]
Bit 22 - TS_Op22
pub fn ts_op23(&self) -> TS_OP23_R
[src]
Bit 23 - TS_Op23
pub fn ts_op24(&self) -> TS_OP24_R
[src]
Bit 24 - TS_Op24
pub fn ts_op25(&self) -> TS_OP25_R
[src]
Bit 25 - TS_Op25
pub fn ts_op26(&self) -> TS_OP26_R
[src]
Bit 26 - TS_Op26
pub fn ts_op27(&self) -> TS_OP27_R
[src]
Bit 27 - TS_Op27
pub fn ts_op28(&self) -> TS_OP28_R
[src]
Bit 28 - TS_Op28
pub fn ts_op29(&self) -> TS_OP29_R
[src]
Bit 29 - TS_Op29
pub fn ts_op30(&self) -> TS_OP30_R
[src]
Bit 30 - TS_Op30
pub fn ts_op31(&self) -> TS_OP31_R
[src]
Bit 31 - TS_Op31
impl R<u32, Reg<u32, _ETH_MACCR>>
[src]
pub fn re(&self) -> RE_R
[src]
Bit 0 - RE
pub fn te(&self) -> TE_R
[src]
Bit 1 - TE
pub fn prelen(&self) -> PRELEN_R
[src]
Bits 2:3 - PRELEN
pub fn dc(&self) -> DC_R
[src]
Bit 4 - DC
pub fn bl(&self) -> BL_R
[src]
Bits 5:6 - BL
pub fn dr(&self) -> DR_R
[src]
Bit 8 - DR
pub fn dcrs(&self) -> DCRS_R
[src]
Bit 9 - DCRS
pub fn do_(&self) -> DO_R
[src]
Bit 10 - DO
pub fn ecrsfd(&self) -> ECRSFD_R
[src]
Bit 11 - ECRSFD
pub fn lm(&self) -> LM_R
[src]
Bit 12 - LM
pub fn dm(&self) -> DM_R
[src]
Bit 13 - DM
pub fn fes(&self) -> FES_R
[src]
Bit 14 - FES
pub fn ps(&self) -> PS_R
[src]
Bit 15 - PS
pub fn je(&self) -> JE_R
[src]
Bit 16 - JE
pub fn jd(&self) -> JD_R
[src]
Bit 17 - JD
pub fn be(&self) -> BE_R
[src]
Bit 18 - BE
pub fn wd(&self) -> WD_R
[src]
Bit 19 - WD
pub fn acs(&self) -> ACS_R
[src]
Bit 20 - ACS
pub fn cst(&self) -> CST_R
[src]
Bit 21 - CST
pub fn s2kp(&self) -> S2KP_R
[src]
Bit 22 - S2KP
pub fn gpslce(&self) -> GPSLCE_R
[src]
Bit 23 - GPSLCE
pub fn ipg(&self) -> IPG_R
[src]
Bits 24:26 - IPG
pub fn ipc(&self) -> IPC_R
[src]
Bit 27 - IPC
pub fn sarc(&self) -> SARC_R
[src]
Bits 28:30 - SARC
pub fn arpen(&self) -> ARPEN_R
[src]
Bit 31 - ARPEN
impl R<u32, Reg<u32, _ETH_MACECR>>
[src]
pub fn gpsl(&self) -> GPSL_R
[src]
Bits 0:13 - GPSL
pub fn dcrcc(&self) -> DCRCC_R
[src]
Bit 16 - DCRCC
pub fn spen(&self) -> SPEN_R
[src]
Bit 17 - SPEN
pub fn usp(&self) -> USP_R
[src]
Bit 18 - USP
pub fn eipgen(&self) -> EIPGEN_R
[src]
Bit 24 - EIPGEN
pub fn eipg(&self) -> EIPG_R
[src]
Bits 25:29 - EIPG
impl R<u32, Reg<u32, _ETH_MACPFR>>
[src]
pub fn pr(&self) -> PR_R
[src]
Bit 0 - PR
pub fn huc(&self) -> HUC_R
[src]
Bit 1 - HUC
pub fn hmc(&self) -> HMC_R
[src]
Bit 2 - HMC
pub fn daif(&self) -> DAIF_R
[src]
Bit 3 - DAIF
pub fn pm(&self) -> PM_R
[src]
Bit 4 - PM
pub fn dbf(&self) -> DBF_R
[src]
Bit 5 - DBF
pub fn pcf(&self) -> PCF_R
[src]
Bits 6:7 - PCF
pub fn saif(&self) -> SAIF_R
[src]
Bit 8 - SAIF
pub fn saf(&self) -> SAF_R
[src]
Bit 9 - SAF
pub fn hpf(&self) -> HPF_R
[src]
Bit 10 - HPF
pub fn vtfe(&self) -> VTFE_R
[src]
Bit 16 - VTFE
pub fn ipfe(&self) -> IPFE_R
[src]
Bit 20 - IPFE
pub fn dntu(&self) -> DNTU_R
[src]
Bit 21 - DNTU
pub fn ra(&self) -> RA_R
[src]
Bit 31 - RA
impl R<u32, Reg<u32, _ETH_MACWTR>>
[src]
impl R<u32, Reg<u32, _ETH_MACHT0R>>
[src]
impl R<u32, Reg<u32, _ETH_MACHT1R>>
[src]
impl R<u32, Reg<u32, _ETH_MACVTR>>
[src]
pub fn vl(&self) -> VL_R
[src]
Bits 0:15 - VL
pub fn etv(&self) -> ETV_R
[src]
Bit 16 - ETV
pub fn vtim(&self) -> VTIM_R
[src]
Bit 17 - VTIM
pub fn esvl(&self) -> ESVL_R
[src]
Bit 18 - ESVL
pub fn ersvlm(&self) -> ERSVLM_R
[src]
Bit 19 - ERSVLM
pub fn dovltc(&self) -> DOVLTC_R
[src]
Bit 20 - DOVLTC
pub fn evls(&self) -> EVLS_R
[src]
Bits 21:22 - EVLS
pub fn evlrxs(&self) -> EVLRXS_R
[src]
Bit 24 - EVLRXS
pub fn vthm(&self) -> VTHM_R
[src]
Bit 25 - VTHM
pub fn edvlp(&self) -> EDVLP_R
[src]
Bit 26 - EDVLP
pub fn erivlt(&self) -> ERIVLT_R
[src]
Bit 27 - ERIVLT
pub fn eivls(&self) -> EIVLS_R
[src]
Bits 28:29 - EIVLS
pub fn eivlrxs(&self) -> EIVLRXS_R
[src]
Bit 31 - EIVLRXS
impl R<u32, Reg<u32, _ETH_MACVHTR>>
[src]
impl R<u32, Reg<u32, _ETH_MACVIR>>
[src]
pub fn vlt(&self) -> VLT_R
[src]
Bits 0:15 - VLT
pub fn vlc(&self) -> VLC_R
[src]
Bits 16:17 - VLC
pub fn vlp(&self) -> VLP_R
[src]
Bit 18 - VLP
pub fn csvl(&self) -> CSVL_R
[src]
Bit 19 - CSVL
pub fn vlti(&self) -> VLTI_R
[src]
Bit 20 - VLTI
impl R<u32, Reg<u32, _ETH_MACIVIR>>
[src]
pub fn vlt(&self) -> VLT_R
[src]
Bits 0:15 - VLT
pub fn vlc(&self) -> VLC_R
[src]
Bits 16:17 - VLC
pub fn vlp(&self) -> VLP_R
[src]
Bit 18 - VLP
pub fn csvl(&self) -> CSVL_R
[src]
Bit 19 - CSVL
pub fn vlti(&self) -> VLTI_R
[src]
Bit 20 - VLTI
impl R<u32, Reg<u32, _ETH_MACQ0TXFCR>>
[src]
pub fn fcb_bpa(&self) -> FCB_BPA_R
[src]
Bit 0 - FCB_BPA
pub fn tfe(&self) -> TFE_R
[src]
Bit 1 - TFE
pub fn plt(&self) -> PLT_R
[src]
Bits 4:6 - PLT
pub fn dzpq(&self) -> DZPQ_R
[src]
Bit 7 - DZPQ
pub fn pt(&self) -> PT_R
[src]
Bits 16:31 - PT
impl R<u32, Reg<u32, _ETH_MACRXFCR>>
[src]
impl R<u32, Reg<u32, _ETH_MACTXQPMR>>
[src]
pub fn pstq0(&self) -> PSTQ0_R
[src]
Bits 0:7 - PSTQ0
pub fn pstq1(&self) -> PSTQ1_R
[src]
Bits 8:15 - PSTQ1
impl R<u32, Reg<u32, _ETH_MACRXQC0R>>
[src]
pub fn rxq0en(&self) -> RXQ0EN_R
[src]
Bits 0:1 - RXQ0EN
pub fn rxq1en(&self) -> RXQ1EN_R
[src]
Bits 2:3 - RXQ1EN
impl R<u32, Reg<u32, _ETH_MACRXQC1R>>
[src]
pub fn avcpq(&self) -> AVCPQ_R
[src]
Bits 0:2 - AVCPQ
pub fn avptpq(&self) -> AVPTPQ_R
[src]
Bits 4:6 - AVPTPQ
pub fn upq(&self) -> UPQ_R
[src]
Bits 12:14 - UPQ
pub fn mcbcq(&self) -> MCBCQ_R
[src]
Bits 16:18 - MCBCQ
pub fn mcbcqen(&self) -> MCBCQEN_R
[src]
Bit 20 - MCBCQEN
pub fn tacpqe(&self) -> TACPQE_R
[src]
Bit 21 - TACPQE
impl R<u32, Reg<u32, _ETH_MACRXQC2R>>
[src]
pub fn psrq0(&self) -> PSRQ0_R
[src]
Bits 0:7 - PSRQ0
pub fn psrq1(&self) -> PSRQ1_R
[src]
Bits 8:15 - PSRQ1
impl R<u32, Reg<u32, _ETH_MACISR>>
[src]
pub fn rgsmiiis(&self) -> RGSMIIIS_R
[src]
Bit 0 - RGSMIIIS
pub fn phyis(&self) -> PHYIS_R
[src]
Bit 3 - PHYIS
pub fn pmtis(&self) -> PMTIS_R
[src]
Bit 4 - PMTIS
pub fn lpiis(&self) -> LPIIS_R
[src]
Bit 5 - LPIIS
pub fn mmcis(&self) -> MMCIS_R
[src]
Bit 8 - MMCIS
pub fn mmcrxis(&self) -> MMCRXIS_R
[src]
Bit 9 - MMCRXIS
pub fn mmctxis(&self) -> MMCTXIS_R
[src]
Bit 10 - MMCTXIS
pub fn tsis(&self) -> TSIS_R
[src]
Bit 12 - TSIS
pub fn txstsis(&self) -> TXSTSIS_R
[src]
Bit 13 - TXSTSIS
pub fn rxstsis(&self) -> RXSTSIS_R
[src]
Bit 14 - RXSTSIS
impl R<u32, Reg<u32, _ETH_MACIER>>
[src]
pub fn rgsmiiie(&self) -> RGSMIIIE_R
[src]
Bit 0 - RGSMIIIE
pub fn phyie(&self) -> PHYIE_R
[src]
Bit 3 - PHYIE
pub fn pmtie(&self) -> PMTIE_R
[src]
Bit 4 - PMTIE
pub fn lpiie(&self) -> LPIIE_R
[src]
Bit 5 - LPIIE
pub fn tsie(&self) -> TSIE_R
[src]
Bit 12 - TSIE
pub fn txstsie(&self) -> TXSTSIE_R
[src]
Bit 13 - TXSTSIE
pub fn rxstsie(&self) -> RXSTSIE_R
[src]
Bit 14 - RXSTSIE
impl R<u32, Reg<u32, _ETH_MACRXTXSR>>
[src]
pub fn tjt(&self) -> TJT_R
[src]
Bit 0 - TJT
pub fn ncarr(&self) -> NCARR_R
[src]
Bit 1 - NCARR
pub fn lcarr(&self) -> LCARR_R
[src]
Bit 2 - LCARR
pub fn exdef(&self) -> EXDEF_R
[src]
Bit 3 - EXDEF
pub fn lcol(&self) -> LCOL_R
[src]
Bit 4 - LCOL
pub fn excol(&self) -> EXCOL_R
[src]
Bit 5 - EXCOL
pub fn rwt(&self) -> RWT_R
[src]
Bit 8 - RWT
impl R<u32, Reg<u32, _ETH_MACPCSR>>
[src]
pub fn pwrdwn(&self) -> PWRDWN_R
[src]
Bit 0 - PWRDWN
pub fn mgkpkten(&self) -> MGKPKTEN_R
[src]
Bit 1 - MGKPKTEN
pub fn rwkpkten(&self) -> RWKPKTEN_R
[src]
Bit 2 - RWKPKTEN
pub fn mgkprcvd(&self) -> MGKPRCVD_R
[src]
Bit 5 - MGKPRCVD
pub fn rwkprcvd(&self) -> RWKPRCVD_R
[src]
Bit 6 - RWKPRCVD
pub fn glblucast(&self) -> GLBLUCAST_R
[src]
Bit 9 - GLBLUCAST
pub fn rwkpfe(&self) -> RWKPFE_R
[src]
Bit 10 - RWKPFE
pub fn rwkptr(&self) -> RWKPTR_R
[src]
Bits 24:28 - RWKPTR
pub fn rwkfiltrst(&self) -> RWKFILTRST_R
[src]
Bit 31 - RWKFILTRST
impl R<u32, Reg<u32, _ETH_MACRWKPFR>>
[src]
pub fn tlpien(&self) -> TLPIEN_R
[src]
Bit 0 - TLPIEN
pub fn tlpiex(&self) -> TLPIEX_R
[src]
Bit 1 - TLPIEX
pub fn rlpien(&self) -> RLPIEN_R
[src]
Bit 2 - RLPIEN
pub fn rlpiex(&self) -> RLPIEX_R
[src]
Bit 3 - RLPIEX
pub fn tlpist(&self) -> TLPIST_R
[src]
Bit 8 - TLPIST
pub fn rlpist(&self) -> RLPIST_R
[src]
Bit 9 - RLPIST
pub fn lpien(&self) -> LPIEN_R
[src]
Bit 16 - LPIEN
pub fn pls(&self) -> PLS_R
[src]
Bit 17 - PLS
pub fn plsen(&self) -> PLSEN_R
[src]
Bit 18 - PLSEN
pub fn lpitxa(&self) -> LPITXA_R
[src]
Bit 19 - LPITXA
pub fn lpite(&self) -> LPITE_R
[src]
Bit 20 - LPITE
impl R<u32, Reg<u32, _ETH_MACLCSR>>
[src]
pub fn tlpien(&self) -> TLPIEN_R
[src]
Bit 0 - TLPIEN
pub fn tlpiex(&self) -> TLPIEX_R
[src]
Bit 1 - TLPIEX
pub fn rlpien(&self) -> RLPIEN_R
[src]
Bit 2 - RLPIEN
pub fn rlpiex(&self) -> RLPIEX_R
[src]
Bit 3 - RLPIEX
pub fn tlpist(&self) -> TLPIST_R
[src]
Bit 8 - TLPIST
pub fn rlpist(&self) -> RLPIST_R
[src]
Bit 9 - RLPIST
pub fn lpien(&self) -> LPIEN_R
[src]
Bit 16 - LPIEN
pub fn pls(&self) -> PLS_R
[src]
Bit 17 - PLS
pub fn plsen(&self) -> PLSEN_R
[src]
Bit 18 - PLSEN
pub fn lpitxa(&self) -> LPITXA_R
[src]
Bit 19 - LPITXA
pub fn lpite(&self) -> LPITE_R
[src]
Bit 20 - LPITE
impl R<u32, Reg<u32, _ETH_MACLTCR>>
[src]
impl R<u32, Reg<u32, _ETH_MACLETR>>
[src]
impl R<u32, Reg<u32, _ETH_MAC1USTCR>>
[src]
pub fn tic_1us_cntr(&self) -> TIC_1US_CNTR_R
[src]
Bits 0:11 - TIC_1US_CNTR
impl R<u32, Reg<u32, _ETH_MACPHYCSR>>
[src]
pub fn tc(&self) -> TC_R
[src]
Bit 0 - TC
pub fn lud(&self) -> LUD_R
[src]
Bit 1 - LUD
pub fn lnkmod(&self) -> LNKMOD_R
[src]
Bit 16 - LNKMOD
pub fn lnkspeed(&self) -> LNKSPEED_R
[src]
Bits 17:18 - LNKSPEED
pub fn lnksts(&self) -> LNKSTS_R
[src]
Bit 19 - LNKSTS
pub fn jabto(&self) -> JABTO_R
[src]
Bit 20 - JABTO
pub fn falscardet(&self) -> FALSCARDET_R
[src]
Bit 21 - FALSCARDET
impl R<u32, Reg<u32, _ETH_MACVR>>
[src]
pub fn snpsver(&self) -> SNPSVER_R
[src]
Bits 0:7 - SNPSVER
pub fn userver(&self) -> USERVER_R
[src]
Bits 8:15 - USERVER
impl R<u32, Reg<u32, _ETH_MACDR>>
[src]
pub fn rpests(&self) -> RPESTS_R
[src]
Bit 0 - RPESTS
pub fn rfcfcsts(&self) -> RFCFCSTS_R
[src]
Bits 1:2 - RFCFCSTS
pub fn tpests(&self) -> TPESTS_R
[src]
Bit 16 - TPESTS
pub fn tfcsts(&self) -> TFCSTS_R
[src]
Bits 17:18 - TFCSTS
impl R<u32, Reg<u32, _ETH_MACHWF1R>>
[src]
pub fn rxfifosize(&self) -> RXFIFOSIZE_R
[src]
Bits 0:4 - RXFIFOSIZE
pub fn txfifosize(&self) -> TXFIFOSIZE_R
[src]
Bits 6:10 - TXFIFOSIZE
pub fn osten(&self) -> OSTEN_R
[src]
Bit 11 - OSTEN
pub fn ptoen(&self) -> PTOEN_R
[src]
Bit 12 - PTOEN
pub fn advthword(&self) -> ADVTHWORD_R
[src]
Bit 13 - ADVTHWORD
pub fn addr64(&self) -> ADDR64_R
[src]
Bits 14:15 - ADDR64
pub fn dcben(&self) -> DCBEN_R
[src]
Bit 16 - DCBEN
pub fn sphen(&self) -> SPHEN_R
[src]
Bit 17 - SPHEN
pub fn tsoen(&self) -> TSOEN_R
[src]
Bit 18 - TSOEN
pub fn dbgmema(&self) -> DBGMEMA_R
[src]
Bit 19 - DBGMEMA
pub fn avsel(&self) -> AVSEL_R
[src]
Bit 20 - AVSEL
pub fn hashtblsz(&self) -> HASHTBLSZ_R
[src]
Bits 24:25 - HASHTBLSZ
pub fn l3l4fnum(&self) -> L3L4FNUM_R
[src]
Bits 27:30 - L3L4FNUM
impl R<u32, Reg<u32, _ETH_MACHWF2R>>
[src]
pub fn rxqcnt(&self) -> RXQCNT_R
[src]
Bits 0:3 - RXQCNT
pub fn txqcnt(&self) -> TXQCNT_R
[src]
Bits 6:9 - TXQCNT
pub fn rxchcnt(&self) -> RXCHCNT_R
[src]
Bits 12:15 - RXCHCNT
pub fn txchcnt(&self) -> TXCHCNT_R
[src]
Bits 18:21 - TXCHCNT
pub fn ppsoutnum(&self) -> PPSOUTNUM_R
[src]
Bits 24:26 - PPSOUTNUM
pub fn auxsnapnum(&self) -> AUXSNAPNUM_R
[src]
Bits 28:30 - AUXSNAPNUM
impl R<u32, Reg<u32, _ETH_MACMDIOAR>>
[src]
pub fn gb(&self) -> GB_R
[src]
Bit 0 - GB
pub fn c45e(&self) -> C45E_R
[src]
Bit 1 - C45E
pub fn goc(&self) -> GOC_R
[src]
Bits 2:3 - GOC
pub fn skap(&self) -> SKAP_R
[src]
Bit 4 - SKAP
pub fn cr(&self) -> CR_R
[src]
Bits 8:11 - CR
pub fn ntc(&self) -> NTC_R
[src]
Bits 12:14 - NTC
pub fn rda(&self) -> RDA_R
[src]
Bits 16:20 - RDA
pub fn pa(&self) -> PA_R
[src]
Bits 21:25 - PA
pub fn btb(&self) -> BTB_R
[src]
Bit 26 - BTB
pub fn pse(&self) -> PSE_R
[src]
Bit 27 - PSE
impl R<u32, Reg<u32, _ETH_MACMDIODR>>
[src]
impl R<u32, Reg<u32, _ETH_MACA0HR>>
[src]
impl R<u32, Reg<u32, _ETH_MACA0LR>>
[src]
impl R<u32, Reg<u32, _ETH_MACA1HR>>
[src]
pub fn addrhi(&self) -> ADDRHI_R
[src]
Bits 0:15 - ADDRHI
pub fn mbc(&self) -> MBC_R
[src]
Bits 24:29 - MBC
pub fn sa(&self) -> SA_R
[src]
Bit 30 - SA
pub fn ae(&self) -> AE_R
[src]
Bit 31 - AE
impl R<u32, Reg<u32, _ETH_MACA1LR>>
[src]
impl R<u32, Reg<u32, _ETH_MACA2HR>>
[src]
pub fn addrhi(&self) -> ADDRHI_R
[src]
Bits 0:15 - ADDRHI
pub fn mbc(&self) -> MBC_R
[src]
Bits 24:29 - MBC
pub fn sa(&self) -> SA_R
[src]
Bit 30 - SA
pub fn ae(&self) -> AE_R
[src]
Bit 31 - AE
impl R<u32, Reg<u32, _ETH_MACA2LR>>
[src]
impl R<u32, Reg<u32, _ETH_MACA3HR>>
[src]
pub fn addrhi(&self) -> ADDRHI_R
[src]
Bits 0:15 - ADDRHI
pub fn mbc(&self) -> MBC_R
[src]
Bits 24:29 - MBC
pub fn sa(&self) -> SA_R
[src]
Bit 30 - SA
pub fn ae(&self) -> AE_R
[src]
Bit 31 - AE
impl R<u32, Reg<u32, _ETH_MACA3LR>>
[src]
impl R<u32, Reg<u32, _MMC_CONTROL>>
[src]
pub fn cntrst(&self) -> CNTRST_R
[src]
Bit 0 - CNTRST
pub fn cntstopro(&self) -> CNTSTOPRO_R
[src]
Bit 1 - CNTSTOPRO
pub fn rstonrd(&self) -> RSTONRD_R
[src]
Bit 2 - RSTONRD
pub fn cntfreez(&self) -> CNTFREEZ_R
[src]
Bit 3 - CNTFREEZ
pub fn cntprst(&self) -> CNTPRST_R
[src]
Bit 4 - CNTPRST
pub fn cntprstlvl(&self) -> CNTPRSTLVL_R
[src]
Bit 5 - CNTPRSTLVL
pub fn ucdbc(&self) -> UCDBC_R
[src]
Bit 8 - UCDBC
impl R<u32, Reg<u32, _MMC_RX_INTERRUPT>>
[src]
pub fn rxcrcerpis(&self) -> RXCRCERPIS_R
[src]
Bit 5 - RXCRCERPIS
pub fn rxalgnerpis(&self) -> RXALGNERPIS_R
[src]
Bit 6 - RXALGNERPIS
pub fn rxucgpis(&self) -> RXUCGPIS_R
[src]
Bit 17 - RXUCGPIS
pub fn rxlpiuscis(&self) -> RXLPIUSCIS_R
[src]
Bit 26 - RXLPIUSCIS
pub fn rxlpitrcis(&self) -> RXLPITRCIS_R
[src]
Bit 27 - RXLPITRCIS
impl R<u32, Reg<u32, _MMC_TX_INTERRUPT>>
[src]
pub fn txscolgpis(&self) -> TXSCOLGPIS_R
[src]
Bit 14 - TXSCOLGPIS
pub fn txmcolgpis(&self) -> TXMCOLGPIS_R
[src]
Bit 15 - TXMCOLGPIS
pub fn txgpktis(&self) -> TXGPKTIS_R
[src]
Bit 21 - TXGPKTIS
pub fn txlpiuscis(&self) -> TXLPIUSCIS_R
[src]
Bit 26 - TXLPIUSCIS
pub fn txlpitrcis(&self) -> TXLPITRCIS_R
[src]
Bit 27 - TXLPITRCIS
impl R<u32, Reg<u32, _MMC_RX_INTERRUPT_MASK>>
[src]
pub fn rxcrcerpim(&self) -> RXCRCERPIM_R
[src]
Bit 5 - RXCRCERPIM
pub fn rxalgnerpim(&self) -> RXALGNERPIM_R
[src]
Bit 6 - RXALGNERPIM
pub fn rxucgpim(&self) -> RXUCGPIM_R
[src]
Bit 17 - RXUCGPIM
pub fn rxlpiuscim(&self) -> RXLPIUSCIM_R
[src]
Bit 26 - RXLPIUSCIM
pub fn rxlpitrcim(&self) -> RXLPITRCIM_R
[src]
Bit 27 - RXLPITRCIM
impl R<u32, Reg<u32, _MMC_TX_INTERRUPT_MASK>>
[src]
pub fn txscolgpim(&self) -> TXSCOLGPIM_R
[src]
Bit 14 - TXSCOLGPIM
pub fn txmcolgpim(&self) -> TXMCOLGPIM_R
[src]
Bit 15 - TXMCOLGPIM
pub fn txgpktim(&self) -> TXGPKTIM_R
[src]
Bit 21 - TXGPKTIM
pub fn txlpiuscim(&self) -> TXLPIUSCIM_R
[src]
Bit 26 - TXLPIUSCIM
pub fn txlpitrcim(&self) -> TXLPITRCIM_R
[src]
Bit 27 - TXLPITRCIM
impl R<u32, Reg<u32, _TX_SINGLE_COLLISION_GOOD_PACKETS>>
[src]
pub fn txsnglcolg(&self) -> TXSNGLCOLG_R
[src]
Bits 0:31 - TXSNGLCOLG
impl R<u32, Reg<u32, _TX_MULTIPLE_COLLISION_GOOD_PACKETS>>
[src]
pub fn txmultcolg(&self) -> TXMULTCOLG_R
[src]
Bits 0:31 - TXMULTCOLG
impl R<u32, Reg<u32, _TX_PACKET_COUNT_GOOD>>
[src]
impl R<u32, Reg<u32, _RX_CRC_ERROR_PACKETS>>
[src]
pub fn rxcrcerr(&self) -> RXCRCERR_R
[src]
Bits 0:31 - RXCRCERR
impl R<u32, Reg<u32, _RX_ALIGNMENT_ERROR_PACKETS>>
[src]
pub fn rxalgnerr(&self) -> RXALGNERR_R
[src]
Bits 0:31 - RXALGNERR
impl R<u32, Reg<u32, _RX_UNICAST_PACKETS_GOOD>>
[src]
pub fn rxucastg(&self) -> RXUCASTG_R
[src]
Bits 0:31 - RXUCASTG
impl R<u32, Reg<u32, _TX_LPI_USEC_CNTR>>
[src]
pub fn txlpiusc(&self) -> TXLPIUSC_R
[src]
Bits 0:31 - TXLPIUSC
impl R<u32, Reg<u32, _TX_LPI_TRAN_CNTR>>
[src]
pub fn txlpitrc(&self) -> TXLPITRC_R
[src]
Bits 0:31 - TXLPITRC
impl R<u32, Reg<u32, _RX_LPI_USEC_CNTR>>
[src]
pub fn rxlpiusc(&self) -> RXLPIUSC_R
[src]
Bits 0:31 - RXLPIUSC
impl R<u32, Reg<u32, _RX_LPI_TRAN_CNTR>>
[src]
pub fn rxlpitrc(&self) -> RXLPITRC_R
[src]
Bits 0:31 - RXLPITRC
impl R<u32, Reg<u32, _ETH_MACL3L4C0R>>
[src]
pub fn l3pen0(&self) -> L3PEN0_R
[src]
Bit 0 - L3PEN0
pub fn l3sam0(&self) -> L3SAM0_R
[src]
Bit 2 - L3SAM0
pub fn l3saim0(&self) -> L3SAIM0_R
[src]
Bit 3 - L3SAIM0
pub fn l3dam0(&self) -> L3DAM0_R
[src]
Bit 4 - L3DAM0
pub fn l3daim0(&self) -> L3DAIM0_R
[src]
Bit 5 - L3DAIM0
pub fn l3hsbm0(&self) -> L3HSBM0_R
[src]
Bits 6:10 - L3HSBM0
pub fn l3hdbm0(&self) -> L3HDBM0_R
[src]
Bits 11:15 - L3HDBM0
pub fn l4pen0(&self) -> L4PEN0_R
[src]
Bit 16 - L4PEN0
pub fn l4spm0(&self) -> L4SPM0_R
[src]
Bit 18 - L4SPM0
pub fn l4spim0(&self) -> L4SPIM0_R
[src]
Bit 19 - L4SPIM0
pub fn l4dpm0(&self) -> L4DPM0_R
[src]
Bit 20 - L4DPM0
pub fn l4dpim0(&self) -> L4DPIM0_R
[src]
Bit 21 - L4DPIM0
impl R<u32, Reg<u32, _ETH_MACL4A0R>>
[src]
pub fn l4sp0(&self) -> L4SP0_R
[src]
Bits 0:15 - L4SP0
pub fn l4dp0(&self) -> L4DP0_R
[src]
Bits 16:31 - L4DP0
impl R<u32, Reg<u32, _ETH_MACL3A00R>>
[src]
impl R<u32, Reg<u32, _ETH_MACL3A10R>>
[src]
impl R<u32, Reg<u32, _ETH_MACL3A20>>
[src]
impl R<u32, Reg<u32, _ETH_MACL3A30>>
[src]
impl R<u32, Reg<u32, _ETH_MACL3L4C1R>>
[src]
pub fn l3pen1(&self) -> L3PEN1_R
[src]
Bit 0 - L3PEN1
pub fn l3sam1(&self) -> L3SAM1_R
[src]
Bit 2 - L3SAM1
pub fn l3saim1(&self) -> L3SAIM1_R
[src]
Bit 3 - L3SAIM1
pub fn l3dam1(&self) -> L3DAM1_R
[src]
Bit 4 - L3DAM1
pub fn l3daim1(&self) -> L3DAIM1_R
[src]
Bit 5 - L3DAIM1
pub fn l3hsbm1(&self) -> L3HSBM1_R
[src]
Bits 6:10 - L3HSBM1
pub fn l3hdbm1(&self) -> L3HDBM1_R
[src]
Bits 11:15 - L3HDBM1
pub fn l4pen1(&self) -> L4PEN1_R
[src]
Bit 16 - L4PEN1
pub fn l4spm1(&self) -> L4SPM1_R
[src]
Bit 18 - L4SPM1
pub fn l4spim1(&self) -> L4SPIM1_R
[src]
Bit 19 - L4SPIM1
pub fn l4dpm1(&self) -> L4DPM1_R
[src]
Bit 20 - L4DPM1
pub fn l4dpim1(&self) -> L4DPIM1_R
[src]
Bit 21 - L4DPIM1
impl R<u32, Reg<u32, _ETH_MACL4A1R>>
[src]
pub fn l4sp1(&self) -> L4SP1_R
[src]
Bits 0:15 - L4SP1
pub fn l4dp1(&self) -> L4DP1_R
[src]
Bits 16:31 - L4DP1
impl R<u32, Reg<u32, _ETH_MACL3A01R>>
[src]
impl R<u32, Reg<u32, _ETH_MACL3A11R>>
[src]
impl R<u32, Reg<u32, _ETH_MACL3A21R>>
[src]
impl R<u32, Reg<u32, _ETH_MACL3A31R>>
[src]
impl R<u32, Reg<u32, _ETH_MACARPAR>>
[src]
impl R<u32, Reg<u32, _ETH_MACTSCR>>
[src]
pub fn tsena(&self) -> TSENA_R
[src]
Bit 0 - TSENA
pub fn tscfupdt(&self) -> TSCFUPDT_R
[src]
Bit 1 - TSCFUPDT
pub fn tsinit(&self) -> TSINIT_R
[src]
Bit 2 - TSINIT
pub fn tsupdt(&self) -> TSUPDT_R
[src]
Bit 3 - TSUPDT
pub fn tsaddreg(&self) -> TSADDREG_R
[src]
Bit 5 - TSADDREG
pub fn tsenall(&self) -> TSENALL_R
[src]
Bit 8 - TSENALL
pub fn tsctrlssr(&self) -> TSCTRLSSR_R
[src]
Bit 9 - TSCTRLSSR
pub fn tsver2ena(&self) -> TSVER2ENA_R
[src]
Bit 10 - TSVER2ENA
pub fn tsipena(&self) -> TSIPENA_R
[src]
Bit 11 - TSIPENA
pub fn tsipv6ena(&self) -> TSIPV6ENA_R
[src]
Bit 12 - TSIPV6ENA
pub fn tsipv4ena(&self) -> TSIPV4ENA_R
[src]
Bit 13 - TSIPV4ENA
pub fn tsevntena(&self) -> TSEVNTENA_R
[src]
Bit 14 - TSEVNTENA
pub fn tsmstrena(&self) -> TSMSTRENA_R
[src]
Bit 15 - TSMSTRENA
pub fn snaptypsel(&self) -> SNAPTYPSEL_R
[src]
Bits 16:17 - SNAPTYPSEL
pub fn tsenmacaddr(&self) -> TSENMACADDR_R
[src]
Bit 18 - TSENMACADDR
pub fn csc(&self) -> CSC_R
[src]
Bit 19 - CSC
pub fn txtsstsm(&self) -> TXTSSTSM_R
[src]
Bit 24 - TXTSSTSM
pub fn av8021asmen(&self) -> AV8021ASMEN_R
[src]
Bit 28 - AV8021ASMEN
impl R<u32, Reg<u32, _ETH_MACSSIR>>
[src]
pub fn snsinc(&self) -> SNSINC_R
[src]
Bits 8:15 - SNSINC
pub fn ssinc(&self) -> SSINC_R
[src]
Bits 16:23 - SSINC
impl R<u32, Reg<u32, _ETH_MACSTSR>>
[src]
impl R<u32, Reg<u32, _ETH_MACSTNR>>
[src]
impl R<u32, Reg<u32, _ETH_MACSTSUR>>
[src]
impl R<u32, Reg<u32, _ETH_MACSTNUR>>
[src]
pub fn tsss(&self) -> TSSS_R
[src]
Bits 0:30 - TSSS
pub fn addsub(&self) -> ADDSUB_R
[src]
Bit 31 - ADDSUB
impl R<u32, Reg<u32, _ETH_MACTSAR>>
[src]
impl R<u32, Reg<u32, _ETH_MACTSSR>>
[src]
pub fn tssovf(&self) -> TSSOVF_R
[src]
Bit 0 - TSSOVF
pub fn tstargt0(&self) -> TSTARGT0_R
[src]
Bit 1 - TSTARGT0
pub fn auxtstrig(&self) -> AUXTSTRIG_R
[src]
Bit 2 - AUXTSTRIG
pub fn tstrgterr0(&self) -> TSTRGTERR0_R
[src]
Bit 3 - TSTRGTERR0
pub fn txtssis(&self) -> TXTSSIS_R
[src]
Bit 15 - TXTSSIS
pub fn atsstn(&self) -> ATSSTN_R
[src]
Bits 16:19 - ATSSTN
pub fn atsstm(&self) -> ATSSTM_R
[src]
Bit 24 - ATSSTM
pub fn atsns(&self) -> ATSNS_R
[src]
Bits 25:29 - ATSNS
impl R<u32, Reg<u32, _ETH_MACTXTSSNR>>
[src]
pub fn txtsslo(&self) -> TXTSSLO_R
[src]
Bits 0:30 - TXTSSLO
pub fn txtssmis(&self) -> TXTSSMIS_R
[src]
Bit 31 - TXTSSMIS
impl R<u32, Reg<u32, _ETH_MACTXTSSSR>>
[src]
impl R<u32, Reg<u32, _ETH_MACACR>>
[src]
pub fn atsfc(&self) -> ATSFC_R
[src]
Bit 0 - ATSFC
pub fn atsen0(&self) -> ATSEN0_R
[src]
Bit 4 - ATSEN0
pub fn atsen1(&self) -> ATSEN1_R
[src]
Bit 5 - ATSEN1
pub fn atsen2(&self) -> ATSEN2_R
[src]
Bit 6 - ATSEN2
pub fn atsen3(&self) -> ATSEN3_R
[src]
Bit 7 - ATSEN3
impl R<u32, Reg<u32, _ETH_MACATSNR>>
[src]
impl R<u32, Reg<u32, _ETH_MACATSSR>>
[src]
impl R<u32, Reg<u32, _ETH_MACTSIACR>>
[src]
impl R<u32, Reg<u32, _ETH_MACTSEACR>>
[src]
impl R<u32, Reg<u32, _ETH_MACTSICNR>>
[src]
impl R<u32, Reg<u32, _ETH_MACTSECNR>>
[src]
impl R<u32, Reg<u32, _ETH_MACPPSCR>>
[src]
pub fn ppsctrl(&self) -> PPSCTRL_R
[src]
Bits 0:3 - PPSCTRL
pub fn ppsen0(&self) -> PPSEN0_R
[src]
Bit 4 - PPSEN0
pub fn trgtmodsel0(&self) -> TRGTMODSEL0_R
[src]
Bits 5:6 - TRGTMODSEL0
impl R<u32, Reg<u32, _ETH_MACPPSTTSR>>
[src]
impl R<u32, Reg<u32, _ETH_MACPPSTTNR>>
[src]
pub fn ttsl0(&self) -> TTSL0_R
[src]
Bits 0:30 - TTSL0
pub fn trgtbusy0(&self) -> TRGTBUSY0_R
[src]
Bit 31 - TRGTBUSY0
impl R<u32, Reg<u32, _ETH_MACPPSIR>>
[src]
impl R<u32, Reg<u32, _ETH_MACPPSWR>>
[src]
pub fn ppswidth0(&self) -> PPSWIDTH0_R
[src]
Bits 0:31 - PPSWIDTH0
impl R<u32, Reg<u32, _ETH_MACPOCR>>
[src]
pub fn ptoen(&self) -> PTOEN_R
[src]
Bit 0 - PTOEN
pub fn asyncen(&self) -> ASYNCEN_R
[src]
Bit 1 - ASYNCEN
pub fn apdreqen(&self) -> APDREQEN_R
[src]
Bit 2 - APDREQEN
pub fn asynctrig(&self) -> ASYNCTRIG_R
[src]
Bit 4 - ASYNCTRIG
pub fn apdreqtrig(&self) -> APDREQTRIG_R
[src]
Bit 5 - APDREQTRIG
pub fn drrdis(&self) -> DRRDIS_R
[src]
Bit 6 - DRRDIS
pub fn dn(&self) -> DN_R
[src]
Bits 8:15 - DN
impl R<u32, Reg<u32, _ETH_MACSPI0R>>
[src]
impl R<u32, Reg<u32, _ETH_MACSPI1R>>
[src]
impl R<u32, Reg<u32, _ETH_MACSPI2R>>
[src]
impl R<u32, Reg<u32, _ETH_MACLMIR>>
[src]
pub fn lsi(&self) -> LSI_R
[src]
Bits 0:7 - LSI
pub fn drsyncr(&self) -> DRSYNCR_R
[src]
Bits 8:10 - DRSYNCR
pub fn lmpdri(&self) -> LMPDRI_R
[src]
Bits 24:31 - LMPDRI
impl R<u32, Reg<u32, _ETH_MTLOMR>>
[src]
pub fn dtxsts(&self) -> DTXSTS_R
[src]
Bit 1 - DTXSTS
pub fn raa(&self) -> RAA_R
[src]
Bit 2 - RAA
pub fn schalg(&self) -> SCHALG_R
[src]
Bits 5:6 - SCHALG
pub fn cntprst(&self) -> CNTPRST_R
[src]
Bit 8 - CNTPRST
pub fn cntclr(&self) -> CNTCLR_R
[src]
Bit 9 - CNTCLR
impl R<u32, Reg<u32, _ETH_MTLISR>>
[src]
impl R<u32, Reg<u32, _ETH_MTLTXQ0OMR>>
[src]
pub fn ftq(&self) -> FTQ_R
[src]
Bit 0 - FTQ
pub fn tsf(&self) -> TSF_R
[src]
Bit 1 - TSF
pub fn txqen(&self) -> TXQEN_R
[src]
Bits 2:3 - TXQEN
pub fn ttc(&self) -> TTC_R
[src]
Bits 4:5 - TTC
pub fn tqs(&self) -> TQS_R
[src]
Bits 16:24 - TQS
impl R<u32, Reg<u32, _ETH_MTLTXQ1OMR>>
[src]
pub fn ftq(&self) -> FTQ_R
[src]
Bit 0 - FTQ
pub fn tsf(&self) -> TSF_R
[src]
Bit 1 - TSF
pub fn txqen(&self) -> TXQEN_R
[src]
Bits 2:3 - TXQEN
pub fn ttc(&self) -> TTC_R
[src]
Bits 4:5 - TTC
pub fn tqs(&self) -> TQS_R
[src]
Bits 16:24 - TQS
impl R<u32, Reg<u32, _ETH_MTLTXQ0UR>>
[src]
pub fn uffrmcnt(&self) -> UFFRMCNT_R
[src]
Bits 0:10 - UFFRMCNT
pub fn ufcntovf(&self) -> UFCNTOVF_R
[src]
Bit 11 - UFCNTOVF
impl R<u32, Reg<u32, _ETH_MTLTXQ1UR>>
[src]
pub fn uffrmcnt(&self) -> UFFRMCNT_R
[src]
Bits 0:10 - UFFRMCNT
pub fn ufcntovf(&self) -> UFCNTOVF_R
[src]
Bit 11 - UFCNTOVF
impl R<u32, Reg<u32, _ETH_MTLTXQ0DR>>
[src]
pub fn txqpaused(&self) -> TXQPAUSED_R
[src]
Bit 0 - TXQPAUSED
pub fn trcsts(&self) -> TRCSTS_R
[src]
Bits 1:2 - TRCSTS
pub fn twcsts(&self) -> TWCSTS_R
[src]
Bit 3 - TWCSTS
pub fn txqsts(&self) -> TXQSTS_R
[src]
Bit 4 - TXQSTS
pub fn txstsfsts(&self) -> TXSTSFSTS_R
[src]
Bit 5 - TXSTSFSTS
pub fn ptxq(&self) -> PTXQ_R
[src]
Bits 16:18 - PTXQ
pub fn stxstsf(&self) -> STXSTSF_R
[src]
Bits 20:22 - STXSTSF
impl R<u32, Reg<u32, _ETH_MTLTXQ1DR>>
[src]
pub fn txqpaused(&self) -> TXQPAUSED_R
[src]
Bit 0 - TXQPAUSED
pub fn trcsts(&self) -> TRCSTS_R
[src]
Bits 1:2 - TRCSTS
pub fn twcsts(&self) -> TWCSTS_R
[src]
Bit 3 - TWCSTS
pub fn txqsts(&self) -> TXQSTS_R
[src]
Bit 4 - TXQSTS
pub fn txstsfsts(&self) -> TXSTSFSTS_R
[src]
Bit 5 - TXSTSFSTS
pub fn ptxq(&self) -> PTXQ_R
[src]
Bits 16:18 - PTXQ
pub fn stxstsf(&self) -> STXSTSF_R
[src]
Bits 20:22 - STXSTSF
impl R<u32, Reg<u32, _ETH_MTLTXQ0ESR>>
[src]
impl R<u32, Reg<u32, _ETH_MTLTXQ1ESR>>
[src]
impl R<u32, Reg<u32, _ETH_MTLQ0ICSR>>
[src]
pub fn txunfis(&self) -> TXUNFIS_R
[src]
Bit 0 - TXUNFIS
pub fn abpsis(&self) -> ABPSIS_R
[src]
Bit 1 - ABPSIS
pub fn txuie(&self) -> TXUIE_R
[src]
Bit 8 - TXUIE
pub fn abpsie(&self) -> ABPSIE_R
[src]
Bit 9 - ABPSIE
pub fn rxovfis(&self) -> RXOVFIS_R
[src]
Bit 16 - RXOVFIS
pub fn rxoie(&self) -> RXOIE_R
[src]
Bit 24 - RXOIE
impl R<u32, Reg<u32, _ETH_MTLQ1ICSR>>
[src]
pub fn txunfis(&self) -> TXUNFIS_R
[src]
Bit 0 - TXUNFIS
pub fn abpsis(&self) -> ABPSIS_R
[src]
Bit 1 - ABPSIS
pub fn txuie(&self) -> TXUIE_R
[src]
Bit 8 - TXUIE
pub fn abpsie(&self) -> ABPSIE_R
[src]
Bit 9 - ABPSIE
pub fn rxovfis(&self) -> RXOVFIS_R
[src]
Bit 16 - RXOVFIS
pub fn rxoie(&self) -> RXOIE_R
[src]
Bit 24 - RXOIE
impl R<u32, Reg<u32, _ETH_MTLRXQ0OMR>>
[src]
pub fn rtc(&self) -> RTC_R
[src]
Bits 0:1 - RTC
pub fn fup(&self) -> FUP_R
[src]
Bit 3 - FUP
pub fn fep(&self) -> FEP_R
[src]
Bit 4 - FEP
pub fn rsf(&self) -> RSF_R
[src]
Bit 5 - RSF
pub fn dis_tcp_ef(&self) -> DIS_TCP_EF_R
[src]
Bit 6 - DIS_TCP_EF
pub fn ehfc(&self) -> EHFC_R
[src]
Bit 7 - EHFC
pub fn rfa(&self) -> RFA_R
[src]
Bits 8:10 - RFA
pub fn rfd(&self) -> RFD_R
[src]
Bits 14:16 - RFD
pub fn rqs(&self) -> RQS_R
[src]
Bits 20:23 - RQS
impl R<u32, Reg<u32, _ETH_MTLRXQ1OMR>>
[src]
pub fn rtc(&self) -> RTC_R
[src]
Bits 0:1 - RTC
pub fn fup(&self) -> FUP_R
[src]
Bit 3 - FUP
pub fn fep(&self) -> FEP_R
[src]
Bit 4 - FEP
pub fn rsf(&self) -> RSF_R
[src]
Bit 5 - RSF
pub fn dis_tcp_ef(&self) -> DIS_TCP_EF_R
[src]
Bit 6 - DIS_TCP_EF
pub fn ehfc(&self) -> EHFC_R
[src]
Bit 7 - EHFC
pub fn rfa(&self) -> RFA_R
[src]
Bits 8:10 - RFA
pub fn rfd(&self) -> RFD_R
[src]
Bits 14:16 - RFD
pub fn rqs(&self) -> RQS_R
[src]
Bits 20:23 - RQS
impl R<u32, Reg<u32, _ETH_MTLRXQ0MPOCR>>
[src]
pub fn ovfpktcnt(&self) -> OVFPKTCNT_R
[src]
Bits 0:10 - OVFPKTCNT
pub fn ovfcntovf(&self) -> OVFCNTOVF_R
[src]
Bit 11 - OVFCNTOVF
pub fn mispktcnt(&self) -> MISPKTCNT_R
[src]
Bits 16:26 - MISPKTCNT
pub fn miscntovf(&self) -> MISCNTOVF_R
[src]
Bit 27 - MISCNTOVF
impl R<u32, Reg<u32, _ETH_MTLRXQ1MPOCR>>
[src]
pub fn ovfpktcnt(&self) -> OVFPKTCNT_R
[src]
Bits 0:10 - OVFPKTCNT
pub fn ovfcntovf(&self) -> OVFCNTOVF_R
[src]
Bit 11 - OVFCNTOVF
pub fn mispktcnt(&self) -> MISPKTCNT_R
[src]
Bits 16:26 - MISPKTCNT
pub fn miscntovf(&self) -> MISCNTOVF_R
[src]
Bit 27 - MISCNTOVF
impl R<u32, Reg<u32, _ETH_MTLRXQ0DR>>
[src]
pub fn rwcsts(&self) -> RWCSTS_R
[src]
Bit 0 - RWCSTS
pub fn rrcsts(&self) -> RRCSTS_R
[src]
Bits 1:2 - RRCSTS
pub fn rxqsts(&self) -> RXQSTS_R
[src]
Bits 4:5 - RXQSTS
pub fn prxq(&self) -> PRXQ_R
[src]
Bits 16:29 - PRXQ
impl R<u32, Reg<u32, _ETH_MTLRXQ1DR>>
[src]
pub fn rwcsts(&self) -> RWCSTS_R
[src]
Bit 0 - RWCSTS
pub fn rrcsts(&self) -> RRCSTS_R
[src]
Bits 1:2 - RRCSTS
pub fn rxqsts(&self) -> RXQSTS_R
[src]
Bits 4:5 - RXQSTS
pub fn prxq(&self) -> PRXQ_R
[src]
Bits 16:29 - PRXQ
impl R<u32, Reg<u32, _ETH_MTLRXQ0CR>>
[src]
pub fn rxq_wegt(&self) -> RXQ_WEGT_R
[src]
Bits 0:2 - RXQ_WEGT
pub fn rxq_frm_arbit(&self) -> RXQ_FRM_ARBIT_R
[src]
Bit 3 - RXQ_FRM_ARBIT
impl R<u32, Reg<u32, _ETH_MTLRXQ1CR>>
[src]
pub fn rxq_wegt(&self) -> RXQ_WEGT_R
[src]
Bits 0:2 - RXQ_WEGT
pub fn rxq_frm_arbit(&self) -> RXQ_FRM_ARBIT_R
[src]
Bit 3 - RXQ_FRM_ARBIT
impl R<u32, Reg<u32, _ETH_MTLTXQ1ECR>>
[src]
pub fn avalg(&self) -> AVALG_R
[src]
Bit 2 - AVALG
pub fn cc(&self) -> CC_R
[src]
Bit 3 - CC
pub fn slc(&self) -> SLC_R
[src]
Bits 4:6 - SLC
impl R<u32, Reg<u32, _ETH_MTLTXQ1QWR>>
[src]
impl R<u32, Reg<u32, _ETH_MTLTXQ1SSCR>>
[src]
impl R<u32, Reg<u32, _ETH_MTLTXQ1HCR>>
[src]
impl R<u32, Reg<u32, _ETH_MTLTXQ1LCR>>
[src]
impl R<u32, Reg<u32, _ETH_DMAMR>>
[src]
pub fn swr(&self) -> SWR_R
[src]
Bit 0 - Software Reset
pub fn taa(&self) -> TAA_R
[src]
Bits 2:4 - TAA
pub fn txpr(&self) -> TXPR_R
[src]
Bit 11 - Transmit priority
pub fn pr(&self) -> PR_R
[src]
Bits 12:14 - Priority ratio
pub fn intm(&self) -> INTM_R
[src]
Bits 16:17 - Interrupt Mode
impl R<u32, Reg<u32, _ETH_DMASBMR>>
[src]
pub fn fb(&self) -> FB_R
[src]
Bit 0 - Fixed Burst Length
pub fn blen4(&self) -> BLEN4_R
[src]
Bit 1 - BLEN4
pub fn blen8(&self) -> BLEN8_R
[src]
Bit 2 - BLEN8
pub fn blen16(&self) -> BLEN16_R
[src]
Bit 3 - BLEN16
pub fn blen32(&self) -> BLEN32_R
[src]
Bit 4 - BLEN32
pub fn blen64(&self) -> BLEN64_R
[src]
Bit 5 - BLEN64
pub fn blen128(&self) -> BLEN128_R
[src]
Bit 6 - BLEN128
pub fn blen256(&self) -> BLEN256_R
[src]
Bit 7 - BLEN256
pub fn aal(&self) -> AAL_R
[src]
Bit 12 - Address-Aligned Beats
pub fn onekbbe(&self) -> ONEKBBE_R
[src]
Bit 13 - ONEKBBE
pub fn rd_osr_lmt(&self) -> RD_OSR_LMT_R
[src]
Bits 16:17 - RD_OSR_LMT
pub fn wr_osr_lmt(&self) -> WR_OSR_LMT_R
[src]
Bits 24:25 - WR_OSR_LMT
pub fn lpi_xit_pkt(&self) -> LPI_XIT_PKT_R
[src]
Bit 30 - LPI_XIT_PKT
pub fn en_lpi(&self) -> EN_LPI_R
[src]
Bit 31 - EN_LPI
impl R<u32, Reg<u32, _ETH_DMAISR>>
[src]
pub fn dc0is(&self) -> DC0IS_R
[src]
Bit 0 - DMA Channel Interrupt Status
pub fn dc1is(&self) -> DC1IS_R
[src]
Bit 1 - DC1IS
pub fn mtlis(&self) -> MTLIS_R
[src]
Bit 16 - MTL Interrupt Status
pub fn macis(&self) -> MACIS_R
[src]
Bit 17 - MAC Interrupt Status
impl R<u32, Reg<u32, _ETH_DMADSR>>
[src]
pub fn axwhsts(&self) -> AXWHSTS_R
[src]
Bit 0 - AHB Master Write Channel
pub fn axrhsts(&self) -> AXRHSTS_R
[src]
Bit 1 - AXRHSTS
pub fn rps0(&self) -> RPS0_R
[src]
Bits 8:11 - RPS0
pub fn tps0(&self) -> TPS0_R
[src]
Bits 12:15 - TPS0
pub fn rps1(&self) -> RPS1_R
[src]
Bits 16:19 - RPS1
pub fn tps1(&self) -> TPS1_R
[src]
Bits 20:23 - TPS1
impl R<u32, Reg<u32, _ETH_DMAA4TXACR>>
[src]
pub fn tdrc(&self) -> TDRC_R
[src]
Bits 0:3 - TDRC
pub fn tec(&self) -> TEC_R
[src]
Bits 8:11 - TEC
pub fn thc(&self) -> THC_R
[src]
Bits 16:19 - THC
impl R<u32, Reg<u32, _ETH_DMAA4RXACR>>
[src]
pub fn rdwc(&self) -> RDWC_R
[src]
Bits 0:3 - RDWC
pub fn rpc(&self) -> RPC_R
[src]
Bits 8:11 - RPC
pub fn rhc(&self) -> RHC_R
[src]
Bits 16:19 - RHC
pub fn rdc(&self) -> RDC_R
[src]
Bits 24:25 - RDC
impl R<u32, Reg<u32, _ETH_DMAA4DACR>>
[src]
pub fn tdwc(&self) -> TDWC_R
[src]
Bits 0:3 - TDWC
pub fn tdwd(&self) -> TDWD_R
[src]
Bits 4:5 - TDWD
pub fn rdrc(&self) -> RDRC_R
[src]
Bits 8:11 - RDRC
pub fn rdp(&self) -> RDP_R
[src]
Bits 16:18 - RDP
pub fn wrp(&self) -> WRP_R
[src]
Bits 20:22 - WRP
impl R<u32, Reg<u32, _ETH_DMAC0CR>>
[src]
pub fn mss(&self) -> MSS_R
[src]
Bits 0:13 - MSS
pub fn pblx8(&self) -> PBLX8_R
[src]
Bit 16 - PBLX8
pub fn dsl(&self) -> DSL_R
[src]
Bits 18:20 - DSL
impl R<u32, Reg<u32, _ETH_DMAC1CR>>
[src]
pub fn mss(&self) -> MSS_R
[src]
Bits 0:13 - MSS
pub fn pblx8(&self) -> PBLX8_R
[src]
Bit 16 - PBLX8
pub fn dsl(&self) -> DSL_R
[src]
Bits 18:20 - DSL
impl R<u32, Reg<u32, _ETH_DMAC0TXCR>>
[src]
pub fn st(&self) -> ST_R
[src]
Bit 0 - ST
pub fn tcw(&self) -> TCW_R
[src]
Bits 1:3 - TCW
pub fn osf(&self) -> OSF_R
[src]
Bit 4 - OSF
pub fn tse(&self) -> TSE_R
[src]
Bit 12 - TSE
pub fn txpbl(&self) -> TXPBL_R
[src]
Bits 16:21 - TXPBL
pub fn tqos(&self) -> TQOS_R
[src]
Bits 24:27 - TQOS
impl R<u32, Reg<u32, _ETH_DMAC1TXCR>>
[src]
pub fn st(&self) -> ST_R
[src]
Bit 0 - ST
pub fn tcw(&self) -> TCW_R
[src]
Bits 1:3 - TCW
pub fn osf(&self) -> OSF_R
[src]
Bit 4 - OSF
pub fn tse(&self) -> TSE_R
[src]
Bit 12 - TSE
pub fn txpbl(&self) -> TXPBL_R
[src]
Bits 16:21 - TXPBL
pub fn tqos(&self) -> TQOS_R
[src]
Bits 24:27 - TQOS
impl R<u32, Reg<u32, _ETH_DMAC0RXCR>>
[src]
pub fn sr(&self) -> SR_R
[src]
Bit 0 - Start or Stop Receive Command
pub fn rbsz(&self) -> RBSZ_R
[src]
Bits 1:14 - Receive Buffer size
pub fn rxpbl(&self) -> RXPBL_R
[src]
Bits 16:21 - RXPBL
pub fn rqos(&self) -> RQOS_R
[src]
Bits 24:27 - RQOS
pub fn rpf(&self) -> RPF_R
[src]
Bit 31 - DMA Rx Channel Packet Flush
impl R<u32, Reg<u32, _ETH_DMAC0TXDLAR>>
[src]
impl R<u32, Reg<u32, _ETH_DMAC1TXDLAR>>
[src]
impl R<u32, Reg<u32, _ETH_DMAC0RXDLAR>>
[src]
impl R<u32, Reg<u32, _ETH_DMAC0TXDTPR>>
[src]
impl R<u32, Reg<u32, _ETH_DMAC1TXDTPR>>
[src]
impl R<u32, Reg<u32, _ETH_DMAC0RXDTPR>>
[src]
impl R<u32, Reg<u32, _ETH_DMAC0TXRLR>>
[src]
impl R<u32, Reg<u32, _ETH_DMAC1TXRLR>>
[src]
impl R<u32, Reg<u32, _ETH_DMAC0RXRLR>>
[src]
impl R<u32, Reg<u32, _ETH_DMAC0IER>>
[src]
pub fn tie(&self) -> TIE_R
[src]
Bit 0 - Transmit Interrupt Enable
pub fn txse(&self) -> TXSE_R
[src]
Bit 1 - Transmit Stopped Enable
pub fn tbue(&self) -> TBUE_R
[src]
Bit 2 - Transmit Buffer Unavailable Enable
pub fn rie(&self) -> RIE_R
[src]
Bit 6 - Receive Interrupt Enable
pub fn rbue(&self) -> RBUE_R
[src]
Bit 7 - Receive Buffer Unavailable Enable
pub fn rse(&self) -> RSE_R
[src]
Bit 8 - Receive Stopped Enable
pub fn rwte(&self) -> RWTE_R
[src]
Bit 9 - Receive Watchdog Timeout Enable
pub fn etie(&self) -> ETIE_R
[src]
Bit 10 - Early Transmit Interrupt Enable
pub fn erie(&self) -> ERIE_R
[src]
Bit 11 - Early Receive Interrupt Enable
pub fn fbee(&self) -> FBEE_R
[src]
Bit 12 - Fatal Bus Error Enable
pub fn cdee(&self) -> CDEE_R
[src]
Bit 13 - Context Descriptor Error Enable
pub fn aie(&self) -> AIE_R
[src]
Bit 14 - Abnormal Interrupt Summary Enable
pub fn nie(&self) -> NIE_R
[src]
Bit 15 - Normal Interrupt Summary Enable
impl R<u32, Reg<u32, _ETH_DMAC1IER>>
[src]
pub fn tie(&self) -> TIE_R
[src]
Bit 0 - Transmit Interrupt Enable
pub fn txse(&self) -> TXSE_R
[src]
Bit 1 - Transmit Stopped Enable
pub fn tbue(&self) -> TBUE_R
[src]
Bit 2 - Transmit Buffer Unavailable Enable
pub fn rie(&self) -> RIE_R
[src]
Bit 6 - Receive Interrupt Enable
pub fn rbue(&self) -> RBUE_R
[src]
Bit 7 - Receive Buffer Unavailable Enable
pub fn rse(&self) -> RSE_R
[src]
Bit 8 - Receive Stopped Enable
pub fn rwte(&self) -> RWTE_R
[src]
Bit 9 - Receive Watchdog Timeout Enable
pub fn etie(&self) -> ETIE_R
[src]
Bit 10 - Early Transmit Interrupt Enable
pub fn erie(&self) -> ERIE_R
[src]
Bit 11 - Early Receive Interrupt Enable
pub fn fbee(&self) -> FBEE_R
[src]
Bit 12 - Fatal Bus Error Enable
pub fn cdee(&self) -> CDEE_R
[src]
Bit 13 - Context Descriptor Error Enable
pub fn aie(&self) -> AIE_R
[src]
Bit 14 - Abnormal Interrupt Summary Enable
pub fn nie(&self) -> NIE_R
[src]
Bit 15 - Normal Interrupt Summary Enable
impl R<u32, Reg<u32, _ETH_DMAC0RXIWTR>>
[src]
impl R<u32, Reg<u32, _ETH_DMAC0SFCSR>>
[src]
pub fn esc(&self) -> ESC_R
[src]
Bit 0 - ESC
pub fn asc(&self) -> ASC_R
[src]
Bit 1 - ASC
pub fn rsn(&self) -> RSN_R
[src]
Bits 16:19 - RSN
impl R<u32, Reg<u32, _ETH_DMAC1SFCSR>>
[src]
pub fn esc(&self) -> ESC_R
[src]
Bit 0 - ESC
pub fn asc(&self) -> ASC_R
[src]
Bit 1 - ASC
pub fn rsn(&self) -> RSN_R
[src]
Bits 16:19 - RSN
impl R<u32, Reg<u32, _ETH_DMAC0CATXDR>>
[src]
pub fn curtdesaptr(&self) -> CURTDESAPTR_R
[src]
Bits 0:31 - Application Transmit Descriptor Address Pointer
impl R<u32, Reg<u32, _ETH_DMAC1CATXDR>>
[src]
pub fn curtdesaptr(&self) -> CURTDESAPTR_R
[src]
Bits 0:31 - Application Transmit Descriptor Address Pointer
impl R<u32, Reg<u32, _ETH_DMAC0CARXDR>>
[src]
pub fn currdesaptr(&self) -> CURRDESAPTR_R
[src]
Bits 0:31 - Application Transmit Descriptor Address Pointer
impl R<u32, Reg<u32, _ETH_DMAC0CATXBR>>
[src]
pub fn curtbufaptr(&self) -> CURTBUFAPTR_R
[src]
Bits 0:31 - Application Transmit Buffer Address Pointer
impl R<u32, Reg<u32, _ETH_DMAC1CATXBR>>
[src]
pub fn curtbufaptr(&self) -> CURTBUFAPTR_R
[src]
Bits 0:31 - Application Transmit Buffer Address Pointer
impl R<u32, Reg<u32, _ETH_DMAC0CARXBR>>
[src]
pub fn currbufaptr(&self) -> CURRBUFAPTR_R
[src]
Bits 0:31 - Application Receive Buffer Address Pointer
impl R<u32, Reg<u32, _ETH_DMAC0SR>>
[src]
pub fn ti(&self) -> TI_R
[src]
Bit 0 - Transmit Interrupt
pub fn tps(&self) -> TPS_R
[src]
Bit 1 - Transmit Process Stopped
pub fn tbu(&self) -> TBU_R
[src]
Bit 2 - Transmit Buffer Unavailable
pub fn ri(&self) -> RI_R
[src]
Bit 6 - Receive Interrupt
pub fn rbu(&self) -> RBU_R
[src]
Bit 7 - Receive Buffer Unavailable
pub fn rps(&self) -> RPS_R
[src]
Bit 8 - Receive Process Stopped
pub fn rwt(&self) -> RWT_R
[src]
Bit 9 - Receive Watchdog Timeout
pub fn eti(&self) -> ETI_R
[src]
Bit 10 - Early Transmit Interrupt
pub fn eri(&self) -> ERI_R
[src]
Bit 11 - Early Receive Interrupt
pub fn fbe(&self) -> FBE_R
[src]
Bit 12 - Fatal Bus Error
pub fn cde(&self) -> CDE_R
[src]
Bit 13 - Context Descriptor Error
pub fn ais(&self) -> AIS_R
[src]
Bit 14 - Abnormal Interrupt Summary
pub fn nis(&self) -> NIS_R
[src]
Bit 15 - Normal Interrupt Summary
pub fn teb(&self) -> TEB_R
[src]
Bits 16:18 - Tx DMA Error Bits
pub fn reb(&self) -> REB_R
[src]
Bits 19:21 - Rx DMA Error Bits
impl R<u32, Reg<u32, _ETH_DMAC1SR>>
[src]
pub fn ti(&self) -> TI_R
[src]
Bit 0 - Transmit Interrupt
pub fn tps(&self) -> TPS_R
[src]
Bit 1 - Transmit Process Stopped
pub fn tbu(&self) -> TBU_R
[src]
Bit 2 - Transmit Buffer Unavailable
pub fn ri(&self) -> RI_R
[src]
Bit 6 - Receive Interrupt
pub fn rbu(&self) -> RBU_R
[src]
Bit 7 - Receive Buffer Unavailable
pub fn rps(&self) -> RPS_R
[src]
Bit 8 - Receive Process Stopped
pub fn rwt(&self) -> RWT_R
[src]
Bit 9 - Receive Watchdog Timeout
pub fn eti(&self) -> ETI_R
[src]
Bit 10 - Early Transmit Interrupt
pub fn eri(&self) -> ERI_R
[src]
Bit 11 - Early Receive Interrupt
pub fn fbe(&self) -> FBE_R
[src]
Bit 12 - Fatal Bus Error
pub fn cde(&self) -> CDE_R
[src]
Bit 13 - Context Descriptor Error
pub fn ais(&self) -> AIS_R
[src]
Bit 14 - Abnormal Interrupt Summary
pub fn nis(&self) -> NIS_R
[src]
Bit 15 - Normal Interrupt Summary
pub fn teb(&self) -> TEB_R
[src]
Bits 16:18 - Tx DMA Error Bits
pub fn reb(&self) -> REB_R
[src]
Bits 19:21 - Rx DMA Error Bits
impl R<u32, Reg<u32, _ETH_DMAC0MFCR>>
[src]
pub fn mfc(&self) -> MFC_R
[src]
Bits 0:10 - Dropped Packet Counters
pub fn mfco(&self) -> MFCO_R
[src]
Bit 15 - Overflow status of the MFC Counter
impl R<u32, Reg<u32, _ETH_DMAC1MFCR>>
[src]
pub fn mfc(&self) -> MFC_R
[src]
Bits 0:10 - Dropped Packet Counters
pub fn mfco(&self) -> MFCO_R
[src]
Bit 15 - Overflow status of the MFC Counter
impl R<u32, Reg<u32, _ETZPC_TZMA0_SIZE>>
[src]
pub fn r0size(&self) -> R0SIZE_R
[src]
Bits 0:9 - R0SIZE
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _ETZPC_TZMA1_SIZE>>
[src]
pub fn r0size(&self) -> R0SIZE_R
[src]
Bits 0:9 - R0SIZE
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _ETZPC_DECPROT0>>
[src]
pub fn decprot0(&self) -> DECPROT0_R
[src]
Bits 0:1 - DECPROT0
pub fn decprot1(&self) -> DECPROT1_R
[src]
Bits 2:3 - DECPROT1
pub fn decprot2(&self) -> DECPROT2_R
[src]
Bits 4:5 - DECPROT2
pub fn decprot3(&self) -> DECPROT3_R
[src]
Bits 6:7 - DECPROT3
pub fn decprot4(&self) -> DECPROT4_R
[src]
Bits 8:9 - DECPROT4
pub fn decprot5(&self) -> DECPROT5_R
[src]
Bits 10:11 - DECPROT5
pub fn decprot6(&self) -> DECPROT6_R
[src]
Bits 12:13 - DECPROT6
pub fn decprot7(&self) -> DECPROT7_R
[src]
Bits 14:15 - DECPROT7
pub fn decprot8(&self) -> DECPROT8_R
[src]
Bits 16:17 - DECPROT8
pub fn decprot9(&self) -> DECPROT9_R
[src]
Bits 18:19 - DECPROT9
pub fn decprot10(&self) -> DECPROT10_R
[src]
Bits 20:21 - DECPROT10
pub fn decprot11(&self) -> DECPROT11_R
[src]
Bits 22:23 - DECPROT11
pub fn decprot12(&self) -> DECPROT12_R
[src]
Bits 24:25 - DECPROT12
pub fn decprot13(&self) -> DECPROT13_R
[src]
Bits 26:27 - DECPROT13
pub fn decprot14(&self) -> DECPROT14_R
[src]
Bits 28:29 - DECPROT14
pub fn decprot15(&self) -> DECPROT15_R
[src]
Bits 30:31 - DECPROT15
impl R<u32, Reg<u32, _ETZPC_DECPROT1>>
[src]
pub fn decprot0(&self) -> DECPROT0_R
[src]
Bits 0:1 - DECPROT0
pub fn decprot1(&self) -> DECPROT1_R
[src]
Bits 2:3 - DECPROT1
pub fn decprot2(&self) -> DECPROT2_R
[src]
Bits 4:5 - DECPROT2
pub fn decprot3(&self) -> DECPROT3_R
[src]
Bits 6:7 - DECPROT3
pub fn decprot4(&self) -> DECPROT4_R
[src]
Bits 8:9 - DECPROT4
pub fn decprot5(&self) -> DECPROT5_R
[src]
Bits 10:11 - DECPROT5
pub fn decprot6(&self) -> DECPROT6_R
[src]
Bits 12:13 - DECPROT6
pub fn decprot7(&self) -> DECPROT7_R
[src]
Bits 14:15 - DECPROT7
pub fn decprot8(&self) -> DECPROT8_R
[src]
Bits 16:17 - DECPROT8
pub fn decprot9(&self) -> DECPROT9_R
[src]
Bits 18:19 - DECPROT9
pub fn decprot10(&self) -> DECPROT10_R
[src]
Bits 20:21 - DECPROT10
pub fn decprot11(&self) -> DECPROT11_R
[src]
Bits 22:23 - DECPROT11
pub fn decprot12(&self) -> DECPROT12_R
[src]
Bits 24:25 - DECPROT12
pub fn decprot13(&self) -> DECPROT13_R
[src]
Bits 26:27 - DECPROT13
pub fn decprot14(&self) -> DECPROT14_R
[src]
Bits 28:29 - DECPROT14
pub fn decprot15(&self) -> DECPROT15_R
[src]
Bits 30:31 - DECPROT15
impl R<u32, Reg<u32, _ETZPC_DECPROT2>>
[src]
pub fn decprot0(&self) -> DECPROT0_R
[src]
Bits 0:1 - DECPROT0
pub fn decprot1(&self) -> DECPROT1_R
[src]
Bits 2:3 - DECPROT1
pub fn decprot2(&self) -> DECPROT2_R
[src]
Bits 4:5 - DECPROT2
pub fn decprot3(&self) -> DECPROT3_R
[src]
Bits 6:7 - DECPROT3
pub fn decprot4(&self) -> DECPROT4_R
[src]
Bits 8:9 - DECPROT4
pub fn decprot5(&self) -> DECPROT5_R
[src]
Bits 10:11 - DECPROT5
pub fn decprot6(&self) -> DECPROT6_R
[src]
Bits 12:13 - DECPROT6
pub fn decprot7(&self) -> DECPROT7_R
[src]
Bits 14:15 - DECPROT7
pub fn decprot8(&self) -> DECPROT8_R
[src]
Bits 16:17 - DECPROT8
pub fn decprot9(&self) -> DECPROT9_R
[src]
Bits 18:19 - DECPROT9
pub fn decprot10(&self) -> DECPROT10_R
[src]
Bits 20:21 - DECPROT10
pub fn decprot11(&self) -> DECPROT11_R
[src]
Bits 22:23 - DECPROT11
pub fn decprot12(&self) -> DECPROT12_R
[src]
Bits 24:25 - DECPROT12
pub fn decprot13(&self) -> DECPROT13_R
[src]
Bits 26:27 - DECPROT13
pub fn decprot14(&self) -> DECPROT14_R
[src]
Bits 28:29 - DECPROT14
pub fn decprot15(&self) -> DECPROT15_R
[src]
Bits 30:31 - DECPROT15
impl R<u32, Reg<u32, _ETZPC_DECPROT3>>
[src]
pub fn decprot0(&self) -> DECPROT0_R
[src]
Bits 0:1 - DECPROT0
pub fn decprot1(&self) -> DECPROT1_R
[src]
Bits 2:3 - DECPROT1
pub fn decprot2(&self) -> DECPROT2_R
[src]
Bits 4:5 - DECPROT2
pub fn decprot3(&self) -> DECPROT3_R
[src]
Bits 6:7 - DECPROT3
pub fn decprot4(&self) -> DECPROT4_R
[src]
Bits 8:9 - DECPROT4
pub fn decprot5(&self) -> DECPROT5_R
[src]
Bits 10:11 - DECPROT5
pub fn decprot6(&self) -> DECPROT6_R
[src]
Bits 12:13 - DECPROT6
pub fn decprot7(&self) -> DECPROT7_R
[src]
Bits 14:15 - DECPROT7
pub fn decprot8(&self) -> DECPROT8_R
[src]
Bits 16:17 - DECPROT8
pub fn decprot9(&self) -> DECPROT9_R
[src]
Bits 18:19 - DECPROT9
pub fn decprot10(&self) -> DECPROT10_R
[src]
Bits 20:21 - DECPROT10
pub fn decprot11(&self) -> DECPROT11_R
[src]
Bits 22:23 - DECPROT11
pub fn decprot12(&self) -> DECPROT12_R
[src]
Bits 24:25 - DECPROT12
pub fn decprot13(&self) -> DECPROT13_R
[src]
Bits 26:27 - DECPROT13
pub fn decprot14(&self) -> DECPROT14_R
[src]
Bits 28:29 - DECPROT14
pub fn decprot15(&self) -> DECPROT15_R
[src]
Bits 30:31 - DECPROT15
impl R<u32, Reg<u32, _ETZPC_DECPROT4>>
[src]
pub fn decprot0(&self) -> DECPROT0_R
[src]
Bits 0:1 - DECPROT0
pub fn decprot1(&self) -> DECPROT1_R
[src]
Bits 2:3 - DECPROT1
pub fn decprot2(&self) -> DECPROT2_R
[src]
Bits 4:5 - DECPROT2
pub fn decprot3(&self) -> DECPROT3_R
[src]
Bits 6:7 - DECPROT3
pub fn decprot4(&self) -> DECPROT4_R
[src]
Bits 8:9 - DECPROT4
pub fn decprot5(&self) -> DECPROT5_R
[src]
Bits 10:11 - DECPROT5
pub fn decprot6(&self) -> DECPROT6_R
[src]
Bits 12:13 - DECPROT6
pub fn decprot7(&self) -> DECPROT7_R
[src]
Bits 14:15 - DECPROT7
pub fn decprot8(&self) -> DECPROT8_R
[src]
Bits 16:17 - DECPROT8
pub fn decprot9(&self) -> DECPROT9_R
[src]
Bits 18:19 - DECPROT9
pub fn decprot10(&self) -> DECPROT10_R
[src]
Bits 20:21 - DECPROT10
pub fn decprot11(&self) -> DECPROT11_R
[src]
Bits 22:23 - DECPROT11
pub fn decprot12(&self) -> DECPROT12_R
[src]
Bits 24:25 - DECPROT12
pub fn decprot13(&self) -> DECPROT13_R
[src]
Bits 26:27 - DECPROT13
pub fn decprot14(&self) -> DECPROT14_R
[src]
Bits 28:29 - DECPROT14
pub fn decprot15(&self) -> DECPROT15_R
[src]
Bits 30:31 - DECPROT15
impl R<u32, Reg<u32, _ETZPC_DECPROT5>>
[src]
pub fn decprot0(&self) -> DECPROT0_R
[src]
Bits 0:1 - DECPROT0
pub fn decprot1(&self) -> DECPROT1_R
[src]
Bits 2:3 - DECPROT1
pub fn decprot2(&self) -> DECPROT2_R
[src]
Bits 4:5 - DECPROT2
pub fn decprot3(&self) -> DECPROT3_R
[src]
Bits 6:7 - DECPROT3
pub fn decprot4(&self) -> DECPROT4_R
[src]
Bits 8:9 - DECPROT4
pub fn decprot5(&self) -> DECPROT5_R
[src]
Bits 10:11 - DECPROT5
pub fn decprot6(&self) -> DECPROT6_R
[src]
Bits 12:13 - DECPROT6
pub fn decprot7(&self) -> DECPROT7_R
[src]
Bits 14:15 - DECPROT7
pub fn decprot8(&self) -> DECPROT8_R
[src]
Bits 16:17 - DECPROT8
pub fn decprot9(&self) -> DECPROT9_R
[src]
Bits 18:19 - DECPROT9
pub fn decprot10(&self) -> DECPROT10_R
[src]
Bits 20:21 - DECPROT10
pub fn decprot11(&self) -> DECPROT11_R
[src]
Bits 22:23 - DECPROT11
pub fn decprot12(&self) -> DECPROT12_R
[src]
Bits 24:25 - DECPROT12
pub fn decprot13(&self) -> DECPROT13_R
[src]
Bits 26:27 - DECPROT13
pub fn decprot14(&self) -> DECPROT14_R
[src]
Bits 28:29 - DECPROT14
pub fn decprot15(&self) -> DECPROT15_R
[src]
Bits 30:31 - DECPROT15
impl R<u32, Reg<u32, _ETZPC_DECPROT_LOCK0>>
[src]
pub fn lock0(&self) -> LOCK0_R
[src]
Bit 0 - LOCK0
pub fn lock1(&self) -> LOCK1_R
[src]
Bit 1 - LOCK1
pub fn lock2(&self) -> LOCK2_R
[src]
Bit 2 - LOCK2
pub fn lock3(&self) -> LOCK3_R
[src]
Bit 3 - LOCK3
pub fn lock4(&self) -> LOCK4_R
[src]
Bit 4 - LOCK4
pub fn lock5(&self) -> LOCK5_R
[src]
Bit 5 - LOCK5
pub fn lock6(&self) -> LOCK6_R
[src]
Bit 6 - LOCK6
pub fn lock7(&self) -> LOCK7_R
[src]
Bit 7 - LOCK7
pub fn lock8(&self) -> LOCK8_R
[src]
Bit 8 - LOCK8
pub fn lock9(&self) -> LOCK9_R
[src]
Bit 9 - LOCK9
pub fn lock10(&self) -> LOCK10_R
[src]
Bit 10 - LOCK10
pub fn lock11(&self) -> LOCK11_R
[src]
Bit 11 - LOCK11
pub fn lock12(&self) -> LOCK12_R
[src]
Bit 12 - LOCK12
pub fn lock13(&self) -> LOCK13_R
[src]
Bit 13 - LOCK13
pub fn lock14(&self) -> LOCK14_R
[src]
Bit 14 - LOCK14
pub fn lock15(&self) -> LOCK15_R
[src]
Bit 15 - LOCK15
pub fn lock16(&self) -> LOCK16_R
[src]
Bit 16 - LOCK16
pub fn lock17(&self) -> LOCK17_R
[src]
Bit 17 - LOCK17
pub fn lock18(&self) -> LOCK18_R
[src]
Bit 18 - LOCK18
pub fn lock19(&self) -> LOCK19_R
[src]
Bit 19 - LOCK19
pub fn lock20(&self) -> LOCK20_R
[src]
Bit 20 - LOCK20
pub fn lock21(&self) -> LOCK21_R
[src]
Bit 21 - LOCK21
pub fn lock22(&self) -> LOCK22_R
[src]
Bit 22 - LOCK22
pub fn lock23(&self) -> LOCK23_R
[src]
Bit 23 - LOCK23
pub fn lock24(&self) -> LOCK24_R
[src]
Bit 24 - LOCK24
pub fn lock25(&self) -> LOCK25_R
[src]
Bit 25 - LOCK25
pub fn lock26(&self) -> LOCK26_R
[src]
Bit 26 - LOCK26
pub fn lock27(&self) -> LOCK27_R
[src]
Bit 27 - LOCK27
pub fn lock28(&self) -> LOCK28_R
[src]
Bit 28 - LOCK28
pub fn lock29(&self) -> LOCK29_R
[src]
Bit 29 - LOCK29
pub fn lock30(&self) -> LOCK30_R
[src]
Bit 30 - LOCK30
pub fn lock31(&self) -> LOCK31_R
[src]
Bit 31 - LOCK31
impl R<u32, Reg<u32, _ETZPC_DECPROT_LOCK1>>
[src]
pub fn lock0(&self) -> LOCK0_R
[src]
Bit 0 - LOCK0
pub fn lock1(&self) -> LOCK1_R
[src]
Bit 1 - LOCK1
pub fn lock2(&self) -> LOCK2_R
[src]
Bit 2 - LOCK2
pub fn lock3(&self) -> LOCK3_R
[src]
Bit 3 - LOCK3
pub fn lock4(&self) -> LOCK4_R
[src]
Bit 4 - LOCK4
pub fn lock5(&self) -> LOCK5_R
[src]
Bit 5 - LOCK5
pub fn lock6(&self) -> LOCK6_R
[src]
Bit 6 - LOCK6
pub fn lock7(&self) -> LOCK7_R
[src]
Bit 7 - LOCK7
pub fn lock8(&self) -> LOCK8_R
[src]
Bit 8 - LOCK8
pub fn lock9(&self) -> LOCK9_R
[src]
Bit 9 - LOCK9
pub fn lock10(&self) -> LOCK10_R
[src]
Bit 10 - LOCK10
pub fn lock11(&self) -> LOCK11_R
[src]
Bit 11 - LOCK11
pub fn lock12(&self) -> LOCK12_R
[src]
Bit 12 - LOCK12
pub fn lock13(&self) -> LOCK13_R
[src]
Bit 13 - LOCK13
pub fn lock14(&self) -> LOCK14_R
[src]
Bit 14 - LOCK14
pub fn lock15(&self) -> LOCK15_R
[src]
Bit 15 - LOCK15
pub fn lock16(&self) -> LOCK16_R
[src]
Bit 16 - LOCK16
pub fn lock17(&self) -> LOCK17_R
[src]
Bit 17 - LOCK17
pub fn lock18(&self) -> LOCK18_R
[src]
Bit 18 - LOCK18
pub fn lock19(&self) -> LOCK19_R
[src]
Bit 19 - LOCK19
pub fn lock20(&self) -> LOCK20_R
[src]
Bit 20 - LOCK20
pub fn lock21(&self) -> LOCK21_R
[src]
Bit 21 - LOCK21
pub fn lock22(&self) -> LOCK22_R
[src]
Bit 22 - LOCK22
pub fn lock23(&self) -> LOCK23_R
[src]
Bit 23 - LOCK23
pub fn lock24(&self) -> LOCK24_R
[src]
Bit 24 - LOCK24
pub fn lock25(&self) -> LOCK25_R
[src]
Bit 25 - LOCK25
pub fn lock26(&self) -> LOCK26_R
[src]
Bit 26 - LOCK26
pub fn lock27(&self) -> LOCK27_R
[src]
Bit 27 - LOCK27
pub fn lock28(&self) -> LOCK28_R
[src]
Bit 28 - LOCK28
pub fn lock29(&self) -> LOCK29_R
[src]
Bit 29 - LOCK29
pub fn lock30(&self) -> LOCK30_R
[src]
Bit 30 - LOCK30
pub fn lock31(&self) -> LOCK31_R
[src]
Bit 31 - LOCK31
impl R<u32, Reg<u32, _ETZPC_DECPROT_LOCK2>>
[src]
pub fn lock0(&self) -> LOCK0_R
[src]
Bit 0 - LOCK0
pub fn lock1(&self) -> LOCK1_R
[src]
Bit 1 - LOCK1
pub fn lock2(&self) -> LOCK2_R
[src]
Bit 2 - LOCK2
pub fn lock3(&self) -> LOCK3_R
[src]
Bit 3 - LOCK3
pub fn lock4(&self) -> LOCK4_R
[src]
Bit 4 - LOCK4
pub fn lock5(&self) -> LOCK5_R
[src]
Bit 5 - LOCK5
pub fn lock6(&self) -> LOCK6_R
[src]
Bit 6 - LOCK6
pub fn lock7(&self) -> LOCK7_R
[src]
Bit 7 - LOCK7
pub fn lock8(&self) -> LOCK8_R
[src]
Bit 8 - LOCK8
pub fn lock9(&self) -> LOCK9_R
[src]
Bit 9 - LOCK9
pub fn lock10(&self) -> LOCK10_R
[src]
Bit 10 - LOCK10
pub fn lock11(&self) -> LOCK11_R
[src]
Bit 11 - LOCK11
pub fn lock12(&self) -> LOCK12_R
[src]
Bit 12 - LOCK12
pub fn lock13(&self) -> LOCK13_R
[src]
Bit 13 - LOCK13
pub fn lock14(&self) -> LOCK14_R
[src]
Bit 14 - LOCK14
pub fn lock15(&self) -> LOCK15_R
[src]
Bit 15 - LOCK15
pub fn lock16(&self) -> LOCK16_R
[src]
Bit 16 - LOCK16
pub fn lock17(&self) -> LOCK17_R
[src]
Bit 17 - LOCK17
pub fn lock18(&self) -> LOCK18_R
[src]
Bit 18 - LOCK18
pub fn lock19(&self) -> LOCK19_R
[src]
Bit 19 - LOCK19
pub fn lock20(&self) -> LOCK20_R
[src]
Bit 20 - LOCK20
pub fn lock21(&self) -> LOCK21_R
[src]
Bit 21 - LOCK21
pub fn lock22(&self) -> LOCK22_R
[src]
Bit 22 - LOCK22
pub fn lock23(&self) -> LOCK23_R
[src]
Bit 23 - LOCK23
pub fn lock24(&self) -> LOCK24_R
[src]
Bit 24 - LOCK24
pub fn lock25(&self) -> LOCK25_R
[src]
Bit 25 - LOCK25
pub fn lock26(&self) -> LOCK26_R
[src]
Bit 26 - LOCK26
pub fn lock27(&self) -> LOCK27_R
[src]
Bit 27 - LOCK27
pub fn lock28(&self) -> LOCK28_R
[src]
Bit 28 - LOCK28
pub fn lock29(&self) -> LOCK29_R
[src]
Bit 29 - LOCK29
pub fn lock30(&self) -> LOCK30_R
[src]
Bit 30 - LOCK30
pub fn lock31(&self) -> LOCK31_R
[src]
Bit 31 - LOCK31
impl R<u32, Reg<u32, _ETZPC_HWCFGR>>
[src]
pub fn num_tzma(&self) -> NUM_TZMA_R
[src]
Bits 0:7 - NUM_TZMA
pub fn num_per_sec(&self) -> NUM_PER_SEC_R
[src]
Bits 8:15 - NUM_PER_SEC
pub fn num_ahb_sec(&self) -> NUM_AHB_SEC_R
[src]
Bits 16:23 - NUM_AHB_SEC
pub fn chunks1n4(&self) -> CHUNKS1N4_R
[src]
Bits 24:31 - CHUNKS1N4
impl R<u32, Reg<u32, _ETZPC_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _ETZPC_IDR>>
[src]
impl R<u32, Reg<u32, _ETZPC_SIDR>>
[src]
impl R<u32, Reg<u32, _EXTI_RTSR1>>
[src]
pub fn rt0(&self) -> RT0_R
[src]
Bit 0 - RT0
pub fn rt1(&self) -> RT1_R
[src]
Bit 1 - RT1
pub fn rt2(&self) -> RT2_R
[src]
Bit 2 - RT2
pub fn rt3(&self) -> RT3_R
[src]
Bit 3 - RT3
pub fn rt4(&self) -> RT4_R
[src]
Bit 4 - RT4
pub fn rt5(&self) -> RT5_R
[src]
Bit 5 - RT5
pub fn rt6(&self) -> RT6_R
[src]
Bit 6 - RT6
pub fn rt7(&self) -> RT7_R
[src]
Bit 7 - RT7
pub fn rt8(&self) -> RT8_R
[src]
Bit 8 - RT8
pub fn rt9(&self) -> RT9_R
[src]
Bit 9 - RT9
pub fn rt10(&self) -> RT10_R
[src]
Bit 10 - RT10
pub fn rt11(&self) -> RT11_R
[src]
Bit 11 - RT11
pub fn rt12(&self) -> RT12_R
[src]
Bit 12 - RT12
pub fn rt13(&self) -> RT13_R
[src]
Bit 13 - RT13
pub fn rt14(&self) -> RT14_R
[src]
Bit 14 - RT14
pub fn rt15(&self) -> RT15_R
[src]
Bit 15 - RT15
pub fn rt16(&self) -> RT16_R
[src]
Bit 16 - RT16
impl R<u32, Reg<u32, _EXTI_FTSR1>>
[src]
pub fn ft0(&self) -> FT0_R
[src]
Bit 0 - FT0
pub fn ft1(&self) -> FT1_R
[src]
Bit 1 - FT1
pub fn ft2(&self) -> FT2_R
[src]
Bit 2 - FT2
pub fn ft3(&self) -> FT3_R
[src]
Bit 3 - FT3
pub fn ft4(&self) -> FT4_R
[src]
Bit 4 - FT4
pub fn ft5(&self) -> FT5_R
[src]
Bit 5 - FT5
pub fn ft6(&self) -> FT6_R
[src]
Bit 6 - FT6
pub fn ft7(&self) -> FT7_R
[src]
Bit 7 - FT7
pub fn ft8(&self) -> FT8_R
[src]
Bit 8 - FT8
pub fn ft9(&self) -> FT9_R
[src]
Bit 9 - FT9
pub fn ft10(&self) -> FT10_R
[src]
Bit 10 - FT10
pub fn ft11(&self) -> FT11_R
[src]
Bit 11 - FT11
pub fn ft12(&self) -> FT12_R
[src]
Bit 12 - FT12
pub fn ft13(&self) -> FT13_R
[src]
Bit 13 - FT13
pub fn ft14(&self) -> FT14_R
[src]
Bit 14 - FT14
pub fn ft15(&self) -> FT15_R
[src]
Bit 15 - FT15
pub fn ft16(&self) -> FT16_R
[src]
Bit 16 - FT16
impl R<u32, Reg<u32, _EXTI_SWIER1>>
[src]
pub fn swi0(&self) -> SWI0_R
[src]
Bit 0 - SWI0
pub fn swi1(&self) -> SWI1_R
[src]
Bit 1 - SWI1
pub fn swi2(&self) -> SWI2_R
[src]
Bit 2 - SWI2
pub fn swi3(&self) -> SWI3_R
[src]
Bit 3 - SWI3
pub fn swi4(&self) -> SWI4_R
[src]
Bit 4 - SWI4
pub fn swi5(&self) -> SWI5_R
[src]
Bit 5 - SWI5
pub fn swi6(&self) -> SWI6_R
[src]
Bit 6 - SWI6
pub fn swi7(&self) -> SWI7_R
[src]
Bit 7 - SWI7
pub fn swi8(&self) -> SWI8_R
[src]
Bit 8 - SWI8
pub fn swi9(&self) -> SWI9_R
[src]
Bit 9 - SWI9
pub fn swi10(&self) -> SWI10_R
[src]
Bit 10 - SWI10
pub fn swi11(&self) -> SWI11_R
[src]
Bit 11 - SWI11
pub fn swi12(&self) -> SWI12_R
[src]
Bit 12 - SWI12
pub fn swi13(&self) -> SWI13_R
[src]
Bit 13 - SWI13
pub fn swi14(&self) -> SWI14_R
[src]
Bit 14 - SWI14
pub fn swi15(&self) -> SWI15_R
[src]
Bit 15 - SWI15
pub fn swi16(&self) -> SWI16_R
[src]
Bit 16 - SWI16
impl R<u32, Reg<u32, _EXTI_RPR1>>
[src]
pub fn rpif0(&self) -> RPIF0_R
[src]
Bit 0 - RPIF0
pub fn rpif1(&self) -> RPIF1_R
[src]
Bit 1 - RPIF1
pub fn rpif2(&self) -> RPIF2_R
[src]
Bit 2 - RPIF2
pub fn rpif3(&self) -> RPIF3_R
[src]
Bit 3 - RPIF3
pub fn rpif4(&self) -> RPIF4_R
[src]
Bit 4 - RPIF4
pub fn rpif5(&self) -> RPIF5_R
[src]
Bit 5 - RPIF5
pub fn rpif6(&self) -> RPIF6_R
[src]
Bit 6 - RPIF6
pub fn rpif7(&self) -> RPIF7_R
[src]
Bit 7 - RPIF7
pub fn rpif8(&self) -> RPIF8_R
[src]
Bit 8 - RPIF8
pub fn rpif9(&self) -> RPIF9_R
[src]
Bit 9 - RPIF9
pub fn rpif10(&self) -> RPIF10_R
[src]
Bit 10 - RPIF10
pub fn rpif11(&self) -> RPIF11_R
[src]
Bit 11 - RPIF11
pub fn rpif12(&self) -> RPIF12_R
[src]
Bit 12 - RPIF12
pub fn rpif13(&self) -> RPIF13_R
[src]
Bit 13 - RPIF13
pub fn rpif14(&self) -> RPIF14_R
[src]
Bit 14 - RPIF14
pub fn rpif15(&self) -> RPIF15_R
[src]
Bit 15 - RPIF15
pub fn rpif16(&self) -> RPIF16_R
[src]
Bit 16 - RPIF16
impl R<u32, Reg<u32, _EXTI_FPR1>>
[src]
pub fn fpif0(&self) -> FPIF0_R
[src]
Bit 0 - FPIF0
pub fn fpif1(&self) -> FPIF1_R
[src]
Bit 1 - FPIF1
pub fn fpif2(&self) -> FPIF2_R
[src]
Bit 2 - FPIF2
pub fn fpif3(&self) -> FPIF3_R
[src]
Bit 3 - FPIF3
pub fn fpif4(&self) -> FPIF4_R
[src]
Bit 4 - FPIF4
pub fn fpif5(&self) -> FPIF5_R
[src]
Bit 5 - FPIF5
pub fn fpif6(&self) -> FPIF6_R
[src]
Bit 6 - FPIF6
pub fn fpif7(&self) -> FPIF7_R
[src]
Bit 7 - FPIF7
pub fn fpif8(&self) -> FPIF8_R
[src]
Bit 8 - FPIF8
pub fn fpif9(&self) -> FPIF9_R
[src]
Bit 9 - FPIF9
pub fn fpif10(&self) -> FPIF10_R
[src]
Bit 10 - FPIF10
pub fn fpif11(&self) -> FPIF11_R
[src]
Bit 11 - FPIF11
pub fn fpif12(&self) -> FPIF12_R
[src]
Bit 12 - FPIF12
pub fn fpif13(&self) -> FPIF13_R
[src]
Bit 13 - FPIF13
pub fn fpif14(&self) -> FPIF14_R
[src]
Bit 14 - FPIF14
pub fn fpif15(&self) -> FPIF15_R
[src]
Bit 15 - FPIF15
pub fn fpif16(&self) -> FPIF16_R
[src]
Bit 16 - FPIF16
impl R<u32, Reg<u32, _EXTI_TZENR1>>
[src]
pub fn tzen0(&self) -> TZEN0_R
[src]
Bit 0 - TZEN0
pub fn tzen1(&self) -> TZEN1_R
[src]
Bit 1 - TZEN1
pub fn tzen2(&self) -> TZEN2_R
[src]
Bit 2 - TZEN2
pub fn tzen3(&self) -> TZEN3_R
[src]
Bit 3 - TZEN3
pub fn tzen4(&self) -> TZEN4_R
[src]
Bit 4 - TZEN4
pub fn tzen5(&self) -> TZEN5_R
[src]
Bit 5 - TZEN5
pub fn tzen6(&self) -> TZEN6_R
[src]
Bit 6 - TZEN6
pub fn tzen7(&self) -> TZEN7_R
[src]
Bit 7 - TZEN7
pub fn tzen8(&self) -> TZEN8_R
[src]
Bit 8 - TZEN8
pub fn tzen9(&self) -> TZEN9_R
[src]
Bit 9 - TZEN9
pub fn tzen10(&self) -> TZEN10_R
[src]
Bit 10 - TZEN10
pub fn tzen11(&self) -> TZEN11_R
[src]
Bit 11 - TZEN11
pub fn tzen12(&self) -> TZEN12_R
[src]
Bit 12 - TZEN12
pub fn tzen13(&self) -> TZEN13_R
[src]
Bit 13 - TZEN13
pub fn tzen14(&self) -> TZEN14_R
[src]
Bit 14 - TZEN14
pub fn tzen15(&self) -> TZEN15_R
[src]
Bit 15 - TZEN15
pub fn tzen17(&self) -> TZEN17_R
[src]
Bit 17 - TZEN17
pub fn tzen18(&self) -> TZEN18_R
[src]
Bit 18 - TZEN18
pub fn tzen19(&self) -> TZEN19_R
[src]
Bit 19 - TZEN19
pub fn tzen24(&self) -> TZEN24_R
[src]
Bit 24 - TZEN24
pub fn tzen26(&self) -> TZEN26_R
[src]
Bit 26 - TZEN26
impl R<u32, Reg<u32, _EXTI_TZENR2>>
[src]
pub fn tzen41(&self) -> TZEN41_R
[src]
Bit 9 - TZEN41
pub fn tzen54(&self) -> TZEN54_R
[src]
Bit 22 - TZEN54
pub fn tzen55(&self) -> TZEN55_R
[src]
Bit 23 - TZEN55
pub fn tzen56(&self) -> TZEN56_R
[src]
Bit 24 - TZEN56
pub fn tzen57(&self) -> TZEN57_R
[src]
Bit 25 - TZEN57
pub fn tzen58(&self) -> TZEN58_R
[src]
Bit 26 - TZEN58
pub fn tzen59(&self) -> TZEN59_R
[src]
Bit 27 - TZEN59
pub fn tzen60(&self) -> TZEN60_R
[src]
Bit 28 - TZEN60
impl R<u32, Reg<u32, _EXTI_RTSR3>>
[src]
pub fn rt65(&self) -> RT65_R
[src]
Bit 1 - RT65
pub fn rt66(&self) -> RT66_R
[src]
Bit 2 - RT66
pub fn rt68(&self) -> RT68_R
[src]
Bit 4 - RT68
pub fn rt73(&self) -> RT73_R
[src]
Bit 9 - RT73
pub fn rt74(&self) -> RT74_R
[src]
Bit 10 - RT74
impl R<u32, Reg<u32, _EXTI_FTSR3>>
[src]
pub fn ft65(&self) -> FT65_R
[src]
Bit 1 - FT65
pub fn ft66(&self) -> FT66_R
[src]
Bit 2 - FT66
pub fn ft68(&self) -> FT68_R
[src]
Bit 4 - FT68
pub fn ft73(&self) -> FT73_R
[src]
Bit 9 - FT73
pub fn ft74(&self) -> FT74_R
[src]
Bit 10 - FT74
impl R<u32, Reg<u32, _EXTI_SWIER3>>
[src]
pub fn swi65(&self) -> SWI65_R
[src]
Bit 1 - SWI65
pub fn swi66(&self) -> SWI66_R
[src]
Bit 2 - SWI66
pub fn swi68(&self) -> SWI68_R
[src]
Bit 4 - SWI68
pub fn swi73(&self) -> SWI73_R
[src]
Bit 9 - SWI73
pub fn swi74(&self) -> SWI74_R
[src]
Bit 10 - SWI74
impl R<u32, Reg<u32, _EXTI_RPR3>>
[src]
pub fn rpif65(&self) -> RPIF65_R
[src]
Bit 1 - RPIF65
pub fn rpif66(&self) -> RPIF66_R
[src]
Bit 2 - RPIF66
pub fn rpif68(&self) -> RPIF68_R
[src]
Bit 4 - RPIF68
pub fn rpif73(&self) -> RPIF73_R
[src]
Bit 9 - RPIF73
pub fn rpif74(&self) -> RPIF74_R
[src]
Bit 10 - RPIF74
impl R<u32, Reg<u32, _EXTI_FPR3>>
[src]
pub fn fpif65(&self) -> FPIF65_R
[src]
Bit 1 - FPIF65
pub fn fpif66(&self) -> FPIF66_R
[src]
Bit 2 - FPIF66
pub fn fpif68(&self) -> FPIF68_R
[src]
Bit 4 - FPIF68
pub fn fpif73(&self) -> FPIF73_R
[src]
Bit 9 - FPIF73
pub fn fpif74(&self) -> FPIF74_R
[src]
Bit 10 - FPIF74
impl R<u32, Reg<u32, _EXTI_EXTICR1>>
[src]
pub fn exti0(&self) -> EXTI0_R
[src]
Bits 0:7 - EXTI0
pub fn exti1(&self) -> EXTI1_R
[src]
Bits 8:15 - EXTI1
pub fn exti2(&self) -> EXTI2_R
[src]
Bits 16:23 - EXTI2
pub fn exti3(&self) -> EXTI3_R
[src]
Bits 24:31 - EXTI3
impl R<u32, Reg<u32, _EXTI_EXTICR2>>
[src]
pub fn exti4(&self) -> EXTI4_R
[src]
Bits 0:7 - EXTI4
pub fn exti5(&self) -> EXTI5_R
[src]
Bits 8:15 - EXTI5
pub fn exti6(&self) -> EXTI6_R
[src]
Bits 16:23 - EXTI6
pub fn exti7(&self) -> EXTI7_R
[src]
Bits 24:31 - EXTI7
impl R<u32, Reg<u32, _EXTI_EXTICR3>>
[src]
pub fn exti8(&self) -> EXTI8_R
[src]
Bits 0:7 - EXTI8
pub fn exti9(&self) -> EXTI9_R
[src]
Bits 8:15 - EXTI9
pub fn exti10(&self) -> EXTI10_R
[src]
Bits 16:23 - EXTI10
pub fn exti11(&self) -> EXTI11_R
[src]
Bits 24:31 - EXTI11
impl R<u32, Reg<u32, _EXTI_EXTICR4>>
[src]
pub fn exti12(&self) -> EXTI12_R
[src]
Bits 0:7 - EXTI12
pub fn exti13(&self) -> EXTI13_R
[src]
Bits 8:15 - EXTI13
pub fn exti14(&self) -> EXTI14_R
[src]
Bits 16:23 - EXTI14
pub fn exti15(&self) -> EXTI15_R
[src]
Bits 24:31 - EXTI15
impl R<u32, Reg<u32, _EXTI_IMR1>>
[src]
pub fn im0(&self) -> IM0_R
[src]
Bit 0 - IM0
pub fn im1(&self) -> IM1_R
[src]
Bit 1 - IM1
pub fn im2(&self) -> IM2_R
[src]
Bit 2 - IM2
pub fn im3(&self) -> IM3_R
[src]
Bit 3 - IM3
pub fn im4(&self) -> IM4_R
[src]
Bit 4 - IM4
pub fn im5(&self) -> IM5_R
[src]
Bit 5 - IM5
pub fn im6(&self) -> IM6_R
[src]
Bit 6 - IM6
pub fn im7(&self) -> IM7_R
[src]
Bit 7 - IM7
pub fn im8(&self) -> IM8_R
[src]
Bit 8 - IM8
pub fn im9(&self) -> IM9_R
[src]
Bit 9 - IM9
pub fn im10(&self) -> IM10_R
[src]
Bit 10 - IM10
pub fn im11(&self) -> IM11_R
[src]
Bit 11 - IM11
pub fn im12(&self) -> IM12_R
[src]
Bit 12 - IM12
pub fn im13(&self) -> IM13_R
[src]
Bit 13 - IM13
pub fn im14(&self) -> IM14_R
[src]
Bit 14 - IM14
pub fn im15(&self) -> IM15_R
[src]
Bit 15 - IM15
pub fn im16(&self) -> IM16_R
[src]
Bit 16 - IM16
pub fn im17(&self) -> IM17_R
[src]
Bit 17 - IM17
pub fn im18(&self) -> IM18_R
[src]
Bit 18 - IM18
pub fn im19(&self) -> IM19_R
[src]
Bit 19 - IM19
pub fn im20(&self) -> IM20_R
[src]
Bit 20 - IM20
pub fn im21(&self) -> IM21_R
[src]
Bit 21 - IM21
pub fn im22(&self) -> IM22_R
[src]
Bit 22 - IM22
pub fn im23(&self) -> IM23_R
[src]
Bit 23 - IM23
pub fn im24(&self) -> IM24_R
[src]
Bit 24 - IM24
pub fn im25(&self) -> IM25_R
[src]
Bit 25 - IM25
pub fn im26(&self) -> IM26_R
[src]
Bit 26 - IM26
pub fn im27(&self) -> IM27_R
[src]
Bit 27 - IM27
pub fn im28(&self) -> IM28_R
[src]
Bit 28 - IM28
pub fn im29(&self) -> IM29_R
[src]
Bit 29 - IM29
pub fn im30(&self) -> IM30_R
[src]
Bit 30 - IM30
pub fn im31(&self) -> IM31_R
[src]
Bit 31 - IM31
impl R<u32, Reg<u32, _EXTI_EMR1>>
[src]
pub fn em0(&self) -> EM0_R
[src]
Bit 0 - EM0
pub fn em1(&self) -> EM1_R
[src]
Bit 1 - EM1
pub fn em2(&self) -> EM2_R
[src]
Bit 2 - EM2
pub fn em3(&self) -> EM3_R
[src]
Bit 3 - EM3
pub fn em4(&self) -> EM4_R
[src]
Bit 4 - EM4
pub fn em5(&self) -> EM5_R
[src]
Bit 5 - EM5
pub fn em6(&self) -> EM6_R
[src]
Bit 6 - EM6
pub fn em7(&self) -> EM7_R
[src]
Bit 7 - EM7
pub fn em8(&self) -> EM8_R
[src]
Bit 8 - EM8
pub fn em9(&self) -> EM9_R
[src]
Bit 9 - EM9
pub fn em10(&self) -> EM10_R
[src]
Bit 10 - EM10
pub fn em11(&self) -> EM11_R
[src]
Bit 11 - EM11
pub fn em12(&self) -> EM12_R
[src]
Bit 12 - EM12
pub fn em13(&self) -> EM13_R
[src]
Bit 13 - EM13
pub fn em14(&self) -> EM14_R
[src]
Bit 14 - EM14
pub fn em15(&self) -> EM15_R
[src]
Bit 15 - EM15
pub fn em17(&self) -> EM17_R
[src]
Bit 17 - EM17
pub fn em18(&self) -> EM18_R
[src]
Bit 18 - EM18
pub fn em19(&self) -> EM19_R
[src]
Bit 19 - EM19
impl R<u32, Reg<u32, _EXTI_IMR2>>
[src]
pub fn im32(&self) -> IM32_R
[src]
Bit 0 - IM32
pub fn im33(&self) -> IM33_R
[src]
Bit 1 - IM33
pub fn im34(&self) -> IM34_R
[src]
Bit 2 - IM34
pub fn im35(&self) -> IM35_R
[src]
Bit 3 - IM35
pub fn im36(&self) -> IM36_R
[src]
Bit 4 - IM36
pub fn im37(&self) -> IM37_R
[src]
Bit 5 - IM37
pub fn im38(&self) -> IM38_R
[src]
Bit 6 - IM38
pub fn im39(&self) -> IM39_R
[src]
Bit 7 - IM39
pub fn im40(&self) -> IM40_R
[src]
Bit 8 - IM40
pub fn im41(&self) -> IM41_R
[src]
Bit 9 - IM41
pub fn im42(&self) -> IM42_R
[src]
Bit 10 - IM42
pub fn im43(&self) -> IM43_R
[src]
Bit 11 - IM43
pub fn im44(&self) -> IM44_R
[src]
Bit 12 - IM44
pub fn im45(&self) -> IM45_R
[src]
Bit 13 - IM45
pub fn im46(&self) -> IM46_R
[src]
Bit 14 - IM46
pub fn im47(&self) -> IM47_R
[src]
Bit 15 - IM47
pub fn im48(&self) -> IM48_R
[src]
Bit 16 - IM48
pub fn im49(&self) -> IM49_R
[src]
Bit 17 - IM49
pub fn im50(&self) -> IM50_R
[src]
Bit 18 - IM50
pub fn im51(&self) -> IM51_R
[src]
Bit 19 - IM51
pub fn im52(&self) -> IM52_R
[src]
Bit 20 - IM52
pub fn im53(&self) -> IM53_R
[src]
Bit 21 - IM53
pub fn im54(&self) -> IM54_R
[src]
Bit 22 - IM54
pub fn im55(&self) -> IM55_R
[src]
Bit 23 - IM55
pub fn im56(&self) -> IM56_R
[src]
Bit 24 - IM56
pub fn im57(&self) -> IM57_R
[src]
Bit 25 - IM57
pub fn im58(&self) -> IM58_R
[src]
Bit 26 - IM58
pub fn im59(&self) -> IM59_R
[src]
Bit 27 - IM59
pub fn im60(&self) -> IM60_R
[src]
Bit 28 - IM60
pub fn im61(&self) -> IM61_R
[src]
Bit 29 - IM61
pub fn im62(&self) -> IM62_R
[src]
Bit 30 - IM62
pub fn im63(&self) -> IM63_R
[src]
Bit 31 - IM63
impl R<u32, Reg<u32, _EXTI_IMR3>>
[src]
pub fn im64(&self) -> IM64_R
[src]
Bit 0 - IM64
pub fn im65(&self) -> IM65_R
[src]
Bit 1 - IM65
pub fn im66(&self) -> IM66_R
[src]
Bit 2 - IM66
pub fn im67(&self) -> IM67_R
[src]
Bit 3 - IM67
pub fn im68(&self) -> IM68_R
[src]
Bit 4 - IM68
pub fn im69(&self) -> IM69_R
[src]
Bit 5 - IM69
pub fn im70(&self) -> IM70_R
[src]
Bit 6 - IM70
pub fn im71(&self) -> IM71_R
[src]
Bit 7 - IM71
pub fn im72(&self) -> IM72_R
[src]
Bit 8 - IM72
pub fn im73(&self) -> IM73_R
[src]
Bit 9 - IM73
pub fn im74(&self) -> IM74_R
[src]
Bit 10 - IM74
pub fn im75(&self) -> IM75_R
[src]
Bit 11 - IM75
impl R<u32, Reg<u32, _EXTI_EMR3>>
[src]
impl R<u32, Reg<u32, _EXTI_C2IMR1>>
[src]
pub fn im0(&self) -> IM0_R
[src]
Bit 0 - IM0
pub fn im1(&self) -> IM1_R
[src]
Bit 1 - IM1
pub fn im2(&self) -> IM2_R
[src]
Bit 2 - IM2
pub fn im3(&self) -> IM3_R
[src]
Bit 3 - IM3
pub fn im4(&self) -> IM4_R
[src]
Bit 4 - IM4
pub fn im5(&self) -> IM5_R
[src]
Bit 5 - IM5
pub fn im6(&self) -> IM6_R
[src]
Bit 6 - IM6
pub fn im7(&self) -> IM7_R
[src]
Bit 7 - IM7
pub fn im8(&self) -> IM8_R
[src]
Bit 8 - IM8
pub fn im9(&self) -> IM9_R
[src]
Bit 9 - IM9
pub fn im10(&self) -> IM10_R
[src]
Bit 10 - IM10
pub fn im11(&self) -> IM11_R
[src]
Bit 11 - IM11
pub fn im12(&self) -> IM12_R
[src]
Bit 12 - IM12
pub fn im13(&self) -> IM13_R
[src]
Bit 13 - IM13
pub fn im14(&self) -> IM14_R
[src]
Bit 14 - IM14
pub fn im15(&self) -> IM15_R
[src]
Bit 15 - IM15
pub fn im16(&self) -> IM16_R
[src]
Bit 16 - IM16
pub fn im17(&self) -> IM17_R
[src]
Bit 17 - IM17
pub fn im18(&self) -> IM18_R
[src]
Bit 18 - IM18
pub fn im19(&self) -> IM19_R
[src]
Bit 19 - IM19
pub fn im20(&self) -> IM20_R
[src]
Bit 20 - IM20
pub fn im21(&self) -> IM21_R
[src]
Bit 21 - IM21
pub fn im22(&self) -> IM22_R
[src]
Bit 22 - IM22
pub fn im23(&self) -> IM23_R
[src]
Bit 23 - IM23
pub fn im24(&self) -> IM24_R
[src]
Bit 24 - IM24
pub fn im25(&self) -> IM25_R
[src]
Bit 25 - IM25
pub fn im26(&self) -> IM26_R
[src]
Bit 26 - IM26
pub fn im27(&self) -> IM27_R
[src]
Bit 27 - IM27
pub fn im28(&self) -> IM28_R
[src]
Bit 28 - IM28
pub fn im29(&self) -> IM29_R
[src]
Bit 29 - IM29
pub fn im30(&self) -> IM30_R
[src]
Bit 30 - IM30
pub fn im31(&self) -> IM31_R
[src]
Bit 31 - IM31
impl R<u32, Reg<u32, _EXTI_C2EMR1>>
[src]
pub fn em0(&self) -> EM0_R
[src]
Bit 0 - EM0
pub fn em1(&self) -> EM1_R
[src]
Bit 1 - EM1
pub fn em2(&self) -> EM2_R
[src]
Bit 2 - EM2
pub fn em3(&self) -> EM3_R
[src]
Bit 3 - EM3
pub fn em4(&self) -> EM4_R
[src]
Bit 4 - EM4
pub fn em5(&self) -> EM5_R
[src]
Bit 5 - EM5
pub fn em6(&self) -> EM6_R
[src]
Bit 6 - EM6
pub fn em7(&self) -> EM7_R
[src]
Bit 7 - EM7
pub fn em8(&self) -> EM8_R
[src]
Bit 8 - EM8
pub fn em9(&self) -> EM9_R
[src]
Bit 9 - EM9
pub fn em10(&self) -> EM10_R
[src]
Bit 10 - EM10
pub fn em11(&self) -> EM11_R
[src]
Bit 11 - EM11
pub fn em12(&self) -> EM12_R
[src]
Bit 12 - EM12
pub fn em13(&self) -> EM13_R
[src]
Bit 13 - EM13
pub fn em14(&self) -> EM14_R
[src]
Bit 14 - EM14
pub fn em15(&self) -> EM15_R
[src]
Bit 15 - EM15
pub fn em17(&self) -> EM17_R
[src]
Bit 17 - EM17
pub fn em18(&self) -> EM18_R
[src]
Bit 18 - EM18
pub fn em19(&self) -> EM19_R
[src]
Bit 19 - EM19
impl R<u32, Reg<u32, _EXTI_C2IMR2>>
[src]
pub fn im32(&self) -> IM32_R
[src]
Bit 0 - IM32
pub fn im33(&self) -> IM33_R
[src]
Bit 1 - IM33
pub fn im34(&self) -> IM34_R
[src]
Bit 2 - IM34
pub fn im35(&self) -> IM35_R
[src]
Bit 3 - IM35
pub fn im36(&self) -> IM36_R
[src]
Bit 4 - IM36
pub fn im37(&self) -> IM37_R
[src]
Bit 5 - IM37
pub fn im38(&self) -> IM38_R
[src]
Bit 6 - IM38
pub fn im39(&self) -> IM39_R
[src]
Bit 7 - IM39
pub fn im40(&self) -> IM40_R
[src]
Bit 8 - IM40
pub fn im41(&self) -> IM41_R
[src]
Bit 9 - IM41
pub fn im42(&self) -> IM42_R
[src]
Bit 10 - IM42
pub fn im43(&self) -> IM43_R
[src]
Bit 11 - IM43
pub fn im44(&self) -> IM44_R
[src]
Bit 12 - IM44
pub fn im45(&self) -> IM45_R
[src]
Bit 13 - IM45
pub fn im46(&self) -> IM46_R
[src]
Bit 14 - IM46
pub fn im47(&self) -> IM47_R
[src]
Bit 15 - IM47
pub fn im48(&self) -> IM48_R
[src]
Bit 16 - IM48
pub fn im49(&self) -> IM49_R
[src]
Bit 17 - IM49
pub fn im50(&self) -> IM50_R
[src]
Bit 18 - IM50
pub fn im51(&self) -> IM51_R
[src]
Bit 19 - IM51
pub fn im52(&self) -> IM52_R
[src]
Bit 20 - IM52
pub fn im53(&self) -> IM53_R
[src]
Bit 21 - IM53
pub fn im54(&self) -> IM54_R
[src]
Bit 22 - IM54
pub fn im55(&self) -> IM55_R
[src]
Bit 23 - IM55
pub fn im56(&self) -> IM56_R
[src]
Bit 24 - IM56
pub fn im57(&self) -> IM57_R
[src]
Bit 25 - IM57
pub fn im58(&self) -> IM58_R
[src]
Bit 26 - IM58
pub fn im59(&self) -> IM59_R
[src]
Bit 27 - IM59
pub fn im60(&self) -> IM60_R
[src]
Bit 28 - IM60
pub fn im61(&self) -> IM61_R
[src]
Bit 29 - IM61
pub fn im62(&self) -> IM62_R
[src]
Bit 30 - IM62
pub fn im63(&self) -> IM63_R
[src]
Bit 31 - IM63
impl R<u32, Reg<u32, _EXTI_C2IMR3>>
[src]
pub fn im64(&self) -> IM64_R
[src]
Bit 0 - IM64
pub fn im65(&self) -> IM65_R
[src]
Bit 1 - IM65
pub fn im66(&self) -> IM66_R
[src]
Bit 2 - IM66
pub fn im67(&self) -> IM67_R
[src]
Bit 3 - IM67
pub fn im68(&self) -> IM68_R
[src]
Bit 4 - IM68
pub fn im69(&self) -> IM69_R
[src]
Bit 5 - IM69
pub fn im70(&self) -> IM70_R
[src]
Bit 6 - IM70
pub fn im71(&self) -> IM71_R
[src]
Bit 7 - IM71
pub fn im72(&self) -> IM72_R
[src]
Bit 8 - IM72
pub fn im73(&self) -> IM73_R
[src]
Bit 9 - IM73
pub fn im74(&self) -> IM74_R
[src]
Bit 10 - IM74
pub fn im75(&self) -> IM75_R
[src]
Bit 11 - IM75
impl R<u32, Reg<u32, _EXTI_C2EMR3>>
[src]
impl R<u32, Reg<u32, _EXTI_HWCFGR13>>
[src]
impl R<u32, Reg<u32, _EXTI_HWCFGR12>>
[src]
impl R<u32, Reg<u32, _EXTI_HWCFGR11>>
[src]
impl R<u32, Reg<u32, _EXTI_HWCFGR7>>
[src]
pub fn cpuevent(&self) -> CPUEVENT_R
[src]
Bits 0:31 - CPUEVENT
impl R<u32, Reg<u32, _EXTI_HWCFGR6>>
[src]
pub fn cpuevent(&self) -> CPUEVENT_R
[src]
Bits 0:31 - CPUEVENT
impl R<u32, Reg<u32, _EXTI_HWCFGR5>>
[src]
pub fn cpuevent(&self) -> CPUEVENT_R
[src]
Bits 0:31 - CPUEVENT
impl R<u32, Reg<u32, _EXTI_HWCFGR4>>
[src]
pub fn event_trg(&self) -> EVENT_TRG_R
[src]
Bits 0:31 - EVENT_TRG
impl R<u32, Reg<u32, _EXTI_HWCFGR3>>
[src]
pub fn event_trg(&self) -> EVENT_TRG_R
[src]
Bits 0:31 - EVENT_TRG
impl R<u32, Reg<u32, _EXTI_HWCFGR2>>
[src]
pub fn event_trg(&self) -> EVENT_TRG_R
[src]
Bits 0:31 - EVENT_TRG
impl R<u32, Reg<u32, _EXTI_HWCFGR1>>
[src]
pub fn nbevents(&self) -> NBEVENTS_R
[src]
Bits 0:7 - NBEVENTS
pub fn nbcpus(&self) -> NBCPUS_R
[src]
Bits 8:11 - NBCPUS
pub fn cpuevten(&self) -> CPUEVTEN_R
[src]
Bits 12:15 - CPUEVTEN
pub fn nbioport(&self) -> NBIOPORT_R
[src]
Bits 16:23 - NBIOPORT
impl R<u32, Reg<u32, _EXTI_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _EXTI_IPIDR>>
[src]
impl R<u32, Reg<u32, _EXTI_SIDR>>
[src]
impl R<u32, Reg<u32, _FDCAN_CREL>>
[src]
pub fn day(&self) -> DAY_R
[src]
Bits 0:7 - DAY
pub fn mon(&self) -> MON_R
[src]
Bits 8:15 - MON
pub fn year(&self) -> YEAR_R
[src]
Bits 16:19 - YEAR
pub fn substep(&self) -> SUBSTEP_R
[src]
Bits 20:23 - SUBSTEP
pub fn step(&self) -> STEP_R
[src]
Bits 24:27 - STEP
pub fn rel(&self) -> REL_R
[src]
Bits 28:31 - REL
impl R<u32, Reg<u32, _FDCAN_ENDN>>
[src]
impl R<u32, Reg<u32, _FDCAN_DBTP>>
[src]
pub fn dsjw(&self) -> DSJW_R
[src]
Bits 0:3 - DSJW
pub fn dtseg2(&self) -> DTSEG2_R
[src]
Bits 4:7 - DTSEG2
pub fn dtseg1(&self) -> DTSEG1_R
[src]
Bits 8:12 - DTSEG1
pub fn dbrp(&self) -> DBRP_R
[src]
Bits 16:20 - DBRP
pub fn tdc(&self) -> TDC_R
[src]
Bit 23 - TDC
impl R<u32, Reg<u32, _FDCAN_TEST>>
[src]
pub fn lbck(&self) -> LBCK_R
[src]
Bit 4 - LBCK
pub fn tx(&self) -> TX_R
[src]
Bits 5:6 - TX
pub fn rx(&self) -> RX_R
[src]
Bit 7 - RX
impl R<u32, Reg<u32, _FDCAN_RWD>>
[src]
impl R<u32, Reg<u32, _FDCAN_CCCR>>
[src]
pub fn init(&self) -> INIT_R
[src]
Bit 0 - INIT
pub fn cce(&self) -> CCE_R
[src]
Bit 1 - CCE
pub fn asm(&self) -> ASM_R
[src]
Bit 2 - ASM
pub fn csa(&self) -> CSA_R
[src]
Bit 3 - CSA
pub fn csr(&self) -> CSR_R
[src]
Bit 4 - CSR
pub fn mon(&self) -> MON_R
[src]
Bit 5 - MON
pub fn dar(&self) -> DAR_R
[src]
Bit 6 - DAR
pub fn test(&self) -> TEST_R
[src]
Bit 7 - TEST
pub fn fdoe(&self) -> FDOE_R
[src]
Bit 8 - FDOE
pub fn brse(&self) -> BRSE_R
[src]
Bit 9 - BRSE
pub fn pxhd(&self) -> PXHD_R
[src]
Bit 12 - PXHD
pub fn efbi(&self) -> EFBI_R
[src]
Bit 13 - EFBI
pub fn txp(&self) -> TXP_R
[src]
Bit 14 - TXP
pub fn niso(&self) -> NISO_R
[src]
Bit 15 - NISO
impl R<u32, Reg<u32, _FDCAN_NBTP>>
[src]
pub fn ntseg2(&self) -> NTSEG2_R
[src]
Bits 0:6 - NTSEG2
pub fn ntseg1(&self) -> NTSEG1_R
[src]
Bits 8:15 - NTSEG1
pub fn nbrp(&self) -> NBRP_R
[src]
Bits 16:24 - NBRP
pub fn nsjw(&self) -> NSJW_R
[src]
Bits 25:31 - NSJW
impl R<u32, Reg<u32, _FDCAN_TSCC>>
[src]
impl R<u32, Reg<u32, _FDCAN_TSCV>>
[src]
impl R<u32, Reg<u32, _FDCAN_TOCC>>
[src]
pub fn etoc(&self) -> ETOC_R
[src]
Bit 0 - ETOC
pub fn tos(&self) -> TOS_R
[src]
Bits 1:2 - TOS
pub fn top(&self) -> TOP_R
[src]
Bits 16:31 - TOP
impl R<u32, Reg<u32, _FDCAN_TOCV>>
[src]
impl R<u32, Reg<u32, _FDCAN_ECR>>
[src]
pub fn tec(&self) -> TEC_R
[src]
Bits 0:7 - TEC
pub fn trec(&self) -> TREC_R
[src]
Bits 8:14 - TREC
pub fn rp(&self) -> RP_R
[src]
Bit 15 - RP
pub fn cel(&self) -> CEL_R
[src]
Bits 16:23 - CEL
impl R<u32, Reg<u32, _FDCAN_PSR>>
[src]
pub fn lec(&self) -> LEC_R
[src]
Bits 0:2 - LEC
pub fn act(&self) -> ACT_R
[src]
Bits 3:4 - ACT
pub fn ep(&self) -> EP_R
[src]
Bit 5 - EP
pub fn ew(&self) -> EW_R
[src]
Bit 6 - EW
pub fn bo(&self) -> BO_R
[src]
Bit 7 - BO
pub fn dlec(&self) -> DLEC_R
[src]
Bits 8:10 - DLEC
pub fn resi(&self) -> RESI_R
[src]
Bit 11 - RESI
pub fn rbrs(&self) -> RBRS_R
[src]
Bit 12 - RBRS
pub fn redl(&self) -> REDL_R
[src]
Bit 13 - REDL
pub fn pxe(&self) -> PXE_R
[src]
Bit 14 - PXE
pub fn tdcv(&self) -> TDCV_R
[src]
Bits 16:22 - TDCV
impl R<u32, Reg<u32, _FDCAN_TDCR>>
[src]
impl R<u32, Reg<u32, _FDCAN_IR>>
[src]
pub fn rf0n(&self) -> RF0N_R
[src]
Bit 0 - RF0N
pub fn rf0w(&self) -> RF0W_R
[src]
Bit 1 - RF0W
pub fn rf0f(&self) -> RF0F_R
[src]
Bit 2 - RF0F
pub fn rf0l(&self) -> RF0L_R
[src]
Bit 3 - RF0L
pub fn rf1n(&self) -> RF1N_R
[src]
Bit 4 - RF1N
pub fn rf1w(&self) -> RF1W_R
[src]
Bit 5 - RF1W
pub fn rf1f(&self) -> RF1F_R
[src]
Bit 6 - RF1F
pub fn rf1l(&self) -> RF1L_R
[src]
Bit 7 - RF1L
pub fn hpm(&self) -> HPM_R
[src]
Bit 8 - HPM
pub fn tc(&self) -> TC_R
[src]
Bit 9 - TC
pub fn tcf(&self) -> TCF_R
[src]
Bit 10 - TCF
pub fn tfe(&self) -> TFE_R
[src]
Bit 11 - TFE
pub fn tefn(&self) -> TEFN_R
[src]
Bit 12 - TEFN
pub fn tefw(&self) -> TEFW_R
[src]
Bit 13 - TEFW
pub fn teff(&self) -> TEFF_R
[src]
Bit 14 - TEFF
pub fn tefl(&self) -> TEFL_R
[src]
Bit 15 - TEFL
pub fn tsw(&self) -> TSW_R
[src]
Bit 16 - TSW
pub fn mraf(&self) -> MRAF_R
[src]
Bit 17 - MRAF
pub fn too(&self) -> TOO_R
[src]
Bit 18 - TOO
pub fn drx(&self) -> DRX_R
[src]
Bit 19 - DRX
pub fn elo(&self) -> ELO_R
[src]
Bit 22 - ELO
pub fn ep(&self) -> EP_R
[src]
Bit 23 - EP
pub fn ew(&self) -> EW_R
[src]
Bit 24 - EW
pub fn bo(&self) -> BO_R
[src]
Bit 25 - BO
pub fn wdi(&self) -> WDI_R
[src]
Bit 26 - WDI
pub fn pea(&self) -> PEA_R
[src]
Bit 27 - PEA
pub fn ped(&self) -> PED_R
[src]
Bit 28 - PED
pub fn ara(&self) -> ARA_R
[src]
Bit 29 - ARA
impl R<u32, Reg<u32, _FDCAN_IE>>
[src]
pub fn rf0ne(&self) -> RF0NE_R
[src]
Bit 0 - RF0NE
pub fn rf0we(&self) -> RF0WE_R
[src]
Bit 1 - RF0WE
pub fn rf0fe(&self) -> RF0FE_R
[src]
Bit 2 - RF0FE
pub fn rf0le(&self) -> RF0LE_R
[src]
Bit 3 - RF0LE
pub fn rf1ne(&self) -> RF1NE_R
[src]
Bit 4 - RF1NE
pub fn rf1we(&self) -> RF1WE_R
[src]
Bit 5 - RF1WE
pub fn rf1fe(&self) -> RF1FE_R
[src]
Bit 6 - RF1FE
pub fn rf1le(&self) -> RF1LE_R
[src]
Bit 7 - RF1LE
pub fn hpme(&self) -> HPME_R
[src]
Bit 8 - HPME
pub fn tce(&self) -> TCE_R
[src]
Bit 9 - TCE
pub fn tcfe(&self) -> TCFE_R
[src]
Bit 10 - TCFE
pub fn tfee(&self) -> TFEE_R
[src]
Bit 11 - TFEE
pub fn tefne(&self) -> TEFNE_R
[src]
Bit 12 - TEFNE
pub fn tefwe(&self) -> TEFWE_R
[src]
Bit 13 - TEFWE
pub fn teffe(&self) -> TEFFE_R
[src]
Bit 14 - TEFFE
pub fn tefle(&self) -> TEFLE_R
[src]
Bit 15 - TEFLE
pub fn tswe(&self) -> TSWE_R
[src]
Bit 16 - TSWE
pub fn mrafe(&self) -> MRAFE_R
[src]
Bit 17 - MRAFE
pub fn tooe(&self) -> TOOE_R
[src]
Bit 18 - TOOE
pub fn drxe(&self) -> DRXE_R
[src]
Bit 19 - DRXE
pub fn bece(&self) -> BECE_R
[src]
Bit 20 - BECE
pub fn beue(&self) -> BEUE_R
[src]
Bit 21 - BEUE
pub fn eloe(&self) -> ELOE_R
[src]
Bit 22 - ELOE
pub fn epe(&self) -> EPE_R
[src]
Bit 23 - EPE
pub fn ewe(&self) -> EWE_R
[src]
Bit 24 - EWE
pub fn boe(&self) -> BOE_R
[src]
Bit 25 - BOE
pub fn wdie(&self) -> WDIE_R
[src]
Bit 26 - WDIE
pub fn peae(&self) -> PEAE_R
[src]
Bit 27 - PEAE
pub fn pede(&self) -> PEDE_R
[src]
Bit 28 - PEDE
pub fn arae(&self) -> ARAE_R
[src]
Bit 29 - ARAE
impl R<u32, Reg<u32, _FDCAN_ILS>>
[src]
pub fn rf0nl(&self) -> RF0NL_R
[src]
Bit 0 - RF0NL
pub fn rf0wl(&self) -> RF0WL_R
[src]
Bit 1 - RF0WL
pub fn rf0fl(&self) -> RF0FL_R
[src]
Bit 2 - RF0FL
pub fn rf0ll(&self) -> RF0LL_R
[src]
Bit 3 - RF0LL
pub fn rf1nl(&self) -> RF1NL_R
[src]
Bit 4 - RF1NL
pub fn rf1wl(&self) -> RF1WL_R
[src]
Bit 5 - RF1WL
pub fn rf1fl(&self) -> RF1FL_R
[src]
Bit 6 - RF1FL
pub fn rf1ll(&self) -> RF1LL_R
[src]
Bit 7 - RF1LL
pub fn hpml(&self) -> HPML_R
[src]
Bit 8 - HPML
pub fn tcl(&self) -> TCL_R
[src]
Bit 9 - TCL
pub fn tcfl(&self) -> TCFL_R
[src]
Bit 10 - TCFL
pub fn tfel(&self) -> TFEL_R
[src]
Bit 11 - TFEL
pub fn tefnl(&self) -> TEFNL_R
[src]
Bit 12 - TEFNL
pub fn tefwl(&self) -> TEFWL_R
[src]
Bit 13 - TEFWL
pub fn teffl(&self) -> TEFFL_R
[src]
Bit 14 - TEFFL
pub fn tefll(&self) -> TEFLL_R
[src]
Bit 15 - TEFLL
pub fn tswl(&self) -> TSWL_R
[src]
Bit 16 - TSWL
pub fn mrafl(&self) -> MRAFL_R
[src]
Bit 17 - MRAFL
pub fn tool(&self) -> TOOL_R
[src]
Bit 18 - TOOL
pub fn drxl(&self) -> DRXL_R
[src]
Bit 19 - DRXL
pub fn becl(&self) -> BECL_R
[src]
Bit 20 - BECL
pub fn beul(&self) -> BEUL_R
[src]
Bit 21 - BEUL
pub fn elol(&self) -> ELOL_R
[src]
Bit 22 - ELOL
pub fn epl(&self) -> EPL_R
[src]
Bit 23 - EPL
pub fn ewl(&self) -> EWL_R
[src]
Bit 24 - EWL
pub fn bol(&self) -> BOL_R
[src]
Bit 25 - BOL
pub fn wdil(&self) -> WDIL_R
[src]
Bit 26 - WDIL
pub fn peal(&self) -> PEAL_R
[src]
Bit 27 - PEAL
pub fn pedl(&self) -> PEDL_R
[src]
Bit 28 - PEDL
pub fn aral(&self) -> ARAL_R
[src]
Bit 29 - ARAL
impl R<u32, Reg<u32, _FDCAN_ILE>>
[src]
impl R<u32, Reg<u32, _FDCAN_GFC>>
[src]
pub fn rrfe(&self) -> RRFE_R
[src]
Bit 0 - RRFE
pub fn rrfs(&self) -> RRFS_R
[src]
Bit 1 - RRFS
pub fn anfe(&self) -> ANFE_R
[src]
Bits 2:3 - ANFE
pub fn anfs(&self) -> ANFS_R
[src]
Bits 4:5 - ANFS
impl R<u32, Reg<u32, _FDCAN_SIDFC>>
[src]
pub fn flssa(&self) -> FLSSA_R
[src]
Bits 2:15 - FLSSA
pub fn lss(&self) -> LSS_R
[src]
Bits 16:23 - LSS
impl R<u32, Reg<u32, _FDCAN_XIDFC>>
[src]
pub fn flesa(&self) -> FLESA_R
[src]
Bits 2:15 - FLESA
pub fn lse(&self) -> LSE_R
[src]
Bits 16:23 - LSE
impl R<u32, Reg<u32, _FDCAN_XIDAM>>
[src]
impl R<u32, Reg<u32, _FDCAN_HPMS>>
[src]
pub fn bidx(&self) -> BIDX_R
[src]
Bits 0:5 - BIDX
pub fn msi(&self) -> MSI_R
[src]
Bits 6:7 - MSI
pub fn fidx(&self) -> FIDX_R
[src]
Bits 8:14 - FIDX
pub fn flst(&self) -> FLST_R
[src]
Bit 15 - FLST
impl R<u32, Reg<u32, _FDCAN_NDAT1>>
[src]
pub fn nd0(&self) -> ND0_R
[src]
Bit 0 - ND0
pub fn nd1(&self) -> ND1_R
[src]
Bit 1 - ND1
pub fn nd2(&self) -> ND2_R
[src]
Bit 2 - ND2
pub fn nd3(&self) -> ND3_R
[src]
Bit 3 - ND3
pub fn nd4(&self) -> ND4_R
[src]
Bit 4 - ND4
pub fn nd5(&self) -> ND5_R
[src]
Bit 5 - ND5
pub fn nd6(&self) -> ND6_R
[src]
Bit 6 - ND6
pub fn nd7(&self) -> ND7_R
[src]
Bit 7 - ND7
pub fn nd8(&self) -> ND8_R
[src]
Bit 8 - ND8
pub fn nd9(&self) -> ND9_R
[src]
Bit 9 - ND9
pub fn nd10(&self) -> ND10_R
[src]
Bit 10 - ND10
pub fn nd11(&self) -> ND11_R
[src]
Bit 11 - ND11
pub fn nd12(&self) -> ND12_R
[src]
Bit 12 - ND12
pub fn nd13(&self) -> ND13_R
[src]
Bit 13 - ND13
pub fn nd14(&self) -> ND14_R
[src]
Bit 14 - ND14
pub fn nd15(&self) -> ND15_R
[src]
Bit 15 - ND15
pub fn nd16(&self) -> ND16_R
[src]
Bit 16 - ND16
pub fn nd17(&self) -> ND17_R
[src]
Bit 17 - ND17
pub fn nd18(&self) -> ND18_R
[src]
Bit 18 - ND18
pub fn nd19(&self) -> ND19_R
[src]
Bit 19 - ND19
pub fn nd20(&self) -> ND20_R
[src]
Bit 20 - ND20
pub fn nd21(&self) -> ND21_R
[src]
Bit 21 - ND21
pub fn nd22(&self) -> ND22_R
[src]
Bit 22 - ND22
pub fn nd23(&self) -> ND23_R
[src]
Bit 23 - ND23
pub fn nd24(&self) -> ND24_R
[src]
Bit 24 - ND24
pub fn nd25(&self) -> ND25_R
[src]
Bit 25 - ND25
pub fn nd26(&self) -> ND26_R
[src]
Bit 26 - ND26
pub fn nd27(&self) -> ND27_R
[src]
Bit 27 - ND27
pub fn nd28(&self) -> ND28_R
[src]
Bit 28 - ND28
pub fn nd29(&self) -> ND29_R
[src]
Bit 29 - ND29
pub fn nd30(&self) -> ND30_R
[src]
Bit 30 - ND30
pub fn nd31(&self) -> ND31_R
[src]
Bit 31 - ND31
impl R<u32, Reg<u32, _FDCAN_NDAT2>>
[src]
pub fn nd32(&self) -> ND32_R
[src]
Bit 0 - ND32
pub fn nd33(&self) -> ND33_R
[src]
Bit 1 - ND33
pub fn nd34(&self) -> ND34_R
[src]
Bit 2 - ND34
pub fn nd35(&self) -> ND35_R
[src]
Bit 3 - ND35
pub fn nd36(&self) -> ND36_R
[src]
Bit 4 - ND36
pub fn nd37(&self) -> ND37_R
[src]
Bit 5 - ND37
pub fn nd38(&self) -> ND38_R
[src]
Bit 6 - ND38
pub fn nd39(&self) -> ND39_R
[src]
Bit 7 - ND39
pub fn nd40(&self) -> ND40_R
[src]
Bit 8 - ND40
pub fn nd41(&self) -> ND41_R
[src]
Bit 9 - ND41
pub fn nd42(&self) -> ND42_R
[src]
Bit 10 - ND42
pub fn nd43(&self) -> ND43_R
[src]
Bit 11 - ND43
pub fn nd44(&self) -> ND44_R
[src]
Bit 12 - ND44
pub fn nd45(&self) -> ND45_R
[src]
Bit 13 - ND45
pub fn nd46(&self) -> ND46_R
[src]
Bit 14 - ND46
pub fn nd47(&self) -> ND47_R
[src]
Bit 15 - ND47
pub fn nd48(&self) -> ND48_R
[src]
Bit 16 - ND48
pub fn nd49(&self) -> ND49_R
[src]
Bit 17 - ND49
pub fn nd50(&self) -> ND50_R
[src]
Bit 18 - ND50
pub fn nd51(&self) -> ND51_R
[src]
Bit 19 - ND51
pub fn nd52(&self) -> ND52_R
[src]
Bit 20 - ND52
pub fn nd53(&self) -> ND53_R
[src]
Bit 21 - ND53
pub fn nd54(&self) -> ND54_R
[src]
Bit 22 - ND54
pub fn nd55(&self) -> ND55_R
[src]
Bit 23 - ND55
pub fn nd56(&self) -> ND56_R
[src]
Bit 24 - ND56
pub fn nd57(&self) -> ND57_R
[src]
Bit 25 - ND57
pub fn nd58(&self) -> ND58_R
[src]
Bit 26 - ND58
pub fn nd59(&self) -> ND59_R
[src]
Bit 27 - ND59
pub fn nd60(&self) -> ND60_R
[src]
Bit 28 - ND60
pub fn nd61(&self) -> ND61_R
[src]
Bit 29 - ND61
pub fn nd62(&self) -> ND62_R
[src]
Bit 30 - ND62
pub fn nd63(&self) -> ND63_R
[src]
Bit 31 - ND63
impl R<u32, Reg<u32, _FDCAN_RXF0C>>
[src]
pub fn f0sa(&self) -> F0SA_R
[src]
Bits 2:15 - F0SA
pub fn f0s(&self) -> F0S_R
[src]
Bits 16:22 - F0S
pub fn f0wm(&self) -> F0WM_R
[src]
Bits 24:30 - F0WM
pub fn f0om(&self) -> F0OM_R
[src]
Bit 31 - F0OM
impl R<u32, Reg<u32, _FDCAN_RXF0S>>
[src]
pub fn f0fl(&self) -> F0FL_R
[src]
Bits 0:6 - F0FL
pub fn f0gi(&self) -> F0GI_R
[src]
Bits 8:13 - F0GI
pub fn f0pi(&self) -> F0PI_R
[src]
Bits 16:21 - F0PI
pub fn f0f(&self) -> F0F_R
[src]
Bit 24 - F0F
pub fn rf0l(&self) -> RF0L_R
[src]
Bit 25 - RF0L
impl R<u32, Reg<u32, _FDCAN_RXF0A>>
[src]
impl R<u32, Reg<u32, _FDCAN_RXBC>>
[src]
impl R<u32, Reg<u32, _FDCAN_RXF1C>>
[src]
pub fn f1sa(&self) -> F1SA_R
[src]
Bits 2:15 - F1SA
pub fn f1s(&self) -> F1S_R
[src]
Bits 16:22 - F1S
pub fn f1wm(&self) -> F1WM_R
[src]
Bits 24:30 - F1WM
pub fn f1om(&self) -> F1OM_R
[src]
Bit 31 - F1OM
impl R<u32, Reg<u32, _FDCAN_RXF1S>>
[src]
pub fn f1fl(&self) -> F1FL_R
[src]
Bits 0:6 - F1FL
pub fn f1gi(&self) -> F1GI_R
[src]
Bits 8:13 - F1GI
pub fn f1pi(&self) -> F1PI_R
[src]
Bits 16:21 - F1PI
pub fn f1f(&self) -> F1F_R
[src]
Bit 24 - F1F
pub fn rf1l(&self) -> RF1L_R
[src]
Bit 25 - RF1L
pub fn dms(&self) -> DMS_R
[src]
Bits 30:31 - DMS
impl R<u32, Reg<u32, _FDCAN_RXF1A>>
[src]
impl R<u32, Reg<u32, _FDCAN_RXESC>>
[src]
pub fn f0ds(&self) -> F0DS_R
[src]
Bits 0:2 - F0DS
pub fn f1ds(&self) -> F1DS_R
[src]
Bits 4:6 - F1DS
pub fn rbds(&self) -> RBDS_R
[src]
Bits 8:10 - RBDS
impl R<u32, Reg<u32, _FDCAN_TXBC>>
[src]
pub fn tbsa(&self) -> TBSA_R
[src]
Bits 2:15 - TBSA
pub fn ndtb(&self) -> NDTB_R
[src]
Bits 16:21 - NDTB
pub fn tfqs(&self) -> TFQS_R
[src]
Bits 24:29 - TFQS
pub fn tfqm(&self) -> TFQM_R
[src]
Bit 30 - TFQM
impl R<u32, Reg<u32, _FDCAN_TXFQS>>
[src]
pub fn tffl(&self) -> TFFL_R
[src]
Bits 0:5 - TFFL
pub fn tfgi(&self) -> TFGI_R
[src]
Bits 8:12 - TFGI
pub fn tfqpi(&self) -> TFQPI_R
[src]
Bits 16:20 - TFQPI
pub fn tfqf(&self) -> TFQF_R
[src]
Bit 21 - TFQF
impl R<u32, Reg<u32, _FDCAN_TXESC>>
[src]
impl R<u32, Reg<u32, _FDCAN_TXBAR>>
[src]
impl R<u32, Reg<u32, _FDCAN_TXBCR>>
[src]
impl R<u32, Reg<u32, _FDCAN_TXBTO>>
[src]
impl R<u32, Reg<u32, _FDCAN_TXBCF>>
[src]
impl R<u32, Reg<u32, _FDCAN_TXBTIE>>
[src]
impl R<u32, Reg<u32, _FDCAN_TXBCIE>>
[src]
impl R<u32, Reg<u32, _FDCAN_TXEFC>>
[src]
pub fn efsa(&self) -> EFSA_R
[src]
Bits 2:15 - EFSA
pub fn efs(&self) -> EFS_R
[src]
Bits 16:21 - EFS
pub fn efwm(&self) -> EFWM_R
[src]
Bits 24:29 - EFWM
impl R<u32, Reg<u32, _FDCAN_TXEFS>>
[src]
pub fn effl(&self) -> EFFL_R
[src]
Bits 0:5 - EFFL
pub fn efgi(&self) -> EFGI_R
[src]
Bits 8:12 - EFGI
pub fn efpi(&self) -> EFPI_R
[src]
Bits 16:20 - EFPI
pub fn eff(&self) -> EFF_R
[src]
Bit 24 - EFF
pub fn tefl(&self) -> TEFL_R
[src]
Bit 25 - TEFL
impl R<u32, Reg<u32, _FDCAN_TXEFA>>
[src]
impl R<u32, Reg<u32, _FDCAN_TTTMC>>
[src]
impl R<u32, Reg<u32, _FDCAN_TTRMC>>
[src]
pub fn rid(&self) -> RID_R
[src]
Bits 0:28 - RID
pub fn xtd(&self) -> XTD_R
[src]
Bit 30 - XTD
pub fn rmps(&self) -> RMPS_R
[src]
Bit 31 - RMPS
impl R<u32, Reg<u32, _FDCAN_TTOCF>>
[src]
pub fn om(&self) -> OM_R
[src]
Bits 0:1 - OM
pub fn gen(&self) -> GEN_R
[src]
Bit 3 - GEN
pub fn tm(&self) -> TM_R
[src]
Bit 4 - TM
pub fn ldsdl(&self) -> LDSDL_R
[src]
Bits 5:7 - LDSDL
pub fn irto(&self) -> IRTO_R
[src]
Bits 8:14 - IRTO
pub fn eecs(&self) -> EECS_R
[src]
Bit 15 - EECS
pub fn awl(&self) -> AWL_R
[src]
Bits 16:23 - AWL
pub fn egtf(&self) -> EGTF_R
[src]
Bit 24 - EGTF
pub fn ecc(&self) -> ECC_R
[src]
Bit 25 - ECC
pub fn evtp(&self) -> EVTP_R
[src]
Bit 26 - EVTP
impl R<u32, Reg<u32, _FDCAN_TTMLM>>
[src]
pub fn ccm(&self) -> CCM_R
[src]
Bits 0:5 - CCM
pub fn css(&self) -> CSS_R
[src]
Bits 6:7 - CSS
pub fn txew(&self) -> TXEW_R
[src]
Bits 8:11 - TXEW
pub fn entt(&self) -> ENTT_R
[src]
Bits 16:27 - ENTT
impl R<u32, Reg<u32, _FDCAN_TURCF>>
[src]
pub fn ncl(&self) -> NCL_R
[src]
Bits 0:15 - NCL
pub fn dc(&self) -> DC_R
[src]
Bits 16:29 - DC
pub fn elt(&self) -> ELT_R
[src]
Bit 31 - ELT
impl R<u32, Reg<u32, _FDCAN_TTOCN>>
[src]
pub fn sgt(&self) -> SGT_R
[src]
Bit 0 - SGT
pub fn ecs(&self) -> ECS_R
[src]
Bit 1 - ECS
pub fn swp(&self) -> SWP_R
[src]
Bit 2 - SWP
pub fn sws(&self) -> SWS_R
[src]
Bits 3:4 - SWS
pub fn rtie(&self) -> RTIE_R
[src]
Bit 5 - RTIE
pub fn tmc(&self) -> TMC_R
[src]
Bits 6:7 - TMC
pub fn ttie(&self) -> TTIE_R
[src]
Bit 8 - TTIE
pub fn gcs(&self) -> GCS_R
[src]
Bit 9 - GCS
pub fn fgp(&self) -> FGP_R
[src]
Bit 10 - FGP
pub fn tmg(&self) -> TMG_R
[src]
Bit 11 - TMG
pub fn nig(&self) -> NIG_R
[src]
Bit 12 - NIG
pub fn escn(&self) -> ESCN_R
[src]
Bit 13 - ESCN
pub fn lckc(&self) -> LCKC_R
[src]
Bit 15 - LCKC
impl R<u32, Reg<u32, _FDCAN_TTGTP>>
[src]
impl R<u32, Reg<u32, _FDCAN_TTTMK>>
[src]
pub fn tm(&self) -> TM_R
[src]
Bits 0:15 - TM
pub fn ticc(&self) -> TICC_R
[src]
Bits 16:22 - TICC
pub fn lckm(&self) -> LCKM_R
[src]
Bit 31 - LCKM
impl R<u32, Reg<u32, _FDCAN_TTIR>>
[src]
pub fn sbc(&self) -> SBC_R
[src]
Bit 0 - SBC
pub fn smc(&self) -> SMC_R
[src]
Bit 1 - SMC
pub fn csm(&self) -> CSM_R
[src]
Bit 2 - CSM
pub fn sog(&self) -> SOG_R
[src]
Bit 3 - SOG
pub fn rtmi(&self) -> RTMI_R
[src]
Bit 4 - RTMI
pub fn ttmi(&self) -> TTMI_R
[src]
Bit 5 - TTMI
pub fn swe(&self) -> SWE_R
[src]
Bit 6 - SWE
pub fn gtw(&self) -> GTW_R
[src]
Bit 7 - GTW
pub fn gtd(&self) -> GTD_R
[src]
Bit 8 - GTD
pub fn gte(&self) -> GTE_R
[src]
Bit 9 - GTE
pub fn txu(&self) -> TXU_R
[src]
Bit 10 - TXU
pub fn txo(&self) -> TXO_R
[src]
Bit 11 - TXO
pub fn se1(&self) -> SE1_R
[src]
Bit 12 - SE1
pub fn se2(&self) -> SE2_R
[src]
Bit 13 - SE2
pub fn elc(&self) -> ELC_R
[src]
Bit 14 - ELC
pub fn iwtg(&self) -> IWTG_R
[src]
Bit 15 - IWTG
pub fn wt(&self) -> WT_R
[src]
Bit 16 - WT
pub fn aw(&self) -> AW_R
[src]
Bit 17 - AW
pub fn cer(&self) -> CER_R
[src]
Bit 18 - CER
impl R<u32, Reg<u32, _FDCAN_TTIE>>
[src]
pub fn sbce(&self) -> SBCE_R
[src]
Bit 0 - SBCE
pub fn smce(&self) -> SMCE_R
[src]
Bit 1 - SMCE
pub fn csme(&self) -> CSME_R
[src]
Bit 2 - CSME
pub fn soge(&self) -> SOGE_R
[src]
Bit 3 - SOGE
pub fn rtmie(&self) -> RTMIE_R
[src]
Bit 4 - RTMIE
pub fn ttmie(&self) -> TTMIE_R
[src]
Bit 5 - TTMIE
pub fn swee(&self) -> SWEE_R
[src]
Bit 6 - SWEE
pub fn gtwe(&self) -> GTWE_R
[src]
Bit 7 - GTWE
pub fn gtde(&self) -> GTDE_R
[src]
Bit 8 - GTDE
pub fn gtee(&self) -> GTEE_R
[src]
Bit 9 - GTEE
pub fn txue(&self) -> TXUE_R
[src]
Bit 10 - TXUE
pub fn txoe(&self) -> TXOE_R
[src]
Bit 11 - TXOE
pub fn se1e(&self) -> SE1E_R
[src]
Bit 12 - SE1E
pub fn se2e(&self) -> SE2E_R
[src]
Bit 13 - SE2E
pub fn elce(&self) -> ELCE_R
[src]
Bit 14 - ELCE
pub fn iwte(&self) -> IWTE_R
[src]
Bit 15 - IWTE
pub fn wte(&self) -> WTE_R
[src]
Bit 16 - WTE
pub fn awe(&self) -> AWE_R
[src]
Bit 17 - AWE
pub fn cere(&self) -> CERE_R
[src]
Bit 18 - CERE
impl R<u32, Reg<u32, _FDCAN_TTILS>>
[src]
pub fn sbcl(&self) -> SBCL_R
[src]
Bit 0 - SBCL
pub fn smcl(&self) -> SMCL_R
[src]
Bit 1 - SMCL
pub fn csml(&self) -> CSML_R
[src]
Bit 2 - CSML
pub fn sogl(&self) -> SOGL_R
[src]
Bit 3 - SOGL
pub fn rtmil(&self) -> RTMIL_R
[src]
Bit 4 - RTMIL
pub fn ttmil(&self) -> TTMIL_R
[src]
Bit 5 - TTMIL
pub fn swel(&self) -> SWEL_R
[src]
Bit 6 - SWEL
pub fn gtwl(&self) -> GTWL_R
[src]
Bit 7 - GTWL
pub fn gtdl(&self) -> GTDL_R
[src]
Bit 8 - GTDL
pub fn gtel(&self) -> GTEL_R
[src]
Bit 9 - GTEL
pub fn txul(&self) -> TXUL_R
[src]
Bit 10 - TXUL
pub fn txol(&self) -> TXOL_R
[src]
Bit 11 - TXOL
pub fn se1l(&self) -> SE1L_R
[src]
Bit 12 - SE1L
pub fn se2l(&self) -> SE2L_R
[src]
Bit 13 - SE2L
pub fn elcl(&self) -> ELCL_R
[src]
Bit 14 - ELCL
pub fn iwtl(&self) -> IWTL_R
[src]
Bit 15 - IWTL
pub fn wtl(&self) -> WTL_R
[src]
Bit 16 - WTL
pub fn awl(&self) -> AWL_R
[src]
Bit 17 - AWL
pub fn cerl(&self) -> CERL_R
[src]
Bit 18 - CERL
impl R<u32, Reg<u32, _FDCAN_TTOST>>
[src]
pub fn el(&self) -> EL_R
[src]
Bits 0:1 - EL
pub fn ms(&self) -> MS_R
[src]
Bits 2:3 - MS
pub fn sys(&self) -> SYS_R
[src]
Bits 4:5 - SYS
pub fn qgtp(&self) -> QGTP_R
[src]
Bit 6 - QGTP
pub fn qcs(&self) -> QCS_R
[src]
Bit 7 - QCS
pub fn rto(&self) -> RTO_R
[src]
Bits 8:15 - RTO
pub fn wgtd(&self) -> WGTD_R
[src]
Bit 22 - WGTD
pub fn gfi(&self) -> GFI_R
[src]
Bit 23 - GFI
pub fn tmp(&self) -> TMP_R
[src]
Bits 24:26 - TMP
pub fn gsi(&self) -> GSI_R
[src]
Bit 27 - GSI
pub fn wfe(&self) -> WFE_R
[src]
Bit 28 - WFE
pub fn awe(&self) -> AWE_R
[src]
Bit 29 - AWE
pub fn wecs(&self) -> WECS_R
[src]
Bit 30 - WECS
pub fn spl(&self) -> SPL_R
[src]
Bit 31 - SPL
impl R<u32, Reg<u32, _FDCAN_TURNA>>
[src]
impl R<u32, Reg<u32, _FDCAN_TTLGT>>
[src]
impl R<u32, Reg<u32, _FDCAN_TTCTC>>
[src]
impl R<u32, Reg<u32, _FDCAN_TTCPT>>
[src]
impl R<u32, Reg<u32, _FDCAN_TTCSM>>
[src]
impl R<u32, Reg<u32, _FDCAN_TTTS>>
[src]
pub fn swtdel(&self) -> SWTDEL_R
[src]
Bits 0:1 - SWTDEL
pub fn evtsel(&self) -> EVTSEL_R
[src]
Bits 4:5 - EVTSEL
impl R<u32, Reg<u32, _FMC_BCR1>>
[src]
pub fn mbken(&self) -> MBKEN_R
[src]
Bit 0 - MBKEN
pub fn muxen(&self) -> MUXEN_R
[src]
Bit 1 - MUXEN
pub fn mtyp(&self) -> MTYP_R
[src]
Bits 2:3 - MTYP
pub fn mwid(&self) -> MWID_R
[src]
Bits 4:5 - MWID
pub fn faccen(&self) -> FACCEN_R
[src]
Bit 6 - FACCEN
pub fn bursten(&self) -> BURSTEN_R
[src]
Bit 8 - BURSTEN
pub fn waitpol(&self) -> WAITPOL_R
[src]
Bit 9 - WAITPOL
pub fn waitcfg(&self) -> WAITCFG_R
[src]
Bit 11 - WAITCFG
pub fn wren(&self) -> WREN_R
[src]
Bit 12 - WREN
pub fn waiten(&self) -> WAITEN_R
[src]
Bit 13 - WAITEN
pub fn extmod(&self) -> EXTMOD_R
[src]
Bit 14 - EXTMOD
pub fn asyncwait(&self) -> ASYNCWAIT_R
[src]
Bit 15 - ASYNCWAIT
pub fn cpsize(&self) -> CPSIZE_R
[src]
Bits 16:18 - CPSIZE
pub fn cburstrw(&self) -> CBURSTRW_R
[src]
Bit 19 - CBURSTRW
pub fn cclken(&self) -> CCLKEN_R
[src]
Bit 20 - CCLKEN
pub fn nblset(&self) -> NBLSET_R
[src]
Bits 22:23 - NBLSET
pub fn fmcen(&self) -> FMCEN_R
[src]
Bit 31 - FMCEN
impl R<u32, Reg<u32, _FMC_BTR1>>
[src]
pub fn addset(&self) -> ADDSET_R
[src]
Bits 0:3 - ADDSET
pub fn addhld(&self) -> ADDHLD_R
[src]
Bits 4:7 - ADDHLD
pub fn datast(&self) -> DATAST_R
[src]
Bits 8:15 - DATAST
pub fn busturn(&self) -> BUSTURN_R
[src]
Bits 16:19 - BUSTURN
pub fn clkdiv(&self) -> CLKDIV_R
[src]
Bits 20:23 - CLKDIV
pub fn datlat(&self) -> DATLAT_R
[src]
Bits 24:27 - DATLAT
pub fn accmod(&self) -> ACCMOD_R
[src]
Bits 28:29 - ACCMOD
pub fn datahld(&self) -> DATAHLD_R
[src]
Bits 30:31 - DATAHLD
impl R<u32, Reg<u32, _FMC_BCR2>>
[src]
pub fn mbken(&self) -> MBKEN_R
[src]
Bit 0 - MBKEN
pub fn muxen(&self) -> MUXEN_R
[src]
Bit 1 - MUXEN
pub fn mtyp(&self) -> MTYP_R
[src]
Bits 2:3 - MTYP
pub fn mwid(&self) -> MWID_R
[src]
Bits 4:5 - MWID
pub fn faccen(&self) -> FACCEN_R
[src]
Bit 6 - FACCEN
pub fn bursten(&self) -> BURSTEN_R
[src]
Bit 8 - BURSTEN
pub fn waitpol(&self) -> WAITPOL_R
[src]
Bit 9 - WAITPOL
pub fn waitcfg(&self) -> WAITCFG_R
[src]
Bit 11 - WAITCFG
pub fn wren(&self) -> WREN_R
[src]
Bit 12 - WREN
pub fn waiten(&self) -> WAITEN_R
[src]
Bit 13 - WAITEN
pub fn extmod(&self) -> EXTMOD_R
[src]
Bit 14 - EXTMOD
pub fn asyncwait(&self) -> ASYNCWAIT_R
[src]
Bit 15 - ASYNCWAIT
pub fn cpsize(&self) -> CPSIZE_R
[src]
Bits 16:18 - CPSIZE
pub fn cburstrw(&self) -> CBURSTRW_R
[src]
Bit 19 - CBURSTRW
pub fn cclken(&self) -> CCLKEN_R
[src]
Bit 20 - CCLKEN
pub fn nblset(&self) -> NBLSET_R
[src]
Bits 22:23 - NBLSET
pub fn fmcen(&self) -> FMCEN_R
[src]
Bit 31 - FMCEN
impl R<u32, Reg<u32, _FMC_BTR2>>
[src]
pub fn addset(&self) -> ADDSET_R
[src]
Bits 0:3 - ADDSET
pub fn addhld(&self) -> ADDHLD_R
[src]
Bits 4:7 - ADDHLD
pub fn datast(&self) -> DATAST_R
[src]
Bits 8:15 - DATAST
pub fn busturn(&self) -> BUSTURN_R
[src]
Bits 16:19 - BUSTURN
pub fn clkdiv(&self) -> CLKDIV_R
[src]
Bits 20:23 - CLKDIV
pub fn datlat(&self) -> DATLAT_R
[src]
Bits 24:27 - DATLAT
pub fn accmod(&self) -> ACCMOD_R
[src]
Bits 28:29 - ACCMOD
pub fn datahld(&self) -> DATAHLD_R
[src]
Bits 30:31 - DATAHLD
impl R<u32, Reg<u32, _FMC_BCR3>>
[src]
pub fn mbken(&self) -> MBKEN_R
[src]
Bit 0 - MBKEN
pub fn muxen(&self) -> MUXEN_R
[src]
Bit 1 - MUXEN
pub fn mtyp(&self) -> MTYP_R
[src]
Bits 2:3 - MTYP
pub fn mwid(&self) -> MWID_R
[src]
Bits 4:5 - MWID
pub fn faccen(&self) -> FACCEN_R
[src]
Bit 6 - FACCEN
pub fn bursten(&self) -> BURSTEN_R
[src]
Bit 8 - BURSTEN
pub fn waitpol(&self) -> WAITPOL_R
[src]
Bit 9 - WAITPOL
pub fn waitcfg(&self) -> WAITCFG_R
[src]
Bit 11 - WAITCFG
pub fn wren(&self) -> WREN_R
[src]
Bit 12 - WREN
pub fn waiten(&self) -> WAITEN_R
[src]
Bit 13 - WAITEN
pub fn extmod(&self) -> EXTMOD_R
[src]
Bit 14 - EXTMOD
pub fn asyncwait(&self) -> ASYNCWAIT_R
[src]
Bit 15 - ASYNCWAIT
pub fn cpsize(&self) -> CPSIZE_R
[src]
Bits 16:18 - CPSIZE
pub fn cburstrw(&self) -> CBURSTRW_R
[src]
Bit 19 - CBURSTRW
pub fn cclken(&self) -> CCLKEN_R
[src]
Bit 20 - CCLKEN
pub fn nblset(&self) -> NBLSET_R
[src]
Bits 22:23 - NBLSET
pub fn fmcen(&self) -> FMCEN_R
[src]
Bit 31 - FMCEN
impl R<u32, Reg<u32, _FMC_BTR3>>
[src]
pub fn addset(&self) -> ADDSET_R
[src]
Bits 0:3 - ADDSET
pub fn addhld(&self) -> ADDHLD_R
[src]
Bits 4:7 - ADDHLD
pub fn datast(&self) -> DATAST_R
[src]
Bits 8:15 - DATAST
pub fn busturn(&self) -> BUSTURN_R
[src]
Bits 16:19 - BUSTURN
pub fn clkdiv(&self) -> CLKDIV_R
[src]
Bits 20:23 - CLKDIV
pub fn datlat(&self) -> DATLAT_R
[src]
Bits 24:27 - DATLAT
pub fn accmod(&self) -> ACCMOD_R
[src]
Bits 28:29 - ACCMOD
pub fn datahld(&self) -> DATAHLD_R
[src]
Bits 30:31 - DATAHLD
impl R<u32, Reg<u32, _FMC_BCR4>>
[src]
pub fn mbken(&self) -> MBKEN_R
[src]
Bit 0 - MBKEN
pub fn muxen(&self) -> MUXEN_R
[src]
Bit 1 - MUXEN
pub fn mtyp(&self) -> MTYP_R
[src]
Bits 2:3 - MTYP
pub fn mwid(&self) -> MWID_R
[src]
Bits 4:5 - MWID
pub fn faccen(&self) -> FACCEN_R
[src]
Bit 6 - FACCEN
pub fn bursten(&self) -> BURSTEN_R
[src]
Bit 8 - BURSTEN
pub fn waitpol(&self) -> WAITPOL_R
[src]
Bit 9 - WAITPOL
pub fn waitcfg(&self) -> WAITCFG_R
[src]
Bit 11 - WAITCFG
pub fn wren(&self) -> WREN_R
[src]
Bit 12 - WREN
pub fn waiten(&self) -> WAITEN_R
[src]
Bit 13 - WAITEN
pub fn extmod(&self) -> EXTMOD_R
[src]
Bit 14 - EXTMOD
pub fn asyncwait(&self) -> ASYNCWAIT_R
[src]
Bit 15 - ASYNCWAIT
pub fn cpsize(&self) -> CPSIZE_R
[src]
Bits 16:18 - CPSIZE
pub fn cburstrw(&self) -> CBURSTRW_R
[src]
Bit 19 - CBURSTRW
pub fn cclken(&self) -> CCLKEN_R
[src]
Bit 20 - CCLKEN
pub fn nblset(&self) -> NBLSET_R
[src]
Bits 22:23 - NBLSET
pub fn fmcen(&self) -> FMCEN_R
[src]
Bit 31 - FMCEN
impl R<u32, Reg<u32, _FMC_BTR4>>
[src]
pub fn addset(&self) -> ADDSET_R
[src]
Bits 0:3 - ADDSET
pub fn addhld(&self) -> ADDHLD_R
[src]
Bits 4:7 - ADDHLD
pub fn datast(&self) -> DATAST_R
[src]
Bits 8:15 - DATAST
pub fn busturn(&self) -> BUSTURN_R
[src]
Bits 16:19 - BUSTURN
pub fn clkdiv(&self) -> CLKDIV_R
[src]
Bits 20:23 - CLKDIV
pub fn datlat(&self) -> DATLAT_R
[src]
Bits 24:27 - DATLAT
pub fn accmod(&self) -> ACCMOD_R
[src]
Bits 28:29 - ACCMOD
pub fn datahld(&self) -> DATAHLD_R
[src]
Bits 30:31 - DATAHLD
impl R<u32, Reg<u32, _FMC_PCSCNTR>>
[src]
pub fn cscount(&self) -> CSCOUNT_R
[src]
Bits 0:15 - CSCOUNT
pub fn cntb1en(&self) -> CNTB1EN_R
[src]
Bit 16 - CNTB1EN
pub fn cntb2en(&self) -> CNTB2EN_R
[src]
Bit 17 - CNTB2EN
pub fn cntb3en(&self) -> CNTB3EN_R
[src]
Bit 18 - CNTB3EN
pub fn cntb4en(&self) -> CNTB4EN_R
[src]
Bit 19 - CNTB4EN
impl R<u32, Reg<u32, _FMC_PCR>>
[src]
pub fn pwaiten(&self) -> PWAITEN_R
[src]
Bit 1 - PWAITEN
pub fn pbken(&self) -> PBKEN_R
[src]
Bit 2 - PBKEN
pub fn pwid(&self) -> PWID_R
[src]
Bits 4:5 - PWID
pub fn eccen(&self) -> ECCEN_R
[src]
Bit 6 - ECCEN
pub fn eccalg(&self) -> ECCALG_R
[src]
Bit 8 - ECCALG
pub fn tclr(&self) -> TCLR_R
[src]
Bits 9:12 - TCLR
pub fn tar(&self) -> TAR_R
[src]
Bits 13:16 - TAR
pub fn eccss(&self) -> ECCSS_R
[src]
Bits 17:19 - ECCSS
pub fn tceh(&self) -> TCEH_R
[src]
Bits 20:23 - TCEH
pub fn bchecc(&self) -> BCHECC_R
[src]
Bit 24 - BCHECC
pub fn wen(&self) -> WEN_R
[src]
Bit 25 - WEN
impl R<u32, Reg<u32, _FMC_SR>>
[src]
pub fn isost(&self) -> ISOST_R
[src]
Bits 0:1 - ISOST
pub fn pef(&self) -> PEF_R
[src]
Bit 4 - PEF
pub fn nwrf(&self) -> NWRF_R
[src]
Bit 6 - NWRF
impl R<u32, Reg<u32, _FMC_PMEM>>
[src]
pub fn memset(&self) -> MEMSET_R
[src]
Bits 0:7 - MEMSET
pub fn memwait(&self) -> MEMWAIT_R
[src]
Bits 8:15 - MEMWAIT
pub fn memhold(&self) -> MEMHOLD_R
[src]
Bits 16:23 - MEMHOLD
pub fn memhiz(&self) -> MEMHIZ_R
[src]
Bits 24:31 - MEMHIZ
impl R<u32, Reg<u32, _FMC_PATT>>
[src]
pub fn attset(&self) -> ATTSET_R
[src]
Bits 0:7 - ATTSET
pub fn attwait(&self) -> ATTWAIT_R
[src]
Bits 8:15 - ATTWAIT
pub fn atthold(&self) -> ATTHOLD_R
[src]
Bits 16:23 - ATTHOLD
pub fn atthiz(&self) -> ATTHIZ_R
[src]
Bits 24:31 - ATTHIZ
impl R<u32, Reg<u32, _FMC_HPR>>
[src]
impl R<u32, Reg<u32, _FMC_HECCR>>
[src]
impl R<u32, Reg<u32, _FMC_BWTR1>>
[src]
pub fn addset(&self) -> ADDSET_R
[src]
Bits 0:3 - ADDSET
pub fn addhld(&self) -> ADDHLD_R
[src]
Bits 4:7 - ADDHLD
pub fn datast(&self) -> DATAST_R
[src]
Bits 8:15 - DATAST
pub fn busturn(&self) -> BUSTURN_R
[src]
Bits 16:19 - BUSTURN
pub fn accmod(&self) -> ACCMOD_R
[src]
Bits 28:29 - ACCMOD
pub fn datahld(&self) -> DATAHLD_R
[src]
Bits 30:31 - DATAHLD
impl R<u32, Reg<u32, _FMC_BWTR2>>
[src]
pub fn addset(&self) -> ADDSET_R
[src]
Bits 0:3 - ADDSET
pub fn addhld(&self) -> ADDHLD_R
[src]
Bits 4:7 - ADDHLD
pub fn datast(&self) -> DATAST_R
[src]
Bits 8:15 - DATAST
pub fn busturn(&self) -> BUSTURN_R
[src]
Bits 16:19 - BUSTURN
pub fn accmod(&self) -> ACCMOD_R
[src]
Bits 28:29 - ACCMOD
pub fn datahld(&self) -> DATAHLD_R
[src]
Bits 30:31 - DATAHLD
impl R<u32, Reg<u32, _FMC_BWTR3>>
[src]
pub fn addset(&self) -> ADDSET_R
[src]
Bits 0:3 - ADDSET
pub fn addhld(&self) -> ADDHLD_R
[src]
Bits 4:7 - ADDHLD
pub fn datast(&self) -> DATAST_R
[src]
Bits 8:15 - DATAST
pub fn busturn(&self) -> BUSTURN_R
[src]
Bits 16:19 - BUSTURN
pub fn accmod(&self) -> ACCMOD_R
[src]
Bits 28:29 - ACCMOD
pub fn datahld(&self) -> DATAHLD_R
[src]
Bits 30:31 - DATAHLD
impl R<u32, Reg<u32, _FMC_BWTR4>>
[src]
pub fn addset(&self) -> ADDSET_R
[src]
Bits 0:3 - ADDSET
pub fn addhld(&self) -> ADDHLD_R
[src]
Bits 4:7 - ADDHLD
pub fn datast(&self) -> DATAST_R
[src]
Bits 8:15 - DATAST
pub fn busturn(&self) -> BUSTURN_R
[src]
Bits 16:19 - BUSTURN
pub fn accmod(&self) -> ACCMOD_R
[src]
Bits 28:29 - ACCMOD
pub fn datahld(&self) -> DATAHLD_R
[src]
Bits 30:31 - DATAHLD
impl R<u32, Reg<u32, _FMC_CSQCFGR1>>
[src]
pub fn cmd2en(&self) -> CMD2EN_R
[src]
Bit 1 - CMD2EN
pub fn dmaden(&self) -> DMADEN_R
[src]
Bit 2 - DMADEN
pub fn acynbr(&self) -> ACYNBR_R
[src]
Bits 4:6 - ACYNBR
pub fn cmd1(&self) -> CMD1_R
[src]
Bits 8:15 - CMD1
pub fn cmd2(&self) -> CMD2_R
[src]
Bits 16:23 - CMD2
pub fn cmd1t(&self) -> CMD1T_R
[src]
Bit 24 - CMD1T
pub fn cmd2t(&self) -> CMD2T_R
[src]
Bit 25 - CMD2T
impl R<u32, Reg<u32, _FMC_CSQCFGR2>>
[src]
pub fn sqsdten(&self) -> SQSDTEN_R
[src]
Bit 0 - SQSDTEN
pub fn rcmd2en(&self) -> RCMD2EN_R
[src]
Bit 1 - RCMD2EN
pub fn dmasen(&self) -> DMASEN_R
[src]
Bit 2 - DMASEN
pub fn rcmd1(&self) -> RCMD1_R
[src]
Bits 8:15 - RCMD1
pub fn rcmd2(&self) -> RCMD2_R
[src]
Bits 16:23 - RCMD2
pub fn rcmd1t(&self) -> RCMD1T_R
[src]
Bit 24 - RCMD1T
pub fn rcmd2t(&self) -> RCMD2T_R
[src]
Bit 25 - RCMD2T
impl R<u32, Reg<u32, _FMC_CSQCFGR3>>
[src]
pub fn snbr(&self) -> SNBR_R
[src]
Bits 8:13 - SNBR
pub fn ac1t(&self) -> AC1T_R
[src]
Bit 16 - AC1T
pub fn ac2t(&self) -> AC2T_R
[src]
Bit 17 - AC2T
pub fn ac3t(&self) -> AC3T_R
[src]
Bit 18 - AC3T
pub fn ac4t(&self) -> AC4T_R
[src]
Bit 19 - AC4T
pub fn ac5t(&self) -> AC5T_R
[src]
Bit 20 - AC5T
pub fn sdt(&self) -> SDT_R
[src]
Bit 21 - SDT
pub fn rac1t(&self) -> RAC1T_R
[src]
Bit 22 - RAC1T
pub fn rac2t(&self) -> RAC2T_R
[src]
Bit 23 - RAC2T
impl R<u32, Reg<u32, _FMC_CSQAR1>>
[src]
pub fn addc1(&self) -> ADDC1_R
[src]
Bits 0:7 - ADDC1
pub fn addc2(&self) -> ADDC2_R
[src]
Bits 8:15 - ADDC2
pub fn addc3(&self) -> ADDC3_R
[src]
Bits 16:23 - ADDC3
pub fn addc4(&self) -> ADDC4_R
[src]
Bits 24:31 - ADDC4
impl R<u32, Reg<u32, _FMC_CSQAR2>>
[src]
pub fn addc5(&self) -> ADDC5_R
[src]
Bits 0:7 - ADDC5
pub fn nandcen0(&self) -> NANDCEN0_R
[src]
Bit 10 - NANDCEN0
pub fn nandcen1(&self) -> NANDCEN1_R
[src]
Bit 11 - NANDCEN1
pub fn sao(&self) -> SAO_R
[src]
Bits 16:31 - SAO
impl R<u32, Reg<u32, _FMC_CSQIER>>
[src]
pub fn tcie(&self) -> TCIE_R
[src]
Bit 0 - TCIE
pub fn scie(&self) -> SCIE_R
[src]
Bit 1 - SCIE
pub fn seie(&self) -> SEIE_R
[src]
Bit 2 - SEIE
pub fn sueie(&self) -> SUEIE_R
[src]
Bit 3 - SUEIE
pub fn cmdtcie(&self) -> CMDTCIE_R
[src]
Bit 4 - CMDTCIE
impl R<u32, Reg<u32, _FMC_CSQISR>>
[src]
pub fn tcf(&self) -> TCF_R
[src]
Bit 0 - TCF
pub fn scf(&self) -> SCF_R
[src]
Bit 1 - SCF
pub fn sef(&self) -> SEF_R
[src]
Bit 2 - SEF
pub fn suef(&self) -> SUEF_R
[src]
Bit 3 - SUEF
pub fn cmdtcf(&self) -> CMDTCF_R
[src]
Bit 4 - CMDTCF
impl R<u32, Reg<u32, _FMC_CSQEMSR>>
[src]
impl R<u32, Reg<u32, _FMC_BCHIER>>
[src]
pub fn dueie(&self) -> DUEIE_R
[src]
Bit 0 - DUEIE
pub fn derie(&self) -> DERIE_R
[src]
Bit 1 - DERIE
pub fn defie(&self) -> DEFIE_R
[src]
Bit 2 - DEFIE
pub fn dsrie(&self) -> DSRIE_R
[src]
Bit 3 - DSRIE
pub fn epbrie(&self) -> EPBRIE_R
[src]
Bit 4 - EPBRIE
impl R<u32, Reg<u32, _FMC_BCHISR>>
[src]
pub fn duef(&self) -> DUEF_R
[src]
Bit 0 - DUEF
pub fn derf(&self) -> DERF_R
[src]
Bit 1 - DERF
pub fn deff(&self) -> DEFF_R
[src]
Bit 2 - DEFF
pub fn dsrf(&self) -> DSRF_R
[src]
Bit 3 - DSRF
pub fn epbrf(&self) -> EPBRF_R
[src]
Bit 4 - EPBRF
impl R<u32, Reg<u32, _FMC_BCHPBR1>>
[src]
impl R<u32, Reg<u32, _FMC_BCHPBR2>>
[src]
impl R<u32, Reg<u32, _FMC_BCHPBR3>>
[src]
impl R<u32, Reg<u32, _FMC_BCHPBR4>>
[src]
impl R<u32, Reg<u32, _FMC_BCHDSR0>>
[src]
pub fn due(&self) -> DUE_R
[src]
Bit 0 - DUE
pub fn def(&self) -> DEF_R
[src]
Bit 1 - DEF
pub fn den(&self) -> DEN_R
[src]
Bits 4:7 - DEN
impl R<u32, Reg<u32, _FMC_BCHDSR1>>
[src]
pub fn ebp1(&self) -> EBP1_R
[src]
Bits 0:12 - EBP1
pub fn ebp2(&self) -> EBP2_R
[src]
Bits 16:28 - EBP2
impl R<u32, Reg<u32, _FMC_BCHDSR2>>
[src]
pub fn ebp3(&self) -> EBP3_R
[src]
Bits 0:12 - EBP3
pub fn ebp4(&self) -> EBP4_R
[src]
Bits 16:28 - EBP4
impl R<u32, Reg<u32, _FMC_BCHDSR3>>
[src]
pub fn ebp5(&self) -> EBP5_R
[src]
Bits 0:12 - EBP5
pub fn ebp6(&self) -> EBP6_R
[src]
Bits 16:28 - EBP6
impl R<u32, Reg<u32, _FMC_BCHDSR4>>
[src]
pub fn ebp7(&self) -> EBP7_R
[src]
Bits 0:12 - EBP7
pub fn ebp8(&self) -> EBP8_R
[src]
Bits 16:28 - EBP8
impl R<u32, Reg<u32, _FMC_HWCFGR2>>
[src]
pub fn rd_ln2dpth(&self) -> RD_LN2DPTH_R
[src]
Bits 0:3 - RD_LN2DPTH
pub fn nor_base(&self) -> NOR_BASE_R
[src]
Bits 4:7 - NOR_BASE
pub fn sdram_rbase(&self) -> SDRAM_RBASE_R
[src]
Bits 8:11 - SDRAM_RBASE
pub fn nand_base(&self) -> NAND_BASE_R
[src]
Bits 12:15 - NAND_BASE
pub fn sdram1_base(&self) -> SDRAM1_BASE_R
[src]
Bits 16:19 - SDRAM1_BASE
pub fn sdram2_base(&self) -> SDRAM2_BASE_R
[src]
Bits 20:23 - SDRAM2_BASE
impl R<u32, Reg<u32, _FMC_HWCFGR1>>
[src]
pub fn nand_sel(&self) -> NAND_SEL_R
[src]
Bit 0 - NAND_SEL
pub fn nand_ecc(&self) -> NAND_ECC_R
[src]
Bit 4 - NAND_ECC
pub fn sdram_sel(&self) -> SDRAM_SEL_R
[src]
Bit 8 - SDRAM_SEL
pub fn id_size(&self) -> ID_SIZE_R
[src]
Bits 12:15 - ID_SIZE
pub fn wa_ln2dpth(&self) -> WA_LN2DPTH_R
[src]
Bits 16:19 - WA_LN2DPTH
pub fn wd_ln2dpth(&self) -> WD_LN2DPTH_R
[src]
Bits 20:23 - WD_LN2DPTH
pub fn wr_ln2dpth(&self) -> WR_LN2DPTH_R
[src]
Bits 24:27 - WR_LN2DPTH
pub fn ra_ln2dpth(&self) -> RA_LN2DPTH_R
[src]
Bits 28:31 - RA_LN2DPTH
impl R<u32, Reg<u32, _FMC_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _FMC_IPIDR>>
[src]
impl R<u32, Reg<u32, _FMC_SIDR>>
[src]
impl R<u32, Reg<u32, _GICC_CTLR>>
[src]
pub fn enablegrp0(&self) -> ENABLEGRP0_R
[src]
Bit 0 - ENABLEGRP0
pub fn enablegrp1(&self) -> ENABLEGRP1_R
[src]
Bit 1 - ENABLEGRP1
pub fn ackctl(&self) -> ACKCTL_R
[src]
Bit 2 - ACKCTL
pub fn fiqen(&self) -> FIQEN_R
[src]
Bit 3 - FIQEN
pub fn cbpr(&self) -> CBPR_R
[src]
Bit 4 - CBPR
pub fn fiqbypdisgrp0(&self) -> FIQBYPDISGRP0_R
[src]
Bit 5 - FIQBYPDISGRP0
pub fn irqbypdisgrp0(&self) -> IRQBYPDISGRP0_R
[src]
Bit 6 - IRQBYPDISGRP0
pub fn fiqbypdisgrp1(&self) -> FIQBYPDISGRP1_R
[src]
Bit 7 - FIQBYPDISGRP1
pub fn irqbypdisgrp1(&self) -> IRQBYPDISGRP1_R
[src]
Bit 8 - IRQBYPDISGRP1
pub fn eoimodes(&self) -> EOIMODES_R
[src]
Bit 9 - EOIMODES
pub fn eoimodens(&self) -> EOIMODENS_R
[src]
Bit 10 - EOIMODENS
impl R<u32, Reg<u32, _GICC_PMR>>
[src]
pub fn priority(&self) -> PRIORITY_R
[src]
Bits 3:7 - PRIORITY
impl R<u32, Reg<u32, _GICC_BPR>>
[src]
pub fn binary_point(&self) -> BINARY_POINT_R
[src]
Bits 0:2 - BINARY_POINT
impl R<u32, Reg<u32, _GICC_IAR>>
[src]
pub fn interrupt_id(&self) -> INTERRUPT_ID_R
[src]
Bits 0:9 - INTERRUPT_ID
pub fn cpuid(&self) -> CPUID_R
[src]
Bit 10 - CPUID
impl R<u32, Reg<u32, _GICC_RPR>>
[src]
pub fn priority(&self) -> PRIORITY_R
[src]
Bits 3:7 - PRIORITY
impl R<u32, Reg<u32, _GICC_HPPIR>>
[src]
pub fn pendintid(&self) -> PENDINTID_R
[src]
Bits 0:9 - PENDINTID
pub fn cpuid(&self) -> CPUID_R
[src]
Bit 10 - CPUID
impl R<u32, Reg<u32, _GICC_ABPR>>
[src]
pub fn binary_point(&self) -> BINARY_POINT_R
[src]
Bits 0:2 - BINARY_POINT
impl R<u32, Reg<u32, _GICC_AIAR>>
[src]
pub fn interrupt_id(&self) -> INTERRUPT_ID_R
[src]
Bits 0:9 - INTERRUPT_ID
pub fn cpuid(&self) -> CPUID_R
[src]
Bit 10 - CPUID
impl R<u32, Reg<u32, _GICC_AHPPIR>>
[src]
pub fn pendintid(&self) -> PENDINTID_R
[src]
Bits 0:9 - PENDINTID
pub fn cpuid(&self) -> CPUID_R
[src]
Bit 10 - CPUID
impl R<u32, Reg<u32, _GICC_APR0>>
[src]
impl R<u32, Reg<u32, _GICC_NSAPR0>>
[src]
impl R<u32, Reg<u32, _GICC_IIDR>>
[src]
pub fn implementer(&self) -> IMPLEMENTER_R
[src]
Bits 0:11 - IMPLEMENTER
pub fn revision(&self) -> REVISION_R
[src]
Bits 12:15 - REVISION
pub fn arch(&self) -> ARCH_R
[src]
Bits 16:19 - ARCH
pub fn productid(&self) -> PRODUCTID_R
[src]
Bits 20:31 - PRODUCTID
impl R<u32, Reg<u32, _GICD_CTLR>>
[src]
pub fn enablegrp0(&self) -> ENABLEGRP0_R
[src]
Bit 0 - ENABLEGRP0
pub fn enablegrp1(&self) -> ENABLEGRP1_R
[src]
Bit 1 - ENABLEGRP1
impl R<u32, Reg<u32, _GICD_TYPER>>
[src]
pub fn itlinesnumber(&self) -> ITLINESNUMBER_R
[src]
Bits 0:4 - ITLINESNUMBER
pub fn cpunumber(&self) -> CPUNUMBER_R
[src]
Bits 5:7 - CPUNUMBER
pub fn securityextn(&self) -> SECURITYEXTN_R
[src]
Bit 10 - SECURITYEXTN
pub fn lspi(&self) -> LSPI_R
[src]
Bits 11:15 - LSPI
impl R<u32, Reg<u32, _GICD_IIDR>>
[src]
pub fn implementer(&self) -> IMPLEMENTER_R
[src]
Bits 0:11 - IMPLEMENTER
pub fn variant(&self) -> VARIANT_R
[src]
Bits 12:15 - VARIANT
pub fn revision(&self) -> REVISION_R
[src]
Bits 16:19 - REVISION
pub fn productid(&self) -> PRODUCTID_R
[src]
Bits 24:31 - PRODUCTID
impl R<u32, Reg<u32, _GICD_IGROUPR0>>
[src]
pub fn igroupr0(&self) -> IGROUPR0_R
[src]
Bits 0:31 - IGROUPR0
impl R<u32, Reg<u32, _GICD_IGROUPR1>>
[src]
pub fn igroupr1(&self) -> IGROUPR1_R
[src]
Bits 0:31 - IGROUPR1
impl R<u32, Reg<u32, _GICD_IGROUPR2>>
[src]
pub fn igroupr2(&self) -> IGROUPR2_R
[src]
Bits 0:31 - IGROUPR2
impl R<u32, Reg<u32, _GICD_IGROUPR3>>
[src]
pub fn igroupr3(&self) -> IGROUPR3_R
[src]
Bits 0:31 - IGROUPR3
impl R<u32, Reg<u32, _GICD_IGROUPR4>>
[src]
pub fn igroupr4(&self) -> IGROUPR4_R
[src]
Bits 0:31 - IGROUPR4
impl R<u32, Reg<u32, _GICD_IGROUPR5>>
[src]
pub fn igroupr5(&self) -> IGROUPR5_R
[src]
Bits 0:31 - IGROUPR5
impl R<u32, Reg<u32, _GICD_IGROUPR6>>
[src]
pub fn igroupr6(&self) -> IGROUPR6_R
[src]
Bits 0:31 - IGROUPR6
impl R<u32, Reg<u32, _GICD_IGROUPR7>>
[src]
pub fn igroupr7(&self) -> IGROUPR7_R
[src]
Bits 0:31 - IGROUPR7
impl R<u32, Reg<u32, _GICD_IGROUPR8>>
[src]
pub fn igroupr8(&self) -> IGROUPR8_R
[src]
Bits 0:31 - IGROUPR8
impl R<u32, Reg<u32, _GICD_ISENABLER0>>
[src]
pub fn isenabler0(&self) -> ISENABLER0_R
[src]
Bits 0:31 - ISENABLER0
impl R<u32, Reg<u32, _GICD_ISENABLER1>>
[src]
pub fn isenabler1(&self) -> ISENABLER1_R
[src]
Bits 0:31 - ISENABLER1
impl R<u32, Reg<u32, _GICD_ISENABLER2>>
[src]
pub fn isenabler2(&self) -> ISENABLER2_R
[src]
Bits 0:31 - ISENABLER2
impl R<u32, Reg<u32, _GICD_ISENABLER3>>
[src]
pub fn isenabler3(&self) -> ISENABLER3_R
[src]
Bits 0:31 - ISENABLER3
impl R<u32, Reg<u32, _GICD_ISENABLER4>>
[src]
pub fn isenabler4(&self) -> ISENABLER4_R
[src]
Bits 0:31 - ISENABLER4
impl R<u32, Reg<u32, _GICD_ISENABLER5>>
[src]
pub fn isenabler5(&self) -> ISENABLER5_R
[src]
Bits 0:31 - ISENABLER5
impl R<u32, Reg<u32, _GICD_ISENABLER6>>
[src]
pub fn isenabler6(&self) -> ISENABLER6_R
[src]
Bits 0:31 - ISENABLER6
impl R<u32, Reg<u32, _GICD_ISENABLER7>>
[src]
pub fn isenabler7(&self) -> ISENABLER7_R
[src]
Bits 0:31 - ISENABLER7
impl R<u32, Reg<u32, _GICD_ISENABLER8>>
[src]
pub fn isenabler8(&self) -> ISENABLER8_R
[src]
Bits 0:31 - ISENABLER8
impl R<u32, Reg<u32, _GICD_ICENABLER0>>
[src]
pub fn icenabler0(&self) -> ICENABLER0_R
[src]
Bits 0:31 - ICENABLER0
impl R<u32, Reg<u32, _GICD_ICENABLER1>>
[src]
pub fn icenabler1(&self) -> ICENABLER1_R
[src]
Bits 0:31 - ICENABLER1
impl R<u32, Reg<u32, _GICD_ICENABLER2>>
[src]
pub fn icenabler2(&self) -> ICENABLER2_R
[src]
Bits 0:31 - ICENABLER2
impl R<u32, Reg<u32, _GICD_ICENABLER3>>
[src]
pub fn icenabler3(&self) -> ICENABLER3_R
[src]
Bits 0:31 - ICENABLER3
impl R<u32, Reg<u32, _GICD_ICENABLER4>>
[src]
pub fn icenabler4(&self) -> ICENABLER4_R
[src]
Bits 0:31 - ICENABLER4
impl R<u32, Reg<u32, _GICD_ICENABLER5>>
[src]
pub fn icenabler5(&self) -> ICENABLER5_R
[src]
Bits 0:31 - ICENABLER5
impl R<u32, Reg<u32, _GICD_ICENABLER6>>
[src]
pub fn icenabler6(&self) -> ICENABLER6_R
[src]
Bits 0:31 - ICENABLER6
impl R<u32, Reg<u32, _GICD_ICENABLER7>>
[src]
pub fn icenabler7(&self) -> ICENABLER7_R
[src]
Bits 0:31 - ICENABLER7
impl R<u32, Reg<u32, _GICD_ICENABLER8>>
[src]
pub fn icenabler8(&self) -> ICENABLER8_R
[src]
Bits 0:31 - ICENABLER8
impl R<u32, Reg<u32, _GICD_ISPENDR0>>
[src]
pub fn ispendr0(&self) -> ISPENDR0_R
[src]
Bits 0:31 - ISPENDR0
impl R<u32, Reg<u32, _GICD_ISPENDR1>>
[src]
pub fn ispendr1(&self) -> ISPENDR1_R
[src]
Bits 0:31 - ISPENDR1
impl R<u32, Reg<u32, _GICD_ISPENDR2>>
[src]
pub fn ispendr2(&self) -> ISPENDR2_R
[src]
Bits 0:31 - ISPENDR2
impl R<u32, Reg<u32, _GICD_ISPENDR3>>
[src]
pub fn ispendr3(&self) -> ISPENDR3_R
[src]
Bits 0:31 - ISPENDR3
impl R<u32, Reg<u32, _GICD_ISPENDR4>>
[src]
pub fn ispendr4(&self) -> ISPENDR4_R
[src]
Bits 0:31 - ISPENDR4
impl R<u32, Reg<u32, _GICD_ISPENDR5>>
[src]
pub fn ispendr5(&self) -> ISPENDR5_R
[src]
Bits 0:31 - ISPENDR5
impl R<u32, Reg<u32, _GICD_ISPENDR6>>
[src]
pub fn ispendr6(&self) -> ISPENDR6_R
[src]
Bits 0:31 - ISPENDR6
impl R<u32, Reg<u32, _GICD_ISPENDR7>>
[src]
pub fn ispendr7(&self) -> ISPENDR7_R
[src]
Bits 0:31 - ISPENDR7
impl R<u32, Reg<u32, _GICD_ISPENDR8>>
[src]
pub fn ispendr8(&self) -> ISPENDR8_R
[src]
Bits 0:31 - ISPENDR8
impl R<u32, Reg<u32, _GICD_ICPENDR0>>
[src]
pub fn icpendr0(&self) -> ICPENDR0_R
[src]
Bits 0:31 - ICPENDR0
impl R<u32, Reg<u32, _GICD_ICPENDR1>>
[src]
pub fn icpendr1(&self) -> ICPENDR1_R
[src]
Bits 0:31 - ICPENDR1
impl R<u32, Reg<u32, _GICD_ICPENDR2>>
[src]
pub fn icpendr2(&self) -> ICPENDR2_R
[src]
Bits 0:31 - ICPENDR2
impl R<u32, Reg<u32, _GICD_ICPENDR3>>
[src]
pub fn icpendr3(&self) -> ICPENDR3_R
[src]
Bits 0:31 - ICPENDR3
impl R<u32, Reg<u32, _GICD_ICPENDR4>>
[src]
pub fn icpendr4(&self) -> ICPENDR4_R
[src]
Bits 0:31 - ICPENDR4
impl R<u32, Reg<u32, _GICD_ICPENDR5>>
[src]
pub fn icpendr5(&self) -> ICPENDR5_R
[src]
Bits 0:31 - ICPENDR5
impl R<u32, Reg<u32, _GICD_ICPENDR6>>
[src]
pub fn icpendr6(&self) -> ICPENDR6_R
[src]
Bits 0:31 - ICPENDR6
impl R<u32, Reg<u32, _GICD_ICPENDR7>>
[src]
pub fn icpendr7(&self) -> ICPENDR7_R
[src]
Bits 0:31 - ICPENDR7
impl R<u32, Reg<u32, _GICD_ICPENDR8>>
[src]
pub fn icpendr8(&self) -> ICPENDR8_R
[src]
Bits 0:31 - ICPENDR8
impl R<u32, Reg<u32, _GICD_ISACTIVER0>>
[src]
pub fn isactiver0(&self) -> ISACTIVER0_R
[src]
Bits 0:31 - ISACTIVER0
impl R<u32, Reg<u32, _GICD_ISACTIVER1>>
[src]
pub fn isactiver1(&self) -> ISACTIVER1_R
[src]
Bits 0:31 - ISACTIVER1
impl R<u32, Reg<u32, _GICD_ISACTIVER2>>
[src]
pub fn isactiver2(&self) -> ISACTIVER2_R
[src]
Bits 0:31 - ISACTIVER2
impl R<u32, Reg<u32, _GICD_ISACTIVER3>>
[src]
pub fn isactiver3(&self) -> ISACTIVER3_R
[src]
Bits 0:31 - ISACTIVER3
impl R<u32, Reg<u32, _GICD_ISACTIVER4>>
[src]
pub fn isactiver4(&self) -> ISACTIVER4_R
[src]
Bits 0:31 - ISACTIVER4
impl R<u32, Reg<u32, _GICD_ISACTIVER5>>
[src]
pub fn isactiver5(&self) -> ISACTIVER5_R
[src]
Bits 0:31 - ISACTIVER5
impl R<u32, Reg<u32, _GICD_ISACTIVER6>>
[src]
pub fn isactiver6(&self) -> ISACTIVER6_R
[src]
Bits 0:31 - ISACTIVER6
impl R<u32, Reg<u32, _GICD_ISACTIVER7>>
[src]
pub fn isactiver7(&self) -> ISACTIVER7_R
[src]
Bits 0:31 - ISACTIVER7
impl R<u32, Reg<u32, _GICD_ISACTIVER8>>
[src]
pub fn isactiver8(&self) -> ISACTIVER8_R
[src]
Bits 0:31 - ISACTIVER8
impl R<u32, Reg<u32, _GICD_ICACTIVER0>>
[src]
pub fn icactiver0(&self) -> ICACTIVER0_R
[src]
Bits 0:31 - ICACTIVER0
impl R<u32, Reg<u32, _GICD_ICACTIVER1>>
[src]
pub fn icactiver1(&self) -> ICACTIVER1_R
[src]
Bits 0:31 - ICACTIVER1
impl R<u32, Reg<u32, _GICD_ICACTIVER2>>
[src]
pub fn icactiver2(&self) -> ICACTIVER2_R
[src]
Bits 0:31 - ICACTIVER2
impl R<u32, Reg<u32, _GICD_ICACTIVER3>>
[src]
pub fn icactiver3(&self) -> ICACTIVER3_R
[src]
Bits 0:31 - ICACTIVER3
impl R<u32, Reg<u32, _GICD_ICACTIVER4>>
[src]
pub fn icactiver4(&self) -> ICACTIVER4_R
[src]
Bits 0:31 - ICACTIVER4
impl R<u32, Reg<u32, _GICD_ICACTIVER5>>
[src]
pub fn icactiver5(&self) -> ICACTIVER5_R
[src]
Bits 0:31 - ICACTIVER5
impl R<u32, Reg<u32, _GICD_ICACTIVER6>>
[src]
pub fn icactiver6(&self) -> ICACTIVER6_R
[src]
Bits 0:31 - ICACTIVER6
impl R<u32, Reg<u32, _GICD_ICACTIVER7>>
[src]
pub fn icactiver7(&self) -> ICACTIVER7_R
[src]
Bits 0:31 - ICACTIVER7
impl R<u32, Reg<u32, _GICD_ICACTIVER8>>
[src]
pub fn icactiver8(&self) -> ICACTIVER8_R
[src]
Bits 0:31 - ICACTIVER8
impl R<u32, Reg<u32, _GICD_IPRIORITYR0>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR1>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR2>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR3>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR4>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR5>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR6>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR7>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR8>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR9>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR10>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR11>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR12>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR13>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR14>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR15>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR16>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR17>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR18>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR19>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR20>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR21>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR22>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR23>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR24>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR25>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR26>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR27>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR28>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR29>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR30>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR31>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR32>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR33>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR34>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR35>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR36>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR37>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR38>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR39>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR40>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR41>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR42>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR43>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR44>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR45>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR46>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR47>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR48>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR49>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR50>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR51>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR52>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR53>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR54>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR55>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR56>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR57>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR58>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR59>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR60>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR61>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR62>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR63>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR64>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR65>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR66>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR67>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR68>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR69>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR70>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_IPRIORITYR71>>
[src]
pub fn priority0(&self) -> PRIORITY0_R
[src]
Bits 3:7 - PRIORITY0
pub fn priority1(&self) -> PRIORITY1_R
[src]
Bits 11:15 - PRIORITY1
pub fn priority2(&self) -> PRIORITY2_R
[src]
Bits 19:23 - PRIORITY2
pub fn priority3(&self) -> PRIORITY3_R
[src]
Bits 27:31 - PRIORITY3
impl R<u32, Reg<u32, _GICD_ITARGETSR0>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR1>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR2>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR3>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR4>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR5>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR6>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR7>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR8>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR9>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR10>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR11>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR12>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR13>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR14>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR15>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR16>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR17>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR18>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR19>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR20>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR21>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR22>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR23>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR24>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR25>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR26>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR27>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR28>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR29>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR30>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR31>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR32>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR33>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR34>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR35>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR36>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR37>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR38>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR39>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR40>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR41>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR42>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR43>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR44>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR45>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR46>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR47>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR48>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR49>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR50>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR51>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR52>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR53>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR54>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR55>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR56>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR57>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR58>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR59>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR60>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR61>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR62>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR63>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR64>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR65>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR66>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR67>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR68>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR69>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR70>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ITARGETSR71>>
[src]
pub fn cpu_targets0(&self) -> CPU_TARGETS0_R
[src]
Bits 0:1 - CPU_TARGETS0
pub fn cpu_targets1(&self) -> CPU_TARGETS1_R
[src]
Bits 8:9 - CPU_TARGETS1
pub fn cpu_targets2(&self) -> CPU_TARGETS2_R
[src]
Bits 16:17 - CPU_TARGETS2
pub fn cpu_targets3(&self) -> CPU_TARGETS3_R
[src]
Bits 24:25 - CPU_TARGETS3
impl R<u32, Reg<u32, _GICD_ICFGR0>>
[src]
pub fn int_config0(&self) -> INT_CONFIG0_R
[src]
Bits 0:1 - INT_CONFIG0
pub fn int_config1(&self) -> INT_CONFIG1_R
[src]
Bits 2:3 - INT_CONFIG1
pub fn int_config2(&self) -> INT_CONFIG2_R
[src]
Bits 4:5 - INT_CONFIG2
pub fn int_config3(&self) -> INT_CONFIG3_R
[src]
Bits 6:7 - INT_CONFIG3
pub fn int_config4(&self) -> INT_CONFIG4_R
[src]
Bits 8:9 - INT_CONFIG4
pub fn int_config5(&self) -> INT_CONFIG5_R
[src]
Bits 10:11 - INT_CONFIG5
pub fn int_config6(&self) -> INT_CONFIG6_R
[src]
Bits 12:13 - INT_CONFIG6
pub fn int_config7(&self) -> INT_CONFIG7_R
[src]
Bits 14:15 - INT_CONFIG7
pub fn int_config8(&self) -> INT_CONFIG8_R
[src]
Bits 16:17 - INT_CONFIG8
pub fn int_config9(&self) -> INT_CONFIG9_R
[src]
Bits 18:19 - INT_CONFIG9
pub fn int_config10(&self) -> INT_CONFIG10_R
[src]
Bits 20:21 - INT_CONFIG10
pub fn int_config11(&self) -> INT_CONFIG11_R
[src]
Bits 22:23 - INT_CONFIG11
pub fn int_config12(&self) -> INT_CONFIG12_R
[src]
Bits 24:25 - INT_CONFIG12
pub fn int_config13(&self) -> INT_CONFIG13_R
[src]
Bits 26:27 - INT_CONFIG13
pub fn int_config14(&self) -> INT_CONFIG14_R
[src]
Bits 28:29 - INT_CONFIG14
pub fn int_config15(&self) -> INT_CONFIG15_R
[src]
Bits 30:31 - INT_CONFIG15
impl R<u32, Reg<u32, _GICD_ICFGR1>>
[src]
pub fn int_config0(&self) -> INT_CONFIG0_R
[src]
Bits 0:1 - INT_CONFIG0
pub fn int_config1(&self) -> INT_CONFIG1_R
[src]
Bits 2:3 - INT_CONFIG1
pub fn int_config2(&self) -> INT_CONFIG2_R
[src]
Bits 4:5 - INT_CONFIG2
pub fn int_config3(&self) -> INT_CONFIG3_R
[src]
Bits 6:7 - INT_CONFIG3
pub fn int_config4(&self) -> INT_CONFIG4_R
[src]
Bits 8:9 - INT_CONFIG4
pub fn int_config5(&self) -> INT_CONFIG5_R
[src]
Bits 10:11 - INT_CONFIG5
pub fn int_config6(&self) -> INT_CONFIG6_R
[src]
Bits 12:13 - INT_CONFIG6
pub fn int_config7(&self) -> INT_CONFIG7_R
[src]
Bits 14:15 - INT_CONFIG7
pub fn int_config8(&self) -> INT_CONFIG8_R
[src]
Bits 16:17 - INT_CONFIG8
pub fn int_config9(&self) -> INT_CONFIG9_R
[src]
Bits 18:19 - INT_CONFIG9
pub fn int_config10(&self) -> INT_CONFIG10_R
[src]
Bits 20:21 - INT_CONFIG10
pub fn int_config11(&self) -> INT_CONFIG11_R
[src]
Bits 22:23 - INT_CONFIG11
pub fn int_config12(&self) -> INT_CONFIG12_R
[src]
Bits 24:25 - INT_CONFIG12
pub fn int_config13(&self) -> INT_CONFIG13_R
[src]
Bits 26:27 - INT_CONFIG13
pub fn int_config14(&self) -> INT_CONFIG14_R
[src]
Bits 28:29 - INT_CONFIG14
pub fn int_config15(&self) -> INT_CONFIG15_R
[src]
Bits 30:31 - INT_CONFIG15
impl R<u32, Reg<u32, _GICD_ICFGR2>>
[src]
pub fn int_config0(&self) -> INT_CONFIG0_R
[src]
Bits 0:1 - INT_CONFIG0
pub fn int_config1(&self) -> INT_CONFIG1_R
[src]
Bits 2:3 - INT_CONFIG1
pub fn int_config2(&self) -> INT_CONFIG2_R
[src]
Bits 4:5 - INT_CONFIG2
pub fn int_config3(&self) -> INT_CONFIG3_R
[src]
Bits 6:7 - INT_CONFIG3
pub fn int_config4(&self) -> INT_CONFIG4_R
[src]
Bits 8:9 - INT_CONFIG4
pub fn int_config5(&self) -> INT_CONFIG5_R
[src]
Bits 10:11 - INT_CONFIG5
pub fn int_config6(&self) -> INT_CONFIG6_R
[src]
Bits 12:13 - INT_CONFIG6
pub fn int_config7(&self) -> INT_CONFIG7_R
[src]
Bits 14:15 - INT_CONFIG7
pub fn int_config8(&self) -> INT_CONFIG8_R
[src]
Bits 16:17 - INT_CONFIG8
pub fn int_config9(&self) -> INT_CONFIG9_R
[src]
Bits 18:19 - INT_CONFIG9
pub fn int_config10(&self) -> INT_CONFIG10_R
[src]
Bits 20:21 - INT_CONFIG10
pub fn int_config11(&self) -> INT_CONFIG11_R
[src]
Bits 22:23 - INT_CONFIG11
pub fn int_config12(&self) -> INT_CONFIG12_R
[src]
Bits 24:25 - INT_CONFIG12
pub fn int_config13(&self) -> INT_CONFIG13_R
[src]
Bits 26:27 - INT_CONFIG13
pub fn int_config14(&self) -> INT_CONFIG14_R
[src]
Bits 28:29 - INT_CONFIG14
pub fn int_config15(&self) -> INT_CONFIG15_R
[src]
Bits 30:31 - INT_CONFIG15
impl R<u32, Reg<u32, _GICD_ICFGR3>>
[src]
pub fn int_config0(&self) -> INT_CONFIG0_R
[src]
Bits 0:1 - INT_CONFIG0
pub fn int_config1(&self) -> INT_CONFIG1_R
[src]
Bits 2:3 - INT_CONFIG1
pub fn int_config2(&self) -> INT_CONFIG2_R
[src]
Bits 4:5 - INT_CONFIG2
pub fn int_config3(&self) -> INT_CONFIG3_R
[src]
Bits 6:7 - INT_CONFIG3
pub fn int_config4(&self) -> INT_CONFIG4_R
[src]
Bits 8:9 - INT_CONFIG4
pub fn int_config5(&self) -> INT_CONFIG5_R
[src]
Bits 10:11 - INT_CONFIG5
pub fn int_config6(&self) -> INT_CONFIG6_R
[src]
Bits 12:13 - INT_CONFIG6
pub fn int_config7(&self) -> INT_CONFIG7_R
[src]
Bits 14:15 - INT_CONFIG7
pub fn int_config8(&self) -> INT_CONFIG8_R
[src]
Bits 16:17 - INT_CONFIG8
pub fn int_config9(&self) -> INT_CONFIG9_R
[src]
Bits 18:19 - INT_CONFIG9
pub fn int_config10(&self) -> INT_CONFIG10_R
[src]
Bits 20:21 - INT_CONFIG10
pub fn int_config11(&self) -> INT_CONFIG11_R
[src]
Bits 22:23 - INT_CONFIG11
pub fn int_config12(&self) -> INT_CONFIG12_R
[src]
Bits 24:25 - INT_CONFIG12
pub fn int_config13(&self) -> INT_CONFIG13_R
[src]
Bits 26:27 - INT_CONFIG13
pub fn int_config14(&self) -> INT_CONFIG14_R
[src]
Bits 28:29 - INT_CONFIG14
pub fn int_config15(&self) -> INT_CONFIG15_R
[src]
Bits 30:31 - INT_CONFIG15
impl R<u32, Reg<u32, _GICD_ICFGR4>>
[src]
pub fn int_config0(&self) -> INT_CONFIG0_R
[src]
Bits 0:1 - INT_CONFIG0
pub fn int_config1(&self) -> INT_CONFIG1_R
[src]
Bits 2:3 - INT_CONFIG1
pub fn int_config2(&self) -> INT_CONFIG2_R
[src]
Bits 4:5 - INT_CONFIG2
pub fn int_config3(&self) -> INT_CONFIG3_R
[src]
Bits 6:7 - INT_CONFIG3
pub fn int_config4(&self) -> INT_CONFIG4_R
[src]
Bits 8:9 - INT_CONFIG4
pub fn int_config5(&self) -> INT_CONFIG5_R
[src]
Bits 10:11 - INT_CONFIG5
pub fn int_config6(&self) -> INT_CONFIG6_R
[src]
Bits 12:13 - INT_CONFIG6
pub fn int_config7(&self) -> INT_CONFIG7_R
[src]
Bits 14:15 - INT_CONFIG7
pub fn int_config8(&self) -> INT_CONFIG8_R
[src]
Bits 16:17 - INT_CONFIG8
pub fn int_config9(&self) -> INT_CONFIG9_R
[src]
Bits 18:19 - INT_CONFIG9
pub fn int_config10(&self) -> INT_CONFIG10_R
[src]
Bits 20:21 - INT_CONFIG10
pub fn int_config11(&self) -> INT_CONFIG11_R
[src]
Bits 22:23 - INT_CONFIG11
pub fn int_config12(&self) -> INT_CONFIG12_R
[src]
Bits 24:25 - INT_CONFIG12
pub fn int_config13(&self) -> INT_CONFIG13_R
[src]
Bits 26:27 - INT_CONFIG13
pub fn int_config14(&self) -> INT_CONFIG14_R
[src]
Bits 28:29 - INT_CONFIG14
pub fn int_config15(&self) -> INT_CONFIG15_R
[src]
Bits 30:31 - INT_CONFIG15
impl R<u32, Reg<u32, _GICD_ICFGR5>>
[src]
pub fn int_config0(&self) -> INT_CONFIG0_R
[src]
Bits 0:1 - INT_CONFIG0
pub fn int_config1(&self) -> INT_CONFIG1_R
[src]
Bits 2:3 - INT_CONFIG1
pub fn int_config2(&self) -> INT_CONFIG2_R
[src]
Bits 4:5 - INT_CONFIG2
pub fn int_config3(&self) -> INT_CONFIG3_R
[src]
Bits 6:7 - INT_CONFIG3
pub fn int_config4(&self) -> INT_CONFIG4_R
[src]
Bits 8:9 - INT_CONFIG4
pub fn int_config5(&self) -> INT_CONFIG5_R
[src]
Bits 10:11 - INT_CONFIG5
pub fn int_config6(&self) -> INT_CONFIG6_R
[src]
Bits 12:13 - INT_CONFIG6
pub fn int_config7(&self) -> INT_CONFIG7_R
[src]
Bits 14:15 - INT_CONFIG7
pub fn int_config8(&self) -> INT_CONFIG8_R
[src]
Bits 16:17 - INT_CONFIG8
pub fn int_config9(&self) -> INT_CONFIG9_R
[src]
Bits 18:19 - INT_CONFIG9
pub fn int_config10(&self) -> INT_CONFIG10_R
[src]
Bits 20:21 - INT_CONFIG10
pub fn int_config11(&self) -> INT_CONFIG11_R
[src]
Bits 22:23 - INT_CONFIG11
pub fn int_config12(&self) -> INT_CONFIG12_R
[src]
Bits 24:25 - INT_CONFIG12
pub fn int_config13(&self) -> INT_CONFIG13_R
[src]
Bits 26:27 - INT_CONFIG13
pub fn int_config14(&self) -> INT_CONFIG14_R
[src]
Bits 28:29 - INT_CONFIG14
pub fn int_config15(&self) -> INT_CONFIG15_R
[src]
Bits 30:31 - INT_CONFIG15
impl R<u32, Reg<u32, _GICD_ICFGR6>>
[src]
pub fn int_config0(&self) -> INT_CONFIG0_R
[src]
Bits 0:1 - INT_CONFIG0
pub fn int_config1(&self) -> INT_CONFIG1_R
[src]
Bits 2:3 - INT_CONFIG1
pub fn int_config2(&self) -> INT_CONFIG2_R
[src]
Bits 4:5 - INT_CONFIG2
pub fn int_config3(&self) -> INT_CONFIG3_R
[src]
Bits 6:7 - INT_CONFIG3
pub fn int_config4(&self) -> INT_CONFIG4_R
[src]
Bits 8:9 - INT_CONFIG4
pub fn int_config5(&self) -> INT_CONFIG5_R
[src]
Bits 10:11 - INT_CONFIG5
pub fn int_config6(&self) -> INT_CONFIG6_R
[src]
Bits 12:13 - INT_CONFIG6
pub fn int_config7(&self) -> INT_CONFIG7_R
[src]
Bits 14:15 - INT_CONFIG7
pub fn int_config8(&self) -> INT_CONFIG8_R
[src]
Bits 16:17 - INT_CONFIG8
pub fn int_config9(&self) -> INT_CONFIG9_R
[src]
Bits 18:19 - INT_CONFIG9
pub fn int_config10(&self) -> INT_CONFIG10_R
[src]
Bits 20:21 - INT_CONFIG10
pub fn int_config11(&self) -> INT_CONFIG11_R
[src]
Bits 22:23 - INT_CONFIG11
pub fn int_config12(&self) -> INT_CONFIG12_R
[src]
Bits 24:25 - INT_CONFIG12
pub fn int_config13(&self) -> INT_CONFIG13_R
[src]
Bits 26:27 - INT_CONFIG13
pub fn int_config14(&self) -> INT_CONFIG14_R
[src]
Bits 28:29 - INT_CONFIG14
pub fn int_config15(&self) -> INT_CONFIG15_R
[src]
Bits 30:31 - INT_CONFIG15
impl R<u32, Reg<u32, _GICD_ICFGR7>>
[src]
pub fn int_config0(&self) -> INT_CONFIG0_R
[src]
Bits 0:1 - INT_CONFIG0
pub fn int_config1(&self) -> INT_CONFIG1_R
[src]
Bits 2:3 - INT_CONFIG1
pub fn int_config2(&self) -> INT_CONFIG2_R
[src]
Bits 4:5 - INT_CONFIG2
pub fn int_config3(&self) -> INT_CONFIG3_R
[src]
Bits 6:7 - INT_CONFIG3
pub fn int_config4(&self) -> INT_CONFIG4_R
[src]
Bits 8:9 - INT_CONFIG4
pub fn int_config5(&self) -> INT_CONFIG5_R
[src]
Bits 10:11 - INT_CONFIG5
pub fn int_config6(&self) -> INT_CONFIG6_R
[src]
Bits 12:13 - INT_CONFIG6
pub fn int_config7(&self) -> INT_CONFIG7_R
[src]
Bits 14:15 - INT_CONFIG7
pub fn int_config8(&self) -> INT_CONFIG8_R
[src]
Bits 16:17 - INT_CONFIG8
pub fn int_config9(&self) -> INT_CONFIG9_R
[src]
Bits 18:19 - INT_CONFIG9
pub fn int_config10(&self) -> INT_CONFIG10_R
[src]
Bits 20:21 - INT_CONFIG10
pub fn int_config11(&self) -> INT_CONFIG11_R
[src]
Bits 22:23 - INT_CONFIG11
pub fn int_config12(&self) -> INT_CONFIG12_R
[src]
Bits 24:25 - INT_CONFIG12
pub fn int_config13(&self) -> INT_CONFIG13_R
[src]
Bits 26:27 - INT_CONFIG13
pub fn int_config14(&self) -> INT_CONFIG14_R
[src]
Bits 28:29 - INT_CONFIG14
pub fn int_config15(&self) -> INT_CONFIG15_R
[src]
Bits 30:31 - INT_CONFIG15
impl R<u32, Reg<u32, _GICD_ICFGR8>>
[src]
pub fn int_config0(&self) -> INT_CONFIG0_R
[src]
Bits 0:1 - INT_CONFIG0
pub fn int_config1(&self) -> INT_CONFIG1_R
[src]
Bits 2:3 - INT_CONFIG1
pub fn int_config2(&self) -> INT_CONFIG2_R
[src]
Bits 4:5 - INT_CONFIG2
pub fn int_config3(&self) -> INT_CONFIG3_R
[src]
Bits 6:7 - INT_CONFIG3
pub fn int_config4(&self) -> INT_CONFIG4_R
[src]
Bits 8:9 - INT_CONFIG4
pub fn int_config5(&self) -> INT_CONFIG5_R
[src]
Bits 10:11 - INT_CONFIG5
pub fn int_config6(&self) -> INT_CONFIG6_R
[src]
Bits 12:13 - INT_CONFIG6
pub fn int_config7(&self) -> INT_CONFIG7_R
[src]
Bits 14:15 - INT_CONFIG7
pub fn int_config8(&self) -> INT_CONFIG8_R
[src]
Bits 16:17 - INT_CONFIG8
pub fn int_config9(&self) -> INT_CONFIG9_R
[src]
Bits 18:19 - INT_CONFIG9
pub fn int_config10(&self) -> INT_CONFIG10_R
[src]
Bits 20:21 - INT_CONFIG10
pub fn int_config11(&self) -> INT_CONFIG11_R
[src]
Bits 22:23 - INT_CONFIG11
pub fn int_config12(&self) -> INT_CONFIG12_R
[src]
Bits 24:25 - INT_CONFIG12
pub fn int_config13(&self) -> INT_CONFIG13_R
[src]
Bits 26:27 - INT_CONFIG13
pub fn int_config14(&self) -> INT_CONFIG14_R
[src]
Bits 28:29 - INT_CONFIG14
pub fn int_config15(&self) -> INT_CONFIG15_R
[src]
Bits 30:31 - INT_CONFIG15
impl R<u32, Reg<u32, _GICD_ICFGR9>>
[src]
pub fn int_config0(&self) -> INT_CONFIG0_R
[src]
Bits 0:1 - INT_CONFIG0
pub fn int_config1(&self) -> INT_CONFIG1_R
[src]
Bits 2:3 - INT_CONFIG1
pub fn int_config2(&self) -> INT_CONFIG2_R
[src]
Bits 4:5 - INT_CONFIG2
pub fn int_config3(&self) -> INT_CONFIG3_R
[src]
Bits 6:7 - INT_CONFIG3
pub fn int_config4(&self) -> INT_CONFIG4_R
[src]
Bits 8:9 - INT_CONFIG4
pub fn int_config5(&self) -> INT_CONFIG5_R
[src]
Bits 10:11 - INT_CONFIG5
pub fn int_config6(&self) -> INT_CONFIG6_R
[src]
Bits 12:13 - INT_CONFIG6
pub fn int_config7(&self) -> INT_CONFIG7_R
[src]
Bits 14:15 - INT_CONFIG7
pub fn int_config8(&self) -> INT_CONFIG8_R
[src]
Bits 16:17 - INT_CONFIG8
pub fn int_config9(&self) -> INT_CONFIG9_R
[src]
Bits 18:19 - INT_CONFIG9
pub fn int_config10(&self) -> INT_CONFIG10_R
[src]
Bits 20:21 - INT_CONFIG10
pub fn int_config11(&self) -> INT_CONFIG11_R
[src]
Bits 22:23 - INT_CONFIG11
pub fn int_config12(&self) -> INT_CONFIG12_R
[src]
Bits 24:25 - INT_CONFIG12
pub fn int_config13(&self) -> INT_CONFIG13_R
[src]
Bits 26:27 - INT_CONFIG13
pub fn int_config14(&self) -> INT_CONFIG14_R
[src]
Bits 28:29 - INT_CONFIG14
pub fn int_config15(&self) -> INT_CONFIG15_R
[src]
Bits 30:31 - INT_CONFIG15
impl R<u32, Reg<u32, _GICD_ICFGR10>>
[src]
pub fn int_config0(&self) -> INT_CONFIG0_R
[src]
Bits 0:1 - INT_CONFIG0
pub fn int_config1(&self) -> INT_CONFIG1_R
[src]
Bits 2:3 - INT_CONFIG1
pub fn int_config2(&self) -> INT_CONFIG2_R
[src]
Bits 4:5 - INT_CONFIG2
pub fn int_config3(&self) -> INT_CONFIG3_R
[src]
Bits 6:7 - INT_CONFIG3
pub fn int_config4(&self) -> INT_CONFIG4_R
[src]
Bits 8:9 - INT_CONFIG4
pub fn int_config5(&self) -> INT_CONFIG5_R
[src]
Bits 10:11 - INT_CONFIG5
pub fn int_config6(&self) -> INT_CONFIG6_R
[src]
Bits 12:13 - INT_CONFIG6
pub fn int_config7(&self) -> INT_CONFIG7_R
[src]
Bits 14:15 - INT_CONFIG7
pub fn int_config8(&self) -> INT_CONFIG8_R
[src]
Bits 16:17 - INT_CONFIG8
pub fn int_config9(&self) -> INT_CONFIG9_R
[src]
Bits 18:19 - INT_CONFIG9
pub fn int_config10(&self) -> INT_CONFIG10_R
[src]
Bits 20:21 - INT_CONFIG10
pub fn int_config11(&self) -> INT_CONFIG11_R
[src]
Bits 22:23 - INT_CONFIG11
pub fn int_config12(&self) -> INT_CONFIG12_R
[src]
Bits 24:25 - INT_CONFIG12
pub fn int_config13(&self) -> INT_CONFIG13_R
[src]
Bits 26:27 - INT_CONFIG13
pub fn int_config14(&self) -> INT_CONFIG14_R
[src]
Bits 28:29 - INT_CONFIG14
pub fn int_config15(&self) -> INT_CONFIG15_R
[src]
Bits 30:31 - INT_CONFIG15
impl R<u32, Reg<u32, _GICD_ICFGR11>>
[src]
pub fn int_config0(&self) -> INT_CONFIG0_R
[src]
Bits 0:1 - INT_CONFIG0
pub fn int_config1(&self) -> INT_CONFIG1_R
[src]
Bits 2:3 - INT_CONFIG1
pub fn int_config2(&self) -> INT_CONFIG2_R
[src]
Bits 4:5 - INT_CONFIG2
pub fn int_config3(&self) -> INT_CONFIG3_R
[src]
Bits 6:7 - INT_CONFIG3
pub fn int_config4(&self) -> INT_CONFIG4_R
[src]
Bits 8:9 - INT_CONFIG4
pub fn int_config5(&self) -> INT_CONFIG5_R
[src]
Bits 10:11 - INT_CONFIG5
pub fn int_config6(&self) -> INT_CONFIG6_R
[src]
Bits 12:13 - INT_CONFIG6
pub fn int_config7(&self) -> INT_CONFIG7_R
[src]
Bits 14:15 - INT_CONFIG7
pub fn int_config8(&self) -> INT_CONFIG8_R
[src]
Bits 16:17 - INT_CONFIG8
pub fn int_config9(&self) -> INT_CONFIG9_R
[src]
Bits 18:19 - INT_CONFIG9
pub fn int_config10(&self) -> INT_CONFIG10_R
[src]
Bits 20:21 - INT_CONFIG10
pub fn int_config11(&self) -> INT_CONFIG11_R
[src]
Bits 22:23 - INT_CONFIG11
pub fn int_config12(&self) -> INT_CONFIG12_R
[src]
Bits 24:25 - INT_CONFIG12
pub fn int_config13(&self) -> INT_CONFIG13_R
[src]
Bits 26:27 - INT_CONFIG13
pub fn int_config14(&self) -> INT_CONFIG14_R
[src]
Bits 28:29 - INT_CONFIG14
pub fn int_config15(&self) -> INT_CONFIG15_R
[src]
Bits 30:31 - INT_CONFIG15
impl R<u32, Reg<u32, _GICD_ICFGR12>>
[src]
pub fn int_config0(&self) -> INT_CONFIG0_R
[src]
Bits 0:1 - INT_CONFIG0
pub fn int_config1(&self) -> INT_CONFIG1_R
[src]
Bits 2:3 - INT_CONFIG1
pub fn int_config2(&self) -> INT_CONFIG2_R
[src]
Bits 4:5 - INT_CONFIG2
pub fn int_config3(&self) -> INT_CONFIG3_R
[src]
Bits 6:7 - INT_CONFIG3
pub fn int_config4(&self) -> INT_CONFIG4_R
[src]
Bits 8:9 - INT_CONFIG4
pub fn int_config5(&self) -> INT_CONFIG5_R
[src]
Bits 10:11 - INT_CONFIG5
pub fn int_config6(&self) -> INT_CONFIG6_R
[src]
Bits 12:13 - INT_CONFIG6
pub fn int_config7(&self) -> INT_CONFIG7_R
[src]
Bits 14:15 - INT_CONFIG7
pub fn int_config8(&self) -> INT_CONFIG8_R
[src]
Bits 16:17 - INT_CONFIG8
pub fn int_config9(&self) -> INT_CONFIG9_R
[src]
Bits 18:19 - INT_CONFIG9
pub fn int_config10(&self) -> INT_CONFIG10_R
[src]
Bits 20:21 - INT_CONFIG10
pub fn int_config11(&self) -> INT_CONFIG11_R
[src]
Bits 22:23 - INT_CONFIG11
pub fn int_config12(&self) -> INT_CONFIG12_R
[src]
Bits 24:25 - INT_CONFIG12
pub fn int_config13(&self) -> INT_CONFIG13_R
[src]
Bits 26:27 - INT_CONFIG13
pub fn int_config14(&self) -> INT_CONFIG14_R
[src]
Bits 28:29 - INT_CONFIG14
pub fn int_config15(&self) -> INT_CONFIG15_R
[src]
Bits 30:31 - INT_CONFIG15
impl R<u32, Reg<u32, _GICD_ICFGR13>>
[src]
pub fn int_config0(&self) -> INT_CONFIG0_R
[src]
Bits 0:1 - INT_CONFIG0
pub fn int_config1(&self) -> INT_CONFIG1_R
[src]
Bits 2:3 - INT_CONFIG1
pub fn int_config2(&self) -> INT_CONFIG2_R
[src]
Bits 4:5 - INT_CONFIG2
pub fn int_config3(&self) -> INT_CONFIG3_R
[src]
Bits 6:7 - INT_CONFIG3
pub fn int_config4(&self) -> INT_CONFIG4_R
[src]
Bits 8:9 - INT_CONFIG4
pub fn int_config5(&self) -> INT_CONFIG5_R
[src]
Bits 10:11 - INT_CONFIG5
pub fn int_config6(&self) -> INT_CONFIG6_R
[src]
Bits 12:13 - INT_CONFIG6
pub fn int_config7(&self) -> INT_CONFIG7_R
[src]
Bits 14:15 - INT_CONFIG7
pub fn int_config8(&self) -> INT_CONFIG8_R
[src]
Bits 16:17 - INT_CONFIG8
pub fn int_config9(&self) -> INT_CONFIG9_R
[src]
Bits 18:19 - INT_CONFIG9
pub fn int_config10(&self) -> INT_CONFIG10_R
[src]
Bits 20:21 - INT_CONFIG10
pub fn int_config11(&self) -> INT_CONFIG11_R
[src]
Bits 22:23 - INT_CONFIG11
pub fn int_config12(&self) -> INT_CONFIG12_R
[src]
Bits 24:25 - INT_CONFIG12
pub fn int_config13(&self) -> INT_CONFIG13_R
[src]
Bits 26:27 - INT_CONFIG13
pub fn int_config14(&self) -> INT_CONFIG14_R
[src]
Bits 28:29 - INT_CONFIG14
pub fn int_config15(&self) -> INT_CONFIG15_R
[src]
Bits 30:31 - INT_CONFIG15
impl R<u32, Reg<u32, _GICD_ICFGR14>>
[src]
pub fn int_config0(&self) -> INT_CONFIG0_R
[src]
Bits 0:1 - INT_CONFIG0
pub fn int_config1(&self) -> INT_CONFIG1_R
[src]
Bits 2:3 - INT_CONFIG1
pub fn int_config2(&self) -> INT_CONFIG2_R
[src]
Bits 4:5 - INT_CONFIG2
pub fn int_config3(&self) -> INT_CONFIG3_R
[src]
Bits 6:7 - INT_CONFIG3
pub fn int_config4(&self) -> INT_CONFIG4_R
[src]
Bits 8:9 - INT_CONFIG4
pub fn int_config5(&self) -> INT_CONFIG5_R
[src]
Bits 10:11 - INT_CONFIG5
pub fn int_config6(&self) -> INT_CONFIG6_R
[src]
Bits 12:13 - INT_CONFIG6
pub fn int_config7(&self) -> INT_CONFIG7_R
[src]
Bits 14:15 - INT_CONFIG7
pub fn int_config8(&self) -> INT_CONFIG8_R
[src]
Bits 16:17 - INT_CONFIG8
pub fn int_config9(&self) -> INT_CONFIG9_R
[src]
Bits 18:19 - INT_CONFIG9
pub fn int_config10(&self) -> INT_CONFIG10_R
[src]
Bits 20:21 - INT_CONFIG10
pub fn int_config11(&self) -> INT_CONFIG11_R
[src]
Bits 22:23 - INT_CONFIG11
pub fn int_config12(&self) -> INT_CONFIG12_R
[src]
Bits 24:25 - INT_CONFIG12
pub fn int_config13(&self) -> INT_CONFIG13_R
[src]
Bits 26:27 - INT_CONFIG13
pub fn int_config14(&self) -> INT_CONFIG14_R
[src]
Bits 28:29 - INT_CONFIG14
pub fn int_config15(&self) -> INT_CONFIG15_R
[src]
Bits 30:31 - INT_CONFIG15
impl R<u32, Reg<u32, _GICD_ICFGR15>>
[src]
pub fn int_config0(&self) -> INT_CONFIG0_R
[src]
Bits 0:1 - INT_CONFIG0
pub fn int_config1(&self) -> INT_CONFIG1_R
[src]
Bits 2:3 - INT_CONFIG1
pub fn int_config2(&self) -> INT_CONFIG2_R
[src]
Bits 4:5 - INT_CONFIG2
pub fn int_config3(&self) -> INT_CONFIG3_R
[src]
Bits 6:7 - INT_CONFIG3
pub fn int_config4(&self) -> INT_CONFIG4_R
[src]
Bits 8:9 - INT_CONFIG4
pub fn int_config5(&self) -> INT_CONFIG5_R
[src]
Bits 10:11 - INT_CONFIG5
pub fn int_config6(&self) -> INT_CONFIG6_R
[src]
Bits 12:13 - INT_CONFIG6
pub fn int_config7(&self) -> INT_CONFIG7_R
[src]
Bits 14:15 - INT_CONFIG7
pub fn int_config8(&self) -> INT_CONFIG8_R
[src]
Bits 16:17 - INT_CONFIG8
pub fn int_config9(&self) -> INT_CONFIG9_R
[src]
Bits 18:19 - INT_CONFIG9
pub fn int_config10(&self) -> INT_CONFIG10_R
[src]
Bits 20:21 - INT_CONFIG10
pub fn int_config11(&self) -> INT_CONFIG11_R
[src]
Bits 22:23 - INT_CONFIG11
pub fn int_config12(&self) -> INT_CONFIG12_R
[src]
Bits 24:25 - INT_CONFIG12
pub fn int_config13(&self) -> INT_CONFIG13_R
[src]
Bits 26:27 - INT_CONFIG13
pub fn int_config14(&self) -> INT_CONFIG14_R
[src]
Bits 28:29 - INT_CONFIG14
pub fn int_config15(&self) -> INT_CONFIG15_R
[src]
Bits 30:31 - INT_CONFIG15
impl R<u32, Reg<u32, _GICD_ICFGR16>>
[src]
pub fn int_config0(&self) -> INT_CONFIG0_R
[src]
Bits 0:1 - INT_CONFIG0
pub fn int_config1(&self) -> INT_CONFIG1_R
[src]
Bits 2:3 - INT_CONFIG1
pub fn int_config2(&self) -> INT_CONFIG2_R
[src]
Bits 4:5 - INT_CONFIG2
pub fn int_config3(&self) -> INT_CONFIG3_R
[src]
Bits 6:7 - INT_CONFIG3
pub fn int_config4(&self) -> INT_CONFIG4_R
[src]
Bits 8:9 - INT_CONFIG4
pub fn int_config5(&self) -> INT_CONFIG5_R
[src]
Bits 10:11 - INT_CONFIG5
pub fn int_config6(&self) -> INT_CONFIG6_R
[src]
Bits 12:13 - INT_CONFIG6
pub fn int_config7(&self) -> INT_CONFIG7_R
[src]
Bits 14:15 - INT_CONFIG7
pub fn int_config8(&self) -> INT_CONFIG8_R
[src]
Bits 16:17 - INT_CONFIG8
pub fn int_config9(&self) -> INT_CONFIG9_R
[src]
Bits 18:19 - INT_CONFIG9
pub fn int_config10(&self) -> INT_CONFIG10_R
[src]
Bits 20:21 - INT_CONFIG10
pub fn int_config11(&self) -> INT_CONFIG11_R
[src]
Bits 22:23 - INT_CONFIG11
pub fn int_config12(&self) -> INT_CONFIG12_R
[src]
Bits 24:25 - INT_CONFIG12
pub fn int_config13(&self) -> INT_CONFIG13_R
[src]
Bits 26:27 - INT_CONFIG13
pub fn int_config14(&self) -> INT_CONFIG14_R
[src]
Bits 28:29 - INT_CONFIG14
pub fn int_config15(&self) -> INT_CONFIG15_R
[src]
Bits 30:31 - INT_CONFIG15
impl R<u32, Reg<u32, _GICD_ICFGR17>>
[src]
pub fn int_config0(&self) -> INT_CONFIG0_R
[src]
Bits 0:1 - INT_CONFIG0
pub fn int_config1(&self) -> INT_CONFIG1_R
[src]
Bits 2:3 - INT_CONFIG1
pub fn int_config2(&self) -> INT_CONFIG2_R
[src]
Bits 4:5 - INT_CONFIG2
pub fn int_config3(&self) -> INT_CONFIG3_R
[src]
Bits 6:7 - INT_CONFIG3
pub fn int_config4(&self) -> INT_CONFIG4_R
[src]
Bits 8:9 - INT_CONFIG4
pub fn int_config5(&self) -> INT_CONFIG5_R
[src]
Bits 10:11 - INT_CONFIG5
pub fn int_config6(&self) -> INT_CONFIG6_R
[src]
Bits 12:13 - INT_CONFIG6
pub fn int_config7(&self) -> INT_CONFIG7_R
[src]
Bits 14:15 - INT_CONFIG7
pub fn int_config8(&self) -> INT_CONFIG8_R
[src]
Bits 16:17 - INT_CONFIG8
pub fn int_config9(&self) -> INT_CONFIG9_R
[src]
Bits 18:19 - INT_CONFIG9
pub fn int_config10(&self) -> INT_CONFIG10_R
[src]
Bits 20:21 - INT_CONFIG10
pub fn int_config11(&self) -> INT_CONFIG11_R
[src]
Bits 22:23 - INT_CONFIG11
pub fn int_config12(&self) -> INT_CONFIG12_R
[src]
Bits 24:25 - INT_CONFIG12
pub fn int_config13(&self) -> INT_CONFIG13_R
[src]
Bits 26:27 - INT_CONFIG13
pub fn int_config14(&self) -> INT_CONFIG14_R
[src]
Bits 28:29 - INT_CONFIG14
pub fn int_config15(&self) -> INT_CONFIG15_R
[src]
Bits 30:31 - INT_CONFIG15
impl R<u32, Reg<u32, _GICD_PPISR>>
[src]
pub fn ppi6(&self) -> PPI6_R
[src]
Bit 9 - PPI6
pub fn ppi5(&self) -> PPI5_R
[src]
Bit 10 - PPI5
pub fn ppi4(&self) -> PPI4_R
[src]
Bit 11 - PPI4
pub fn ppi0(&self) -> PPI0_R
[src]
Bit 12 - PPI0
pub fn ppi1(&self) -> PPI1_R
[src]
Bit 13 - PPI1
pub fn ppi2(&self) -> PPI2_R
[src]
Bit 14 - PPI2
pub fn ppi3(&self) -> PPI3_R
[src]
Bit 15 - PPI3
impl R<u32, Reg<u32, _GICD_SPISR1>>
[src]
impl R<u32, Reg<u32, _GICD_SPISR2>>
[src]
impl R<u32, Reg<u32, _GICD_SPISR3>>
[src]
impl R<u32, Reg<u32, _GICD_SPISR4>>
[src]
impl R<u32, Reg<u32, _GICD_SPISR5>>
[src]
impl R<u32, Reg<u32, _GICD_SPISR6>>
[src]
impl R<u32, Reg<u32, _GICD_SPISR7>>
[src]
impl R<u32, Reg<u32, _GICD_CPENDSGIR0>>
[src]
pub fn sgi_clear_pending0(&self) -> SGI_CLEAR_PENDING0_R
[src]
Bits 0:1 - SGI_CLEAR_PENDING0
pub fn sgi_clear_pending1(&self) -> SGI_CLEAR_PENDING1_R
[src]
Bits 8:9 - SGI_CLEAR_PENDING1
pub fn sgi_clear_pending2(&self) -> SGI_CLEAR_PENDING2_R
[src]
Bits 16:17 - SGI_CLEAR_PENDING2
pub fn sgi_clear_pending3(&self) -> SGI_CLEAR_PENDING3_R
[src]
Bits 24:25 - SGI_CLEAR_PENDING3
impl R<u32, Reg<u32, _GICD_CPENDSGIR1>>
[src]
pub fn sgi_clear_pending0(&self) -> SGI_CLEAR_PENDING0_R
[src]
Bits 0:1 - SGI_CLEAR_PENDING0
pub fn sgi_clear_pending1(&self) -> SGI_CLEAR_PENDING1_R
[src]
Bits 8:9 - SGI_CLEAR_PENDING1
pub fn sgi_clear_pending2(&self) -> SGI_CLEAR_PENDING2_R
[src]
Bits 16:17 - SGI_CLEAR_PENDING2
pub fn sgi_clear_pending3(&self) -> SGI_CLEAR_PENDING3_R
[src]
Bits 24:25 - SGI_CLEAR_PENDING3
impl R<u32, Reg<u32, _GICD_CPENDSGIR2>>
[src]
pub fn sgi_clear_pending0(&self) -> SGI_CLEAR_PENDING0_R
[src]
Bits 0:1 - SGI_CLEAR_PENDING0
pub fn sgi_clear_pending1(&self) -> SGI_CLEAR_PENDING1_R
[src]
Bits 8:9 - SGI_CLEAR_PENDING1
pub fn sgi_clear_pending2(&self) -> SGI_CLEAR_PENDING2_R
[src]
Bits 16:17 - SGI_CLEAR_PENDING2
pub fn sgi_clear_pending3(&self) -> SGI_CLEAR_PENDING3_R
[src]
Bits 24:25 - SGI_CLEAR_PENDING3
impl R<u32, Reg<u32, _GICD_CPENDSGIR3>>
[src]
pub fn sgi_clear_pending0(&self) -> SGI_CLEAR_PENDING0_R
[src]
Bits 0:1 - SGI_CLEAR_PENDING0
pub fn sgi_clear_pending1(&self) -> SGI_CLEAR_PENDING1_R
[src]
Bits 8:9 - SGI_CLEAR_PENDING1
pub fn sgi_clear_pending2(&self) -> SGI_CLEAR_PENDING2_R
[src]
Bits 16:17 - SGI_CLEAR_PENDING2
pub fn sgi_clear_pending3(&self) -> SGI_CLEAR_PENDING3_R
[src]
Bits 24:25 - SGI_CLEAR_PENDING3
impl R<u32, Reg<u32, _GICD_SPENDSGIR0>>
[src]
pub fn sgi_set_pending0(&self) -> SGI_SET_PENDING0_R
[src]
Bits 0:1 - SGI_SET_PENDING0
pub fn sgi_set_pending1(&self) -> SGI_SET_PENDING1_R
[src]
Bits 8:9 - SGI_SET_PENDING1
pub fn sgi_set_pending2(&self) -> SGI_SET_PENDING2_R
[src]
Bits 16:17 - SGI_SET_PENDING2
pub fn sgi_set_pending3(&self) -> SGI_SET_PENDING3_R
[src]
Bits 24:25 - SGI_SET_PENDING3
impl R<u32, Reg<u32, _GICD_SPENDSGIR1>>
[src]
pub fn sgi_set_pending0(&self) -> SGI_SET_PENDING0_R
[src]
Bits 0:1 - SGI_SET_PENDING0
pub fn sgi_set_pending1(&self) -> SGI_SET_PENDING1_R
[src]
Bits 8:9 - SGI_SET_PENDING1
pub fn sgi_set_pending2(&self) -> SGI_SET_PENDING2_R
[src]
Bits 16:17 - SGI_SET_PENDING2
pub fn sgi_set_pending3(&self) -> SGI_SET_PENDING3_R
[src]
Bits 24:25 - SGI_SET_PENDING3
impl R<u32, Reg<u32, _GICD_SPENDSGIR2>>
[src]
pub fn sgi_set_pending0(&self) -> SGI_SET_PENDING0_R
[src]
Bits 0:1 - SGI_SET_PENDING0
pub fn sgi_set_pending1(&self) -> SGI_SET_PENDING1_R
[src]
Bits 8:9 - SGI_SET_PENDING1
pub fn sgi_set_pending2(&self) -> SGI_SET_PENDING2_R
[src]
Bits 16:17 - SGI_SET_PENDING2
pub fn sgi_set_pending3(&self) -> SGI_SET_PENDING3_R
[src]
Bits 24:25 - SGI_SET_PENDING3
impl R<u32, Reg<u32, _GICD_SPENDSGIR3>>
[src]
pub fn sgi_set_pending0(&self) -> SGI_SET_PENDING0_R
[src]
Bits 0:1 - SGI_SET_PENDING0
pub fn sgi_set_pending1(&self) -> SGI_SET_PENDING1_R
[src]
Bits 8:9 - SGI_SET_PENDING1
pub fn sgi_set_pending2(&self) -> SGI_SET_PENDING2_R
[src]
Bits 16:17 - SGI_SET_PENDING2
pub fn sgi_set_pending3(&self) -> SGI_SET_PENDING3_R
[src]
Bits 24:25 - SGI_SET_PENDING3
impl R<u32, Reg<u32, _GICD_PIDR4>>
[src]
impl R<u32, Reg<u32, _GICD_PIDR5>>
[src]
impl R<u32, Reg<u32, _GICD_PIDR6>>
[src]
impl R<u32, Reg<u32, _GICD_PIDR7>>
[src]
impl R<u32, Reg<u32, _GICD_PIDR0>>
[src]
impl R<u32, Reg<u32, _GICD_PIDR1>>
[src]
impl R<u32, Reg<u32, _GICD_PIDR2>>
[src]
impl R<u32, Reg<u32, _GICD_PIDR3>>
[src]
impl R<u32, Reg<u32, _GICD_CIDR0>>
[src]
impl R<u32, Reg<u32, _GICD_CIDR1>>
[src]
impl R<u32, Reg<u32, _GICD_CIDR2>>
[src]
impl R<u32, Reg<u32, _GICD_CIDR3>>
[src]
impl R<u32, Reg<u32, _GICH_HCR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn uie(&self) -> UIE_R
[src]
Bit 1 - UIE
pub fn lrenpie(&self) -> LRENPIE_R
[src]
Bit 2 - LRENPIE
pub fn npie(&self) -> NPIE_R
[src]
Bit 3 - NPIE
pub fn vgrp0eie(&self) -> VGRP0EIE_R
[src]
Bit 4 - VGRP0EIE
pub fn vgrp0die(&self) -> VGRP0DIE_R
[src]
Bit 5 - VGRP0DIE
pub fn vgrp1eie(&self) -> VGRP1EIE_R
[src]
Bit 6 - VGRP1EIE
pub fn vgrp1die(&self) -> VGRP1DIE_R
[src]
Bit 7 - VGRP1DIE
pub fn eoicount(&self) -> EOICOUNT_R
[src]
Bits 27:31 - EOICOUNT
impl R<u32, Reg<u32, _GICH_VTR>>
[src]
pub fn listregs(&self) -> LISTREGS_R
[src]
Bits 0:4 - LISTREGS
pub fn prebits(&self) -> PREBITS_R
[src]
Bits 26:28 - PREBITS
pub fn pribits(&self) -> PRIBITS_R
[src]
Bits 29:31 - PRIBITS
impl R<u32, Reg<u32, _GICH_VMCR>>
[src]
pub fn vmgrp0en(&self) -> VMGRP0EN_R
[src]
Bit 0 - VMGRP0EN
pub fn vmgrp1en(&self) -> VMGRP1EN_R
[src]
Bit 1 - VMGRP1EN
pub fn vmackctl(&self) -> VMACKCTL_R
[src]
Bit 2 - VMACKCTL
pub fn vmfiqen(&self) -> VMFIQEN_R
[src]
Bit 3 - VMFIQEN
pub fn vmcbpr(&self) -> VMCBPR_R
[src]
Bit 4 - VMCBPR
pub fn vem(&self) -> VEM_R
[src]
Bit 9 - VEM
pub fn vmabp(&self) -> VMABP_R
[src]
Bits 18:20 - VMABP
pub fn vmbp(&self) -> VMBP_R
[src]
Bits 21:23 - VMBP
pub fn vmprimask(&self) -> VMPRIMASK_R
[src]
Bits 27:31 - VMPRIMASK
impl R<u32, Reg<u32, _GICH_MISR>>
[src]
pub fn eoi(&self) -> EOI_R
[src]
Bit 0 - EOI
pub fn u(&self) -> U_R
[src]
Bit 1 - U
pub fn lrenp(&self) -> LRENP_R
[src]
Bit 2 - LRENP
pub fn np(&self) -> NP_R
[src]
Bit 3 - NP
pub fn vgrp0e(&self) -> VGRP0E_R
[src]
Bit 4 - VGRP0E
pub fn vgrp0d(&self) -> VGRP0D_R
[src]
Bit 5 - VGRP0D
pub fn vgrp1e(&self) -> VGRP1E_R
[src]
Bit 6 - VGRP1E
pub fn vgrp1d(&self) -> VGRP1D_R
[src]
Bit 7 - VGRP1D
impl R<u32, Reg<u32, _GICH_EISR0>>
[src]
impl R<u32, Reg<u32, _GICH_ELSR0>>
[src]
impl R<u32, Reg<u32, _GICH_APR0>>
[src]
impl R<u32, Reg<u32, _GICH_LR0>>
[src]
pub fn virtualid(&self) -> VIRTUALID_R
[src]
Bits 0:9 - VIRTUALID
pub fn physicalid(&self) -> PHYSICALID_R
[src]
Bits 10:19 - PHYSICALID
pub fn priority(&self) -> PRIORITY_R
[src]
Bits 23:27 - PRIORITY
pub fn state(&self) -> STATE_R
[src]
Bits 28:29 - STATE
pub fn grp1(&self) -> GRP1_R
[src]
Bit 30 - GRP1
pub fn hw(&self) -> HW_R
[src]
Bit 31 - HW
impl R<u32, Reg<u32, _GICH_LR1>>
[src]
pub fn virtualid(&self) -> VIRTUALID_R
[src]
Bits 0:9 - VIRTUALID
pub fn physicalid(&self) -> PHYSICALID_R
[src]
Bits 10:19 - PHYSICALID
pub fn priority(&self) -> PRIORITY_R
[src]
Bits 23:27 - PRIORITY
pub fn state(&self) -> STATE_R
[src]
Bits 28:29 - STATE
pub fn grp1(&self) -> GRP1_R
[src]
Bit 30 - GRP1
pub fn hw(&self) -> HW_R
[src]
Bit 31 - HW
impl R<u32, Reg<u32, _GICH_LR2>>
[src]
pub fn virtualid(&self) -> VIRTUALID_R
[src]
Bits 0:9 - VIRTUALID
pub fn physicalid(&self) -> PHYSICALID_R
[src]
Bits 10:19 - PHYSICALID
pub fn priority(&self) -> PRIORITY_R
[src]
Bits 23:27 - PRIORITY
pub fn state(&self) -> STATE_R
[src]
Bits 28:29 - STATE
pub fn grp1(&self) -> GRP1_R
[src]
Bit 30 - GRP1
pub fn hw(&self) -> HW_R
[src]
Bit 31 - HW
impl R<u32, Reg<u32, _GICH_LR3>>
[src]
pub fn virtualid(&self) -> VIRTUALID_R
[src]
Bits 0:9 - VIRTUALID
pub fn physicalid(&self) -> PHYSICALID_R
[src]
Bits 10:19 - PHYSICALID
pub fn priority(&self) -> PRIORITY_R
[src]
Bits 23:27 - PRIORITY
pub fn state(&self) -> STATE_R
[src]
Bits 28:29 - STATE
pub fn grp1(&self) -> GRP1_R
[src]
Bit 30 - GRP1
pub fn hw(&self) -> HW_R
[src]
Bit 31 - HW
impl R<u32, Reg<u32, _GICV_CTLR>>
[src]
pub fn enablegrp0(&self) -> ENABLEGRP0_R
[src]
Bit 0 - ENABLEGRP0
pub fn enablegrp1(&self) -> ENABLEGRP1_R
[src]
Bit 1 - ENABLEGRP1
pub fn ackctl(&self) -> ACKCTL_R
[src]
Bit 2 - ACKCTL
pub fn fiqen(&self) -> FIQEN_R
[src]
Bit 3 - FIQEN
pub fn cbpr(&self) -> CBPR_R
[src]
Bit 4 - CBPR
pub fn eoimode(&self) -> EOIMODE_R
[src]
Bit 9 - EOIMODE
impl R<u32, Reg<u32, _GICV_PMR>>
[src]
pub fn priority(&self) -> PRIORITY_R
[src]
Bits 3:7 - PRIORITY
impl R<u32, Reg<u32, _GICV_BPR>>
[src]
pub fn binary_point(&self) -> BINARY_POINT_R
[src]
Bits 0:2 - BINARY_POINT
impl R<u32, Reg<u32, _GICV_IAR>>
[src]
pub fn interrupt_id(&self) -> INTERRUPT_ID_R
[src]
Bits 0:9 - INTERRUPT_ID
pub fn cpuid(&self) -> CPUID_R
[src]
Bit 10 - CPUID
impl R<u32, Reg<u32, _GICV_RPR>>
[src]
pub fn priority(&self) -> PRIORITY_R
[src]
Bits 3:7 - PRIORITY
impl R<u32, Reg<u32, _GICV_HPPIR>>
[src]
pub fn pendintid(&self) -> PENDINTID_R
[src]
Bits 0:9 - PENDINTID
pub fn cpuid(&self) -> CPUID_R
[src]
Bit 10 - CPUID
impl R<u32, Reg<u32, _GICV_ABPR>>
[src]
pub fn binary_point(&self) -> BINARY_POINT_R
[src]
Bits 0:2 - BINARY_POINT
impl R<u32, Reg<u32, _GICV_AIAR>>
[src]
pub fn interrupt_id(&self) -> INTERRUPT_ID_R
[src]
Bits 0:9 - INTERRUPT_ID
pub fn cpuid(&self) -> CPUID_R
[src]
Bit 10 - CPUID
impl R<u32, Reg<u32, _GICV_AHPPIR>>
[src]
pub fn pendintid(&self) -> PENDINTID_R
[src]
Bits 0:9 - PENDINTID
pub fn cpuid(&self) -> CPUID_R
[src]
Bit 10 - CPUID
impl R<u32, Reg<u32, _GICV_APR0>>
[src]
impl R<u32, Reg<u32, _GICV_IIDR>>
[src]
impl R<u32, Reg<u32, _GPIOA_MODER>>
[src]
pub fn moder0(&self) -> MODER0_R
[src]
Bits 0:1 - MODER0
pub fn moder1(&self) -> MODER1_R
[src]
Bits 2:3 - MODER1
pub fn moder2(&self) -> MODER2_R
[src]
Bits 4:5 - MODER2
pub fn moder3(&self) -> MODER3_R
[src]
Bits 6:7 - MODER3
pub fn moder4(&self) -> MODER4_R
[src]
Bits 8:9 - MODER4
pub fn moder5(&self) -> MODER5_R
[src]
Bits 10:11 - MODER5
pub fn moder6(&self) -> MODER6_R
[src]
Bits 12:13 - MODER6
pub fn moder7(&self) -> MODER7_R
[src]
Bits 14:15 - MODER7
pub fn moder8(&self) -> MODER8_R
[src]
Bits 16:17 - MODER8
pub fn moder9(&self) -> MODER9_R
[src]
Bits 18:19 - MODER9
pub fn moder10(&self) -> MODER10_R
[src]
Bits 20:21 - MODER10
pub fn moder11(&self) -> MODER11_R
[src]
Bits 22:23 - MODER11
pub fn moder12(&self) -> MODER12_R
[src]
Bits 24:25 - MODER12
pub fn moder13(&self) -> MODER13_R
[src]
Bits 26:27 - MODER13
pub fn moder14(&self) -> MODER14_R
[src]
Bits 28:29 - MODER14
pub fn moder15(&self) -> MODER15_R
[src]
Bits 30:31 - MODER15
impl R<u32, Reg<u32, _GPIOA_OTYPER>>
[src]
pub fn ot0(&self) -> OT0_R
[src]
Bit 0 - OT0
pub fn ot1(&self) -> OT1_R
[src]
Bit 1 - OT1
pub fn ot2(&self) -> OT2_R
[src]
Bit 2 - OT2
pub fn ot3(&self) -> OT3_R
[src]
Bit 3 - OT3
pub fn ot4(&self) -> OT4_R
[src]
Bit 4 - OT4
pub fn ot5(&self) -> OT5_R
[src]
Bit 5 - OT5
pub fn ot6(&self) -> OT6_R
[src]
Bit 6 - OT6
pub fn ot7(&self) -> OT7_R
[src]
Bit 7 - OT7
pub fn ot8(&self) -> OT8_R
[src]
Bit 8 - OT8
pub fn ot9(&self) -> OT9_R
[src]
Bit 9 - OT9
pub fn ot10(&self) -> OT10_R
[src]
Bit 10 - OT10
pub fn ot11(&self) -> OT11_R
[src]
Bit 11 - OT11
pub fn ot12(&self) -> OT12_R
[src]
Bit 12 - OT12
pub fn ot13(&self) -> OT13_R
[src]
Bit 13 - OT13
pub fn ot14(&self) -> OT14_R
[src]
Bit 14 - OT14
pub fn ot15(&self) -> OT15_R
[src]
Bit 15 - OT15
impl R<u32, Reg<u32, _GPIOA_OSPEEDR>>
[src]
pub fn ospeedr0(&self) -> OSPEEDR0_R
[src]
Bits 0:1 - OSPEEDR0
pub fn ospeedr1(&self) -> OSPEEDR1_R
[src]
Bits 2:3 - OSPEEDR1
pub fn ospeedr2(&self) -> OSPEEDR2_R
[src]
Bits 4:5 - OSPEEDR2
pub fn ospeedr3(&self) -> OSPEEDR3_R
[src]
Bits 6:7 - OSPEEDR3
pub fn ospeedr4(&self) -> OSPEEDR4_R
[src]
Bits 8:9 - OSPEEDR4
pub fn ospeedr5(&self) -> OSPEEDR5_R
[src]
Bits 10:11 - OSPEEDR5
pub fn ospeedr6(&self) -> OSPEEDR6_R
[src]
Bits 12:13 - OSPEEDR6
pub fn ospeedr7(&self) -> OSPEEDR7_R
[src]
Bits 14:15 - OSPEEDR7
pub fn ospeedr8(&self) -> OSPEEDR8_R
[src]
Bits 16:17 - OSPEEDR8
pub fn ospeedr9(&self) -> OSPEEDR9_R
[src]
Bits 18:19 - OSPEEDR9
pub fn ospeedr10(&self) -> OSPEEDR10_R
[src]
Bits 20:21 - OSPEEDR10
pub fn ospeedr11(&self) -> OSPEEDR11_R
[src]
Bits 22:23 - OSPEEDR11
pub fn ospeedr12(&self) -> OSPEEDR12_R
[src]
Bits 24:25 - OSPEEDR12
pub fn ospeedr13(&self) -> OSPEEDR13_R
[src]
Bits 26:27 - OSPEEDR13
pub fn ospeedr14(&self) -> OSPEEDR14_R
[src]
Bits 28:29 - OSPEEDR14
pub fn ospeedr15(&self) -> OSPEEDR15_R
[src]
Bits 30:31 - OSPEEDR15
impl R<u32, Reg<u32, _GPIOA_PUPDR>>
[src]
pub fn pupdr0(&self) -> PUPDR0_R
[src]
Bits 0:1 - PUPDR0
pub fn pupdr1(&self) -> PUPDR1_R
[src]
Bits 2:3 - PUPDR1
pub fn pupdr2(&self) -> PUPDR2_R
[src]
Bits 4:5 - PUPDR2
pub fn pupdr3(&self) -> PUPDR3_R
[src]
Bits 6:7 - PUPDR3
pub fn pupdr4(&self) -> PUPDR4_R
[src]
Bits 8:9 - PUPDR4
pub fn pupdr5(&self) -> PUPDR5_R
[src]
Bits 10:11 - PUPDR5
pub fn pupdr6(&self) -> PUPDR6_R
[src]
Bits 12:13 - PUPDR6
pub fn pupdr7(&self) -> PUPDR7_R
[src]
Bits 14:15 - PUPDR7
pub fn pupdr8(&self) -> PUPDR8_R
[src]
Bits 16:17 - PUPDR8
pub fn pupdr9(&self) -> PUPDR9_R
[src]
Bits 18:19 - PUPDR9
pub fn pupdr10(&self) -> PUPDR10_R
[src]
Bits 20:21 - PUPDR10
pub fn pupdr11(&self) -> PUPDR11_R
[src]
Bits 22:23 - PUPDR11
pub fn pupdr12(&self) -> PUPDR12_R
[src]
Bits 24:25 - PUPDR12
pub fn pupdr13(&self) -> PUPDR13_R
[src]
Bits 26:27 - PUPDR13
pub fn pupdr14(&self) -> PUPDR14_R
[src]
Bits 28:29 - PUPDR14
pub fn pupdr15(&self) -> PUPDR15_R
[src]
Bits 30:31 - PUPDR15
impl R<u32, Reg<u32, _GPIOA_IDR>>
[src]
pub fn idr0(&self) -> IDR0_R
[src]
Bit 0 - IDR0
pub fn idr1(&self) -> IDR1_R
[src]
Bit 1 - IDR1
pub fn idr2(&self) -> IDR2_R
[src]
Bit 2 - IDR2
pub fn idr3(&self) -> IDR3_R
[src]
Bit 3 - IDR3
pub fn idr4(&self) -> IDR4_R
[src]
Bit 4 - IDR4
pub fn idr5(&self) -> IDR5_R
[src]
Bit 5 - IDR5
pub fn idr6(&self) -> IDR6_R
[src]
Bit 6 - IDR6
pub fn idr7(&self) -> IDR7_R
[src]
Bit 7 - IDR7
pub fn idr8(&self) -> IDR8_R
[src]
Bit 8 - IDR8
pub fn idr9(&self) -> IDR9_R
[src]
Bit 9 - IDR9
pub fn idr10(&self) -> IDR10_R
[src]
Bit 10 - IDR10
pub fn idr11(&self) -> IDR11_R
[src]
Bit 11 - IDR11
pub fn idr12(&self) -> IDR12_R
[src]
Bit 12 - IDR12
pub fn idr13(&self) -> IDR13_R
[src]
Bit 13 - IDR13
pub fn idr14(&self) -> IDR14_R
[src]
Bit 14 - IDR14
pub fn idr15(&self) -> IDR15_R
[src]
Bit 15 - IDR15
impl R<u32, Reg<u32, _GPIOA_ODR>>
[src]
pub fn odr0(&self) -> ODR0_R
[src]
Bit 0 - ODR0
pub fn odr1(&self) -> ODR1_R
[src]
Bit 1 - ODR1
pub fn odr2(&self) -> ODR2_R
[src]
Bit 2 - ODR2
pub fn odr3(&self) -> ODR3_R
[src]
Bit 3 - ODR3
pub fn odr4(&self) -> ODR4_R
[src]
Bit 4 - ODR4
pub fn odr5(&self) -> ODR5_R
[src]
Bit 5 - ODR5
pub fn odr6(&self) -> ODR6_R
[src]
Bit 6 - ODR6
pub fn odr7(&self) -> ODR7_R
[src]
Bit 7 - ODR7
pub fn odr8(&self) -> ODR8_R
[src]
Bit 8 - ODR8
pub fn odr9(&self) -> ODR9_R
[src]
Bit 9 - ODR9
pub fn odr10(&self) -> ODR10_R
[src]
Bit 10 - ODR10
pub fn odr11(&self) -> ODR11_R
[src]
Bit 11 - ODR11
pub fn odr12(&self) -> ODR12_R
[src]
Bit 12 - ODR12
pub fn odr13(&self) -> ODR13_R
[src]
Bit 13 - ODR13
pub fn odr14(&self) -> ODR14_R
[src]
Bit 14 - ODR14
pub fn odr15(&self) -> ODR15_R
[src]
Bit 15 - ODR15
impl R<u32, Reg<u32, _GPIOA_LCKR>>
[src]
pub fn lck0(&self) -> LCK0_R
[src]
Bit 0 - LCK0
pub fn lck1(&self) -> LCK1_R
[src]
Bit 1 - LCK1
pub fn lck2(&self) -> LCK2_R
[src]
Bit 2 - LCK2
pub fn lck3(&self) -> LCK3_R
[src]
Bit 3 - LCK3
pub fn lck4(&self) -> LCK4_R
[src]
Bit 4 - LCK4
pub fn lck5(&self) -> LCK5_R
[src]
Bit 5 - LCK5
pub fn lck6(&self) -> LCK6_R
[src]
Bit 6 - LCK6
pub fn lck7(&self) -> LCK7_R
[src]
Bit 7 - LCK7
pub fn lck8(&self) -> LCK8_R
[src]
Bit 8 - LCK8
pub fn lck9(&self) -> LCK9_R
[src]
Bit 9 - LCK9
pub fn lck10(&self) -> LCK10_R
[src]
Bit 10 - LCK10
pub fn lck11(&self) -> LCK11_R
[src]
Bit 11 - LCK11
pub fn lck12(&self) -> LCK12_R
[src]
Bit 12 - LCK12
pub fn lck13(&self) -> LCK13_R
[src]
Bit 13 - LCK13
pub fn lck14(&self) -> LCK14_R
[src]
Bit 14 - LCK14
pub fn lck15(&self) -> LCK15_R
[src]
Bit 15 - LCK15
pub fn lckk(&self) -> LCKK_R
[src]
Bit 16 - LCKK
impl R<u32, Reg<u32, _GPIOA_AFRL>>
[src]
pub fn afr0(&self) -> AFR0_R
[src]
Bits 0:3 - AFR0
pub fn afr1(&self) -> AFR1_R
[src]
Bits 4:7 - AFR1
pub fn afr2(&self) -> AFR2_R
[src]
Bits 8:11 - AFR2
pub fn afr3(&self) -> AFR3_R
[src]
Bits 12:15 - AFR3
pub fn afr4(&self) -> AFR4_R
[src]
Bits 16:19 - AFR4
pub fn afr5(&self) -> AFR5_R
[src]
Bits 20:23 - AFR5
pub fn afr6(&self) -> AFR6_R
[src]
Bits 24:27 - AFR6
pub fn afr7(&self) -> AFR7_R
[src]
Bits 28:31 - AFR7
impl R<u32, Reg<u32, _GPIOA_AFRH>>
[src]
pub fn afr8(&self) -> AFR8_R
[src]
Bits 0:3 - AFR8
pub fn afr9(&self) -> AFR9_R
[src]
Bits 4:7 - AFR9
pub fn afr10(&self) -> AFR10_R
[src]
Bits 8:11 - AFR10
pub fn afr11(&self) -> AFR11_R
[src]
Bits 12:15 - AFR11
pub fn afr12(&self) -> AFR12_R
[src]
Bits 16:19 - AFR12
pub fn afr13(&self) -> AFR13_R
[src]
Bits 20:23 - AFR13
pub fn afr14(&self) -> AFR14_R
[src]
Bits 24:27 - AFR14
pub fn afr15(&self) -> AFR15_R
[src]
Bits 28:31 - AFR15
impl R<u32, Reg<u32, _GPIOA_HWCFGR10>>
[src]
pub fn ahb_iop(&self) -> AHB_IOP_R
[src]
Bits 0:3 - AHB_IOP
pub fn af_size(&self) -> AF_SIZE_R
[src]
Bits 4:7 - AF_SIZE
pub fn speed_cfg(&self) -> SPEED_CFG_R
[src]
Bits 8:11 - SPEED_CFG
pub fn lock_cfg(&self) -> LOCK_CFG_R
[src]
Bits 12:15 - LOCK_CFG
pub fn sec_cfg(&self) -> SEC_CFG_R
[src]
Bits 16:19 - SEC_CFG
pub fn or_cfg(&self) -> OR_CFG_R
[src]
Bits 20:23 - OR_CFG
impl R<u32, Reg<u32, _GPIOA_HWCFGR9>>
[src]
impl R<u32, Reg<u32, _GPIOA_HWCFGR8>>
[src]
pub fn af_prio8(&self) -> AF_PRIO8_R
[src]
Bits 0:3 - AF_PRIO8
pub fn af_prio9(&self) -> AF_PRIO9_R
[src]
Bits 4:7 - AF_PRIO9
pub fn af_prio10(&self) -> AF_PRIO10_R
[src]
Bits 8:11 - AF_PRIO10
pub fn af_prio11(&self) -> AF_PRIO11_R
[src]
Bits 12:15 - AF_PRIO11
pub fn af_prio12(&self) -> AF_PRIO12_R
[src]
Bits 16:19 - AF_PRIO12
pub fn af_prio13(&self) -> AF_PRIO13_R
[src]
Bits 20:23 - AF_PRIO13
pub fn af_prio14(&self) -> AF_PRIO14_R
[src]
Bits 24:27 - AF_PRIO14
pub fn af_prio15(&self) -> AF_PRIO15_R
[src]
Bits 28:31 - AF_PRIO15
impl R<u32, Reg<u32, _GPIOA_HWCFGR7>>
[src]
pub fn af_prio0(&self) -> AF_PRIO0_R
[src]
Bits 0:3 - AF_PRIO0
pub fn af_prio1(&self) -> AF_PRIO1_R
[src]
Bits 4:7 - AF_PRIO1
pub fn af_prio2(&self) -> AF_PRIO2_R
[src]
Bits 8:11 - AF_PRIO2
pub fn af_prio3(&self) -> AF_PRIO3_R
[src]
Bits 12:15 - AF_PRIO3
pub fn af_prio4(&self) -> AF_PRIO4_R
[src]
Bits 16:19 - AF_PRIO4
pub fn af_prio5(&self) -> AF_PRIO5_R
[src]
Bits 20:23 - AF_PRIO5
pub fn af_prio6(&self) -> AF_PRIO6_R
[src]
Bits 24:27 - AF_PRIO6
pub fn af_prio7(&self) -> AF_PRIO7_R
[src]
Bits 28:31 - AF_PRIO7
impl R<u32, Reg<u32, _GPIOA_HWCFGR6>>
[src]
pub fn moder_res(&self) -> MODER_RES_R
[src]
Bits 0:31 - MODER_RES
impl R<u32, Reg<u32, _GPIOA_HWCFGR5>>
[src]
pub fn pupdr_res(&self) -> PUPDR_RES_R
[src]
Bits 0:31 - PUPDR_RES
impl R<u32, Reg<u32, _GPIOA_HWCFGR4>>
[src]
pub fn ospeed_res(&self) -> OSPEED_RES_R
[src]
Bits 0:31 - OSPEED_RES
impl R<u32, Reg<u32, _GPIOA_HWCFGR3>>
[src]
pub fn odr_res(&self) -> ODR_RES_R
[src]
Bits 0:15 - ODR_RES
pub fn otyper_res(&self) -> OTYPER_RES_R
[src]
Bits 16:31 - OTYPER_RES
impl R<u32, Reg<u32, _GPIOA_HWCFGR2>>
[src]
pub fn afrl_res(&self) -> AFRL_RES_R
[src]
Bits 0:31 - AFRL_RES
impl R<u32, Reg<u32, _GPIOA_HWCFGR1>>
[src]
pub fn afrh_res(&self) -> AFRH_RES_R
[src]
Bits 0:31 - AFRH_RES
impl R<u32, Reg<u32, _GPIOA_HWCFGR0>>
[src]
impl R<u32, Reg<u32, _GPIOA_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _GPIOA_IPIDR>>
[src]
impl R<u32, Reg<u32, _GPIOA_SIDR>>
[src]
impl R<u32, Reg<u32, _GPIOB_MODER>>
[src]
pub fn moder0(&self) -> MODER0_R
[src]
Bits 0:1 - MODER0
pub fn moder1(&self) -> MODER1_R
[src]
Bits 2:3 - MODER1
pub fn moder2(&self) -> MODER2_R
[src]
Bits 4:5 - MODER2
pub fn moder3(&self) -> MODER3_R
[src]
Bits 6:7 - MODER3
pub fn moder4(&self) -> MODER4_R
[src]
Bits 8:9 - MODER4
pub fn moder5(&self) -> MODER5_R
[src]
Bits 10:11 - MODER5
pub fn moder6(&self) -> MODER6_R
[src]
Bits 12:13 - MODER6
pub fn moder7(&self) -> MODER7_R
[src]
Bits 14:15 - MODER7
pub fn moder8(&self) -> MODER8_R
[src]
Bits 16:17 - MODER8
pub fn moder9(&self) -> MODER9_R
[src]
Bits 18:19 - MODER9
pub fn moder10(&self) -> MODER10_R
[src]
Bits 20:21 - MODER10
pub fn moder11(&self) -> MODER11_R
[src]
Bits 22:23 - MODER11
pub fn moder12(&self) -> MODER12_R
[src]
Bits 24:25 - MODER12
pub fn moder13(&self) -> MODER13_R
[src]
Bits 26:27 - MODER13
pub fn moder14(&self) -> MODER14_R
[src]
Bits 28:29 - MODER14
pub fn moder15(&self) -> MODER15_R
[src]
Bits 30:31 - MODER15
impl R<u32, Reg<u32, _GPIOB_OTYPER>>
[src]
pub fn ot0(&self) -> OT0_R
[src]
Bit 0 - OT0
pub fn ot1(&self) -> OT1_R
[src]
Bit 1 - OT1
pub fn ot2(&self) -> OT2_R
[src]
Bit 2 - OT2
pub fn ot3(&self) -> OT3_R
[src]
Bit 3 - OT3
pub fn ot4(&self) -> OT4_R
[src]
Bit 4 - OT4
pub fn ot5(&self) -> OT5_R
[src]
Bit 5 - OT5
pub fn ot6(&self) -> OT6_R
[src]
Bit 6 - OT6
pub fn ot7(&self) -> OT7_R
[src]
Bit 7 - OT7
pub fn ot8(&self) -> OT8_R
[src]
Bit 8 - OT8
pub fn ot9(&self) -> OT9_R
[src]
Bit 9 - OT9
pub fn ot10(&self) -> OT10_R
[src]
Bit 10 - OT10
pub fn ot11(&self) -> OT11_R
[src]
Bit 11 - OT11
pub fn ot12(&self) -> OT12_R
[src]
Bit 12 - OT12
pub fn ot13(&self) -> OT13_R
[src]
Bit 13 - OT13
pub fn ot14(&self) -> OT14_R
[src]
Bit 14 - OT14
pub fn ot15(&self) -> OT15_R
[src]
Bit 15 - OT15
impl R<u32, Reg<u32, _GPIOB_OSPEEDR>>
[src]
pub fn ospeedr0(&self) -> OSPEEDR0_R
[src]
Bits 0:1 - OSPEEDR0
pub fn ospeedr1(&self) -> OSPEEDR1_R
[src]
Bits 2:3 - OSPEEDR1
pub fn ospeedr2(&self) -> OSPEEDR2_R
[src]
Bits 4:5 - OSPEEDR2
pub fn ospeedr3(&self) -> OSPEEDR3_R
[src]
Bits 6:7 - OSPEEDR3
pub fn ospeedr4(&self) -> OSPEEDR4_R
[src]
Bits 8:9 - OSPEEDR4
pub fn ospeedr5(&self) -> OSPEEDR5_R
[src]
Bits 10:11 - OSPEEDR5
pub fn ospeedr6(&self) -> OSPEEDR6_R
[src]
Bits 12:13 - OSPEEDR6
pub fn ospeedr7(&self) -> OSPEEDR7_R
[src]
Bits 14:15 - OSPEEDR7
pub fn ospeedr8(&self) -> OSPEEDR8_R
[src]
Bits 16:17 - OSPEEDR8
pub fn ospeedr9(&self) -> OSPEEDR9_R
[src]
Bits 18:19 - OSPEEDR9
pub fn ospeedr10(&self) -> OSPEEDR10_R
[src]
Bits 20:21 - OSPEEDR10
pub fn ospeedr11(&self) -> OSPEEDR11_R
[src]
Bits 22:23 - OSPEEDR11
pub fn ospeedr12(&self) -> OSPEEDR12_R
[src]
Bits 24:25 - OSPEEDR12
pub fn ospeedr13(&self) -> OSPEEDR13_R
[src]
Bits 26:27 - OSPEEDR13
pub fn ospeedr14(&self) -> OSPEEDR14_R
[src]
Bits 28:29 - OSPEEDR14
pub fn ospeedr15(&self) -> OSPEEDR15_R
[src]
Bits 30:31 - OSPEEDR15
impl R<u32, Reg<u32, _GPIOB_PUPDR>>
[src]
pub fn pupdr0(&self) -> PUPDR0_R
[src]
Bits 0:1 - PUPDR0
pub fn pupdr1(&self) -> PUPDR1_R
[src]
Bits 2:3 - PUPDR1
pub fn pupdr2(&self) -> PUPDR2_R
[src]
Bits 4:5 - PUPDR2
pub fn pupdr3(&self) -> PUPDR3_R
[src]
Bits 6:7 - PUPDR3
pub fn pupdr4(&self) -> PUPDR4_R
[src]
Bits 8:9 - PUPDR4
pub fn pupdr5(&self) -> PUPDR5_R
[src]
Bits 10:11 - PUPDR5
pub fn pupdr6(&self) -> PUPDR6_R
[src]
Bits 12:13 - PUPDR6
pub fn pupdr7(&self) -> PUPDR7_R
[src]
Bits 14:15 - PUPDR7
pub fn pupdr8(&self) -> PUPDR8_R
[src]
Bits 16:17 - PUPDR8
pub fn pupdr9(&self) -> PUPDR9_R
[src]
Bits 18:19 - PUPDR9
pub fn pupdr10(&self) -> PUPDR10_R
[src]
Bits 20:21 - PUPDR10
pub fn pupdr11(&self) -> PUPDR11_R
[src]
Bits 22:23 - PUPDR11
pub fn pupdr12(&self) -> PUPDR12_R
[src]
Bits 24:25 - PUPDR12
pub fn pupdr13(&self) -> PUPDR13_R
[src]
Bits 26:27 - PUPDR13
pub fn pupdr14(&self) -> PUPDR14_R
[src]
Bits 28:29 - PUPDR14
pub fn pupdr15(&self) -> PUPDR15_R
[src]
Bits 30:31 - PUPDR15
impl R<u32, Reg<u32, _GPIOB_IDR>>
[src]
pub fn idr0(&self) -> IDR0_R
[src]
Bit 0 - IDR0
pub fn idr1(&self) -> IDR1_R
[src]
Bit 1 - IDR1
pub fn idr2(&self) -> IDR2_R
[src]
Bit 2 - IDR2
pub fn idr3(&self) -> IDR3_R
[src]
Bit 3 - IDR3
pub fn idr4(&self) -> IDR4_R
[src]
Bit 4 - IDR4
pub fn idr5(&self) -> IDR5_R
[src]
Bit 5 - IDR5
pub fn idr6(&self) -> IDR6_R
[src]
Bit 6 - IDR6
pub fn idr7(&self) -> IDR7_R
[src]
Bit 7 - IDR7
pub fn idr8(&self) -> IDR8_R
[src]
Bit 8 - IDR8
pub fn idr9(&self) -> IDR9_R
[src]
Bit 9 - IDR9
pub fn idr10(&self) -> IDR10_R
[src]
Bit 10 - IDR10
pub fn idr11(&self) -> IDR11_R
[src]
Bit 11 - IDR11
pub fn idr12(&self) -> IDR12_R
[src]
Bit 12 - IDR12
pub fn idr13(&self) -> IDR13_R
[src]
Bit 13 - IDR13
pub fn idr14(&self) -> IDR14_R
[src]
Bit 14 - IDR14
pub fn idr15(&self) -> IDR15_R
[src]
Bit 15 - IDR15
impl R<u32, Reg<u32, _GPIOB_ODR>>
[src]
pub fn odr0(&self) -> ODR0_R
[src]
Bit 0 - ODR0
pub fn odr1(&self) -> ODR1_R
[src]
Bit 1 - ODR1
pub fn odr2(&self) -> ODR2_R
[src]
Bit 2 - ODR2
pub fn odr3(&self) -> ODR3_R
[src]
Bit 3 - ODR3
pub fn odr4(&self) -> ODR4_R
[src]
Bit 4 - ODR4
pub fn odr5(&self) -> ODR5_R
[src]
Bit 5 - ODR5
pub fn odr6(&self) -> ODR6_R
[src]
Bit 6 - ODR6
pub fn odr7(&self) -> ODR7_R
[src]
Bit 7 - ODR7
pub fn odr8(&self) -> ODR8_R
[src]
Bit 8 - ODR8
pub fn odr9(&self) -> ODR9_R
[src]
Bit 9 - ODR9
pub fn odr10(&self) -> ODR10_R
[src]
Bit 10 - ODR10
pub fn odr11(&self) -> ODR11_R
[src]
Bit 11 - ODR11
pub fn odr12(&self) -> ODR12_R
[src]
Bit 12 - ODR12
pub fn odr13(&self) -> ODR13_R
[src]
Bit 13 - ODR13
pub fn odr14(&self) -> ODR14_R
[src]
Bit 14 - ODR14
pub fn odr15(&self) -> ODR15_R
[src]
Bit 15 - ODR15
impl R<u32, Reg<u32, _GPIOB_LCKR>>
[src]
pub fn lck0(&self) -> LCK0_R
[src]
Bit 0 - LCK0
pub fn lck1(&self) -> LCK1_R
[src]
Bit 1 - LCK1
pub fn lck2(&self) -> LCK2_R
[src]
Bit 2 - LCK2
pub fn lck3(&self) -> LCK3_R
[src]
Bit 3 - LCK3
pub fn lck4(&self) -> LCK4_R
[src]
Bit 4 - LCK4
pub fn lck5(&self) -> LCK5_R
[src]
Bit 5 - LCK5
pub fn lck6(&self) -> LCK6_R
[src]
Bit 6 - LCK6
pub fn lck7(&self) -> LCK7_R
[src]
Bit 7 - LCK7
pub fn lck8(&self) -> LCK8_R
[src]
Bit 8 - LCK8
pub fn lck9(&self) -> LCK9_R
[src]
Bit 9 - LCK9
pub fn lck10(&self) -> LCK10_R
[src]
Bit 10 - LCK10
pub fn lck11(&self) -> LCK11_R
[src]
Bit 11 - LCK11
pub fn lck12(&self) -> LCK12_R
[src]
Bit 12 - LCK12
pub fn lck13(&self) -> LCK13_R
[src]
Bit 13 - LCK13
pub fn lck14(&self) -> LCK14_R
[src]
Bit 14 - LCK14
pub fn lck15(&self) -> LCK15_R
[src]
Bit 15 - LCK15
pub fn lckk(&self) -> LCKK_R
[src]
Bit 16 - LCKK
impl R<u32, Reg<u32, _GPIOB_AFRL>>
[src]
pub fn afr0(&self) -> AFR0_R
[src]
Bits 0:3 - AFR0
pub fn afr1(&self) -> AFR1_R
[src]
Bits 4:7 - AFR1
pub fn afr2(&self) -> AFR2_R
[src]
Bits 8:11 - AFR2
pub fn afr3(&self) -> AFR3_R
[src]
Bits 12:15 - AFR3
pub fn afr4(&self) -> AFR4_R
[src]
Bits 16:19 - AFR4
pub fn afr5(&self) -> AFR5_R
[src]
Bits 20:23 - AFR5
pub fn afr6(&self) -> AFR6_R
[src]
Bits 24:27 - AFR6
pub fn afr7(&self) -> AFR7_R
[src]
Bits 28:31 - AFR7
impl R<u32, Reg<u32, _GPIOB_AFRH>>
[src]
pub fn afr8(&self) -> AFR8_R
[src]
Bits 0:3 - AFR8
pub fn afr9(&self) -> AFR9_R
[src]
Bits 4:7 - AFR9
pub fn afr10(&self) -> AFR10_R
[src]
Bits 8:11 - AFR10
pub fn afr11(&self) -> AFR11_R
[src]
Bits 12:15 - AFR11
pub fn afr12(&self) -> AFR12_R
[src]
Bits 16:19 - AFR12
pub fn afr13(&self) -> AFR13_R
[src]
Bits 20:23 - AFR13
pub fn afr14(&self) -> AFR14_R
[src]
Bits 24:27 - AFR14
pub fn afr15(&self) -> AFR15_R
[src]
Bits 28:31 - AFR15
impl R<u32, Reg<u32, _GPIOB_HWCFGR10>>
[src]
pub fn ahb_iop(&self) -> AHB_IOP_R
[src]
Bits 0:3 - AHB_IOP
pub fn af_size(&self) -> AF_SIZE_R
[src]
Bits 4:7 - AF_SIZE
pub fn speed_cfg(&self) -> SPEED_CFG_R
[src]
Bits 8:11 - SPEED_CFG
pub fn lock_cfg(&self) -> LOCK_CFG_R
[src]
Bits 12:15 - LOCK_CFG
pub fn sec_cfg(&self) -> SEC_CFG_R
[src]
Bits 16:19 - SEC_CFG
pub fn or_cfg(&self) -> OR_CFG_R
[src]
Bits 20:23 - OR_CFG
impl R<u32, Reg<u32, _GPIOB_HWCFGR9>>
[src]
impl R<u32, Reg<u32, _GPIOB_HWCFGR8>>
[src]
pub fn af_prio8(&self) -> AF_PRIO8_R
[src]
Bits 0:3 - AF_PRIO8
pub fn af_prio9(&self) -> AF_PRIO9_R
[src]
Bits 4:7 - AF_PRIO9
pub fn af_prio10(&self) -> AF_PRIO10_R
[src]
Bits 8:11 - AF_PRIO10
pub fn af_prio11(&self) -> AF_PRIO11_R
[src]
Bits 12:15 - AF_PRIO11
pub fn af_prio12(&self) -> AF_PRIO12_R
[src]
Bits 16:19 - AF_PRIO12
pub fn af_prio13(&self) -> AF_PRIO13_R
[src]
Bits 20:23 - AF_PRIO13
pub fn af_prio14(&self) -> AF_PRIO14_R
[src]
Bits 24:27 - AF_PRIO14
pub fn af_prio15(&self) -> AF_PRIO15_R
[src]
Bits 28:31 - AF_PRIO15
impl R<u32, Reg<u32, _GPIOB_HWCFGR7>>
[src]
pub fn af_prio0(&self) -> AF_PRIO0_R
[src]
Bits 0:3 - AF_PRIO0
pub fn af_prio1(&self) -> AF_PRIO1_R
[src]
Bits 4:7 - AF_PRIO1
pub fn af_prio2(&self) -> AF_PRIO2_R
[src]
Bits 8:11 - AF_PRIO2
pub fn af_prio3(&self) -> AF_PRIO3_R
[src]
Bits 12:15 - AF_PRIO3
pub fn af_prio4(&self) -> AF_PRIO4_R
[src]
Bits 16:19 - AF_PRIO4
pub fn af_prio5(&self) -> AF_PRIO5_R
[src]
Bits 20:23 - AF_PRIO5
pub fn af_prio6(&self) -> AF_PRIO6_R
[src]
Bits 24:27 - AF_PRIO6
pub fn af_prio7(&self) -> AF_PRIO7_R
[src]
Bits 28:31 - AF_PRIO7
impl R<u32, Reg<u32, _GPIOB_HWCFGR6>>
[src]
pub fn moder_res(&self) -> MODER_RES_R
[src]
Bits 0:31 - MODER_RES
impl R<u32, Reg<u32, _GPIOB_HWCFGR5>>
[src]
pub fn pupdr_res(&self) -> PUPDR_RES_R
[src]
Bits 0:31 - PUPDR_RES
impl R<u32, Reg<u32, _GPIOB_HWCFGR4>>
[src]
pub fn ospeed_res(&self) -> OSPEED_RES_R
[src]
Bits 0:31 - OSPEED_RES
impl R<u32, Reg<u32, _GPIOB_HWCFGR3>>
[src]
pub fn odr_res(&self) -> ODR_RES_R
[src]
Bits 0:15 - ODR_RES
pub fn otyper_res(&self) -> OTYPER_RES_R
[src]
Bits 16:31 - OTYPER_RES
impl R<u32, Reg<u32, _GPIOB_HWCFGR2>>
[src]
pub fn afrl_res(&self) -> AFRL_RES_R
[src]
Bits 0:31 - AFRL_RES
impl R<u32, Reg<u32, _GPIOB_HWCFGR1>>
[src]
pub fn afrh_res(&self) -> AFRH_RES_R
[src]
Bits 0:31 - AFRH_RES
impl R<u32, Reg<u32, _GPIOB_HWCFGR0>>
[src]
impl R<u32, Reg<u32, _GPIOB_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _GPIOB_IPIDR>>
[src]
impl R<u32, Reg<u32, _GPIOB_SIDR>>
[src]
impl R<u32, Reg<u32, _GPIOC_MODER>>
[src]
pub fn moder0(&self) -> MODER0_R
[src]
Bits 0:1 - MODER0
pub fn moder1(&self) -> MODER1_R
[src]
Bits 2:3 - MODER1
pub fn moder2(&self) -> MODER2_R
[src]
Bits 4:5 - MODER2
pub fn moder3(&self) -> MODER3_R
[src]
Bits 6:7 - MODER3
pub fn moder4(&self) -> MODER4_R
[src]
Bits 8:9 - MODER4
pub fn moder5(&self) -> MODER5_R
[src]
Bits 10:11 - MODER5
pub fn moder6(&self) -> MODER6_R
[src]
Bits 12:13 - MODER6
pub fn moder7(&self) -> MODER7_R
[src]
Bits 14:15 - MODER7
pub fn moder8(&self) -> MODER8_R
[src]
Bits 16:17 - MODER8
pub fn moder9(&self) -> MODER9_R
[src]
Bits 18:19 - MODER9
pub fn moder10(&self) -> MODER10_R
[src]
Bits 20:21 - MODER10
pub fn moder11(&self) -> MODER11_R
[src]
Bits 22:23 - MODER11
pub fn moder12(&self) -> MODER12_R
[src]
Bits 24:25 - MODER12
pub fn moder13(&self) -> MODER13_R
[src]
Bits 26:27 - MODER13
pub fn moder14(&self) -> MODER14_R
[src]
Bits 28:29 - MODER14
pub fn moder15(&self) -> MODER15_R
[src]
Bits 30:31 - MODER15
impl R<u32, Reg<u32, _GPIOC_OTYPER>>
[src]
pub fn ot0(&self) -> OT0_R
[src]
Bit 0 - OT0
pub fn ot1(&self) -> OT1_R
[src]
Bit 1 - OT1
pub fn ot2(&self) -> OT2_R
[src]
Bit 2 - OT2
pub fn ot3(&self) -> OT3_R
[src]
Bit 3 - OT3
pub fn ot4(&self) -> OT4_R
[src]
Bit 4 - OT4
pub fn ot5(&self) -> OT5_R
[src]
Bit 5 - OT5
pub fn ot6(&self) -> OT6_R
[src]
Bit 6 - OT6
pub fn ot7(&self) -> OT7_R
[src]
Bit 7 - OT7
pub fn ot8(&self) -> OT8_R
[src]
Bit 8 - OT8
pub fn ot9(&self) -> OT9_R
[src]
Bit 9 - OT9
pub fn ot10(&self) -> OT10_R
[src]
Bit 10 - OT10
pub fn ot11(&self) -> OT11_R
[src]
Bit 11 - OT11
pub fn ot12(&self) -> OT12_R
[src]
Bit 12 - OT12
pub fn ot13(&self) -> OT13_R
[src]
Bit 13 - OT13
pub fn ot14(&self) -> OT14_R
[src]
Bit 14 - OT14
pub fn ot15(&self) -> OT15_R
[src]
Bit 15 - OT15
impl R<u32, Reg<u32, _GPIOC_OSPEEDR>>
[src]
pub fn ospeedr0(&self) -> OSPEEDR0_R
[src]
Bits 0:1 - OSPEEDR0
pub fn ospeedr1(&self) -> OSPEEDR1_R
[src]
Bits 2:3 - OSPEEDR1
pub fn ospeedr2(&self) -> OSPEEDR2_R
[src]
Bits 4:5 - OSPEEDR2
pub fn ospeedr3(&self) -> OSPEEDR3_R
[src]
Bits 6:7 - OSPEEDR3
pub fn ospeedr4(&self) -> OSPEEDR4_R
[src]
Bits 8:9 - OSPEEDR4
pub fn ospeedr5(&self) -> OSPEEDR5_R
[src]
Bits 10:11 - OSPEEDR5
pub fn ospeedr6(&self) -> OSPEEDR6_R
[src]
Bits 12:13 - OSPEEDR6
pub fn ospeedr7(&self) -> OSPEEDR7_R
[src]
Bits 14:15 - OSPEEDR7
pub fn ospeedr8(&self) -> OSPEEDR8_R
[src]
Bits 16:17 - OSPEEDR8
pub fn ospeedr9(&self) -> OSPEEDR9_R
[src]
Bits 18:19 - OSPEEDR9
pub fn ospeedr10(&self) -> OSPEEDR10_R
[src]
Bits 20:21 - OSPEEDR10
pub fn ospeedr11(&self) -> OSPEEDR11_R
[src]
Bits 22:23 - OSPEEDR11
pub fn ospeedr12(&self) -> OSPEEDR12_R
[src]
Bits 24:25 - OSPEEDR12
pub fn ospeedr13(&self) -> OSPEEDR13_R
[src]
Bits 26:27 - OSPEEDR13
pub fn ospeedr14(&self) -> OSPEEDR14_R
[src]
Bits 28:29 - OSPEEDR14
pub fn ospeedr15(&self) -> OSPEEDR15_R
[src]
Bits 30:31 - OSPEEDR15
impl R<u32, Reg<u32, _GPIOC_PUPDR>>
[src]
pub fn pupdr0(&self) -> PUPDR0_R
[src]
Bits 0:1 - PUPDR0
pub fn pupdr1(&self) -> PUPDR1_R
[src]
Bits 2:3 - PUPDR1
pub fn pupdr2(&self) -> PUPDR2_R
[src]
Bits 4:5 - PUPDR2
pub fn pupdr3(&self) -> PUPDR3_R
[src]
Bits 6:7 - PUPDR3
pub fn pupdr4(&self) -> PUPDR4_R
[src]
Bits 8:9 - PUPDR4
pub fn pupdr5(&self) -> PUPDR5_R
[src]
Bits 10:11 - PUPDR5
pub fn pupdr6(&self) -> PUPDR6_R
[src]
Bits 12:13 - PUPDR6
pub fn pupdr7(&self) -> PUPDR7_R
[src]
Bits 14:15 - PUPDR7
pub fn pupdr8(&self) -> PUPDR8_R
[src]
Bits 16:17 - PUPDR8
pub fn pupdr9(&self) -> PUPDR9_R
[src]
Bits 18:19 - PUPDR9
pub fn pupdr10(&self) -> PUPDR10_R
[src]
Bits 20:21 - PUPDR10
pub fn pupdr11(&self) -> PUPDR11_R
[src]
Bits 22:23 - PUPDR11
pub fn pupdr12(&self) -> PUPDR12_R
[src]
Bits 24:25 - PUPDR12
pub fn pupdr13(&self) -> PUPDR13_R
[src]
Bits 26:27 - PUPDR13
pub fn pupdr14(&self) -> PUPDR14_R
[src]
Bits 28:29 - PUPDR14
pub fn pupdr15(&self) -> PUPDR15_R
[src]
Bits 30:31 - PUPDR15
impl R<u32, Reg<u32, _GPIOC_IDR>>
[src]
pub fn idr0(&self) -> IDR0_R
[src]
Bit 0 - IDR0
pub fn idr1(&self) -> IDR1_R
[src]
Bit 1 - IDR1
pub fn idr2(&self) -> IDR2_R
[src]
Bit 2 - IDR2
pub fn idr3(&self) -> IDR3_R
[src]
Bit 3 - IDR3
pub fn idr4(&self) -> IDR4_R
[src]
Bit 4 - IDR4
pub fn idr5(&self) -> IDR5_R
[src]
Bit 5 - IDR5
pub fn idr6(&self) -> IDR6_R
[src]
Bit 6 - IDR6
pub fn idr7(&self) -> IDR7_R
[src]
Bit 7 - IDR7
pub fn idr8(&self) -> IDR8_R
[src]
Bit 8 - IDR8
pub fn idr9(&self) -> IDR9_R
[src]
Bit 9 - IDR9
pub fn idr10(&self) -> IDR10_R
[src]
Bit 10 - IDR10
pub fn idr11(&self) -> IDR11_R
[src]
Bit 11 - IDR11
pub fn idr12(&self) -> IDR12_R
[src]
Bit 12 - IDR12
pub fn idr13(&self) -> IDR13_R
[src]
Bit 13 - IDR13
pub fn idr14(&self) -> IDR14_R
[src]
Bit 14 - IDR14
pub fn idr15(&self) -> IDR15_R
[src]
Bit 15 - IDR15
impl R<u32, Reg<u32, _GPIOC_ODR>>
[src]
pub fn odr0(&self) -> ODR0_R
[src]
Bit 0 - ODR0
pub fn odr1(&self) -> ODR1_R
[src]
Bit 1 - ODR1
pub fn odr2(&self) -> ODR2_R
[src]
Bit 2 - ODR2
pub fn odr3(&self) -> ODR3_R
[src]
Bit 3 - ODR3
pub fn odr4(&self) -> ODR4_R
[src]
Bit 4 - ODR4
pub fn odr5(&self) -> ODR5_R
[src]
Bit 5 - ODR5
pub fn odr6(&self) -> ODR6_R
[src]
Bit 6 - ODR6
pub fn odr7(&self) -> ODR7_R
[src]
Bit 7 - ODR7
pub fn odr8(&self) -> ODR8_R
[src]
Bit 8 - ODR8
pub fn odr9(&self) -> ODR9_R
[src]
Bit 9 - ODR9
pub fn odr10(&self) -> ODR10_R
[src]
Bit 10 - ODR10
pub fn odr11(&self) -> ODR11_R
[src]
Bit 11 - ODR11
pub fn odr12(&self) -> ODR12_R
[src]
Bit 12 - ODR12
pub fn odr13(&self) -> ODR13_R
[src]
Bit 13 - ODR13
pub fn odr14(&self) -> ODR14_R
[src]
Bit 14 - ODR14
pub fn odr15(&self) -> ODR15_R
[src]
Bit 15 - ODR15
impl R<u32, Reg<u32, _GPIOC_LCKR>>
[src]
pub fn lck0(&self) -> LCK0_R
[src]
Bit 0 - LCK0
pub fn lck1(&self) -> LCK1_R
[src]
Bit 1 - LCK1
pub fn lck2(&self) -> LCK2_R
[src]
Bit 2 - LCK2
pub fn lck3(&self) -> LCK3_R
[src]
Bit 3 - LCK3
pub fn lck4(&self) -> LCK4_R
[src]
Bit 4 - LCK4
pub fn lck5(&self) -> LCK5_R
[src]
Bit 5 - LCK5
pub fn lck6(&self) -> LCK6_R
[src]
Bit 6 - LCK6
pub fn lck7(&self) -> LCK7_R
[src]
Bit 7 - LCK7
pub fn lck8(&self) -> LCK8_R
[src]
Bit 8 - LCK8
pub fn lck9(&self) -> LCK9_R
[src]
Bit 9 - LCK9
pub fn lck10(&self) -> LCK10_R
[src]
Bit 10 - LCK10
pub fn lck11(&self) -> LCK11_R
[src]
Bit 11 - LCK11
pub fn lck12(&self) -> LCK12_R
[src]
Bit 12 - LCK12
pub fn lck13(&self) -> LCK13_R
[src]
Bit 13 - LCK13
pub fn lck14(&self) -> LCK14_R
[src]
Bit 14 - LCK14
pub fn lck15(&self) -> LCK15_R
[src]
Bit 15 - LCK15
pub fn lckk(&self) -> LCKK_R
[src]
Bit 16 - LCKK
impl R<u32, Reg<u32, _GPIOC_AFRL>>
[src]
pub fn afr0(&self) -> AFR0_R
[src]
Bits 0:3 - AFR0
pub fn afr1(&self) -> AFR1_R
[src]
Bits 4:7 - AFR1
pub fn afr2(&self) -> AFR2_R
[src]
Bits 8:11 - AFR2
pub fn afr3(&self) -> AFR3_R
[src]
Bits 12:15 - AFR3
pub fn afr4(&self) -> AFR4_R
[src]
Bits 16:19 - AFR4
pub fn afr5(&self) -> AFR5_R
[src]
Bits 20:23 - AFR5
pub fn afr6(&self) -> AFR6_R
[src]
Bits 24:27 - AFR6
pub fn afr7(&self) -> AFR7_R
[src]
Bits 28:31 - AFR7
impl R<u32, Reg<u32, _GPIOC_AFRH>>
[src]
pub fn afr8(&self) -> AFR8_R
[src]
Bits 0:3 - AFR8
pub fn afr9(&self) -> AFR9_R
[src]
Bits 4:7 - AFR9
pub fn afr10(&self) -> AFR10_R
[src]
Bits 8:11 - AFR10
pub fn afr11(&self) -> AFR11_R
[src]
Bits 12:15 - AFR11
pub fn afr12(&self) -> AFR12_R
[src]
Bits 16:19 - AFR12
pub fn afr13(&self) -> AFR13_R
[src]
Bits 20:23 - AFR13
pub fn afr14(&self) -> AFR14_R
[src]
Bits 24:27 - AFR14
pub fn afr15(&self) -> AFR15_R
[src]
Bits 28:31 - AFR15
impl R<u32, Reg<u32, _GPIOC_HWCFGR10>>
[src]
pub fn ahb_iop(&self) -> AHB_IOP_R
[src]
Bits 0:3 - AHB_IOP
pub fn af_size(&self) -> AF_SIZE_R
[src]
Bits 4:7 - AF_SIZE
pub fn speed_cfg(&self) -> SPEED_CFG_R
[src]
Bits 8:11 - SPEED_CFG
pub fn lock_cfg(&self) -> LOCK_CFG_R
[src]
Bits 12:15 - LOCK_CFG
pub fn sec_cfg(&self) -> SEC_CFG_R
[src]
Bits 16:19 - SEC_CFG
pub fn or_cfg(&self) -> OR_CFG_R
[src]
Bits 20:23 - OR_CFG
impl R<u32, Reg<u32, _GPIOC_HWCFGR9>>
[src]
impl R<u32, Reg<u32, _GPIOC_HWCFGR8>>
[src]
pub fn af_prio8(&self) -> AF_PRIO8_R
[src]
Bits 0:3 - AF_PRIO8
pub fn af_prio9(&self) -> AF_PRIO9_R
[src]
Bits 4:7 - AF_PRIO9
pub fn af_prio10(&self) -> AF_PRIO10_R
[src]
Bits 8:11 - AF_PRIO10
pub fn af_prio11(&self) -> AF_PRIO11_R
[src]
Bits 12:15 - AF_PRIO11
pub fn af_prio12(&self) -> AF_PRIO12_R
[src]
Bits 16:19 - AF_PRIO12
pub fn af_prio13(&self) -> AF_PRIO13_R
[src]
Bits 20:23 - AF_PRIO13
pub fn af_prio14(&self) -> AF_PRIO14_R
[src]
Bits 24:27 - AF_PRIO14
pub fn af_prio15(&self) -> AF_PRIO15_R
[src]
Bits 28:31 - AF_PRIO15
impl R<u32, Reg<u32, _GPIOC_HWCFGR7>>
[src]
pub fn af_prio0(&self) -> AF_PRIO0_R
[src]
Bits 0:3 - AF_PRIO0
pub fn af_prio1(&self) -> AF_PRIO1_R
[src]
Bits 4:7 - AF_PRIO1
pub fn af_prio2(&self) -> AF_PRIO2_R
[src]
Bits 8:11 - AF_PRIO2
pub fn af_prio3(&self) -> AF_PRIO3_R
[src]
Bits 12:15 - AF_PRIO3
pub fn af_prio4(&self) -> AF_PRIO4_R
[src]
Bits 16:19 - AF_PRIO4
pub fn af_prio5(&self) -> AF_PRIO5_R
[src]
Bits 20:23 - AF_PRIO5
pub fn af_prio6(&self) -> AF_PRIO6_R
[src]
Bits 24:27 - AF_PRIO6
pub fn af_prio7(&self) -> AF_PRIO7_R
[src]
Bits 28:31 - AF_PRIO7
impl R<u32, Reg<u32, _GPIOC_HWCFGR6>>
[src]
pub fn moder_res(&self) -> MODER_RES_R
[src]
Bits 0:31 - MODER_RES
impl R<u32, Reg<u32, _GPIOC_HWCFGR5>>
[src]
pub fn pupdr_res(&self) -> PUPDR_RES_R
[src]
Bits 0:31 - PUPDR_RES
impl R<u32, Reg<u32, _GPIOC_HWCFGR4>>
[src]
pub fn ospeed_res(&self) -> OSPEED_RES_R
[src]
Bits 0:31 - OSPEED_RES
impl R<u32, Reg<u32, _GPIOC_HWCFGR3>>
[src]
pub fn odr_res(&self) -> ODR_RES_R
[src]
Bits 0:15 - ODR_RES
pub fn otyper_res(&self) -> OTYPER_RES_R
[src]
Bits 16:31 - OTYPER_RES
impl R<u32, Reg<u32, _GPIOC_HWCFGR2>>
[src]
pub fn afrl_res(&self) -> AFRL_RES_R
[src]
Bits 0:31 - AFRL_RES
impl R<u32, Reg<u32, _GPIOC_HWCFGR1>>
[src]
pub fn afrh_res(&self) -> AFRH_RES_R
[src]
Bits 0:31 - AFRH_RES
impl R<u32, Reg<u32, _GPIOC_HWCFGR0>>
[src]
impl R<u32, Reg<u32, _GPIOC_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _GPIOC_IPIDR>>
[src]
impl R<u32, Reg<u32, _GPIOC_SIDR>>
[src]
impl R<u32, Reg<u32, _GPIOD_MODER>>
[src]
pub fn moder0(&self) -> MODER0_R
[src]
Bits 0:1 - MODER0
pub fn moder1(&self) -> MODER1_R
[src]
Bits 2:3 - MODER1
pub fn moder2(&self) -> MODER2_R
[src]
Bits 4:5 - MODER2
pub fn moder3(&self) -> MODER3_R
[src]
Bits 6:7 - MODER3
pub fn moder4(&self) -> MODER4_R
[src]
Bits 8:9 - MODER4
pub fn moder5(&self) -> MODER5_R
[src]
Bits 10:11 - MODER5
pub fn moder6(&self) -> MODER6_R
[src]
Bits 12:13 - MODER6
pub fn moder7(&self) -> MODER7_R
[src]
Bits 14:15 - MODER7
pub fn moder8(&self) -> MODER8_R
[src]
Bits 16:17 - MODER8
pub fn moder9(&self) -> MODER9_R
[src]
Bits 18:19 - MODER9
pub fn moder10(&self) -> MODER10_R
[src]
Bits 20:21 - MODER10
pub fn moder11(&self) -> MODER11_R
[src]
Bits 22:23 - MODER11
pub fn moder12(&self) -> MODER12_R
[src]
Bits 24:25 - MODER12
pub fn moder13(&self) -> MODER13_R
[src]
Bits 26:27 - MODER13
pub fn moder14(&self) -> MODER14_R
[src]
Bits 28:29 - MODER14
pub fn moder15(&self) -> MODER15_R
[src]
Bits 30:31 - MODER15
impl R<u32, Reg<u32, _GPIOD_OTYPER>>
[src]
pub fn ot0(&self) -> OT0_R
[src]
Bit 0 - OT0
pub fn ot1(&self) -> OT1_R
[src]
Bit 1 - OT1
pub fn ot2(&self) -> OT2_R
[src]
Bit 2 - OT2
pub fn ot3(&self) -> OT3_R
[src]
Bit 3 - OT3
pub fn ot4(&self) -> OT4_R
[src]
Bit 4 - OT4
pub fn ot5(&self) -> OT5_R
[src]
Bit 5 - OT5
pub fn ot6(&self) -> OT6_R
[src]
Bit 6 - OT6
pub fn ot7(&self) -> OT7_R
[src]
Bit 7 - OT7
pub fn ot8(&self) -> OT8_R
[src]
Bit 8 - OT8
pub fn ot9(&self) -> OT9_R
[src]
Bit 9 - OT9
pub fn ot10(&self) -> OT10_R
[src]
Bit 10 - OT10
pub fn ot11(&self) -> OT11_R
[src]
Bit 11 - OT11
pub fn ot12(&self) -> OT12_R
[src]
Bit 12 - OT12
pub fn ot13(&self) -> OT13_R
[src]
Bit 13 - OT13
pub fn ot14(&self) -> OT14_R
[src]
Bit 14 - OT14
pub fn ot15(&self) -> OT15_R
[src]
Bit 15 - OT15
impl R<u32, Reg<u32, _GPIOD_OSPEEDR>>
[src]
pub fn ospeedr0(&self) -> OSPEEDR0_R
[src]
Bits 0:1 - OSPEEDR0
pub fn ospeedr1(&self) -> OSPEEDR1_R
[src]
Bits 2:3 - OSPEEDR1
pub fn ospeedr2(&self) -> OSPEEDR2_R
[src]
Bits 4:5 - OSPEEDR2
pub fn ospeedr3(&self) -> OSPEEDR3_R
[src]
Bits 6:7 - OSPEEDR3
pub fn ospeedr4(&self) -> OSPEEDR4_R
[src]
Bits 8:9 - OSPEEDR4
pub fn ospeedr5(&self) -> OSPEEDR5_R
[src]
Bits 10:11 - OSPEEDR5
pub fn ospeedr6(&self) -> OSPEEDR6_R
[src]
Bits 12:13 - OSPEEDR6
pub fn ospeedr7(&self) -> OSPEEDR7_R
[src]
Bits 14:15 - OSPEEDR7
pub fn ospeedr8(&self) -> OSPEEDR8_R
[src]
Bits 16:17 - OSPEEDR8
pub fn ospeedr9(&self) -> OSPEEDR9_R
[src]
Bits 18:19 - OSPEEDR9
pub fn ospeedr10(&self) -> OSPEEDR10_R
[src]
Bits 20:21 - OSPEEDR10
pub fn ospeedr11(&self) -> OSPEEDR11_R
[src]
Bits 22:23 - OSPEEDR11
pub fn ospeedr12(&self) -> OSPEEDR12_R
[src]
Bits 24:25 - OSPEEDR12
pub fn ospeedr13(&self) -> OSPEEDR13_R
[src]
Bits 26:27 - OSPEEDR13
pub fn ospeedr14(&self) -> OSPEEDR14_R
[src]
Bits 28:29 - OSPEEDR14
pub fn ospeedr15(&self) -> OSPEEDR15_R
[src]
Bits 30:31 - OSPEEDR15
impl R<u32, Reg<u32, _GPIOD_PUPDR>>
[src]
pub fn pupdr0(&self) -> PUPDR0_R
[src]
Bits 0:1 - PUPDR0
pub fn pupdr1(&self) -> PUPDR1_R
[src]
Bits 2:3 - PUPDR1
pub fn pupdr2(&self) -> PUPDR2_R
[src]
Bits 4:5 - PUPDR2
pub fn pupdr3(&self) -> PUPDR3_R
[src]
Bits 6:7 - PUPDR3
pub fn pupdr4(&self) -> PUPDR4_R
[src]
Bits 8:9 - PUPDR4
pub fn pupdr5(&self) -> PUPDR5_R
[src]
Bits 10:11 - PUPDR5
pub fn pupdr6(&self) -> PUPDR6_R
[src]
Bits 12:13 - PUPDR6
pub fn pupdr7(&self) -> PUPDR7_R
[src]
Bits 14:15 - PUPDR7
pub fn pupdr8(&self) -> PUPDR8_R
[src]
Bits 16:17 - PUPDR8
pub fn pupdr9(&self) -> PUPDR9_R
[src]
Bits 18:19 - PUPDR9
pub fn pupdr10(&self) -> PUPDR10_R
[src]
Bits 20:21 - PUPDR10
pub fn pupdr11(&self) -> PUPDR11_R
[src]
Bits 22:23 - PUPDR11
pub fn pupdr12(&self) -> PUPDR12_R
[src]
Bits 24:25 - PUPDR12
pub fn pupdr13(&self) -> PUPDR13_R
[src]
Bits 26:27 - PUPDR13
pub fn pupdr14(&self) -> PUPDR14_R
[src]
Bits 28:29 - PUPDR14
pub fn pupdr15(&self) -> PUPDR15_R
[src]
Bits 30:31 - PUPDR15
impl R<u32, Reg<u32, _GPIOD_IDR>>
[src]
pub fn idr0(&self) -> IDR0_R
[src]
Bit 0 - IDR0
pub fn idr1(&self) -> IDR1_R
[src]
Bit 1 - IDR1
pub fn idr2(&self) -> IDR2_R
[src]
Bit 2 - IDR2
pub fn idr3(&self) -> IDR3_R
[src]
Bit 3 - IDR3
pub fn idr4(&self) -> IDR4_R
[src]
Bit 4 - IDR4
pub fn idr5(&self) -> IDR5_R
[src]
Bit 5 - IDR5
pub fn idr6(&self) -> IDR6_R
[src]
Bit 6 - IDR6
pub fn idr7(&self) -> IDR7_R
[src]
Bit 7 - IDR7
pub fn idr8(&self) -> IDR8_R
[src]
Bit 8 - IDR8
pub fn idr9(&self) -> IDR9_R
[src]
Bit 9 - IDR9
pub fn idr10(&self) -> IDR10_R
[src]
Bit 10 - IDR10
pub fn idr11(&self) -> IDR11_R
[src]
Bit 11 - IDR11
pub fn idr12(&self) -> IDR12_R
[src]
Bit 12 - IDR12
pub fn idr13(&self) -> IDR13_R
[src]
Bit 13 - IDR13
pub fn idr14(&self) -> IDR14_R
[src]
Bit 14 - IDR14
pub fn idr15(&self) -> IDR15_R
[src]
Bit 15 - IDR15
impl R<u32, Reg<u32, _GPIOD_ODR>>
[src]
pub fn odr0(&self) -> ODR0_R
[src]
Bit 0 - ODR0
pub fn odr1(&self) -> ODR1_R
[src]
Bit 1 - ODR1
pub fn odr2(&self) -> ODR2_R
[src]
Bit 2 - ODR2
pub fn odr3(&self) -> ODR3_R
[src]
Bit 3 - ODR3
pub fn odr4(&self) -> ODR4_R
[src]
Bit 4 - ODR4
pub fn odr5(&self) -> ODR5_R
[src]
Bit 5 - ODR5
pub fn odr6(&self) -> ODR6_R
[src]
Bit 6 - ODR6
pub fn odr7(&self) -> ODR7_R
[src]
Bit 7 - ODR7
pub fn odr8(&self) -> ODR8_R
[src]
Bit 8 - ODR8
pub fn odr9(&self) -> ODR9_R
[src]
Bit 9 - ODR9
pub fn odr10(&self) -> ODR10_R
[src]
Bit 10 - ODR10
pub fn odr11(&self) -> ODR11_R
[src]
Bit 11 - ODR11
pub fn odr12(&self) -> ODR12_R
[src]
Bit 12 - ODR12
pub fn odr13(&self) -> ODR13_R
[src]
Bit 13 - ODR13
pub fn odr14(&self) -> ODR14_R
[src]
Bit 14 - ODR14
pub fn odr15(&self) -> ODR15_R
[src]
Bit 15 - ODR15
impl R<u32, Reg<u32, _GPIOD_LCKR>>
[src]
pub fn lck0(&self) -> LCK0_R
[src]
Bit 0 - LCK0
pub fn lck1(&self) -> LCK1_R
[src]
Bit 1 - LCK1
pub fn lck2(&self) -> LCK2_R
[src]
Bit 2 - LCK2
pub fn lck3(&self) -> LCK3_R
[src]
Bit 3 - LCK3
pub fn lck4(&self) -> LCK4_R
[src]
Bit 4 - LCK4
pub fn lck5(&self) -> LCK5_R
[src]
Bit 5 - LCK5
pub fn lck6(&self) -> LCK6_R
[src]
Bit 6 - LCK6
pub fn lck7(&self) -> LCK7_R
[src]
Bit 7 - LCK7
pub fn lck8(&self) -> LCK8_R
[src]
Bit 8 - LCK8
pub fn lck9(&self) -> LCK9_R
[src]
Bit 9 - LCK9
pub fn lck10(&self) -> LCK10_R
[src]
Bit 10 - LCK10
pub fn lck11(&self) -> LCK11_R
[src]
Bit 11 - LCK11
pub fn lck12(&self) -> LCK12_R
[src]
Bit 12 - LCK12
pub fn lck13(&self) -> LCK13_R
[src]
Bit 13 - LCK13
pub fn lck14(&self) -> LCK14_R
[src]
Bit 14 - LCK14
pub fn lck15(&self) -> LCK15_R
[src]
Bit 15 - LCK15
pub fn lckk(&self) -> LCKK_R
[src]
Bit 16 - LCKK
impl R<u32, Reg<u32, _GPIOD_AFRL>>
[src]
pub fn afr0(&self) -> AFR0_R
[src]
Bits 0:3 - AFR0
pub fn afr1(&self) -> AFR1_R
[src]
Bits 4:7 - AFR1
pub fn afr2(&self) -> AFR2_R
[src]
Bits 8:11 - AFR2
pub fn afr3(&self) -> AFR3_R
[src]
Bits 12:15 - AFR3
pub fn afr4(&self) -> AFR4_R
[src]
Bits 16:19 - AFR4
pub fn afr5(&self) -> AFR5_R
[src]
Bits 20:23 - AFR5
pub fn afr6(&self) -> AFR6_R
[src]
Bits 24:27 - AFR6
pub fn afr7(&self) -> AFR7_R
[src]
Bits 28:31 - AFR7
impl R<u32, Reg<u32, _GPIOD_AFRH>>
[src]
pub fn afr8(&self) -> AFR8_R
[src]
Bits 0:3 - AFR8
pub fn afr9(&self) -> AFR9_R
[src]
Bits 4:7 - AFR9
pub fn afr10(&self) -> AFR10_R
[src]
Bits 8:11 - AFR10
pub fn afr11(&self) -> AFR11_R
[src]
Bits 12:15 - AFR11
pub fn afr12(&self) -> AFR12_R
[src]
Bits 16:19 - AFR12
pub fn afr13(&self) -> AFR13_R
[src]
Bits 20:23 - AFR13
pub fn afr14(&self) -> AFR14_R
[src]
Bits 24:27 - AFR14
pub fn afr15(&self) -> AFR15_R
[src]
Bits 28:31 - AFR15
impl R<u32, Reg<u32, _GPIOD_HWCFGR10>>
[src]
pub fn ahb_iop(&self) -> AHB_IOP_R
[src]
Bits 0:3 - AHB_IOP
pub fn af_size(&self) -> AF_SIZE_R
[src]
Bits 4:7 - AF_SIZE
pub fn speed_cfg(&self) -> SPEED_CFG_R
[src]
Bits 8:11 - SPEED_CFG
pub fn lock_cfg(&self) -> LOCK_CFG_R
[src]
Bits 12:15 - LOCK_CFG
pub fn sec_cfg(&self) -> SEC_CFG_R
[src]
Bits 16:19 - SEC_CFG
pub fn or_cfg(&self) -> OR_CFG_R
[src]
Bits 20:23 - OR_CFG
impl R<u32, Reg<u32, _GPIOD_HWCFGR9>>
[src]
impl R<u32, Reg<u32, _GPIOD_HWCFGR8>>
[src]
pub fn af_prio8(&self) -> AF_PRIO8_R
[src]
Bits 0:3 - AF_PRIO8
pub fn af_prio9(&self) -> AF_PRIO9_R
[src]
Bits 4:7 - AF_PRIO9
pub fn af_prio10(&self) -> AF_PRIO10_R
[src]
Bits 8:11 - AF_PRIO10
pub fn af_prio11(&self) -> AF_PRIO11_R
[src]
Bits 12:15 - AF_PRIO11
pub fn af_prio12(&self) -> AF_PRIO12_R
[src]
Bits 16:19 - AF_PRIO12
pub fn af_prio13(&self) -> AF_PRIO13_R
[src]
Bits 20:23 - AF_PRIO13
pub fn af_prio14(&self) -> AF_PRIO14_R
[src]
Bits 24:27 - AF_PRIO14
pub fn af_prio15(&self) -> AF_PRIO15_R
[src]
Bits 28:31 - AF_PRIO15
impl R<u32, Reg<u32, _GPIOD_HWCFGR7>>
[src]
pub fn af_prio0(&self) -> AF_PRIO0_R
[src]
Bits 0:3 - AF_PRIO0
pub fn af_prio1(&self) -> AF_PRIO1_R
[src]
Bits 4:7 - AF_PRIO1
pub fn af_prio2(&self) -> AF_PRIO2_R
[src]
Bits 8:11 - AF_PRIO2
pub fn af_prio3(&self) -> AF_PRIO3_R
[src]
Bits 12:15 - AF_PRIO3
pub fn af_prio4(&self) -> AF_PRIO4_R
[src]
Bits 16:19 - AF_PRIO4
pub fn af_prio5(&self) -> AF_PRIO5_R
[src]
Bits 20:23 - AF_PRIO5
pub fn af_prio6(&self) -> AF_PRIO6_R
[src]
Bits 24:27 - AF_PRIO6
pub fn af_prio7(&self) -> AF_PRIO7_R
[src]
Bits 28:31 - AF_PRIO7
impl R<u32, Reg<u32, _GPIOD_HWCFGR6>>
[src]
pub fn moder_res(&self) -> MODER_RES_R
[src]
Bits 0:31 - MODER_RES
impl R<u32, Reg<u32, _GPIOD_HWCFGR5>>
[src]
pub fn pupdr_res(&self) -> PUPDR_RES_R
[src]
Bits 0:31 - PUPDR_RES
impl R<u32, Reg<u32, _GPIOD_HWCFGR4>>
[src]
pub fn ospeed_res(&self) -> OSPEED_RES_R
[src]
Bits 0:31 - OSPEED_RES
impl R<u32, Reg<u32, _GPIOD_HWCFGR3>>
[src]
pub fn odr_res(&self) -> ODR_RES_R
[src]
Bits 0:15 - ODR_RES
pub fn otyper_res(&self) -> OTYPER_RES_R
[src]
Bits 16:31 - OTYPER_RES
impl R<u32, Reg<u32, _GPIOD_HWCFGR2>>
[src]
pub fn afrl_res(&self) -> AFRL_RES_R
[src]
Bits 0:31 - AFRL_RES
impl R<u32, Reg<u32, _GPIOD_HWCFGR1>>
[src]
pub fn afrh_res(&self) -> AFRH_RES_R
[src]
Bits 0:31 - AFRH_RES
impl R<u32, Reg<u32, _GPIOD_HWCFGR0>>
[src]
impl R<u32, Reg<u32, _GPIOD_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _GPIOD_IPIDR>>
[src]
impl R<u32, Reg<u32, _GPIOD_SIDR>>
[src]
impl R<u32, Reg<u32, _GPIOE_MODER>>
[src]
pub fn moder0(&self) -> MODER0_R
[src]
Bits 0:1 - MODER0
pub fn moder1(&self) -> MODER1_R
[src]
Bits 2:3 - MODER1
pub fn moder2(&self) -> MODER2_R
[src]
Bits 4:5 - MODER2
pub fn moder3(&self) -> MODER3_R
[src]
Bits 6:7 - MODER3
pub fn moder4(&self) -> MODER4_R
[src]
Bits 8:9 - MODER4
pub fn moder5(&self) -> MODER5_R
[src]
Bits 10:11 - MODER5
pub fn moder6(&self) -> MODER6_R
[src]
Bits 12:13 - MODER6
pub fn moder7(&self) -> MODER7_R
[src]
Bits 14:15 - MODER7
pub fn moder8(&self) -> MODER8_R
[src]
Bits 16:17 - MODER8
pub fn moder9(&self) -> MODER9_R
[src]
Bits 18:19 - MODER9
pub fn moder10(&self) -> MODER10_R
[src]
Bits 20:21 - MODER10
pub fn moder11(&self) -> MODER11_R
[src]
Bits 22:23 - MODER11
pub fn moder12(&self) -> MODER12_R
[src]
Bits 24:25 - MODER12
pub fn moder13(&self) -> MODER13_R
[src]
Bits 26:27 - MODER13
pub fn moder14(&self) -> MODER14_R
[src]
Bits 28:29 - MODER14
pub fn moder15(&self) -> MODER15_R
[src]
Bits 30:31 - MODER15
impl R<u32, Reg<u32, _GPIOE_OTYPER>>
[src]
pub fn ot0(&self) -> OT0_R
[src]
Bit 0 - OT0
pub fn ot1(&self) -> OT1_R
[src]
Bit 1 - OT1
pub fn ot2(&self) -> OT2_R
[src]
Bit 2 - OT2
pub fn ot3(&self) -> OT3_R
[src]
Bit 3 - OT3
pub fn ot4(&self) -> OT4_R
[src]
Bit 4 - OT4
pub fn ot5(&self) -> OT5_R
[src]
Bit 5 - OT5
pub fn ot6(&self) -> OT6_R
[src]
Bit 6 - OT6
pub fn ot7(&self) -> OT7_R
[src]
Bit 7 - OT7
pub fn ot8(&self) -> OT8_R
[src]
Bit 8 - OT8
pub fn ot9(&self) -> OT9_R
[src]
Bit 9 - OT9
pub fn ot10(&self) -> OT10_R
[src]
Bit 10 - OT10
pub fn ot11(&self) -> OT11_R
[src]
Bit 11 - OT11
pub fn ot12(&self) -> OT12_R
[src]
Bit 12 - OT12
pub fn ot13(&self) -> OT13_R
[src]
Bit 13 - OT13
pub fn ot14(&self) -> OT14_R
[src]
Bit 14 - OT14
pub fn ot15(&self) -> OT15_R
[src]
Bit 15 - OT15
impl R<u32, Reg<u32, _GPIOE_OSPEEDR>>
[src]
pub fn ospeedr0(&self) -> OSPEEDR0_R
[src]
Bits 0:1 - OSPEEDR0
pub fn ospeedr1(&self) -> OSPEEDR1_R
[src]
Bits 2:3 - OSPEEDR1
pub fn ospeedr2(&self) -> OSPEEDR2_R
[src]
Bits 4:5 - OSPEEDR2
pub fn ospeedr3(&self) -> OSPEEDR3_R
[src]
Bits 6:7 - OSPEEDR3
pub fn ospeedr4(&self) -> OSPEEDR4_R
[src]
Bits 8:9 - OSPEEDR4
pub fn ospeedr5(&self) -> OSPEEDR5_R
[src]
Bits 10:11 - OSPEEDR5
pub fn ospeedr6(&self) -> OSPEEDR6_R
[src]
Bits 12:13 - OSPEEDR6
pub fn ospeedr7(&self) -> OSPEEDR7_R
[src]
Bits 14:15 - OSPEEDR7
pub fn ospeedr8(&self) -> OSPEEDR8_R
[src]
Bits 16:17 - OSPEEDR8
pub fn ospeedr9(&self) -> OSPEEDR9_R
[src]
Bits 18:19 - OSPEEDR9
pub fn ospeedr10(&self) -> OSPEEDR10_R
[src]
Bits 20:21 - OSPEEDR10
pub fn ospeedr11(&self) -> OSPEEDR11_R
[src]
Bits 22:23 - OSPEEDR11
pub fn ospeedr12(&self) -> OSPEEDR12_R
[src]
Bits 24:25 - OSPEEDR12
pub fn ospeedr13(&self) -> OSPEEDR13_R
[src]
Bits 26:27 - OSPEEDR13
pub fn ospeedr14(&self) -> OSPEEDR14_R
[src]
Bits 28:29 - OSPEEDR14
pub fn ospeedr15(&self) -> OSPEEDR15_R
[src]
Bits 30:31 - OSPEEDR15
impl R<u32, Reg<u32, _GPIOE_PUPDR>>
[src]
pub fn pupdr0(&self) -> PUPDR0_R
[src]
Bits 0:1 - PUPDR0
pub fn pupdr1(&self) -> PUPDR1_R
[src]
Bits 2:3 - PUPDR1
pub fn pupdr2(&self) -> PUPDR2_R
[src]
Bits 4:5 - PUPDR2
pub fn pupdr3(&self) -> PUPDR3_R
[src]
Bits 6:7 - PUPDR3
pub fn pupdr4(&self) -> PUPDR4_R
[src]
Bits 8:9 - PUPDR4
pub fn pupdr5(&self) -> PUPDR5_R
[src]
Bits 10:11 - PUPDR5
pub fn pupdr6(&self) -> PUPDR6_R
[src]
Bits 12:13 - PUPDR6
pub fn pupdr7(&self) -> PUPDR7_R
[src]
Bits 14:15 - PUPDR7
pub fn pupdr8(&self) -> PUPDR8_R
[src]
Bits 16:17 - PUPDR8
pub fn pupdr9(&self) -> PUPDR9_R
[src]
Bits 18:19 - PUPDR9
pub fn pupdr10(&self) -> PUPDR10_R
[src]
Bits 20:21 - PUPDR10
pub fn pupdr11(&self) -> PUPDR11_R
[src]
Bits 22:23 - PUPDR11
pub fn pupdr12(&self) -> PUPDR12_R
[src]
Bits 24:25 - PUPDR12
pub fn pupdr13(&self) -> PUPDR13_R
[src]
Bits 26:27 - PUPDR13
pub fn pupdr14(&self) -> PUPDR14_R
[src]
Bits 28:29 - PUPDR14
pub fn pupdr15(&self) -> PUPDR15_R
[src]
Bits 30:31 - PUPDR15
impl R<u32, Reg<u32, _GPIOE_IDR>>
[src]
pub fn idr0(&self) -> IDR0_R
[src]
Bit 0 - IDR0
pub fn idr1(&self) -> IDR1_R
[src]
Bit 1 - IDR1
pub fn idr2(&self) -> IDR2_R
[src]
Bit 2 - IDR2
pub fn idr3(&self) -> IDR3_R
[src]
Bit 3 - IDR3
pub fn idr4(&self) -> IDR4_R
[src]
Bit 4 - IDR4
pub fn idr5(&self) -> IDR5_R
[src]
Bit 5 - IDR5
pub fn idr6(&self) -> IDR6_R
[src]
Bit 6 - IDR6
pub fn idr7(&self) -> IDR7_R
[src]
Bit 7 - IDR7
pub fn idr8(&self) -> IDR8_R
[src]
Bit 8 - IDR8
pub fn idr9(&self) -> IDR9_R
[src]
Bit 9 - IDR9
pub fn idr10(&self) -> IDR10_R
[src]
Bit 10 - IDR10
pub fn idr11(&self) -> IDR11_R
[src]
Bit 11 - IDR11
pub fn idr12(&self) -> IDR12_R
[src]
Bit 12 - IDR12
pub fn idr13(&self) -> IDR13_R
[src]
Bit 13 - IDR13
pub fn idr14(&self) -> IDR14_R
[src]
Bit 14 - IDR14
pub fn idr15(&self) -> IDR15_R
[src]
Bit 15 - IDR15
impl R<u32, Reg<u32, _GPIOE_ODR>>
[src]
pub fn odr0(&self) -> ODR0_R
[src]
Bit 0 - ODR0
pub fn odr1(&self) -> ODR1_R
[src]
Bit 1 - ODR1
pub fn odr2(&self) -> ODR2_R
[src]
Bit 2 - ODR2
pub fn odr3(&self) -> ODR3_R
[src]
Bit 3 - ODR3
pub fn odr4(&self) -> ODR4_R
[src]
Bit 4 - ODR4
pub fn odr5(&self) -> ODR5_R
[src]
Bit 5 - ODR5
pub fn odr6(&self) -> ODR6_R
[src]
Bit 6 - ODR6
pub fn odr7(&self) -> ODR7_R
[src]
Bit 7 - ODR7
pub fn odr8(&self) -> ODR8_R
[src]
Bit 8 - ODR8
pub fn odr9(&self) -> ODR9_R
[src]
Bit 9 - ODR9
pub fn odr10(&self) -> ODR10_R
[src]
Bit 10 - ODR10
pub fn odr11(&self) -> ODR11_R
[src]
Bit 11 - ODR11
pub fn odr12(&self) -> ODR12_R
[src]
Bit 12 - ODR12
pub fn odr13(&self) -> ODR13_R
[src]
Bit 13 - ODR13
pub fn odr14(&self) -> ODR14_R
[src]
Bit 14 - ODR14
pub fn odr15(&self) -> ODR15_R
[src]
Bit 15 - ODR15
impl R<u32, Reg<u32, _GPIOE_LCKR>>
[src]
pub fn lck0(&self) -> LCK0_R
[src]
Bit 0 - LCK0
pub fn lck1(&self) -> LCK1_R
[src]
Bit 1 - LCK1
pub fn lck2(&self) -> LCK2_R
[src]
Bit 2 - LCK2
pub fn lck3(&self) -> LCK3_R
[src]
Bit 3 - LCK3
pub fn lck4(&self) -> LCK4_R
[src]
Bit 4 - LCK4
pub fn lck5(&self) -> LCK5_R
[src]
Bit 5 - LCK5
pub fn lck6(&self) -> LCK6_R
[src]
Bit 6 - LCK6
pub fn lck7(&self) -> LCK7_R
[src]
Bit 7 - LCK7
pub fn lck8(&self) -> LCK8_R
[src]
Bit 8 - LCK8
pub fn lck9(&self) -> LCK9_R
[src]
Bit 9 - LCK9
pub fn lck10(&self) -> LCK10_R
[src]
Bit 10 - LCK10
pub fn lck11(&self) -> LCK11_R
[src]
Bit 11 - LCK11
pub fn lck12(&self) -> LCK12_R
[src]
Bit 12 - LCK12
pub fn lck13(&self) -> LCK13_R
[src]
Bit 13 - LCK13
pub fn lck14(&self) -> LCK14_R
[src]
Bit 14 - LCK14
pub fn lck15(&self) -> LCK15_R
[src]
Bit 15 - LCK15
pub fn lckk(&self) -> LCKK_R
[src]
Bit 16 - LCKK
impl R<u32, Reg<u32, _GPIOE_AFRL>>
[src]
pub fn afr0(&self) -> AFR0_R
[src]
Bits 0:3 - AFR0
pub fn afr1(&self) -> AFR1_R
[src]
Bits 4:7 - AFR1
pub fn afr2(&self) -> AFR2_R
[src]
Bits 8:11 - AFR2
pub fn afr3(&self) -> AFR3_R
[src]
Bits 12:15 - AFR3
pub fn afr4(&self) -> AFR4_R
[src]
Bits 16:19 - AFR4
pub fn afr5(&self) -> AFR5_R
[src]
Bits 20:23 - AFR5
pub fn afr6(&self) -> AFR6_R
[src]
Bits 24:27 - AFR6
pub fn afr7(&self) -> AFR7_R
[src]
Bits 28:31 - AFR7
impl R<u32, Reg<u32, _GPIOE_AFRH>>
[src]
pub fn afr8(&self) -> AFR8_R
[src]
Bits 0:3 - AFR8
pub fn afr9(&self) -> AFR9_R
[src]
Bits 4:7 - AFR9
pub fn afr10(&self) -> AFR10_R
[src]
Bits 8:11 - AFR10
pub fn afr11(&self) -> AFR11_R
[src]
Bits 12:15 - AFR11
pub fn afr12(&self) -> AFR12_R
[src]
Bits 16:19 - AFR12
pub fn afr13(&self) -> AFR13_R
[src]
Bits 20:23 - AFR13
pub fn afr14(&self) -> AFR14_R
[src]
Bits 24:27 - AFR14
pub fn afr15(&self) -> AFR15_R
[src]
Bits 28:31 - AFR15
impl R<u32, Reg<u32, _GPIOE_HWCFGR10>>
[src]
pub fn ahb_iop(&self) -> AHB_IOP_R
[src]
Bits 0:3 - AHB_IOP
pub fn af_size(&self) -> AF_SIZE_R
[src]
Bits 4:7 - AF_SIZE
pub fn speed_cfg(&self) -> SPEED_CFG_R
[src]
Bits 8:11 - SPEED_CFG
pub fn lock_cfg(&self) -> LOCK_CFG_R
[src]
Bits 12:15 - LOCK_CFG
pub fn sec_cfg(&self) -> SEC_CFG_R
[src]
Bits 16:19 - SEC_CFG
pub fn or_cfg(&self) -> OR_CFG_R
[src]
Bits 20:23 - OR_CFG
impl R<u32, Reg<u32, _GPIOE_HWCFGR9>>
[src]
impl R<u32, Reg<u32, _GPIOE_HWCFGR8>>
[src]
pub fn af_prio8(&self) -> AF_PRIO8_R
[src]
Bits 0:3 - AF_PRIO8
pub fn af_prio9(&self) -> AF_PRIO9_R
[src]
Bits 4:7 - AF_PRIO9
pub fn af_prio10(&self) -> AF_PRIO10_R
[src]
Bits 8:11 - AF_PRIO10
pub fn af_prio11(&self) -> AF_PRIO11_R
[src]
Bits 12:15 - AF_PRIO11
pub fn af_prio12(&self) -> AF_PRIO12_R
[src]
Bits 16:19 - AF_PRIO12
pub fn af_prio13(&self) -> AF_PRIO13_R
[src]
Bits 20:23 - AF_PRIO13
pub fn af_prio14(&self) -> AF_PRIO14_R
[src]
Bits 24:27 - AF_PRIO14
pub fn af_prio15(&self) -> AF_PRIO15_R
[src]
Bits 28:31 - AF_PRIO15
impl R<u32, Reg<u32, _GPIOE_HWCFGR7>>
[src]
pub fn af_prio0(&self) -> AF_PRIO0_R
[src]
Bits 0:3 - AF_PRIO0
pub fn af_prio1(&self) -> AF_PRIO1_R
[src]
Bits 4:7 - AF_PRIO1
pub fn af_prio2(&self) -> AF_PRIO2_R
[src]
Bits 8:11 - AF_PRIO2
pub fn af_prio3(&self) -> AF_PRIO3_R
[src]
Bits 12:15 - AF_PRIO3
pub fn af_prio4(&self) -> AF_PRIO4_R
[src]
Bits 16:19 - AF_PRIO4
pub fn af_prio5(&self) -> AF_PRIO5_R
[src]
Bits 20:23 - AF_PRIO5
pub fn af_prio6(&self) -> AF_PRIO6_R
[src]
Bits 24:27 - AF_PRIO6
pub fn af_prio7(&self) -> AF_PRIO7_R
[src]
Bits 28:31 - AF_PRIO7
impl R<u32, Reg<u32, _GPIOE_HWCFGR6>>
[src]
pub fn moder_res(&self) -> MODER_RES_R
[src]
Bits 0:31 - MODER_RES
impl R<u32, Reg<u32, _GPIOE_HWCFGR5>>
[src]
pub fn pupdr_res(&self) -> PUPDR_RES_R
[src]
Bits 0:31 - PUPDR_RES
impl R<u32, Reg<u32, _GPIOE_HWCFGR4>>
[src]
pub fn ospeed_res(&self) -> OSPEED_RES_R
[src]
Bits 0:31 - OSPEED_RES
impl R<u32, Reg<u32, _GPIOE_HWCFGR3>>
[src]
pub fn odr_res(&self) -> ODR_RES_R
[src]
Bits 0:15 - ODR_RES
pub fn otyper_res(&self) -> OTYPER_RES_R
[src]
Bits 16:31 - OTYPER_RES
impl R<u32, Reg<u32, _GPIOE_HWCFGR2>>
[src]
pub fn afrl_res(&self) -> AFRL_RES_R
[src]
Bits 0:31 - AFRL_RES
impl R<u32, Reg<u32, _GPIOE_HWCFGR1>>
[src]
pub fn afrh_res(&self) -> AFRH_RES_R
[src]
Bits 0:31 - AFRH_RES
impl R<u32, Reg<u32, _GPIOE_HWCFGR0>>
[src]
impl R<u32, Reg<u32, _GPIOE_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _GPIOE_IPIDR>>
[src]
impl R<u32, Reg<u32, _GPIOE_SIDR>>
[src]
impl R<u32, Reg<u32, _GPIOF_MODER>>
[src]
pub fn moder0(&self) -> MODER0_R
[src]
Bits 0:1 - MODER0
pub fn moder1(&self) -> MODER1_R
[src]
Bits 2:3 - MODER1
pub fn moder2(&self) -> MODER2_R
[src]
Bits 4:5 - MODER2
pub fn moder3(&self) -> MODER3_R
[src]
Bits 6:7 - MODER3
pub fn moder4(&self) -> MODER4_R
[src]
Bits 8:9 - MODER4
pub fn moder5(&self) -> MODER5_R
[src]
Bits 10:11 - MODER5
pub fn moder6(&self) -> MODER6_R
[src]
Bits 12:13 - MODER6
pub fn moder7(&self) -> MODER7_R
[src]
Bits 14:15 - MODER7
pub fn moder8(&self) -> MODER8_R
[src]
Bits 16:17 - MODER8
pub fn moder9(&self) -> MODER9_R
[src]
Bits 18:19 - MODER9
pub fn moder10(&self) -> MODER10_R
[src]
Bits 20:21 - MODER10
pub fn moder11(&self) -> MODER11_R
[src]
Bits 22:23 - MODER11
pub fn moder12(&self) -> MODER12_R
[src]
Bits 24:25 - MODER12
pub fn moder13(&self) -> MODER13_R
[src]
Bits 26:27 - MODER13
pub fn moder14(&self) -> MODER14_R
[src]
Bits 28:29 - MODER14
pub fn moder15(&self) -> MODER15_R
[src]
Bits 30:31 - MODER15
impl R<u32, Reg<u32, _GPIOF_OTYPER>>
[src]
pub fn ot0(&self) -> OT0_R
[src]
Bit 0 - OT0
pub fn ot1(&self) -> OT1_R
[src]
Bit 1 - OT1
pub fn ot2(&self) -> OT2_R
[src]
Bit 2 - OT2
pub fn ot3(&self) -> OT3_R
[src]
Bit 3 - OT3
pub fn ot4(&self) -> OT4_R
[src]
Bit 4 - OT4
pub fn ot5(&self) -> OT5_R
[src]
Bit 5 - OT5
pub fn ot6(&self) -> OT6_R
[src]
Bit 6 - OT6
pub fn ot7(&self) -> OT7_R
[src]
Bit 7 - OT7
pub fn ot8(&self) -> OT8_R
[src]
Bit 8 - OT8
pub fn ot9(&self) -> OT9_R
[src]
Bit 9 - OT9
pub fn ot10(&self) -> OT10_R
[src]
Bit 10 - OT10
pub fn ot11(&self) -> OT11_R
[src]
Bit 11 - OT11
pub fn ot12(&self) -> OT12_R
[src]
Bit 12 - OT12
pub fn ot13(&self) -> OT13_R
[src]
Bit 13 - OT13
pub fn ot14(&self) -> OT14_R
[src]
Bit 14 - OT14
pub fn ot15(&self) -> OT15_R
[src]
Bit 15 - OT15
impl R<u32, Reg<u32, _GPIOF_OSPEEDR>>
[src]
pub fn ospeedr0(&self) -> OSPEEDR0_R
[src]
Bits 0:1 - OSPEEDR0
pub fn ospeedr1(&self) -> OSPEEDR1_R
[src]
Bits 2:3 - OSPEEDR1
pub fn ospeedr2(&self) -> OSPEEDR2_R
[src]
Bits 4:5 - OSPEEDR2
pub fn ospeedr3(&self) -> OSPEEDR3_R
[src]
Bits 6:7 - OSPEEDR3
pub fn ospeedr4(&self) -> OSPEEDR4_R
[src]
Bits 8:9 - OSPEEDR4
pub fn ospeedr5(&self) -> OSPEEDR5_R
[src]
Bits 10:11 - OSPEEDR5
pub fn ospeedr6(&self) -> OSPEEDR6_R
[src]
Bits 12:13 - OSPEEDR6
pub fn ospeedr7(&self) -> OSPEEDR7_R
[src]
Bits 14:15 - OSPEEDR7
pub fn ospeedr8(&self) -> OSPEEDR8_R
[src]
Bits 16:17 - OSPEEDR8
pub fn ospeedr9(&self) -> OSPEEDR9_R
[src]
Bits 18:19 - OSPEEDR9
pub fn ospeedr10(&self) -> OSPEEDR10_R
[src]
Bits 20:21 - OSPEEDR10
pub fn ospeedr11(&self) -> OSPEEDR11_R
[src]
Bits 22:23 - OSPEEDR11
pub fn ospeedr12(&self) -> OSPEEDR12_R
[src]
Bits 24:25 - OSPEEDR12
pub fn ospeedr13(&self) -> OSPEEDR13_R
[src]
Bits 26:27 - OSPEEDR13
pub fn ospeedr14(&self) -> OSPEEDR14_R
[src]
Bits 28:29 - OSPEEDR14
pub fn ospeedr15(&self) -> OSPEEDR15_R
[src]
Bits 30:31 - OSPEEDR15
impl R<u32, Reg<u32, _GPIOF_PUPDR>>
[src]
pub fn pupdr0(&self) -> PUPDR0_R
[src]
Bits 0:1 - PUPDR0
pub fn pupdr1(&self) -> PUPDR1_R
[src]
Bits 2:3 - PUPDR1
pub fn pupdr2(&self) -> PUPDR2_R
[src]
Bits 4:5 - PUPDR2
pub fn pupdr3(&self) -> PUPDR3_R
[src]
Bits 6:7 - PUPDR3
pub fn pupdr4(&self) -> PUPDR4_R
[src]
Bits 8:9 - PUPDR4
pub fn pupdr5(&self) -> PUPDR5_R
[src]
Bits 10:11 - PUPDR5
pub fn pupdr6(&self) -> PUPDR6_R
[src]
Bits 12:13 - PUPDR6
pub fn pupdr7(&self) -> PUPDR7_R
[src]
Bits 14:15 - PUPDR7
pub fn pupdr8(&self) -> PUPDR8_R
[src]
Bits 16:17 - PUPDR8
pub fn pupdr9(&self) -> PUPDR9_R
[src]
Bits 18:19 - PUPDR9
pub fn pupdr10(&self) -> PUPDR10_R
[src]
Bits 20:21 - PUPDR10
pub fn pupdr11(&self) -> PUPDR11_R
[src]
Bits 22:23 - PUPDR11
pub fn pupdr12(&self) -> PUPDR12_R
[src]
Bits 24:25 - PUPDR12
pub fn pupdr13(&self) -> PUPDR13_R
[src]
Bits 26:27 - PUPDR13
pub fn pupdr14(&self) -> PUPDR14_R
[src]
Bits 28:29 - PUPDR14
pub fn pupdr15(&self) -> PUPDR15_R
[src]
Bits 30:31 - PUPDR15
impl R<u32, Reg<u32, _GPIOF_IDR>>
[src]
pub fn idr0(&self) -> IDR0_R
[src]
Bit 0 - IDR0
pub fn idr1(&self) -> IDR1_R
[src]
Bit 1 - IDR1
pub fn idr2(&self) -> IDR2_R
[src]
Bit 2 - IDR2
pub fn idr3(&self) -> IDR3_R
[src]
Bit 3 - IDR3
pub fn idr4(&self) -> IDR4_R
[src]
Bit 4 - IDR4
pub fn idr5(&self) -> IDR5_R
[src]
Bit 5 - IDR5
pub fn idr6(&self) -> IDR6_R
[src]
Bit 6 - IDR6
pub fn idr7(&self) -> IDR7_R
[src]
Bit 7 - IDR7
pub fn idr8(&self) -> IDR8_R
[src]
Bit 8 - IDR8
pub fn idr9(&self) -> IDR9_R
[src]
Bit 9 - IDR9
pub fn idr10(&self) -> IDR10_R
[src]
Bit 10 - IDR10
pub fn idr11(&self) -> IDR11_R
[src]
Bit 11 - IDR11
pub fn idr12(&self) -> IDR12_R
[src]
Bit 12 - IDR12
pub fn idr13(&self) -> IDR13_R
[src]
Bit 13 - IDR13
pub fn idr14(&self) -> IDR14_R
[src]
Bit 14 - IDR14
pub fn idr15(&self) -> IDR15_R
[src]
Bit 15 - IDR15
impl R<u32, Reg<u32, _GPIOF_ODR>>
[src]
pub fn odr0(&self) -> ODR0_R
[src]
Bit 0 - ODR0
pub fn odr1(&self) -> ODR1_R
[src]
Bit 1 - ODR1
pub fn odr2(&self) -> ODR2_R
[src]
Bit 2 - ODR2
pub fn odr3(&self) -> ODR3_R
[src]
Bit 3 - ODR3
pub fn odr4(&self) -> ODR4_R
[src]
Bit 4 - ODR4
pub fn odr5(&self) -> ODR5_R
[src]
Bit 5 - ODR5
pub fn odr6(&self) -> ODR6_R
[src]
Bit 6 - ODR6
pub fn odr7(&self) -> ODR7_R
[src]
Bit 7 - ODR7
pub fn odr8(&self) -> ODR8_R
[src]
Bit 8 - ODR8
pub fn odr9(&self) -> ODR9_R
[src]
Bit 9 - ODR9
pub fn odr10(&self) -> ODR10_R
[src]
Bit 10 - ODR10
pub fn odr11(&self) -> ODR11_R
[src]
Bit 11 - ODR11
pub fn odr12(&self) -> ODR12_R
[src]
Bit 12 - ODR12
pub fn odr13(&self) -> ODR13_R
[src]
Bit 13 - ODR13
pub fn odr14(&self) -> ODR14_R
[src]
Bit 14 - ODR14
pub fn odr15(&self) -> ODR15_R
[src]
Bit 15 - ODR15
impl R<u32, Reg<u32, _GPIOF_LCKR>>
[src]
pub fn lck0(&self) -> LCK0_R
[src]
Bit 0 - LCK0
pub fn lck1(&self) -> LCK1_R
[src]
Bit 1 - LCK1
pub fn lck2(&self) -> LCK2_R
[src]
Bit 2 - LCK2
pub fn lck3(&self) -> LCK3_R
[src]
Bit 3 - LCK3
pub fn lck4(&self) -> LCK4_R
[src]
Bit 4 - LCK4
pub fn lck5(&self) -> LCK5_R
[src]
Bit 5 - LCK5
pub fn lck6(&self) -> LCK6_R
[src]
Bit 6 - LCK6
pub fn lck7(&self) -> LCK7_R
[src]
Bit 7 - LCK7
pub fn lck8(&self) -> LCK8_R
[src]
Bit 8 - LCK8
pub fn lck9(&self) -> LCK9_R
[src]
Bit 9 - LCK9
pub fn lck10(&self) -> LCK10_R
[src]
Bit 10 - LCK10
pub fn lck11(&self) -> LCK11_R
[src]
Bit 11 - LCK11
pub fn lck12(&self) -> LCK12_R
[src]
Bit 12 - LCK12
pub fn lck13(&self) -> LCK13_R
[src]
Bit 13 - LCK13
pub fn lck14(&self) -> LCK14_R
[src]
Bit 14 - LCK14
pub fn lck15(&self) -> LCK15_R
[src]
Bit 15 - LCK15
pub fn lckk(&self) -> LCKK_R
[src]
Bit 16 - LCKK
impl R<u32, Reg<u32, _GPIOF_AFRL>>
[src]
pub fn afr0(&self) -> AFR0_R
[src]
Bits 0:3 - AFR0
pub fn afr1(&self) -> AFR1_R
[src]
Bits 4:7 - AFR1
pub fn afr2(&self) -> AFR2_R
[src]
Bits 8:11 - AFR2
pub fn afr3(&self) -> AFR3_R
[src]
Bits 12:15 - AFR3
pub fn afr4(&self) -> AFR4_R
[src]
Bits 16:19 - AFR4
pub fn afr5(&self) -> AFR5_R
[src]
Bits 20:23 - AFR5
pub fn afr6(&self) -> AFR6_R
[src]
Bits 24:27 - AFR6
pub fn afr7(&self) -> AFR7_R
[src]
Bits 28:31 - AFR7
impl R<u32, Reg<u32, _GPIOF_AFRH>>
[src]
pub fn afr8(&self) -> AFR8_R
[src]
Bits 0:3 - AFR8
pub fn afr9(&self) -> AFR9_R
[src]
Bits 4:7 - AFR9
pub fn afr10(&self) -> AFR10_R
[src]
Bits 8:11 - AFR10
pub fn afr11(&self) -> AFR11_R
[src]
Bits 12:15 - AFR11
pub fn afr12(&self) -> AFR12_R
[src]
Bits 16:19 - AFR12
pub fn afr13(&self) -> AFR13_R
[src]
Bits 20:23 - AFR13
pub fn afr14(&self) -> AFR14_R
[src]
Bits 24:27 - AFR14
pub fn afr15(&self) -> AFR15_R
[src]
Bits 28:31 - AFR15
impl R<u32, Reg<u32, _GPIOF_HWCFGR10>>
[src]
pub fn ahb_iop(&self) -> AHB_IOP_R
[src]
Bits 0:3 - AHB_IOP
pub fn af_size(&self) -> AF_SIZE_R
[src]
Bits 4:7 - AF_SIZE
pub fn speed_cfg(&self) -> SPEED_CFG_R
[src]
Bits 8:11 - SPEED_CFG
pub fn lock_cfg(&self) -> LOCK_CFG_R
[src]
Bits 12:15 - LOCK_CFG
pub fn sec_cfg(&self) -> SEC_CFG_R
[src]
Bits 16:19 - SEC_CFG
pub fn or_cfg(&self) -> OR_CFG_R
[src]
Bits 20:23 - OR_CFG
impl R<u32, Reg<u32, _GPIOF_HWCFGR9>>
[src]
impl R<u32, Reg<u32, _GPIOF_HWCFGR8>>
[src]
pub fn af_prio8(&self) -> AF_PRIO8_R
[src]
Bits 0:3 - AF_PRIO8
pub fn af_prio9(&self) -> AF_PRIO9_R
[src]
Bits 4:7 - AF_PRIO9
pub fn af_prio10(&self) -> AF_PRIO10_R
[src]
Bits 8:11 - AF_PRIO10
pub fn af_prio11(&self) -> AF_PRIO11_R
[src]
Bits 12:15 - AF_PRIO11
pub fn af_prio12(&self) -> AF_PRIO12_R
[src]
Bits 16:19 - AF_PRIO12
pub fn af_prio13(&self) -> AF_PRIO13_R
[src]
Bits 20:23 - AF_PRIO13
pub fn af_prio14(&self) -> AF_PRIO14_R
[src]
Bits 24:27 - AF_PRIO14
pub fn af_prio15(&self) -> AF_PRIO15_R
[src]
Bits 28:31 - AF_PRIO15
impl R<u32, Reg<u32, _GPIOF_HWCFGR7>>
[src]
pub fn af_prio0(&self) -> AF_PRIO0_R
[src]
Bits 0:3 - AF_PRIO0
pub fn af_prio1(&self) -> AF_PRIO1_R
[src]
Bits 4:7 - AF_PRIO1
pub fn af_prio2(&self) -> AF_PRIO2_R
[src]
Bits 8:11 - AF_PRIO2
pub fn af_prio3(&self) -> AF_PRIO3_R
[src]
Bits 12:15 - AF_PRIO3
pub fn af_prio4(&self) -> AF_PRIO4_R
[src]
Bits 16:19 - AF_PRIO4
pub fn af_prio5(&self) -> AF_PRIO5_R
[src]
Bits 20:23 - AF_PRIO5
pub fn af_prio6(&self) -> AF_PRIO6_R
[src]
Bits 24:27 - AF_PRIO6
pub fn af_prio7(&self) -> AF_PRIO7_R
[src]
Bits 28:31 - AF_PRIO7
impl R<u32, Reg<u32, _GPIOF_HWCFGR6>>
[src]
pub fn moder_res(&self) -> MODER_RES_R
[src]
Bits 0:31 - MODER_RES
impl R<u32, Reg<u32, _GPIOF_HWCFGR5>>
[src]
pub fn pupdr_res(&self) -> PUPDR_RES_R
[src]
Bits 0:31 - PUPDR_RES
impl R<u32, Reg<u32, _GPIOF_HWCFGR4>>
[src]
pub fn ospeed_res(&self) -> OSPEED_RES_R
[src]
Bits 0:31 - OSPEED_RES
impl R<u32, Reg<u32, _GPIOF_HWCFGR3>>
[src]
pub fn odr_res(&self) -> ODR_RES_R
[src]
Bits 0:15 - ODR_RES
pub fn otyper_res(&self) -> OTYPER_RES_R
[src]
Bits 16:31 - OTYPER_RES
impl R<u32, Reg<u32, _GPIOF_HWCFGR2>>
[src]
pub fn afrl_res(&self) -> AFRL_RES_R
[src]
Bits 0:31 - AFRL_RES
impl R<u32, Reg<u32, _GPIOF_HWCFGR1>>
[src]
pub fn afrh_res(&self) -> AFRH_RES_R
[src]
Bits 0:31 - AFRH_RES
impl R<u32, Reg<u32, _GPIOF_HWCFGR0>>
[src]
impl R<u32, Reg<u32, _GPIOF_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _GPIOF_IPIDR>>
[src]
impl R<u32, Reg<u32, _GPIOF_SIDR>>
[src]
impl R<u32, Reg<u32, _GPIOG_MODER>>
[src]
pub fn moder0(&self) -> MODER0_R
[src]
Bits 0:1 - MODER0
pub fn moder1(&self) -> MODER1_R
[src]
Bits 2:3 - MODER1
pub fn moder2(&self) -> MODER2_R
[src]
Bits 4:5 - MODER2
pub fn moder3(&self) -> MODER3_R
[src]
Bits 6:7 - MODER3
pub fn moder4(&self) -> MODER4_R
[src]
Bits 8:9 - MODER4
pub fn moder5(&self) -> MODER5_R
[src]
Bits 10:11 - MODER5
pub fn moder6(&self) -> MODER6_R
[src]
Bits 12:13 - MODER6
pub fn moder7(&self) -> MODER7_R
[src]
Bits 14:15 - MODER7
pub fn moder8(&self) -> MODER8_R
[src]
Bits 16:17 - MODER8
pub fn moder9(&self) -> MODER9_R
[src]
Bits 18:19 - MODER9
pub fn moder10(&self) -> MODER10_R
[src]
Bits 20:21 - MODER10
pub fn moder11(&self) -> MODER11_R
[src]
Bits 22:23 - MODER11
pub fn moder12(&self) -> MODER12_R
[src]
Bits 24:25 - MODER12
pub fn moder13(&self) -> MODER13_R
[src]
Bits 26:27 - MODER13
pub fn moder14(&self) -> MODER14_R
[src]
Bits 28:29 - MODER14
pub fn moder15(&self) -> MODER15_R
[src]
Bits 30:31 - MODER15
impl R<u32, Reg<u32, _GPIOG_OTYPER>>
[src]
pub fn ot0(&self) -> OT0_R
[src]
Bit 0 - OT0
pub fn ot1(&self) -> OT1_R
[src]
Bit 1 - OT1
pub fn ot2(&self) -> OT2_R
[src]
Bit 2 - OT2
pub fn ot3(&self) -> OT3_R
[src]
Bit 3 - OT3
pub fn ot4(&self) -> OT4_R
[src]
Bit 4 - OT4
pub fn ot5(&self) -> OT5_R
[src]
Bit 5 - OT5
pub fn ot6(&self) -> OT6_R
[src]
Bit 6 - OT6
pub fn ot7(&self) -> OT7_R
[src]
Bit 7 - OT7
pub fn ot8(&self) -> OT8_R
[src]
Bit 8 - OT8
pub fn ot9(&self) -> OT9_R
[src]
Bit 9 - OT9
pub fn ot10(&self) -> OT10_R
[src]
Bit 10 - OT10
pub fn ot11(&self) -> OT11_R
[src]
Bit 11 - OT11
pub fn ot12(&self) -> OT12_R
[src]
Bit 12 - OT12
pub fn ot13(&self) -> OT13_R
[src]
Bit 13 - OT13
pub fn ot14(&self) -> OT14_R
[src]
Bit 14 - OT14
pub fn ot15(&self) -> OT15_R
[src]
Bit 15 - OT15
impl R<u32, Reg<u32, _GPIOG_OSPEEDR>>
[src]
pub fn ospeedr0(&self) -> OSPEEDR0_R
[src]
Bits 0:1 - OSPEEDR0
pub fn ospeedr1(&self) -> OSPEEDR1_R
[src]
Bits 2:3 - OSPEEDR1
pub fn ospeedr2(&self) -> OSPEEDR2_R
[src]
Bits 4:5 - OSPEEDR2
pub fn ospeedr3(&self) -> OSPEEDR3_R
[src]
Bits 6:7 - OSPEEDR3
pub fn ospeedr4(&self) -> OSPEEDR4_R
[src]
Bits 8:9 - OSPEEDR4
pub fn ospeedr5(&self) -> OSPEEDR5_R
[src]
Bits 10:11 - OSPEEDR5
pub fn ospeedr6(&self) -> OSPEEDR6_R
[src]
Bits 12:13 - OSPEEDR6
pub fn ospeedr7(&self) -> OSPEEDR7_R
[src]
Bits 14:15 - OSPEEDR7
pub fn ospeedr8(&self) -> OSPEEDR8_R
[src]
Bits 16:17 - OSPEEDR8
pub fn ospeedr9(&self) -> OSPEEDR9_R
[src]
Bits 18:19 - OSPEEDR9
pub fn ospeedr10(&self) -> OSPEEDR10_R
[src]
Bits 20:21 - OSPEEDR10
pub fn ospeedr11(&self) -> OSPEEDR11_R
[src]
Bits 22:23 - OSPEEDR11
pub fn ospeedr12(&self) -> OSPEEDR12_R
[src]
Bits 24:25 - OSPEEDR12
pub fn ospeedr13(&self) -> OSPEEDR13_R
[src]
Bits 26:27 - OSPEEDR13
pub fn ospeedr14(&self) -> OSPEEDR14_R
[src]
Bits 28:29 - OSPEEDR14
pub fn ospeedr15(&self) -> OSPEEDR15_R
[src]
Bits 30:31 - OSPEEDR15
impl R<u32, Reg<u32, _GPIOG_PUPDR>>
[src]
pub fn pupdr0(&self) -> PUPDR0_R
[src]
Bits 0:1 - PUPDR0
pub fn pupdr1(&self) -> PUPDR1_R
[src]
Bits 2:3 - PUPDR1
pub fn pupdr2(&self) -> PUPDR2_R
[src]
Bits 4:5 - PUPDR2
pub fn pupdr3(&self) -> PUPDR3_R
[src]
Bits 6:7 - PUPDR3
pub fn pupdr4(&self) -> PUPDR4_R
[src]
Bits 8:9 - PUPDR4
pub fn pupdr5(&self) -> PUPDR5_R
[src]
Bits 10:11 - PUPDR5
pub fn pupdr6(&self) -> PUPDR6_R
[src]
Bits 12:13 - PUPDR6
pub fn pupdr7(&self) -> PUPDR7_R
[src]
Bits 14:15 - PUPDR7
pub fn pupdr8(&self) -> PUPDR8_R
[src]
Bits 16:17 - PUPDR8
pub fn pupdr9(&self) -> PUPDR9_R
[src]
Bits 18:19 - PUPDR9
pub fn pupdr10(&self) -> PUPDR10_R
[src]
Bits 20:21 - PUPDR10
pub fn pupdr11(&self) -> PUPDR11_R
[src]
Bits 22:23 - PUPDR11
pub fn pupdr12(&self) -> PUPDR12_R
[src]
Bits 24:25 - PUPDR12
pub fn pupdr13(&self) -> PUPDR13_R
[src]
Bits 26:27 - PUPDR13
pub fn pupdr14(&self) -> PUPDR14_R
[src]
Bits 28:29 - PUPDR14
pub fn pupdr15(&self) -> PUPDR15_R
[src]
Bits 30:31 - PUPDR15
impl R<u32, Reg<u32, _GPIOG_IDR>>
[src]
pub fn idr0(&self) -> IDR0_R
[src]
Bit 0 - IDR0
pub fn idr1(&self) -> IDR1_R
[src]
Bit 1 - IDR1
pub fn idr2(&self) -> IDR2_R
[src]
Bit 2 - IDR2
pub fn idr3(&self) -> IDR3_R
[src]
Bit 3 - IDR3
pub fn idr4(&self) -> IDR4_R
[src]
Bit 4 - IDR4
pub fn idr5(&self) -> IDR5_R
[src]
Bit 5 - IDR5
pub fn idr6(&self) -> IDR6_R
[src]
Bit 6 - IDR6
pub fn idr7(&self) -> IDR7_R
[src]
Bit 7 - IDR7
pub fn idr8(&self) -> IDR8_R
[src]
Bit 8 - IDR8
pub fn idr9(&self) -> IDR9_R
[src]
Bit 9 - IDR9
pub fn idr10(&self) -> IDR10_R
[src]
Bit 10 - IDR10
pub fn idr11(&self) -> IDR11_R
[src]
Bit 11 - IDR11
pub fn idr12(&self) -> IDR12_R
[src]
Bit 12 - IDR12
pub fn idr13(&self) -> IDR13_R
[src]
Bit 13 - IDR13
pub fn idr14(&self) -> IDR14_R
[src]
Bit 14 - IDR14
pub fn idr15(&self) -> IDR15_R
[src]
Bit 15 - IDR15
impl R<u32, Reg<u32, _GPIOG_ODR>>
[src]
pub fn odr0(&self) -> ODR0_R
[src]
Bit 0 - ODR0
pub fn odr1(&self) -> ODR1_R
[src]
Bit 1 - ODR1
pub fn odr2(&self) -> ODR2_R
[src]
Bit 2 - ODR2
pub fn odr3(&self) -> ODR3_R
[src]
Bit 3 - ODR3
pub fn odr4(&self) -> ODR4_R
[src]
Bit 4 - ODR4
pub fn odr5(&self) -> ODR5_R
[src]
Bit 5 - ODR5
pub fn odr6(&self) -> ODR6_R
[src]
Bit 6 - ODR6
pub fn odr7(&self) -> ODR7_R
[src]
Bit 7 - ODR7
pub fn odr8(&self) -> ODR8_R
[src]
Bit 8 - ODR8
pub fn odr9(&self) -> ODR9_R
[src]
Bit 9 - ODR9
pub fn odr10(&self) -> ODR10_R
[src]
Bit 10 - ODR10
pub fn odr11(&self) -> ODR11_R
[src]
Bit 11 - ODR11
pub fn odr12(&self) -> ODR12_R
[src]
Bit 12 - ODR12
pub fn odr13(&self) -> ODR13_R
[src]
Bit 13 - ODR13
pub fn odr14(&self) -> ODR14_R
[src]
Bit 14 - ODR14
pub fn odr15(&self) -> ODR15_R
[src]
Bit 15 - ODR15
impl R<u32, Reg<u32, _GPIOG_LCKR>>
[src]
pub fn lck0(&self) -> LCK0_R
[src]
Bit 0 - LCK0
pub fn lck1(&self) -> LCK1_R
[src]
Bit 1 - LCK1
pub fn lck2(&self) -> LCK2_R
[src]
Bit 2 - LCK2
pub fn lck3(&self) -> LCK3_R
[src]
Bit 3 - LCK3
pub fn lck4(&self) -> LCK4_R
[src]
Bit 4 - LCK4
pub fn lck5(&self) -> LCK5_R
[src]
Bit 5 - LCK5
pub fn lck6(&self) -> LCK6_R
[src]
Bit 6 - LCK6
pub fn lck7(&self) -> LCK7_R
[src]
Bit 7 - LCK7
pub fn lck8(&self) -> LCK8_R
[src]
Bit 8 - LCK8
pub fn lck9(&self) -> LCK9_R
[src]
Bit 9 - LCK9
pub fn lck10(&self) -> LCK10_R
[src]
Bit 10 - LCK10
pub fn lck11(&self) -> LCK11_R
[src]
Bit 11 - LCK11
pub fn lck12(&self) -> LCK12_R
[src]
Bit 12 - LCK12
pub fn lck13(&self) -> LCK13_R
[src]
Bit 13 - LCK13
pub fn lck14(&self) -> LCK14_R
[src]
Bit 14 - LCK14
pub fn lck15(&self) -> LCK15_R
[src]
Bit 15 - LCK15
pub fn lckk(&self) -> LCKK_R
[src]
Bit 16 - LCKK
impl R<u32, Reg<u32, _GPIOG_AFRL>>
[src]
pub fn afr0(&self) -> AFR0_R
[src]
Bits 0:3 - AFR0
pub fn afr1(&self) -> AFR1_R
[src]
Bits 4:7 - AFR1
pub fn afr2(&self) -> AFR2_R
[src]
Bits 8:11 - AFR2
pub fn afr3(&self) -> AFR3_R
[src]
Bits 12:15 - AFR3
pub fn afr4(&self) -> AFR4_R
[src]
Bits 16:19 - AFR4
pub fn afr5(&self) -> AFR5_R
[src]
Bits 20:23 - AFR5
pub fn afr6(&self) -> AFR6_R
[src]
Bits 24:27 - AFR6
pub fn afr7(&self) -> AFR7_R
[src]
Bits 28:31 - AFR7
impl R<u32, Reg<u32, _GPIOG_AFRH>>
[src]
pub fn afr8(&self) -> AFR8_R
[src]
Bits 0:3 - AFR8
pub fn afr9(&self) -> AFR9_R
[src]
Bits 4:7 - AFR9
pub fn afr10(&self) -> AFR10_R
[src]
Bits 8:11 - AFR10
pub fn afr11(&self) -> AFR11_R
[src]
Bits 12:15 - AFR11
pub fn afr12(&self) -> AFR12_R
[src]
Bits 16:19 - AFR12
pub fn afr13(&self) -> AFR13_R
[src]
Bits 20:23 - AFR13
pub fn afr14(&self) -> AFR14_R
[src]
Bits 24:27 - AFR14
pub fn afr15(&self) -> AFR15_R
[src]
Bits 28:31 - AFR15
impl R<u32, Reg<u32, _GPIOG_HWCFGR10>>
[src]
pub fn ahb_iop(&self) -> AHB_IOP_R
[src]
Bits 0:3 - AHB_IOP
pub fn af_size(&self) -> AF_SIZE_R
[src]
Bits 4:7 - AF_SIZE
pub fn speed_cfg(&self) -> SPEED_CFG_R
[src]
Bits 8:11 - SPEED_CFG
pub fn lock_cfg(&self) -> LOCK_CFG_R
[src]
Bits 12:15 - LOCK_CFG
pub fn sec_cfg(&self) -> SEC_CFG_R
[src]
Bits 16:19 - SEC_CFG
pub fn or_cfg(&self) -> OR_CFG_R
[src]
Bits 20:23 - OR_CFG
impl R<u32, Reg<u32, _GPIOG_HWCFGR9>>
[src]
impl R<u32, Reg<u32, _GPIOG_HWCFGR8>>
[src]
pub fn af_prio8(&self) -> AF_PRIO8_R
[src]
Bits 0:3 - AF_PRIO8
pub fn af_prio9(&self) -> AF_PRIO9_R
[src]
Bits 4:7 - AF_PRIO9
pub fn af_prio10(&self) -> AF_PRIO10_R
[src]
Bits 8:11 - AF_PRIO10
pub fn af_prio11(&self) -> AF_PRIO11_R
[src]
Bits 12:15 - AF_PRIO11
pub fn af_prio12(&self) -> AF_PRIO12_R
[src]
Bits 16:19 - AF_PRIO12
pub fn af_prio13(&self) -> AF_PRIO13_R
[src]
Bits 20:23 - AF_PRIO13
pub fn af_prio14(&self) -> AF_PRIO14_R
[src]
Bits 24:27 - AF_PRIO14
pub fn af_prio15(&self) -> AF_PRIO15_R
[src]
Bits 28:31 - AF_PRIO15
impl R<u32, Reg<u32, _GPIOG_HWCFGR7>>
[src]
pub fn af_prio0(&self) -> AF_PRIO0_R
[src]
Bits 0:3 - AF_PRIO0
pub fn af_prio1(&self) -> AF_PRIO1_R
[src]
Bits 4:7 - AF_PRIO1
pub fn af_prio2(&self) -> AF_PRIO2_R
[src]
Bits 8:11 - AF_PRIO2
pub fn af_prio3(&self) -> AF_PRIO3_R
[src]
Bits 12:15 - AF_PRIO3
pub fn af_prio4(&self) -> AF_PRIO4_R
[src]
Bits 16:19 - AF_PRIO4
pub fn af_prio5(&self) -> AF_PRIO5_R
[src]
Bits 20:23 - AF_PRIO5
pub fn af_prio6(&self) -> AF_PRIO6_R
[src]
Bits 24:27 - AF_PRIO6
pub fn af_prio7(&self) -> AF_PRIO7_R
[src]
Bits 28:31 - AF_PRIO7
impl R<u32, Reg<u32, _GPIOG_HWCFGR6>>
[src]
pub fn moder_res(&self) -> MODER_RES_R
[src]
Bits 0:31 - MODER_RES
impl R<u32, Reg<u32, _GPIOG_HWCFGR5>>
[src]
pub fn pupdr_res(&self) -> PUPDR_RES_R
[src]
Bits 0:31 - PUPDR_RES
impl R<u32, Reg<u32, _GPIOG_HWCFGR4>>
[src]
pub fn ospeed_res(&self) -> OSPEED_RES_R
[src]
Bits 0:31 - OSPEED_RES
impl R<u32, Reg<u32, _GPIOG_HWCFGR3>>
[src]
pub fn odr_res(&self) -> ODR_RES_R
[src]
Bits 0:15 - ODR_RES
pub fn otyper_res(&self) -> OTYPER_RES_R
[src]
Bits 16:31 - OTYPER_RES
impl R<u32, Reg<u32, _GPIOG_HWCFGR2>>
[src]
pub fn afrl_res(&self) -> AFRL_RES_R
[src]
Bits 0:31 - AFRL_RES
impl R<u32, Reg<u32, _GPIOG_HWCFGR1>>
[src]
pub fn afrh_res(&self) -> AFRH_RES_R
[src]
Bits 0:31 - AFRH_RES
impl R<u32, Reg<u32, _GPIOG_HWCFGR0>>
[src]
impl R<u32, Reg<u32, _GPIOG_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _GPIOG_IPIDR>>
[src]
impl R<u32, Reg<u32, _GPIOG_SIDR>>
[src]
impl R<u32, Reg<u32, _GPIOH_MODER>>
[src]
pub fn moder0(&self) -> MODER0_R
[src]
Bits 0:1 - MODER0
pub fn moder1(&self) -> MODER1_R
[src]
Bits 2:3 - MODER1
pub fn moder2(&self) -> MODER2_R
[src]
Bits 4:5 - MODER2
pub fn moder3(&self) -> MODER3_R
[src]
Bits 6:7 - MODER3
pub fn moder4(&self) -> MODER4_R
[src]
Bits 8:9 - MODER4
pub fn moder5(&self) -> MODER5_R
[src]
Bits 10:11 - MODER5
pub fn moder6(&self) -> MODER6_R
[src]
Bits 12:13 - MODER6
pub fn moder7(&self) -> MODER7_R
[src]
Bits 14:15 - MODER7
pub fn moder8(&self) -> MODER8_R
[src]
Bits 16:17 - MODER8
pub fn moder9(&self) -> MODER9_R
[src]
Bits 18:19 - MODER9
pub fn moder10(&self) -> MODER10_R
[src]
Bits 20:21 - MODER10
pub fn moder11(&self) -> MODER11_R
[src]
Bits 22:23 - MODER11
pub fn moder12(&self) -> MODER12_R
[src]
Bits 24:25 - MODER12
pub fn moder13(&self) -> MODER13_R
[src]
Bits 26:27 - MODER13
pub fn moder14(&self) -> MODER14_R
[src]
Bits 28:29 - MODER14
pub fn moder15(&self) -> MODER15_R
[src]
Bits 30:31 - MODER15
impl R<u32, Reg<u32, _GPIOH_OTYPER>>
[src]
pub fn ot0(&self) -> OT0_R
[src]
Bit 0 - OT0
pub fn ot1(&self) -> OT1_R
[src]
Bit 1 - OT1
pub fn ot2(&self) -> OT2_R
[src]
Bit 2 - OT2
pub fn ot3(&self) -> OT3_R
[src]
Bit 3 - OT3
pub fn ot4(&self) -> OT4_R
[src]
Bit 4 - OT4
pub fn ot5(&self) -> OT5_R
[src]
Bit 5 - OT5
pub fn ot6(&self) -> OT6_R
[src]
Bit 6 - OT6
pub fn ot7(&self) -> OT7_R
[src]
Bit 7 - OT7
pub fn ot8(&self) -> OT8_R
[src]
Bit 8 - OT8
pub fn ot9(&self) -> OT9_R
[src]
Bit 9 - OT9
pub fn ot10(&self) -> OT10_R
[src]
Bit 10 - OT10
pub fn ot11(&self) -> OT11_R
[src]
Bit 11 - OT11
pub fn ot12(&self) -> OT12_R
[src]
Bit 12 - OT12
pub fn ot13(&self) -> OT13_R
[src]
Bit 13 - OT13
pub fn ot14(&self) -> OT14_R
[src]
Bit 14 - OT14
pub fn ot15(&self) -> OT15_R
[src]
Bit 15 - OT15
impl R<u32, Reg<u32, _GPIOH_OSPEEDR>>
[src]
pub fn ospeedr0(&self) -> OSPEEDR0_R
[src]
Bits 0:1 - OSPEEDR0
pub fn ospeedr1(&self) -> OSPEEDR1_R
[src]
Bits 2:3 - OSPEEDR1
pub fn ospeedr2(&self) -> OSPEEDR2_R
[src]
Bits 4:5 - OSPEEDR2
pub fn ospeedr3(&self) -> OSPEEDR3_R
[src]
Bits 6:7 - OSPEEDR3
pub fn ospeedr4(&self) -> OSPEEDR4_R
[src]
Bits 8:9 - OSPEEDR4
pub fn ospeedr5(&self) -> OSPEEDR5_R
[src]
Bits 10:11 - OSPEEDR5
pub fn ospeedr6(&self) -> OSPEEDR6_R
[src]
Bits 12:13 - OSPEEDR6
pub fn ospeedr7(&self) -> OSPEEDR7_R
[src]
Bits 14:15 - OSPEEDR7
pub fn ospeedr8(&self) -> OSPEEDR8_R
[src]
Bits 16:17 - OSPEEDR8
pub fn ospeedr9(&self) -> OSPEEDR9_R
[src]
Bits 18:19 - OSPEEDR9
pub fn ospeedr10(&self) -> OSPEEDR10_R
[src]
Bits 20:21 - OSPEEDR10
pub fn ospeedr11(&self) -> OSPEEDR11_R
[src]
Bits 22:23 - OSPEEDR11
pub fn ospeedr12(&self) -> OSPEEDR12_R
[src]
Bits 24:25 - OSPEEDR12
pub fn ospeedr13(&self) -> OSPEEDR13_R
[src]
Bits 26:27 - OSPEEDR13
pub fn ospeedr14(&self) -> OSPEEDR14_R
[src]
Bits 28:29 - OSPEEDR14
pub fn ospeedr15(&self) -> OSPEEDR15_R
[src]
Bits 30:31 - OSPEEDR15
impl R<u32, Reg<u32, _GPIOH_PUPDR>>
[src]
pub fn pupdr0(&self) -> PUPDR0_R
[src]
Bits 0:1 - PUPDR0
pub fn pupdr1(&self) -> PUPDR1_R
[src]
Bits 2:3 - PUPDR1
pub fn pupdr2(&self) -> PUPDR2_R
[src]
Bits 4:5 - PUPDR2
pub fn pupdr3(&self) -> PUPDR3_R
[src]
Bits 6:7 - PUPDR3
pub fn pupdr4(&self) -> PUPDR4_R
[src]
Bits 8:9 - PUPDR4
pub fn pupdr5(&self) -> PUPDR5_R
[src]
Bits 10:11 - PUPDR5
pub fn pupdr6(&self) -> PUPDR6_R
[src]
Bits 12:13 - PUPDR6
pub fn pupdr7(&self) -> PUPDR7_R
[src]
Bits 14:15 - PUPDR7
pub fn pupdr8(&self) -> PUPDR8_R
[src]
Bits 16:17 - PUPDR8
pub fn pupdr9(&self) -> PUPDR9_R
[src]
Bits 18:19 - PUPDR9
pub fn pupdr10(&self) -> PUPDR10_R
[src]
Bits 20:21 - PUPDR10
pub fn pupdr11(&self) -> PUPDR11_R
[src]
Bits 22:23 - PUPDR11
pub fn pupdr12(&self) -> PUPDR12_R
[src]
Bits 24:25 - PUPDR12
pub fn pupdr13(&self) -> PUPDR13_R
[src]
Bits 26:27 - PUPDR13
pub fn pupdr14(&self) -> PUPDR14_R
[src]
Bits 28:29 - PUPDR14
pub fn pupdr15(&self) -> PUPDR15_R
[src]
Bits 30:31 - PUPDR15
impl R<u32, Reg<u32, _GPIOH_IDR>>
[src]
pub fn idr0(&self) -> IDR0_R
[src]
Bit 0 - IDR0
pub fn idr1(&self) -> IDR1_R
[src]
Bit 1 - IDR1
pub fn idr2(&self) -> IDR2_R
[src]
Bit 2 - IDR2
pub fn idr3(&self) -> IDR3_R
[src]
Bit 3 - IDR3
pub fn idr4(&self) -> IDR4_R
[src]
Bit 4 - IDR4
pub fn idr5(&self) -> IDR5_R
[src]
Bit 5 - IDR5
pub fn idr6(&self) -> IDR6_R
[src]
Bit 6 - IDR6
pub fn idr7(&self) -> IDR7_R
[src]
Bit 7 - IDR7
pub fn idr8(&self) -> IDR8_R
[src]
Bit 8 - IDR8
pub fn idr9(&self) -> IDR9_R
[src]
Bit 9 - IDR9
pub fn idr10(&self) -> IDR10_R
[src]
Bit 10 - IDR10
pub fn idr11(&self) -> IDR11_R
[src]
Bit 11 - IDR11
pub fn idr12(&self) -> IDR12_R
[src]
Bit 12 - IDR12
pub fn idr13(&self) -> IDR13_R
[src]
Bit 13 - IDR13
pub fn idr14(&self) -> IDR14_R
[src]
Bit 14 - IDR14
pub fn idr15(&self) -> IDR15_R
[src]
Bit 15 - IDR15
impl R<u32, Reg<u32, _GPIOH_ODR>>
[src]
pub fn odr0(&self) -> ODR0_R
[src]
Bit 0 - ODR0
pub fn odr1(&self) -> ODR1_R
[src]
Bit 1 - ODR1
pub fn odr2(&self) -> ODR2_R
[src]
Bit 2 - ODR2
pub fn odr3(&self) -> ODR3_R
[src]
Bit 3 - ODR3
pub fn odr4(&self) -> ODR4_R
[src]
Bit 4 - ODR4
pub fn odr5(&self) -> ODR5_R
[src]
Bit 5 - ODR5
pub fn odr6(&self) -> ODR6_R
[src]
Bit 6 - ODR6
pub fn odr7(&self) -> ODR7_R
[src]
Bit 7 - ODR7
pub fn odr8(&self) -> ODR8_R
[src]
Bit 8 - ODR8
pub fn odr9(&self) -> ODR9_R
[src]
Bit 9 - ODR9
pub fn odr10(&self) -> ODR10_R
[src]
Bit 10 - ODR10
pub fn odr11(&self) -> ODR11_R
[src]
Bit 11 - ODR11
pub fn odr12(&self) -> ODR12_R
[src]
Bit 12 - ODR12
pub fn odr13(&self) -> ODR13_R
[src]
Bit 13 - ODR13
pub fn odr14(&self) -> ODR14_R
[src]
Bit 14 - ODR14
pub fn odr15(&self) -> ODR15_R
[src]
Bit 15 - ODR15
impl R<u32, Reg<u32, _GPIOH_LCKR>>
[src]
pub fn lck0(&self) -> LCK0_R
[src]
Bit 0 - LCK0
pub fn lck1(&self) -> LCK1_R
[src]
Bit 1 - LCK1
pub fn lck2(&self) -> LCK2_R
[src]
Bit 2 - LCK2
pub fn lck3(&self) -> LCK3_R
[src]
Bit 3 - LCK3
pub fn lck4(&self) -> LCK4_R
[src]
Bit 4 - LCK4
pub fn lck5(&self) -> LCK5_R
[src]
Bit 5 - LCK5
pub fn lck6(&self) -> LCK6_R
[src]
Bit 6 - LCK6
pub fn lck7(&self) -> LCK7_R
[src]
Bit 7 - LCK7
pub fn lck8(&self) -> LCK8_R
[src]
Bit 8 - LCK8
pub fn lck9(&self) -> LCK9_R
[src]
Bit 9 - LCK9
pub fn lck10(&self) -> LCK10_R
[src]
Bit 10 - LCK10
pub fn lck11(&self) -> LCK11_R
[src]
Bit 11 - LCK11
pub fn lck12(&self) -> LCK12_R
[src]
Bit 12 - LCK12
pub fn lck13(&self) -> LCK13_R
[src]
Bit 13 - LCK13
pub fn lck14(&self) -> LCK14_R
[src]
Bit 14 - LCK14
pub fn lck15(&self) -> LCK15_R
[src]
Bit 15 - LCK15
pub fn lckk(&self) -> LCKK_R
[src]
Bit 16 - LCKK
impl R<u32, Reg<u32, _GPIOH_AFRL>>
[src]
pub fn afr0(&self) -> AFR0_R
[src]
Bits 0:3 - AFR0
pub fn afr1(&self) -> AFR1_R
[src]
Bits 4:7 - AFR1
pub fn afr2(&self) -> AFR2_R
[src]
Bits 8:11 - AFR2
pub fn afr3(&self) -> AFR3_R
[src]
Bits 12:15 - AFR3
pub fn afr4(&self) -> AFR4_R
[src]
Bits 16:19 - AFR4
pub fn afr5(&self) -> AFR5_R
[src]
Bits 20:23 - AFR5
pub fn afr6(&self) -> AFR6_R
[src]
Bits 24:27 - AFR6
pub fn afr7(&self) -> AFR7_R
[src]
Bits 28:31 - AFR7
impl R<u32, Reg<u32, _GPIOH_AFRH>>
[src]
pub fn afr8(&self) -> AFR8_R
[src]
Bits 0:3 - AFR8
pub fn afr9(&self) -> AFR9_R
[src]
Bits 4:7 - AFR9
pub fn afr10(&self) -> AFR10_R
[src]
Bits 8:11 - AFR10
pub fn afr11(&self) -> AFR11_R
[src]
Bits 12:15 - AFR11
pub fn afr12(&self) -> AFR12_R
[src]
Bits 16:19 - AFR12
pub fn afr13(&self) -> AFR13_R
[src]
Bits 20:23 - AFR13
pub fn afr14(&self) -> AFR14_R
[src]
Bits 24:27 - AFR14
pub fn afr15(&self) -> AFR15_R
[src]
Bits 28:31 - AFR15
impl R<u32, Reg<u32, _GPIOH_HWCFGR10>>
[src]
pub fn ahb_iop(&self) -> AHB_IOP_R
[src]
Bits 0:3 - AHB_IOP
pub fn af_size(&self) -> AF_SIZE_R
[src]
Bits 4:7 - AF_SIZE
pub fn speed_cfg(&self) -> SPEED_CFG_R
[src]
Bits 8:11 - SPEED_CFG
pub fn lock_cfg(&self) -> LOCK_CFG_R
[src]
Bits 12:15 - LOCK_CFG
pub fn sec_cfg(&self) -> SEC_CFG_R
[src]
Bits 16:19 - SEC_CFG
pub fn or_cfg(&self) -> OR_CFG_R
[src]
Bits 20:23 - OR_CFG
impl R<u32, Reg<u32, _GPIOH_HWCFGR9>>
[src]
impl R<u32, Reg<u32, _GPIOH_HWCFGR8>>
[src]
pub fn af_prio8(&self) -> AF_PRIO8_R
[src]
Bits 0:3 - AF_PRIO8
pub fn af_prio9(&self) -> AF_PRIO9_R
[src]
Bits 4:7 - AF_PRIO9
pub fn af_prio10(&self) -> AF_PRIO10_R
[src]
Bits 8:11 - AF_PRIO10
pub fn af_prio11(&self) -> AF_PRIO11_R
[src]
Bits 12:15 - AF_PRIO11
pub fn af_prio12(&self) -> AF_PRIO12_R
[src]
Bits 16:19 - AF_PRIO12
pub fn af_prio13(&self) -> AF_PRIO13_R
[src]
Bits 20:23 - AF_PRIO13
pub fn af_prio14(&self) -> AF_PRIO14_R
[src]
Bits 24:27 - AF_PRIO14
pub fn af_prio15(&self) -> AF_PRIO15_R
[src]
Bits 28:31 - AF_PRIO15
impl R<u32, Reg<u32, _GPIOH_HWCFGR7>>
[src]
pub fn af_prio0(&self) -> AF_PRIO0_R
[src]
Bits 0:3 - AF_PRIO0
pub fn af_prio1(&self) -> AF_PRIO1_R
[src]
Bits 4:7 - AF_PRIO1
pub fn af_prio2(&self) -> AF_PRIO2_R
[src]
Bits 8:11 - AF_PRIO2
pub fn af_prio3(&self) -> AF_PRIO3_R
[src]
Bits 12:15 - AF_PRIO3
pub fn af_prio4(&self) -> AF_PRIO4_R
[src]
Bits 16:19 - AF_PRIO4
pub fn af_prio5(&self) -> AF_PRIO5_R
[src]
Bits 20:23 - AF_PRIO5
pub fn af_prio6(&self) -> AF_PRIO6_R
[src]
Bits 24:27 - AF_PRIO6
pub fn af_prio7(&self) -> AF_PRIO7_R
[src]
Bits 28:31 - AF_PRIO7
impl R<u32, Reg<u32, _GPIOH_HWCFGR6>>
[src]
pub fn moder_res(&self) -> MODER_RES_R
[src]
Bits 0:31 - MODER_RES
impl R<u32, Reg<u32, _GPIOH_HWCFGR5>>
[src]
pub fn pupdr_res(&self) -> PUPDR_RES_R
[src]
Bits 0:31 - PUPDR_RES
impl R<u32, Reg<u32, _GPIOH_HWCFGR4>>
[src]
pub fn ospeed_res(&self) -> OSPEED_RES_R
[src]
Bits 0:31 - OSPEED_RES
impl R<u32, Reg<u32, _GPIOH_HWCFGR3>>
[src]
pub fn odr_res(&self) -> ODR_RES_R
[src]
Bits 0:15 - ODR_RES
pub fn otyper_res(&self) -> OTYPER_RES_R
[src]
Bits 16:31 - OTYPER_RES
impl R<u32, Reg<u32, _GPIOH_HWCFGR2>>
[src]
pub fn afrl_res(&self) -> AFRL_RES_R
[src]
Bits 0:31 - AFRL_RES
impl R<u32, Reg<u32, _GPIOH_HWCFGR1>>
[src]
pub fn afrh_res(&self) -> AFRH_RES_R
[src]
Bits 0:31 - AFRH_RES
impl R<u32, Reg<u32, _GPIOH_HWCFGR0>>
[src]
impl R<u32, Reg<u32, _GPIOH_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _GPIOH_IPIDR>>
[src]
impl R<u32, Reg<u32, _GPIOH_SIDR>>
[src]
impl R<u32, Reg<u32, _GPIOI_MODER>>
[src]
pub fn moder0(&self) -> MODER0_R
[src]
Bits 0:1 - MODER0
pub fn moder1(&self) -> MODER1_R
[src]
Bits 2:3 - MODER1
pub fn moder2(&self) -> MODER2_R
[src]
Bits 4:5 - MODER2
pub fn moder3(&self) -> MODER3_R
[src]
Bits 6:7 - MODER3
pub fn moder4(&self) -> MODER4_R
[src]
Bits 8:9 - MODER4
pub fn moder5(&self) -> MODER5_R
[src]
Bits 10:11 - MODER5
pub fn moder6(&self) -> MODER6_R
[src]
Bits 12:13 - MODER6
pub fn moder7(&self) -> MODER7_R
[src]
Bits 14:15 - MODER7
pub fn moder8(&self) -> MODER8_R
[src]
Bits 16:17 - MODER8
pub fn moder9(&self) -> MODER9_R
[src]
Bits 18:19 - MODER9
pub fn moder10(&self) -> MODER10_R
[src]
Bits 20:21 - MODER10
pub fn moder11(&self) -> MODER11_R
[src]
Bits 22:23 - MODER11
pub fn moder12(&self) -> MODER12_R
[src]
Bits 24:25 - MODER12
pub fn moder13(&self) -> MODER13_R
[src]
Bits 26:27 - MODER13
pub fn moder14(&self) -> MODER14_R
[src]
Bits 28:29 - MODER14
pub fn moder15(&self) -> MODER15_R
[src]
Bits 30:31 - MODER15
impl R<u32, Reg<u32, _GPIOI_OTYPER>>
[src]
pub fn ot0(&self) -> OT0_R
[src]
Bit 0 - OT0
pub fn ot1(&self) -> OT1_R
[src]
Bit 1 - OT1
pub fn ot2(&self) -> OT2_R
[src]
Bit 2 - OT2
pub fn ot3(&self) -> OT3_R
[src]
Bit 3 - OT3
pub fn ot4(&self) -> OT4_R
[src]
Bit 4 - OT4
pub fn ot5(&self) -> OT5_R
[src]
Bit 5 - OT5
pub fn ot6(&self) -> OT6_R
[src]
Bit 6 - OT6
pub fn ot7(&self) -> OT7_R
[src]
Bit 7 - OT7
pub fn ot8(&self) -> OT8_R
[src]
Bit 8 - OT8
pub fn ot9(&self) -> OT9_R
[src]
Bit 9 - OT9
pub fn ot10(&self) -> OT10_R
[src]
Bit 10 - OT10
pub fn ot11(&self) -> OT11_R
[src]
Bit 11 - OT11
pub fn ot12(&self) -> OT12_R
[src]
Bit 12 - OT12
pub fn ot13(&self) -> OT13_R
[src]
Bit 13 - OT13
pub fn ot14(&self) -> OT14_R
[src]
Bit 14 - OT14
pub fn ot15(&self) -> OT15_R
[src]
Bit 15 - OT15
impl R<u32, Reg<u32, _GPIOI_OSPEEDR>>
[src]
pub fn ospeedr0(&self) -> OSPEEDR0_R
[src]
Bits 0:1 - OSPEEDR0
pub fn ospeedr1(&self) -> OSPEEDR1_R
[src]
Bits 2:3 - OSPEEDR1
pub fn ospeedr2(&self) -> OSPEEDR2_R
[src]
Bits 4:5 - OSPEEDR2
pub fn ospeedr3(&self) -> OSPEEDR3_R
[src]
Bits 6:7 - OSPEEDR3
pub fn ospeedr4(&self) -> OSPEEDR4_R
[src]
Bits 8:9 - OSPEEDR4
pub fn ospeedr5(&self) -> OSPEEDR5_R
[src]
Bits 10:11 - OSPEEDR5
pub fn ospeedr6(&self) -> OSPEEDR6_R
[src]
Bits 12:13 - OSPEEDR6
pub fn ospeedr7(&self) -> OSPEEDR7_R
[src]
Bits 14:15 - OSPEEDR7
pub fn ospeedr8(&self) -> OSPEEDR8_R
[src]
Bits 16:17 - OSPEEDR8
pub fn ospeedr9(&self) -> OSPEEDR9_R
[src]
Bits 18:19 - OSPEEDR9
pub fn ospeedr10(&self) -> OSPEEDR10_R
[src]
Bits 20:21 - OSPEEDR10
pub fn ospeedr11(&self) -> OSPEEDR11_R
[src]
Bits 22:23 - OSPEEDR11
pub fn ospeedr12(&self) -> OSPEEDR12_R
[src]
Bits 24:25 - OSPEEDR12
pub fn ospeedr13(&self) -> OSPEEDR13_R
[src]
Bits 26:27 - OSPEEDR13
pub fn ospeedr14(&self) -> OSPEEDR14_R
[src]
Bits 28:29 - OSPEEDR14
pub fn ospeedr15(&self) -> OSPEEDR15_R
[src]
Bits 30:31 - OSPEEDR15
impl R<u32, Reg<u32, _GPIOI_PUPDR>>
[src]
pub fn pupdr0(&self) -> PUPDR0_R
[src]
Bits 0:1 - PUPDR0
pub fn pupdr1(&self) -> PUPDR1_R
[src]
Bits 2:3 - PUPDR1
pub fn pupdr2(&self) -> PUPDR2_R
[src]
Bits 4:5 - PUPDR2
pub fn pupdr3(&self) -> PUPDR3_R
[src]
Bits 6:7 - PUPDR3
pub fn pupdr4(&self) -> PUPDR4_R
[src]
Bits 8:9 - PUPDR4
pub fn pupdr5(&self) -> PUPDR5_R
[src]
Bits 10:11 - PUPDR5
pub fn pupdr6(&self) -> PUPDR6_R
[src]
Bits 12:13 - PUPDR6
pub fn pupdr7(&self) -> PUPDR7_R
[src]
Bits 14:15 - PUPDR7
pub fn pupdr8(&self) -> PUPDR8_R
[src]
Bits 16:17 - PUPDR8
pub fn pupdr9(&self) -> PUPDR9_R
[src]
Bits 18:19 - PUPDR9
pub fn pupdr10(&self) -> PUPDR10_R
[src]
Bits 20:21 - PUPDR10
pub fn pupdr11(&self) -> PUPDR11_R
[src]
Bits 22:23 - PUPDR11
pub fn pupdr12(&self) -> PUPDR12_R
[src]
Bits 24:25 - PUPDR12
pub fn pupdr13(&self) -> PUPDR13_R
[src]
Bits 26:27 - PUPDR13
pub fn pupdr14(&self) -> PUPDR14_R
[src]
Bits 28:29 - PUPDR14
pub fn pupdr15(&self) -> PUPDR15_R
[src]
Bits 30:31 - PUPDR15
impl R<u32, Reg<u32, _GPIOI_IDR>>
[src]
pub fn idr0(&self) -> IDR0_R
[src]
Bit 0 - IDR0
pub fn idr1(&self) -> IDR1_R
[src]
Bit 1 - IDR1
pub fn idr2(&self) -> IDR2_R
[src]
Bit 2 - IDR2
pub fn idr3(&self) -> IDR3_R
[src]
Bit 3 - IDR3
pub fn idr4(&self) -> IDR4_R
[src]
Bit 4 - IDR4
pub fn idr5(&self) -> IDR5_R
[src]
Bit 5 - IDR5
pub fn idr6(&self) -> IDR6_R
[src]
Bit 6 - IDR6
pub fn idr7(&self) -> IDR7_R
[src]
Bit 7 - IDR7
pub fn idr8(&self) -> IDR8_R
[src]
Bit 8 - IDR8
pub fn idr9(&self) -> IDR9_R
[src]
Bit 9 - IDR9
pub fn idr10(&self) -> IDR10_R
[src]
Bit 10 - IDR10
pub fn idr11(&self) -> IDR11_R
[src]
Bit 11 - IDR11
pub fn idr12(&self) -> IDR12_R
[src]
Bit 12 - IDR12
pub fn idr13(&self) -> IDR13_R
[src]
Bit 13 - IDR13
pub fn idr14(&self) -> IDR14_R
[src]
Bit 14 - IDR14
pub fn idr15(&self) -> IDR15_R
[src]
Bit 15 - IDR15
impl R<u32, Reg<u32, _GPIOI_ODR>>
[src]
pub fn odr0(&self) -> ODR0_R
[src]
Bit 0 - ODR0
pub fn odr1(&self) -> ODR1_R
[src]
Bit 1 - ODR1
pub fn odr2(&self) -> ODR2_R
[src]
Bit 2 - ODR2
pub fn odr3(&self) -> ODR3_R
[src]
Bit 3 - ODR3
pub fn odr4(&self) -> ODR4_R
[src]
Bit 4 - ODR4
pub fn odr5(&self) -> ODR5_R
[src]
Bit 5 - ODR5
pub fn odr6(&self) -> ODR6_R
[src]
Bit 6 - ODR6
pub fn odr7(&self) -> ODR7_R
[src]
Bit 7 - ODR7
pub fn odr8(&self) -> ODR8_R
[src]
Bit 8 - ODR8
pub fn odr9(&self) -> ODR9_R
[src]
Bit 9 - ODR9
pub fn odr10(&self) -> ODR10_R
[src]
Bit 10 - ODR10
pub fn odr11(&self) -> ODR11_R
[src]
Bit 11 - ODR11
pub fn odr12(&self) -> ODR12_R
[src]
Bit 12 - ODR12
pub fn odr13(&self) -> ODR13_R
[src]
Bit 13 - ODR13
pub fn odr14(&self) -> ODR14_R
[src]
Bit 14 - ODR14
pub fn odr15(&self) -> ODR15_R
[src]
Bit 15 - ODR15
impl R<u32, Reg<u32, _GPIOI_LCKR>>
[src]
pub fn lck0(&self) -> LCK0_R
[src]
Bit 0 - LCK0
pub fn lck1(&self) -> LCK1_R
[src]
Bit 1 - LCK1
pub fn lck2(&self) -> LCK2_R
[src]
Bit 2 - LCK2
pub fn lck3(&self) -> LCK3_R
[src]
Bit 3 - LCK3
pub fn lck4(&self) -> LCK4_R
[src]
Bit 4 - LCK4
pub fn lck5(&self) -> LCK5_R
[src]
Bit 5 - LCK5
pub fn lck6(&self) -> LCK6_R
[src]
Bit 6 - LCK6
pub fn lck7(&self) -> LCK7_R
[src]
Bit 7 - LCK7
pub fn lck8(&self) -> LCK8_R
[src]
Bit 8 - LCK8
pub fn lck9(&self) -> LCK9_R
[src]
Bit 9 - LCK9
pub fn lck10(&self) -> LCK10_R
[src]
Bit 10 - LCK10
pub fn lck11(&self) -> LCK11_R
[src]
Bit 11 - LCK11
pub fn lck12(&self) -> LCK12_R
[src]
Bit 12 - LCK12
pub fn lck13(&self) -> LCK13_R
[src]
Bit 13 - LCK13
pub fn lck14(&self) -> LCK14_R
[src]
Bit 14 - LCK14
pub fn lck15(&self) -> LCK15_R
[src]
Bit 15 - LCK15
pub fn lckk(&self) -> LCKK_R
[src]
Bit 16 - LCKK
impl R<u32, Reg<u32, _GPIOI_AFRL>>
[src]
pub fn afr0(&self) -> AFR0_R
[src]
Bits 0:3 - AFR0
pub fn afr1(&self) -> AFR1_R
[src]
Bits 4:7 - AFR1
pub fn afr2(&self) -> AFR2_R
[src]
Bits 8:11 - AFR2
pub fn afr3(&self) -> AFR3_R
[src]
Bits 12:15 - AFR3
pub fn afr4(&self) -> AFR4_R
[src]
Bits 16:19 - AFR4
pub fn afr5(&self) -> AFR5_R
[src]
Bits 20:23 - AFR5
pub fn afr6(&self) -> AFR6_R
[src]
Bits 24:27 - AFR6
pub fn afr7(&self) -> AFR7_R
[src]
Bits 28:31 - AFR7
impl R<u32, Reg<u32, _GPIOI_AFRH>>
[src]
pub fn afr8(&self) -> AFR8_R
[src]
Bits 0:3 - AFR8
pub fn afr9(&self) -> AFR9_R
[src]
Bits 4:7 - AFR9
pub fn afr10(&self) -> AFR10_R
[src]
Bits 8:11 - AFR10
pub fn afr11(&self) -> AFR11_R
[src]
Bits 12:15 - AFR11
pub fn afr12(&self) -> AFR12_R
[src]
Bits 16:19 - AFR12
pub fn afr13(&self) -> AFR13_R
[src]
Bits 20:23 - AFR13
pub fn afr14(&self) -> AFR14_R
[src]
Bits 24:27 - AFR14
pub fn afr15(&self) -> AFR15_R
[src]
Bits 28:31 - AFR15
impl R<u32, Reg<u32, _GPIOI_HWCFGR10>>
[src]
pub fn ahb_iop(&self) -> AHB_IOP_R
[src]
Bits 0:3 - AHB_IOP
pub fn af_size(&self) -> AF_SIZE_R
[src]
Bits 4:7 - AF_SIZE
pub fn speed_cfg(&self) -> SPEED_CFG_R
[src]
Bits 8:11 - SPEED_CFG
pub fn lock_cfg(&self) -> LOCK_CFG_R
[src]
Bits 12:15 - LOCK_CFG
pub fn sec_cfg(&self) -> SEC_CFG_R
[src]
Bits 16:19 - SEC_CFG
pub fn or_cfg(&self) -> OR_CFG_R
[src]
Bits 20:23 - OR_CFG
impl R<u32, Reg<u32, _GPIOI_HWCFGR9>>
[src]
impl R<u32, Reg<u32, _GPIOI_HWCFGR8>>
[src]
pub fn af_prio8(&self) -> AF_PRIO8_R
[src]
Bits 0:3 - AF_PRIO8
pub fn af_prio9(&self) -> AF_PRIO9_R
[src]
Bits 4:7 - AF_PRIO9
pub fn af_prio10(&self) -> AF_PRIO10_R
[src]
Bits 8:11 - AF_PRIO10
pub fn af_prio11(&self) -> AF_PRIO11_R
[src]
Bits 12:15 - AF_PRIO11
pub fn af_prio12(&self) -> AF_PRIO12_R
[src]
Bits 16:19 - AF_PRIO12
pub fn af_prio13(&self) -> AF_PRIO13_R
[src]
Bits 20:23 - AF_PRIO13
pub fn af_prio14(&self) -> AF_PRIO14_R
[src]
Bits 24:27 - AF_PRIO14
pub fn af_prio15(&self) -> AF_PRIO15_R
[src]
Bits 28:31 - AF_PRIO15
impl R<u32, Reg<u32, _GPIOI_HWCFGR7>>
[src]
pub fn af_prio0(&self) -> AF_PRIO0_R
[src]
Bits 0:3 - AF_PRIO0
pub fn af_prio1(&self) -> AF_PRIO1_R
[src]
Bits 4:7 - AF_PRIO1
pub fn af_prio2(&self) -> AF_PRIO2_R
[src]
Bits 8:11 - AF_PRIO2
pub fn af_prio3(&self) -> AF_PRIO3_R
[src]
Bits 12:15 - AF_PRIO3
pub fn af_prio4(&self) -> AF_PRIO4_R
[src]
Bits 16:19 - AF_PRIO4
pub fn af_prio5(&self) -> AF_PRIO5_R
[src]
Bits 20:23 - AF_PRIO5
pub fn af_prio6(&self) -> AF_PRIO6_R
[src]
Bits 24:27 - AF_PRIO6
pub fn af_prio7(&self) -> AF_PRIO7_R
[src]
Bits 28:31 - AF_PRIO7
impl R<u32, Reg<u32, _GPIOI_HWCFGR6>>
[src]
pub fn moder_res(&self) -> MODER_RES_R
[src]
Bits 0:31 - MODER_RES
impl R<u32, Reg<u32, _GPIOI_HWCFGR5>>
[src]
pub fn pupdr_res(&self) -> PUPDR_RES_R
[src]
Bits 0:31 - PUPDR_RES
impl R<u32, Reg<u32, _GPIOI_HWCFGR4>>
[src]
pub fn ospeed_res(&self) -> OSPEED_RES_R
[src]
Bits 0:31 - OSPEED_RES
impl R<u32, Reg<u32, _GPIOI_HWCFGR3>>
[src]
pub fn odr_res(&self) -> ODR_RES_R
[src]
Bits 0:15 - ODR_RES
pub fn otyper_res(&self) -> OTYPER_RES_R
[src]
Bits 16:31 - OTYPER_RES
impl R<u32, Reg<u32, _GPIOI_HWCFGR2>>
[src]
pub fn afrl_res(&self) -> AFRL_RES_R
[src]
Bits 0:31 - AFRL_RES
impl R<u32, Reg<u32, _GPIOI_HWCFGR1>>
[src]
pub fn afrh_res(&self) -> AFRH_RES_R
[src]
Bits 0:31 - AFRH_RES
impl R<u32, Reg<u32, _GPIOI_HWCFGR0>>
[src]
impl R<u32, Reg<u32, _GPIOI_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _GPIOI_IPIDR>>
[src]
impl R<u32, Reg<u32, _GPIOI_SIDR>>
[src]
impl R<u32, Reg<u32, _GPIOJ_MODER>>
[src]
pub fn moder0(&self) -> MODER0_R
[src]
Bits 0:1 - MODER0
pub fn moder1(&self) -> MODER1_R
[src]
Bits 2:3 - MODER1
pub fn moder2(&self) -> MODER2_R
[src]
Bits 4:5 - MODER2
pub fn moder3(&self) -> MODER3_R
[src]
Bits 6:7 - MODER3
pub fn moder4(&self) -> MODER4_R
[src]
Bits 8:9 - MODER4
pub fn moder5(&self) -> MODER5_R
[src]
Bits 10:11 - MODER5
pub fn moder6(&self) -> MODER6_R
[src]
Bits 12:13 - MODER6
pub fn moder7(&self) -> MODER7_R
[src]
Bits 14:15 - MODER7
pub fn moder8(&self) -> MODER8_R
[src]
Bits 16:17 - MODER8
pub fn moder9(&self) -> MODER9_R
[src]
Bits 18:19 - MODER9
pub fn moder10(&self) -> MODER10_R
[src]
Bits 20:21 - MODER10
pub fn moder11(&self) -> MODER11_R
[src]
Bits 22:23 - MODER11
pub fn moder12(&self) -> MODER12_R
[src]
Bits 24:25 - MODER12
pub fn moder13(&self) -> MODER13_R
[src]
Bits 26:27 - MODER13
pub fn moder14(&self) -> MODER14_R
[src]
Bits 28:29 - MODER14
pub fn moder15(&self) -> MODER15_R
[src]
Bits 30:31 - MODER15
impl R<u32, Reg<u32, _GPIOJ_OTYPER>>
[src]
pub fn ot0(&self) -> OT0_R
[src]
Bit 0 - OT0
pub fn ot1(&self) -> OT1_R
[src]
Bit 1 - OT1
pub fn ot2(&self) -> OT2_R
[src]
Bit 2 - OT2
pub fn ot3(&self) -> OT3_R
[src]
Bit 3 - OT3
pub fn ot4(&self) -> OT4_R
[src]
Bit 4 - OT4
pub fn ot5(&self) -> OT5_R
[src]
Bit 5 - OT5
pub fn ot6(&self) -> OT6_R
[src]
Bit 6 - OT6
pub fn ot7(&self) -> OT7_R
[src]
Bit 7 - OT7
pub fn ot8(&self) -> OT8_R
[src]
Bit 8 - OT8
pub fn ot9(&self) -> OT9_R
[src]
Bit 9 - OT9
pub fn ot10(&self) -> OT10_R
[src]
Bit 10 - OT10
pub fn ot11(&self) -> OT11_R
[src]
Bit 11 - OT11
pub fn ot12(&self) -> OT12_R
[src]
Bit 12 - OT12
pub fn ot13(&self) -> OT13_R
[src]
Bit 13 - OT13
pub fn ot14(&self) -> OT14_R
[src]
Bit 14 - OT14
pub fn ot15(&self) -> OT15_R
[src]
Bit 15 - OT15
impl R<u32, Reg<u32, _GPIOJ_OSPEEDR>>
[src]
pub fn ospeedr0(&self) -> OSPEEDR0_R
[src]
Bits 0:1 - OSPEEDR0
pub fn ospeedr1(&self) -> OSPEEDR1_R
[src]
Bits 2:3 - OSPEEDR1
pub fn ospeedr2(&self) -> OSPEEDR2_R
[src]
Bits 4:5 - OSPEEDR2
pub fn ospeedr3(&self) -> OSPEEDR3_R
[src]
Bits 6:7 - OSPEEDR3
pub fn ospeedr4(&self) -> OSPEEDR4_R
[src]
Bits 8:9 - OSPEEDR4
pub fn ospeedr5(&self) -> OSPEEDR5_R
[src]
Bits 10:11 - OSPEEDR5
pub fn ospeedr6(&self) -> OSPEEDR6_R
[src]
Bits 12:13 - OSPEEDR6
pub fn ospeedr7(&self) -> OSPEEDR7_R
[src]
Bits 14:15 - OSPEEDR7
pub fn ospeedr8(&self) -> OSPEEDR8_R
[src]
Bits 16:17 - OSPEEDR8
pub fn ospeedr9(&self) -> OSPEEDR9_R
[src]
Bits 18:19 - OSPEEDR9
pub fn ospeedr10(&self) -> OSPEEDR10_R
[src]
Bits 20:21 - OSPEEDR10
pub fn ospeedr11(&self) -> OSPEEDR11_R
[src]
Bits 22:23 - OSPEEDR11
pub fn ospeedr12(&self) -> OSPEEDR12_R
[src]
Bits 24:25 - OSPEEDR12
pub fn ospeedr13(&self) -> OSPEEDR13_R
[src]
Bits 26:27 - OSPEEDR13
pub fn ospeedr14(&self) -> OSPEEDR14_R
[src]
Bits 28:29 - OSPEEDR14
pub fn ospeedr15(&self) -> OSPEEDR15_R
[src]
Bits 30:31 - OSPEEDR15
impl R<u32, Reg<u32, _GPIOJ_PUPDR>>
[src]
pub fn pupdr0(&self) -> PUPDR0_R
[src]
Bits 0:1 - PUPDR0
pub fn pupdr1(&self) -> PUPDR1_R
[src]
Bits 2:3 - PUPDR1
pub fn pupdr2(&self) -> PUPDR2_R
[src]
Bits 4:5 - PUPDR2
pub fn pupdr3(&self) -> PUPDR3_R
[src]
Bits 6:7 - PUPDR3
pub fn pupdr4(&self) -> PUPDR4_R
[src]
Bits 8:9 - PUPDR4
pub fn pupdr5(&self) -> PUPDR5_R
[src]
Bits 10:11 - PUPDR5
pub fn pupdr6(&self) -> PUPDR6_R
[src]
Bits 12:13 - PUPDR6
pub fn pupdr7(&self) -> PUPDR7_R
[src]
Bits 14:15 - PUPDR7
pub fn pupdr8(&self) -> PUPDR8_R
[src]
Bits 16:17 - PUPDR8
pub fn pupdr9(&self) -> PUPDR9_R
[src]
Bits 18:19 - PUPDR9
pub fn pupdr10(&self) -> PUPDR10_R
[src]
Bits 20:21 - PUPDR10
pub fn pupdr11(&self) -> PUPDR11_R
[src]
Bits 22:23 - PUPDR11
pub fn pupdr12(&self) -> PUPDR12_R
[src]
Bits 24:25 - PUPDR12
pub fn pupdr13(&self) -> PUPDR13_R
[src]
Bits 26:27 - PUPDR13
pub fn pupdr14(&self) -> PUPDR14_R
[src]
Bits 28:29 - PUPDR14
pub fn pupdr15(&self) -> PUPDR15_R
[src]
Bits 30:31 - PUPDR15
impl R<u32, Reg<u32, _GPIOJ_IDR>>
[src]
pub fn idr0(&self) -> IDR0_R
[src]
Bit 0 - IDR0
pub fn idr1(&self) -> IDR1_R
[src]
Bit 1 - IDR1
pub fn idr2(&self) -> IDR2_R
[src]
Bit 2 - IDR2
pub fn idr3(&self) -> IDR3_R
[src]
Bit 3 - IDR3
pub fn idr4(&self) -> IDR4_R
[src]
Bit 4 - IDR4
pub fn idr5(&self) -> IDR5_R
[src]
Bit 5 - IDR5
pub fn idr6(&self) -> IDR6_R
[src]
Bit 6 - IDR6
pub fn idr7(&self) -> IDR7_R
[src]
Bit 7 - IDR7
pub fn idr8(&self) -> IDR8_R
[src]
Bit 8 - IDR8
pub fn idr9(&self) -> IDR9_R
[src]
Bit 9 - IDR9
pub fn idr10(&self) -> IDR10_R
[src]
Bit 10 - IDR10
pub fn idr11(&self) -> IDR11_R
[src]
Bit 11 - IDR11
pub fn idr12(&self) -> IDR12_R
[src]
Bit 12 - IDR12
pub fn idr13(&self) -> IDR13_R
[src]
Bit 13 - IDR13
pub fn idr14(&self) -> IDR14_R
[src]
Bit 14 - IDR14
pub fn idr15(&self) -> IDR15_R
[src]
Bit 15 - IDR15
impl R<u32, Reg<u32, _GPIOJ_ODR>>
[src]
pub fn odr0(&self) -> ODR0_R
[src]
Bit 0 - ODR0
pub fn odr1(&self) -> ODR1_R
[src]
Bit 1 - ODR1
pub fn odr2(&self) -> ODR2_R
[src]
Bit 2 - ODR2
pub fn odr3(&self) -> ODR3_R
[src]
Bit 3 - ODR3
pub fn odr4(&self) -> ODR4_R
[src]
Bit 4 - ODR4
pub fn odr5(&self) -> ODR5_R
[src]
Bit 5 - ODR5
pub fn odr6(&self) -> ODR6_R
[src]
Bit 6 - ODR6
pub fn odr7(&self) -> ODR7_R
[src]
Bit 7 - ODR7
pub fn odr8(&self) -> ODR8_R
[src]
Bit 8 - ODR8
pub fn odr9(&self) -> ODR9_R
[src]
Bit 9 - ODR9
pub fn odr10(&self) -> ODR10_R
[src]
Bit 10 - ODR10
pub fn odr11(&self) -> ODR11_R
[src]
Bit 11 - ODR11
pub fn odr12(&self) -> ODR12_R
[src]
Bit 12 - ODR12
pub fn odr13(&self) -> ODR13_R
[src]
Bit 13 - ODR13
pub fn odr14(&self) -> ODR14_R
[src]
Bit 14 - ODR14
pub fn odr15(&self) -> ODR15_R
[src]
Bit 15 - ODR15
impl R<u32, Reg<u32, _GPIOJ_LCKR>>
[src]
pub fn lck0(&self) -> LCK0_R
[src]
Bit 0 - LCK0
pub fn lck1(&self) -> LCK1_R
[src]
Bit 1 - LCK1
pub fn lck2(&self) -> LCK2_R
[src]
Bit 2 - LCK2
pub fn lck3(&self) -> LCK3_R
[src]
Bit 3 - LCK3
pub fn lck4(&self) -> LCK4_R
[src]
Bit 4 - LCK4
pub fn lck5(&self) -> LCK5_R
[src]
Bit 5 - LCK5
pub fn lck6(&self) -> LCK6_R
[src]
Bit 6 - LCK6
pub fn lck7(&self) -> LCK7_R
[src]
Bit 7 - LCK7
pub fn lck8(&self) -> LCK8_R
[src]
Bit 8 - LCK8
pub fn lck9(&self) -> LCK9_R
[src]
Bit 9 - LCK9
pub fn lck10(&self) -> LCK10_R
[src]
Bit 10 - LCK10
pub fn lck11(&self) -> LCK11_R
[src]
Bit 11 - LCK11
pub fn lck12(&self) -> LCK12_R
[src]
Bit 12 - LCK12
pub fn lck13(&self) -> LCK13_R
[src]
Bit 13 - LCK13
pub fn lck14(&self) -> LCK14_R
[src]
Bit 14 - LCK14
pub fn lck15(&self) -> LCK15_R
[src]
Bit 15 - LCK15
pub fn lckk(&self) -> LCKK_R
[src]
Bit 16 - LCKK
impl R<u32, Reg<u32, _GPIOJ_AFRL>>
[src]
pub fn afr0(&self) -> AFR0_R
[src]
Bits 0:3 - AFR0
pub fn afr1(&self) -> AFR1_R
[src]
Bits 4:7 - AFR1
pub fn afr2(&self) -> AFR2_R
[src]
Bits 8:11 - AFR2
pub fn afr3(&self) -> AFR3_R
[src]
Bits 12:15 - AFR3
pub fn afr4(&self) -> AFR4_R
[src]
Bits 16:19 - AFR4
pub fn afr5(&self) -> AFR5_R
[src]
Bits 20:23 - AFR5
pub fn afr6(&self) -> AFR6_R
[src]
Bits 24:27 - AFR6
pub fn afr7(&self) -> AFR7_R
[src]
Bits 28:31 - AFR7
impl R<u32, Reg<u32, _GPIOJ_AFRH>>
[src]
pub fn afr8(&self) -> AFR8_R
[src]
Bits 0:3 - AFR8
pub fn afr9(&self) -> AFR9_R
[src]
Bits 4:7 - AFR9
pub fn afr10(&self) -> AFR10_R
[src]
Bits 8:11 - AFR10
pub fn afr11(&self) -> AFR11_R
[src]
Bits 12:15 - AFR11
pub fn afr12(&self) -> AFR12_R
[src]
Bits 16:19 - AFR12
pub fn afr13(&self) -> AFR13_R
[src]
Bits 20:23 - AFR13
pub fn afr14(&self) -> AFR14_R
[src]
Bits 24:27 - AFR14
pub fn afr15(&self) -> AFR15_R
[src]
Bits 28:31 - AFR15
impl R<u32, Reg<u32, _GPIOJ_HWCFGR10>>
[src]
pub fn ahb_iop(&self) -> AHB_IOP_R
[src]
Bits 0:3 - AHB_IOP
pub fn af_size(&self) -> AF_SIZE_R
[src]
Bits 4:7 - AF_SIZE
pub fn speed_cfg(&self) -> SPEED_CFG_R
[src]
Bits 8:11 - SPEED_CFG
pub fn lock_cfg(&self) -> LOCK_CFG_R
[src]
Bits 12:15 - LOCK_CFG
pub fn sec_cfg(&self) -> SEC_CFG_R
[src]
Bits 16:19 - SEC_CFG
pub fn or_cfg(&self) -> OR_CFG_R
[src]
Bits 20:23 - OR_CFG
impl R<u32, Reg<u32, _GPIOJ_HWCFGR9>>
[src]
impl R<u32, Reg<u32, _GPIOJ_HWCFGR8>>
[src]
pub fn af_prio8(&self) -> AF_PRIO8_R
[src]
Bits 0:3 - AF_PRIO8
pub fn af_prio9(&self) -> AF_PRIO9_R
[src]
Bits 4:7 - AF_PRIO9
pub fn af_prio10(&self) -> AF_PRIO10_R
[src]
Bits 8:11 - AF_PRIO10
pub fn af_prio11(&self) -> AF_PRIO11_R
[src]
Bits 12:15 - AF_PRIO11
pub fn af_prio12(&self) -> AF_PRIO12_R
[src]
Bits 16:19 - AF_PRIO12
pub fn af_prio13(&self) -> AF_PRIO13_R
[src]
Bits 20:23 - AF_PRIO13
pub fn af_prio14(&self) -> AF_PRIO14_R
[src]
Bits 24:27 - AF_PRIO14
pub fn af_prio15(&self) -> AF_PRIO15_R
[src]
Bits 28:31 - AF_PRIO15
impl R<u32, Reg<u32, _GPIOJ_HWCFGR7>>
[src]
pub fn af_prio0(&self) -> AF_PRIO0_R
[src]
Bits 0:3 - AF_PRIO0
pub fn af_prio1(&self) -> AF_PRIO1_R
[src]
Bits 4:7 - AF_PRIO1
pub fn af_prio2(&self) -> AF_PRIO2_R
[src]
Bits 8:11 - AF_PRIO2
pub fn af_prio3(&self) -> AF_PRIO3_R
[src]
Bits 12:15 - AF_PRIO3
pub fn af_prio4(&self) -> AF_PRIO4_R
[src]
Bits 16:19 - AF_PRIO4
pub fn af_prio5(&self) -> AF_PRIO5_R
[src]
Bits 20:23 - AF_PRIO5
pub fn af_prio6(&self) -> AF_PRIO6_R
[src]
Bits 24:27 - AF_PRIO6
pub fn af_prio7(&self) -> AF_PRIO7_R
[src]
Bits 28:31 - AF_PRIO7
impl R<u32, Reg<u32, _GPIOJ_HWCFGR6>>
[src]
pub fn moder_res(&self) -> MODER_RES_R
[src]
Bits 0:31 - MODER_RES
impl R<u32, Reg<u32, _GPIOJ_HWCFGR5>>
[src]
pub fn pupdr_res(&self) -> PUPDR_RES_R
[src]
Bits 0:31 - PUPDR_RES
impl R<u32, Reg<u32, _GPIOJ_HWCFGR4>>
[src]
pub fn ospeed_res(&self) -> OSPEED_RES_R
[src]
Bits 0:31 - OSPEED_RES
impl R<u32, Reg<u32, _GPIOJ_HWCFGR3>>
[src]
pub fn odr_res(&self) -> ODR_RES_R
[src]
Bits 0:15 - ODR_RES
pub fn otyper_res(&self) -> OTYPER_RES_R
[src]
Bits 16:31 - OTYPER_RES
impl R<u32, Reg<u32, _GPIOJ_HWCFGR2>>
[src]
pub fn afrl_res(&self) -> AFRL_RES_R
[src]
Bits 0:31 - AFRL_RES
impl R<u32, Reg<u32, _GPIOJ_HWCFGR1>>
[src]
pub fn afrh_res(&self) -> AFRH_RES_R
[src]
Bits 0:31 - AFRH_RES
impl R<u32, Reg<u32, _GPIOJ_HWCFGR0>>
[src]
impl R<u32, Reg<u32, _GPIOJ_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _GPIOJ_IPIDR>>
[src]
impl R<u32, Reg<u32, _GPIOJ_SIDR>>
[src]
impl R<u32, Reg<u32, _GPIOK_MODER>>
[src]
pub fn moder0(&self) -> MODER0_R
[src]
Bits 0:1 - MODER0
pub fn moder1(&self) -> MODER1_R
[src]
Bits 2:3 - MODER1
pub fn moder2(&self) -> MODER2_R
[src]
Bits 4:5 - MODER2
pub fn moder3(&self) -> MODER3_R
[src]
Bits 6:7 - MODER3
pub fn moder4(&self) -> MODER4_R
[src]
Bits 8:9 - MODER4
pub fn moder5(&self) -> MODER5_R
[src]
Bits 10:11 - MODER5
pub fn moder6(&self) -> MODER6_R
[src]
Bits 12:13 - MODER6
pub fn moder7(&self) -> MODER7_R
[src]
Bits 14:15 - MODER7
pub fn moder8(&self) -> MODER8_R
[src]
Bits 16:17 - MODER8
pub fn moder9(&self) -> MODER9_R
[src]
Bits 18:19 - MODER9
pub fn moder10(&self) -> MODER10_R
[src]
Bits 20:21 - MODER10
pub fn moder11(&self) -> MODER11_R
[src]
Bits 22:23 - MODER11
pub fn moder12(&self) -> MODER12_R
[src]
Bits 24:25 - MODER12
pub fn moder13(&self) -> MODER13_R
[src]
Bits 26:27 - MODER13
pub fn moder14(&self) -> MODER14_R
[src]
Bits 28:29 - MODER14
pub fn moder15(&self) -> MODER15_R
[src]
Bits 30:31 - MODER15
impl R<u32, Reg<u32, _GPIOK_OTYPER>>
[src]
pub fn ot0(&self) -> OT0_R
[src]
Bit 0 - OT0
pub fn ot1(&self) -> OT1_R
[src]
Bit 1 - OT1
pub fn ot2(&self) -> OT2_R
[src]
Bit 2 - OT2
pub fn ot3(&self) -> OT3_R
[src]
Bit 3 - OT3
pub fn ot4(&self) -> OT4_R
[src]
Bit 4 - OT4
pub fn ot5(&self) -> OT5_R
[src]
Bit 5 - OT5
pub fn ot6(&self) -> OT6_R
[src]
Bit 6 - OT6
pub fn ot7(&self) -> OT7_R
[src]
Bit 7 - OT7
pub fn ot8(&self) -> OT8_R
[src]
Bit 8 - OT8
pub fn ot9(&self) -> OT9_R
[src]
Bit 9 - OT9
pub fn ot10(&self) -> OT10_R
[src]
Bit 10 - OT10
pub fn ot11(&self) -> OT11_R
[src]
Bit 11 - OT11
pub fn ot12(&self) -> OT12_R
[src]
Bit 12 - OT12
pub fn ot13(&self) -> OT13_R
[src]
Bit 13 - OT13
pub fn ot14(&self) -> OT14_R
[src]
Bit 14 - OT14
pub fn ot15(&self) -> OT15_R
[src]
Bit 15 - OT15
impl R<u32, Reg<u32, _GPIOK_OSPEEDR>>
[src]
pub fn ospeedr0(&self) -> OSPEEDR0_R
[src]
Bits 0:1 - OSPEEDR0
pub fn ospeedr1(&self) -> OSPEEDR1_R
[src]
Bits 2:3 - OSPEEDR1
pub fn ospeedr2(&self) -> OSPEEDR2_R
[src]
Bits 4:5 - OSPEEDR2
pub fn ospeedr3(&self) -> OSPEEDR3_R
[src]
Bits 6:7 - OSPEEDR3
pub fn ospeedr4(&self) -> OSPEEDR4_R
[src]
Bits 8:9 - OSPEEDR4
pub fn ospeedr5(&self) -> OSPEEDR5_R
[src]
Bits 10:11 - OSPEEDR5
pub fn ospeedr6(&self) -> OSPEEDR6_R
[src]
Bits 12:13 - OSPEEDR6
pub fn ospeedr7(&self) -> OSPEEDR7_R
[src]
Bits 14:15 - OSPEEDR7
pub fn ospeedr8(&self) -> OSPEEDR8_R
[src]
Bits 16:17 - OSPEEDR8
pub fn ospeedr9(&self) -> OSPEEDR9_R
[src]
Bits 18:19 - OSPEEDR9
pub fn ospeedr10(&self) -> OSPEEDR10_R
[src]
Bits 20:21 - OSPEEDR10
pub fn ospeedr11(&self) -> OSPEEDR11_R
[src]
Bits 22:23 - OSPEEDR11
pub fn ospeedr12(&self) -> OSPEEDR12_R
[src]
Bits 24:25 - OSPEEDR12
pub fn ospeedr13(&self) -> OSPEEDR13_R
[src]
Bits 26:27 - OSPEEDR13
pub fn ospeedr14(&self) -> OSPEEDR14_R
[src]
Bits 28:29 - OSPEEDR14
pub fn ospeedr15(&self) -> OSPEEDR15_R
[src]
Bits 30:31 - OSPEEDR15
impl R<u32, Reg<u32, _GPIOK_PUPDR>>
[src]
pub fn pupdr0(&self) -> PUPDR0_R
[src]
Bits 0:1 - PUPDR0
pub fn pupdr1(&self) -> PUPDR1_R
[src]
Bits 2:3 - PUPDR1
pub fn pupdr2(&self) -> PUPDR2_R
[src]
Bits 4:5 - PUPDR2
pub fn pupdr3(&self) -> PUPDR3_R
[src]
Bits 6:7 - PUPDR3
pub fn pupdr4(&self) -> PUPDR4_R
[src]
Bits 8:9 - PUPDR4
pub fn pupdr5(&self) -> PUPDR5_R
[src]
Bits 10:11 - PUPDR5
pub fn pupdr6(&self) -> PUPDR6_R
[src]
Bits 12:13 - PUPDR6
pub fn pupdr7(&self) -> PUPDR7_R
[src]
Bits 14:15 - PUPDR7
pub fn pupdr8(&self) -> PUPDR8_R
[src]
Bits 16:17 - PUPDR8
pub fn pupdr9(&self) -> PUPDR9_R
[src]
Bits 18:19 - PUPDR9
pub fn pupdr10(&self) -> PUPDR10_R
[src]
Bits 20:21 - PUPDR10
pub fn pupdr11(&self) -> PUPDR11_R
[src]
Bits 22:23 - PUPDR11
pub fn pupdr12(&self) -> PUPDR12_R
[src]
Bits 24:25 - PUPDR12
pub fn pupdr13(&self) -> PUPDR13_R
[src]
Bits 26:27 - PUPDR13
pub fn pupdr14(&self) -> PUPDR14_R
[src]
Bits 28:29 - PUPDR14
pub fn pupdr15(&self) -> PUPDR15_R
[src]
Bits 30:31 - PUPDR15
impl R<u32, Reg<u32, _GPIOK_IDR>>
[src]
pub fn idr0(&self) -> IDR0_R
[src]
Bit 0 - IDR0
pub fn idr1(&self) -> IDR1_R
[src]
Bit 1 - IDR1
pub fn idr2(&self) -> IDR2_R
[src]
Bit 2 - IDR2
pub fn idr3(&self) -> IDR3_R
[src]
Bit 3 - IDR3
pub fn idr4(&self) -> IDR4_R
[src]
Bit 4 - IDR4
pub fn idr5(&self) -> IDR5_R
[src]
Bit 5 - IDR5
pub fn idr6(&self) -> IDR6_R
[src]
Bit 6 - IDR6
pub fn idr7(&self) -> IDR7_R
[src]
Bit 7 - IDR7
pub fn idr8(&self) -> IDR8_R
[src]
Bit 8 - IDR8
pub fn idr9(&self) -> IDR9_R
[src]
Bit 9 - IDR9
pub fn idr10(&self) -> IDR10_R
[src]
Bit 10 - IDR10
pub fn idr11(&self) -> IDR11_R
[src]
Bit 11 - IDR11
pub fn idr12(&self) -> IDR12_R
[src]
Bit 12 - IDR12
pub fn idr13(&self) -> IDR13_R
[src]
Bit 13 - IDR13
pub fn idr14(&self) -> IDR14_R
[src]
Bit 14 - IDR14
pub fn idr15(&self) -> IDR15_R
[src]
Bit 15 - IDR15
impl R<u32, Reg<u32, _GPIOK_ODR>>
[src]
pub fn odr0(&self) -> ODR0_R
[src]
Bit 0 - ODR0
pub fn odr1(&self) -> ODR1_R
[src]
Bit 1 - ODR1
pub fn odr2(&self) -> ODR2_R
[src]
Bit 2 - ODR2
pub fn odr3(&self) -> ODR3_R
[src]
Bit 3 - ODR3
pub fn odr4(&self) -> ODR4_R
[src]
Bit 4 - ODR4
pub fn odr5(&self) -> ODR5_R
[src]
Bit 5 - ODR5
pub fn odr6(&self) -> ODR6_R
[src]
Bit 6 - ODR6
pub fn odr7(&self) -> ODR7_R
[src]
Bit 7 - ODR7
pub fn odr8(&self) -> ODR8_R
[src]
Bit 8 - ODR8
pub fn odr9(&self) -> ODR9_R
[src]
Bit 9 - ODR9
pub fn odr10(&self) -> ODR10_R
[src]
Bit 10 - ODR10
pub fn odr11(&self) -> ODR11_R
[src]
Bit 11 - ODR11
pub fn odr12(&self) -> ODR12_R
[src]
Bit 12 - ODR12
pub fn odr13(&self) -> ODR13_R
[src]
Bit 13 - ODR13
pub fn odr14(&self) -> ODR14_R
[src]
Bit 14 - ODR14
pub fn odr15(&self) -> ODR15_R
[src]
Bit 15 - ODR15
impl R<u32, Reg<u32, _GPIOK_LCKR>>
[src]
pub fn lck0(&self) -> LCK0_R
[src]
Bit 0 - LCK0
pub fn lck1(&self) -> LCK1_R
[src]
Bit 1 - LCK1
pub fn lck2(&self) -> LCK2_R
[src]
Bit 2 - LCK2
pub fn lck3(&self) -> LCK3_R
[src]
Bit 3 - LCK3
pub fn lck4(&self) -> LCK4_R
[src]
Bit 4 - LCK4
pub fn lck5(&self) -> LCK5_R
[src]
Bit 5 - LCK5
pub fn lck6(&self) -> LCK6_R
[src]
Bit 6 - LCK6
pub fn lck7(&self) -> LCK7_R
[src]
Bit 7 - LCK7
pub fn lck8(&self) -> LCK8_R
[src]
Bit 8 - LCK8
pub fn lck9(&self) -> LCK9_R
[src]
Bit 9 - LCK9
pub fn lck10(&self) -> LCK10_R
[src]
Bit 10 - LCK10
pub fn lck11(&self) -> LCK11_R
[src]
Bit 11 - LCK11
pub fn lck12(&self) -> LCK12_R
[src]
Bit 12 - LCK12
pub fn lck13(&self) -> LCK13_R
[src]
Bit 13 - LCK13
pub fn lck14(&self) -> LCK14_R
[src]
Bit 14 - LCK14
pub fn lck15(&self) -> LCK15_R
[src]
Bit 15 - LCK15
pub fn lckk(&self) -> LCKK_R
[src]
Bit 16 - LCKK
impl R<u32, Reg<u32, _GPIOK_AFRL>>
[src]
pub fn afr0(&self) -> AFR0_R
[src]
Bits 0:3 - AFR0
pub fn afr1(&self) -> AFR1_R
[src]
Bits 4:7 - AFR1
pub fn afr2(&self) -> AFR2_R
[src]
Bits 8:11 - AFR2
pub fn afr3(&self) -> AFR3_R
[src]
Bits 12:15 - AFR3
pub fn afr4(&self) -> AFR4_R
[src]
Bits 16:19 - AFR4
pub fn afr5(&self) -> AFR5_R
[src]
Bits 20:23 - AFR5
pub fn afr6(&self) -> AFR6_R
[src]
Bits 24:27 - AFR6
pub fn afr7(&self) -> AFR7_R
[src]
Bits 28:31 - AFR7
impl R<u32, Reg<u32, _GPIOK_AFRH>>
[src]
pub fn afr8(&self) -> AFR8_R
[src]
Bits 0:3 - AFR8
pub fn afr9(&self) -> AFR9_R
[src]
Bits 4:7 - AFR9
pub fn afr10(&self) -> AFR10_R
[src]
Bits 8:11 - AFR10
pub fn afr11(&self) -> AFR11_R
[src]
Bits 12:15 - AFR11
pub fn afr12(&self) -> AFR12_R
[src]
Bits 16:19 - AFR12
pub fn afr13(&self) -> AFR13_R
[src]
Bits 20:23 - AFR13
pub fn afr14(&self) -> AFR14_R
[src]
Bits 24:27 - AFR14
pub fn afr15(&self) -> AFR15_R
[src]
Bits 28:31 - AFR15
impl R<u32, Reg<u32, _GPIOK_HWCFGR10>>
[src]
pub fn ahb_iop(&self) -> AHB_IOP_R
[src]
Bits 0:3 - AHB_IOP
pub fn af_size(&self) -> AF_SIZE_R
[src]
Bits 4:7 - AF_SIZE
pub fn speed_cfg(&self) -> SPEED_CFG_R
[src]
Bits 8:11 - SPEED_CFG
pub fn lock_cfg(&self) -> LOCK_CFG_R
[src]
Bits 12:15 - LOCK_CFG
pub fn sec_cfg(&self) -> SEC_CFG_R
[src]
Bits 16:19 - SEC_CFG
pub fn or_cfg(&self) -> OR_CFG_R
[src]
Bits 20:23 - OR_CFG
impl R<u32, Reg<u32, _GPIOK_HWCFGR9>>
[src]
impl R<u32, Reg<u32, _GPIOK_HWCFGR8>>
[src]
pub fn af_prio8(&self) -> AF_PRIO8_R
[src]
Bits 0:3 - AF_PRIO8
pub fn af_prio9(&self) -> AF_PRIO9_R
[src]
Bits 4:7 - AF_PRIO9
pub fn af_prio10(&self) -> AF_PRIO10_R
[src]
Bits 8:11 - AF_PRIO10
pub fn af_prio11(&self) -> AF_PRIO11_R
[src]
Bits 12:15 - AF_PRIO11
pub fn af_prio12(&self) -> AF_PRIO12_R
[src]
Bits 16:19 - AF_PRIO12
pub fn af_prio13(&self) -> AF_PRIO13_R
[src]
Bits 20:23 - AF_PRIO13
pub fn af_prio14(&self) -> AF_PRIO14_R
[src]
Bits 24:27 - AF_PRIO14
pub fn af_prio15(&self) -> AF_PRIO15_R
[src]
Bits 28:31 - AF_PRIO15
impl R<u32, Reg<u32, _GPIOK_HWCFGR7>>
[src]
pub fn af_prio0(&self) -> AF_PRIO0_R
[src]
Bits 0:3 - AF_PRIO0
pub fn af_prio1(&self) -> AF_PRIO1_R
[src]
Bits 4:7 - AF_PRIO1
pub fn af_prio2(&self) -> AF_PRIO2_R
[src]
Bits 8:11 - AF_PRIO2
pub fn af_prio3(&self) -> AF_PRIO3_R
[src]
Bits 12:15 - AF_PRIO3
pub fn af_prio4(&self) -> AF_PRIO4_R
[src]
Bits 16:19 - AF_PRIO4
pub fn af_prio5(&self) -> AF_PRIO5_R
[src]
Bits 20:23 - AF_PRIO5
pub fn af_prio6(&self) -> AF_PRIO6_R
[src]
Bits 24:27 - AF_PRIO6
pub fn af_prio7(&self) -> AF_PRIO7_R
[src]
Bits 28:31 - AF_PRIO7
impl R<u32, Reg<u32, _GPIOK_HWCFGR6>>
[src]
pub fn moder_res(&self) -> MODER_RES_R
[src]
Bits 0:31 - MODER_RES
impl R<u32, Reg<u32, _GPIOK_HWCFGR5>>
[src]
pub fn pupdr_res(&self) -> PUPDR_RES_R
[src]
Bits 0:31 - PUPDR_RES
impl R<u32, Reg<u32, _GPIOK_HWCFGR4>>
[src]
pub fn ospeed_res(&self) -> OSPEED_RES_R
[src]
Bits 0:31 - OSPEED_RES
impl R<u32, Reg<u32, _GPIOK_HWCFGR3>>
[src]
pub fn odr_res(&self) -> ODR_RES_R
[src]
Bits 0:15 - ODR_RES
pub fn otyper_res(&self) -> OTYPER_RES_R
[src]
Bits 16:31 - OTYPER_RES
impl R<u32, Reg<u32, _GPIOK_HWCFGR2>>
[src]
pub fn afrl_res(&self) -> AFRL_RES_R
[src]
Bits 0:31 - AFRL_RES
impl R<u32, Reg<u32, _GPIOK_HWCFGR1>>
[src]
pub fn afrh_res(&self) -> AFRH_RES_R
[src]
Bits 0:31 - AFRH_RES
impl R<u32, Reg<u32, _GPIOK_HWCFGR0>>
[src]
impl R<u32, Reg<u32, _GPIOK_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _GPIOK_IPIDR>>
[src]
impl R<u32, Reg<u32, _GPIOK_SIDR>>
[src]
impl R<u32, Reg<u32, _GPIOZ_MODER>>
[src]
pub fn moder0(&self) -> MODER0_R
[src]
Bits 0:1 - MODER0
pub fn moder1(&self) -> MODER1_R
[src]
Bits 2:3 - MODER1
pub fn moder2(&self) -> MODER2_R
[src]
Bits 4:5 - MODER2
pub fn moder3(&self) -> MODER3_R
[src]
Bits 6:7 - MODER3
pub fn moder4(&self) -> MODER4_R
[src]
Bits 8:9 - MODER4
pub fn moder5(&self) -> MODER5_R
[src]
Bits 10:11 - MODER5
pub fn moder6(&self) -> MODER6_R
[src]
Bits 12:13 - MODER6
pub fn moder7(&self) -> MODER7_R
[src]
Bits 14:15 - MODER7
pub fn moder8(&self) -> MODER8_R
[src]
Bits 16:17 - MODER8
pub fn moder9(&self) -> MODER9_R
[src]
Bits 18:19 - MODER9
pub fn moder10(&self) -> MODER10_R
[src]
Bits 20:21 - MODER10
pub fn moder11(&self) -> MODER11_R
[src]
Bits 22:23 - MODER11
pub fn moder12(&self) -> MODER12_R
[src]
Bits 24:25 - MODER12
pub fn moder13(&self) -> MODER13_R
[src]
Bits 26:27 - MODER13
pub fn moder14(&self) -> MODER14_R
[src]
Bits 28:29 - MODER14
pub fn moder15(&self) -> MODER15_R
[src]
Bits 30:31 - MODER15
impl R<u32, Reg<u32, _GPIOZ_OTYPER>>
[src]
pub fn ot0(&self) -> OT0_R
[src]
Bit 0 - OT0
pub fn ot1(&self) -> OT1_R
[src]
Bit 1 - OT1
pub fn ot2(&self) -> OT2_R
[src]
Bit 2 - OT2
pub fn ot3(&self) -> OT3_R
[src]
Bit 3 - OT3
pub fn ot4(&self) -> OT4_R
[src]
Bit 4 - OT4
pub fn ot5(&self) -> OT5_R
[src]
Bit 5 - OT5
pub fn ot6(&self) -> OT6_R
[src]
Bit 6 - OT6
pub fn ot7(&self) -> OT7_R
[src]
Bit 7 - OT7
pub fn ot8(&self) -> OT8_R
[src]
Bit 8 - OT8
pub fn ot9(&self) -> OT9_R
[src]
Bit 9 - OT9
pub fn ot10(&self) -> OT10_R
[src]
Bit 10 - OT10
pub fn ot11(&self) -> OT11_R
[src]
Bit 11 - OT11
pub fn ot12(&self) -> OT12_R
[src]
Bit 12 - OT12
pub fn ot13(&self) -> OT13_R
[src]
Bit 13 - OT13
pub fn ot14(&self) -> OT14_R
[src]
Bit 14 - OT14
pub fn ot15(&self) -> OT15_R
[src]
Bit 15 - OT15
impl R<u32, Reg<u32, _GPIOZ_OSPEEDR>>
[src]
pub fn ospeedr0(&self) -> OSPEEDR0_R
[src]
Bits 0:1 - OSPEEDR0
pub fn ospeedr1(&self) -> OSPEEDR1_R
[src]
Bits 2:3 - OSPEEDR1
pub fn ospeedr2(&self) -> OSPEEDR2_R
[src]
Bits 4:5 - OSPEEDR2
pub fn ospeedr3(&self) -> OSPEEDR3_R
[src]
Bits 6:7 - OSPEEDR3
pub fn ospeedr4(&self) -> OSPEEDR4_R
[src]
Bits 8:9 - OSPEEDR4
pub fn ospeedr5(&self) -> OSPEEDR5_R
[src]
Bits 10:11 - OSPEEDR5
pub fn ospeedr6(&self) -> OSPEEDR6_R
[src]
Bits 12:13 - OSPEEDR6
pub fn ospeedr7(&self) -> OSPEEDR7_R
[src]
Bits 14:15 - OSPEEDR7
pub fn ospeedr8(&self) -> OSPEEDR8_R
[src]
Bits 16:17 - OSPEEDR8
pub fn ospeedr9(&self) -> OSPEEDR9_R
[src]
Bits 18:19 - OSPEEDR9
pub fn ospeedr10(&self) -> OSPEEDR10_R
[src]
Bits 20:21 - OSPEEDR10
pub fn ospeedr11(&self) -> OSPEEDR11_R
[src]
Bits 22:23 - OSPEEDR11
pub fn ospeedr12(&self) -> OSPEEDR12_R
[src]
Bits 24:25 - OSPEEDR12
pub fn ospeedr13(&self) -> OSPEEDR13_R
[src]
Bits 26:27 - OSPEEDR13
pub fn ospeedr14(&self) -> OSPEEDR14_R
[src]
Bits 28:29 - OSPEEDR14
pub fn ospeedr15(&self) -> OSPEEDR15_R
[src]
Bits 30:31 - OSPEEDR15
impl R<u32, Reg<u32, _GPIOZ_PUPDR>>
[src]
pub fn pupdr0(&self) -> PUPDR0_R
[src]
Bits 0:1 - PUPDR0
pub fn pupdr1(&self) -> PUPDR1_R
[src]
Bits 2:3 - PUPDR1
pub fn pupdr2(&self) -> PUPDR2_R
[src]
Bits 4:5 - PUPDR2
pub fn pupdr3(&self) -> PUPDR3_R
[src]
Bits 6:7 - PUPDR3
pub fn pupdr4(&self) -> PUPDR4_R
[src]
Bits 8:9 - PUPDR4
pub fn pupdr5(&self) -> PUPDR5_R
[src]
Bits 10:11 - PUPDR5
pub fn pupdr6(&self) -> PUPDR6_R
[src]
Bits 12:13 - PUPDR6
pub fn pupdr7(&self) -> PUPDR7_R
[src]
Bits 14:15 - PUPDR7
pub fn pupdr8(&self) -> PUPDR8_R
[src]
Bits 16:17 - PUPDR8
pub fn pupdr9(&self) -> PUPDR9_R
[src]
Bits 18:19 - PUPDR9
pub fn pupdr10(&self) -> PUPDR10_R
[src]
Bits 20:21 - PUPDR10
pub fn pupdr11(&self) -> PUPDR11_R
[src]
Bits 22:23 - PUPDR11
pub fn pupdr12(&self) -> PUPDR12_R
[src]
Bits 24:25 - PUPDR12
pub fn pupdr13(&self) -> PUPDR13_R
[src]
Bits 26:27 - PUPDR13
pub fn pupdr14(&self) -> PUPDR14_R
[src]
Bits 28:29 - PUPDR14
pub fn pupdr15(&self) -> PUPDR15_R
[src]
Bits 30:31 - PUPDR15
impl R<u32, Reg<u32, _GPIOZ_IDR>>
[src]
pub fn idr0(&self) -> IDR0_R
[src]
Bit 0 - IDR0
pub fn idr1(&self) -> IDR1_R
[src]
Bit 1 - IDR1
pub fn idr2(&self) -> IDR2_R
[src]
Bit 2 - IDR2
pub fn idr3(&self) -> IDR3_R
[src]
Bit 3 - IDR3
pub fn idr4(&self) -> IDR4_R
[src]
Bit 4 - IDR4
pub fn idr5(&self) -> IDR5_R
[src]
Bit 5 - IDR5
pub fn idr6(&self) -> IDR6_R
[src]
Bit 6 - IDR6
pub fn idr7(&self) -> IDR7_R
[src]
Bit 7 - IDR7
pub fn idr8(&self) -> IDR8_R
[src]
Bit 8 - IDR8
pub fn idr9(&self) -> IDR9_R
[src]
Bit 9 - IDR9
pub fn idr10(&self) -> IDR10_R
[src]
Bit 10 - IDR10
pub fn idr11(&self) -> IDR11_R
[src]
Bit 11 - IDR11
pub fn idr12(&self) -> IDR12_R
[src]
Bit 12 - IDR12
pub fn idr13(&self) -> IDR13_R
[src]
Bit 13 - IDR13
pub fn idr14(&self) -> IDR14_R
[src]
Bit 14 - IDR14
pub fn idr15(&self) -> IDR15_R
[src]
Bit 15 - IDR15
impl R<u32, Reg<u32, _GPIOZ_ODR>>
[src]
pub fn odr0(&self) -> ODR0_R
[src]
Bit 0 - ODR0
pub fn odr1(&self) -> ODR1_R
[src]
Bit 1 - ODR1
pub fn odr2(&self) -> ODR2_R
[src]
Bit 2 - ODR2
pub fn odr3(&self) -> ODR3_R
[src]
Bit 3 - ODR3
pub fn odr4(&self) -> ODR4_R
[src]
Bit 4 - ODR4
pub fn odr5(&self) -> ODR5_R
[src]
Bit 5 - ODR5
pub fn odr6(&self) -> ODR6_R
[src]
Bit 6 - ODR6
pub fn odr7(&self) -> ODR7_R
[src]
Bit 7 - ODR7
pub fn odr8(&self) -> ODR8_R
[src]
Bit 8 - ODR8
pub fn odr9(&self) -> ODR9_R
[src]
Bit 9 - ODR9
pub fn odr10(&self) -> ODR10_R
[src]
Bit 10 - ODR10
pub fn odr11(&self) -> ODR11_R
[src]
Bit 11 - ODR11
pub fn odr12(&self) -> ODR12_R
[src]
Bit 12 - ODR12
pub fn odr13(&self) -> ODR13_R
[src]
Bit 13 - ODR13
pub fn odr14(&self) -> ODR14_R
[src]
Bit 14 - ODR14
pub fn odr15(&self) -> ODR15_R
[src]
Bit 15 - ODR15
impl R<u32, Reg<u32, _GPIOZ_LCKR>>
[src]
pub fn lck0(&self) -> LCK0_R
[src]
Bit 0 - LCK0
pub fn lck1(&self) -> LCK1_R
[src]
Bit 1 - LCK1
pub fn lck2(&self) -> LCK2_R
[src]
Bit 2 - LCK2
pub fn lck3(&self) -> LCK3_R
[src]
Bit 3 - LCK3
pub fn lck4(&self) -> LCK4_R
[src]
Bit 4 - LCK4
pub fn lck5(&self) -> LCK5_R
[src]
Bit 5 - LCK5
pub fn lck6(&self) -> LCK6_R
[src]
Bit 6 - LCK6
pub fn lck7(&self) -> LCK7_R
[src]
Bit 7 - LCK7
pub fn lck8(&self) -> LCK8_R
[src]
Bit 8 - LCK8
pub fn lck9(&self) -> LCK9_R
[src]
Bit 9 - LCK9
pub fn lck10(&self) -> LCK10_R
[src]
Bit 10 - LCK10
pub fn lck11(&self) -> LCK11_R
[src]
Bit 11 - LCK11
pub fn lck12(&self) -> LCK12_R
[src]
Bit 12 - LCK12
pub fn lck13(&self) -> LCK13_R
[src]
Bit 13 - LCK13
pub fn lck14(&self) -> LCK14_R
[src]
Bit 14 - LCK14
pub fn lck15(&self) -> LCK15_R
[src]
Bit 15 - LCK15
pub fn lckk(&self) -> LCKK_R
[src]
Bit 16 - LCKK
impl R<u32, Reg<u32, _GPIOZ_AFRL>>
[src]
pub fn afr0(&self) -> AFR0_R
[src]
Bits 0:3 - AFR0
pub fn afr1(&self) -> AFR1_R
[src]
Bits 4:7 - AFR1
pub fn afr2(&self) -> AFR2_R
[src]
Bits 8:11 - AFR2
pub fn afr3(&self) -> AFR3_R
[src]
Bits 12:15 - AFR3
pub fn afr4(&self) -> AFR4_R
[src]
Bits 16:19 - AFR4
pub fn afr5(&self) -> AFR5_R
[src]
Bits 20:23 - AFR5
pub fn afr6(&self) -> AFR6_R
[src]
Bits 24:27 - AFR6
pub fn afr7(&self) -> AFR7_R
[src]
Bits 28:31 - AFR7
impl R<u32, Reg<u32, _GPIOZ_AFRH>>
[src]
pub fn afr8(&self) -> AFR8_R
[src]
Bits 0:3 - AFR8
pub fn afr9(&self) -> AFR9_R
[src]
Bits 4:7 - AFR9
pub fn afr10(&self) -> AFR10_R
[src]
Bits 8:11 - AFR10
pub fn afr11(&self) -> AFR11_R
[src]
Bits 12:15 - AFR11
pub fn afr12(&self) -> AFR12_R
[src]
Bits 16:19 - AFR12
pub fn afr13(&self) -> AFR13_R
[src]
Bits 20:23 - AFR13
pub fn afr14(&self) -> AFR14_R
[src]
Bits 24:27 - AFR14
pub fn afr15(&self) -> AFR15_R
[src]
Bits 28:31 - AFR15
impl R<u32, Reg<u32, _GPIOZ_HWCFGR10>>
[src]
pub fn ahb_iop(&self) -> AHB_IOP_R
[src]
Bits 0:3 - AHB_IOP
pub fn af_size(&self) -> AF_SIZE_R
[src]
Bits 4:7 - AF_SIZE
pub fn speed_cfg(&self) -> SPEED_CFG_R
[src]
Bits 8:11 - SPEED_CFG
pub fn lock_cfg(&self) -> LOCK_CFG_R
[src]
Bits 12:15 - LOCK_CFG
pub fn sec_cfg(&self) -> SEC_CFG_R
[src]
Bits 16:19 - SEC_CFG
pub fn or_cfg(&self) -> OR_CFG_R
[src]
Bits 20:23 - OR_CFG
impl R<u32, Reg<u32, _GPIOZ_HWCFGR9>>
[src]
impl R<u32, Reg<u32, _GPIOZ_HWCFGR8>>
[src]
pub fn af_prio8(&self) -> AF_PRIO8_R
[src]
Bits 0:3 - AF_PRIO8
pub fn af_prio9(&self) -> AF_PRIO9_R
[src]
Bits 4:7 - AF_PRIO9
pub fn af_prio10(&self) -> AF_PRIO10_R
[src]
Bits 8:11 - AF_PRIO10
pub fn af_prio11(&self) -> AF_PRIO11_R
[src]
Bits 12:15 - AF_PRIO11
pub fn af_prio12(&self) -> AF_PRIO12_R
[src]
Bits 16:19 - AF_PRIO12
pub fn af_prio13(&self) -> AF_PRIO13_R
[src]
Bits 20:23 - AF_PRIO13
pub fn af_prio14(&self) -> AF_PRIO14_R
[src]
Bits 24:27 - AF_PRIO14
pub fn af_prio15(&self) -> AF_PRIO15_R
[src]
Bits 28:31 - AF_PRIO15
impl R<u32, Reg<u32, _GPIOZ_HWCFGR7>>
[src]
pub fn af_prio0(&self) -> AF_PRIO0_R
[src]
Bits 0:3 - AF_PRIO0
pub fn af_prio1(&self) -> AF_PRIO1_R
[src]
Bits 4:7 - AF_PRIO1
pub fn af_prio2(&self) -> AF_PRIO2_R
[src]
Bits 8:11 - AF_PRIO2
pub fn af_prio3(&self) -> AF_PRIO3_R
[src]
Bits 12:15 - AF_PRIO3
pub fn af_prio4(&self) -> AF_PRIO4_R
[src]
Bits 16:19 - AF_PRIO4
pub fn af_prio5(&self) -> AF_PRIO5_R
[src]
Bits 20:23 - AF_PRIO5
pub fn af_prio6(&self) -> AF_PRIO6_R
[src]
Bits 24:27 - AF_PRIO6
pub fn af_prio7(&self) -> AF_PRIO7_R
[src]
Bits 28:31 - AF_PRIO7
impl R<u32, Reg<u32, _GPIOZ_HWCFGR6>>
[src]
pub fn moder_res(&self) -> MODER_RES_R
[src]
Bits 0:31 - MODER_RES
impl R<u32, Reg<u32, _GPIOZ_HWCFGR5>>
[src]
pub fn pupdr_res(&self) -> PUPDR_RES_R
[src]
Bits 0:31 - PUPDR_RES
impl R<u32, Reg<u32, _GPIOZ_HWCFGR4>>
[src]
pub fn ospeed_res(&self) -> OSPEED_RES_R
[src]
Bits 0:31 - OSPEED_RES
impl R<u32, Reg<u32, _GPIOZ_HWCFGR3>>
[src]
pub fn odr_res(&self) -> ODR_RES_R
[src]
Bits 0:15 - ODR_RES
pub fn otyper_res(&self) -> OTYPER_RES_R
[src]
Bits 16:31 - OTYPER_RES
impl R<u32, Reg<u32, _GPIOZ_HWCFGR2>>
[src]
pub fn afrl_res(&self) -> AFRL_RES_R
[src]
Bits 0:31 - AFRL_RES
impl R<u32, Reg<u32, _GPIOZ_HWCFGR1>>
[src]
pub fn afrh_res(&self) -> AFRH_RES_R
[src]
Bits 0:31 - AFRH_RES
impl R<u32, Reg<u32, _GPIOZ_HWCFGR0>>
[src]
impl R<u32, Reg<u32, _GPIOZ_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _GPIOZ_IPIDR>>
[src]
impl R<u32, Reg<u32, _GPIOZ_SIDR>>
[src]
impl R<u32, Reg<u32, _HASH_CR>>
[src]
pub fn dmae(&self) -> DMAE_R
[src]
Bit 3 - DMAE
pub fn datatype(&self) -> DATATYPE_R
[src]
Bits 4:5 - DATATYPE
pub fn mode(&self) -> MODE_R
[src]
Bit 6 - MODE
pub fn algo0(&self) -> ALGO0_R
[src]
Bit 7 - ALGO0
pub fn nbw(&self) -> NBW_R
[src]
Bits 8:11 - NBW
pub fn dinne(&self) -> DINNE_R
[src]
Bit 12 - DINNE
pub fn mdmat(&self) -> MDMAT_R
[src]
Bit 13 - MDMAT
pub fn lkey(&self) -> LKEY_R
[src]
Bit 16 - LKEY
pub fn algo1(&self) -> ALGO1_R
[src]
Bit 18 - ALGO1
impl R<u32, Reg<u32, _HASH_DIN>>
[src]
impl R<u32, Reg<u32, _HASH_STR>>
[src]
impl R<u32, Reg<u32, _HASH_HR0>>
[src]
impl R<u32, Reg<u32, _HASH_HR1>>
[src]
impl R<u32, Reg<u32, _HASH_HR2>>
[src]
impl R<u32, Reg<u32, _HASH_HR3>>
[src]
impl R<u32, Reg<u32, _HASH_HR4>>
[src]
impl R<u32, Reg<u32, _HASH_IMR>>
[src]
impl R<u32, Reg<u32, _HASH_SR>>
[src]
pub fn dinis(&self) -> DINIS_R
[src]
Bit 0 - DINIS
pub fn dcis(&self) -> DCIS_R
[src]
Bit 1 - DCIS
pub fn dmas(&self) -> DMAS_R
[src]
Bit 2 - DMAS
pub fn busy(&self) -> BUSY_R
[src]
Bit 3 - BUSY
impl R<u32, Reg<u32, _HASH_CSR0>>
[src]
impl R<u32, Reg<u32, _HASH_CSR1>>
[src]
impl R<u32, Reg<u32, _HASH_CSR2>>
[src]
impl R<u32, Reg<u32, _HASH_CSR3>>
[src]
impl R<u32, Reg<u32, _HASH_CSR4>>
[src]
impl R<u32, Reg<u32, _HASH_CSR5>>
[src]
impl R<u32, Reg<u32, _HASH_CSR6>>
[src]
impl R<u32, Reg<u32, _HASH_CSR7>>
[src]
impl R<u32, Reg<u32, _HASH_CSR8>>
[src]
impl R<u32, Reg<u32, _HASH_CSR9>>
[src]
impl R<u32, Reg<u32, _HASH_CSR10>>
[src]
impl R<u32, Reg<u32, _HASH_CSR11>>
[src]
impl R<u32, Reg<u32, _HASH_CSR12>>
[src]
impl R<u32, Reg<u32, _HASH_CSR13>>
[src]
impl R<u32, Reg<u32, _HASH_CSR14>>
[src]
impl R<u32, Reg<u32, _HASH_CSR15>>
[src]
impl R<u32, Reg<u32, _HASH_CSR16>>
[src]
impl R<u32, Reg<u32, _HASH_CSR17>>
[src]
impl R<u32, Reg<u32, _HASH_CSR18>>
[src]
impl R<u32, Reg<u32, _HASH_CSR19>>
[src]
impl R<u32, Reg<u32, _HASH_CSR20>>
[src]
impl R<u32, Reg<u32, _HASH_CSR21>>
[src]
impl R<u32, Reg<u32, _HASH_CSR22>>
[src]
impl R<u32, Reg<u32, _HASH_CSR23>>
[src]
impl R<u32, Reg<u32, _HASH_CSR24>>
[src]
impl R<u32, Reg<u32, _HASH_CSR25>>
[src]
impl R<u32, Reg<u32, _HASH_CSR26>>
[src]
impl R<u32, Reg<u32, _HASH_CSR27>>
[src]
impl R<u32, Reg<u32, _HASH_CSR28>>
[src]
impl R<u32, Reg<u32, _HASH_CSR29>>
[src]
impl R<u32, Reg<u32, _HASH_CSR30>>
[src]
impl R<u32, Reg<u32, _HASH_CSR31>>
[src]
impl R<u32, Reg<u32, _HASH_CSR32>>
[src]
impl R<u32, Reg<u32, _HASH_CSR33>>
[src]
impl R<u32, Reg<u32, _HASH_CSR34>>
[src]
impl R<u32, Reg<u32, _HASH_CSR35>>
[src]
impl R<u32, Reg<u32, _HASH_CSR36>>
[src]
impl R<u32, Reg<u32, _HASH_CSR37>>
[src]
impl R<u32, Reg<u32, _HASH_CSR38>>
[src]
impl R<u32, Reg<u32, _HASH_CSR39>>
[src]
impl R<u32, Reg<u32, _HASH_CSR40>>
[src]
impl R<u32, Reg<u32, _HASH_CSR41>>
[src]
impl R<u32, Reg<u32, _HASH_CSR42>>
[src]
impl R<u32, Reg<u32, _HASH_CSR43>>
[src]
impl R<u32, Reg<u32, _HASH_CSR44>>
[src]
impl R<u32, Reg<u32, _HASH_CSR45>>
[src]
impl R<u32, Reg<u32, _HASH_CSR46>>
[src]
impl R<u32, Reg<u32, _HASH_CSR47>>
[src]
impl R<u32, Reg<u32, _HASH_CSR48>>
[src]
impl R<u32, Reg<u32, _HASH_CSR49>>
[src]
impl R<u32, Reg<u32, _HASH_CSR50>>
[src]
impl R<u32, Reg<u32, _HASH_CSR51>>
[src]
impl R<u32, Reg<u32, _HASH_CSR52>>
[src]
impl R<u32, Reg<u32, _HASH_CSR53>>
[src]
impl R<u32, Reg<u32, _HASH_HR5>>
[src]
impl R<u32, Reg<u32, _HASH_HR6>>
[src]
impl R<u32, Reg<u32, _HASH_HR7>>
[src]
impl R<u32, Reg<u32, _HASH_HWCFGR>>
[src]
impl R<u32, Reg<u32, _HASH_VERR>>
[src]
impl R<u32, Reg<u32, _HASH_IPIDR>>
[src]
impl R<u32, Reg<u32, _HASH_MID>>
[src]
impl R<u32, Reg<u32, _HASH_CR>>
[src]
pub fn dmae(&self) -> DMAE_R
[src]
Bit 3 - DMAE
pub fn datatype(&self) -> DATATYPE_R
[src]
Bits 4:5 - DATATYPE
pub fn mode(&self) -> MODE_R
[src]
Bit 6 - MODE
pub fn algo0(&self) -> ALGO0_R
[src]
Bit 7 - ALGO0
pub fn nbw(&self) -> NBW_R
[src]
Bits 8:11 - NBW
pub fn dinne(&self) -> DINNE_R
[src]
Bit 12 - DINNE
pub fn mdmat(&self) -> MDMAT_R
[src]
Bit 13 - MDMAT
pub fn lkey(&self) -> LKEY_R
[src]
Bit 16 - LKEY
pub fn algo1(&self) -> ALGO1_R
[src]
Bit 18 - ALGO1
impl R<u32, Reg<u32, _HASH_DIN>>
[src]
impl R<u32, Reg<u32, _HASH_STR>>
[src]
impl R<u32, Reg<u32, _HASH_HR0>>
[src]
impl R<u32, Reg<u32, _HASH_HR1>>
[src]
impl R<u32, Reg<u32, _HASH_HR2>>
[src]
impl R<u32, Reg<u32, _HASH_HR3>>
[src]
impl R<u32, Reg<u32, _HASH_HR4>>
[src]
impl R<u32, Reg<u32, _HASH_IMR>>
[src]
impl R<u32, Reg<u32, _HASH_SR>>
[src]
pub fn dinis(&self) -> DINIS_R
[src]
Bit 0 - DINIS
pub fn dcis(&self) -> DCIS_R
[src]
Bit 1 - DCIS
pub fn dmas(&self) -> DMAS_R
[src]
Bit 2 - DMAS
pub fn busy(&self) -> BUSY_R
[src]
Bit 3 - BUSY
impl R<u32, Reg<u32, _HASH_CSR0>>
[src]
impl R<u32, Reg<u32, _HASH_CSR1>>
[src]
impl R<u32, Reg<u32, _HASH_CSR2>>
[src]
impl R<u32, Reg<u32, _HASH_CSR3>>
[src]
impl R<u32, Reg<u32, _HASH_CSR4>>
[src]
impl R<u32, Reg<u32, _HASH_CSR5>>
[src]
impl R<u32, Reg<u32, _HASH_CSR6>>
[src]
impl R<u32, Reg<u32, _HASH_CSR7>>
[src]
impl R<u32, Reg<u32, _HASH_CSR8>>
[src]
impl R<u32, Reg<u32, _HASH_CSR9>>
[src]
impl R<u32, Reg<u32, _HASH_CSR10>>
[src]
impl R<u32, Reg<u32, _HASH_CSR11>>
[src]
impl R<u32, Reg<u32, _HASH_CSR12>>
[src]
impl R<u32, Reg<u32, _HASH_CSR13>>
[src]
impl R<u32, Reg<u32, _HASH_CSR14>>
[src]
impl R<u32, Reg<u32, _HASH_CSR15>>
[src]
impl R<u32, Reg<u32, _HASH_CSR16>>
[src]
impl R<u32, Reg<u32, _HASH_CSR17>>
[src]
impl R<u32, Reg<u32, _HASH_CSR18>>
[src]
impl R<u32, Reg<u32, _HASH_CSR19>>
[src]
impl R<u32, Reg<u32, _HASH_CSR20>>
[src]
impl R<u32, Reg<u32, _HASH_CSR21>>
[src]
impl R<u32, Reg<u32, _HASH_CSR22>>
[src]
impl R<u32, Reg<u32, _HASH_CSR23>>
[src]
impl R<u32, Reg<u32, _HASH_CSR24>>
[src]
impl R<u32, Reg<u32, _HASH_CSR25>>
[src]
impl R<u32, Reg<u32, _HASH_CSR26>>
[src]
impl R<u32, Reg<u32, _HASH_CSR27>>
[src]
impl R<u32, Reg<u32, _HASH_CSR28>>
[src]
impl R<u32, Reg<u32, _HASH_CSR29>>
[src]
impl R<u32, Reg<u32, _HASH_CSR30>>
[src]
impl R<u32, Reg<u32, _HASH_CSR31>>
[src]
impl R<u32, Reg<u32, _HASH_CSR32>>
[src]
impl R<u32, Reg<u32, _HASH_CSR33>>
[src]
impl R<u32, Reg<u32, _HASH_CSR34>>
[src]
impl R<u32, Reg<u32, _HASH_CSR35>>
[src]
impl R<u32, Reg<u32, _HASH_CSR36>>
[src]
impl R<u32, Reg<u32, _HASH_CSR37>>
[src]
impl R<u32, Reg<u32, _HASH_CSR38>>
[src]
impl R<u32, Reg<u32, _HASH_CSR39>>
[src]
impl R<u32, Reg<u32, _HASH_CSR40>>
[src]
impl R<u32, Reg<u32, _HASH_CSR41>>
[src]
impl R<u32, Reg<u32, _HASH_CSR42>>
[src]
impl R<u32, Reg<u32, _HASH_CSR43>>
[src]
impl R<u32, Reg<u32, _HASH_CSR44>>
[src]
impl R<u32, Reg<u32, _HASH_CSR45>>
[src]
impl R<u32, Reg<u32, _HASH_CSR46>>
[src]
impl R<u32, Reg<u32, _HASH_CSR47>>
[src]
impl R<u32, Reg<u32, _HASH_CSR48>>
[src]
impl R<u32, Reg<u32, _HASH_CSR49>>
[src]
impl R<u32, Reg<u32, _HASH_CSR50>>
[src]
impl R<u32, Reg<u32, _HASH_CSR51>>
[src]
impl R<u32, Reg<u32, _HASH_CSR52>>
[src]
impl R<u32, Reg<u32, _HASH_CSR53>>
[src]
impl R<u32, Reg<u32, _HASH_HR5>>
[src]
impl R<u32, Reg<u32, _HASH_HR6>>
[src]
impl R<u32, Reg<u32, _HASH_HR7>>
[src]
impl R<u32, Reg<u32, _HASH_HWCFGR>>
[src]
impl R<u32, Reg<u32, _HASH_VERR>>
[src]
impl R<u32, Reg<u32, _HASH_IPIDR>>
[src]
impl R<u32, Reg<u32, _HASH_MID>>
[src]
impl R<u32, Reg<u32, _CEC_CR>>
[src]
pub fn cecen(&self) -> CECEN_R
[src]
Bit 0 - CECEN
pub fn txsom(&self) -> TXSOM_R
[src]
Bit 1 - TXSOM
pub fn txeom(&self) -> TXEOM_R
[src]
Bit 2 - TXEOM
impl R<u32, Reg<u32, _CEC_CFGR>>
[src]
pub fn sft(&self) -> SFT_R
[src]
Bits 0:2 - SFT
pub fn rxtol(&self) -> RXTOL_R
[src]
Bit 3 - RXTOL
pub fn brestp(&self) -> BRESTP_R
[src]
Bit 4 - BRESTP
pub fn bregen(&self) -> BREGEN_R
[src]
Bit 5 - BREGEN
pub fn lbpegen(&self) -> LBPEGEN_R
[src]
Bit 6 - LBPEGEN
pub fn brdnogen(&self) -> BRDNOGEN_R
[src]
Bit 7 - BRDNOGEN
pub fn sftop(&self) -> SFTOP_R
[src]
Bit 8 - SFTOP
pub fn oar(&self) -> OAR_R
[src]
Bits 16:30 - OAR
pub fn lstn(&self) -> LSTN_R
[src]
Bit 31 - LSTN
impl R<u32, Reg<u32, _CEC_RXDR>>
[src]
impl R<u32, Reg<u32, _CEC_ISR>>
[src]
pub fn rxbr(&self) -> RXBR_R
[src]
Bit 0 - RXBR
pub fn rxend(&self) -> RXEND_R
[src]
Bit 1 - RXEND
pub fn rxovr(&self) -> RXOVR_R
[src]
Bit 2 - RXOVR
pub fn bre(&self) -> BRE_R
[src]
Bit 3 - BRE
pub fn sbpe(&self) -> SBPE_R
[src]
Bit 4 - SBPE
pub fn lbpe(&self) -> LBPE_R
[src]
Bit 5 - LBPE
pub fn rxacke(&self) -> RXACKE_R
[src]
Bit 6 - RXACKE
pub fn arblst(&self) -> ARBLST_R
[src]
Bit 7 - ARBLST
pub fn txbr(&self) -> TXBR_R
[src]
Bit 8 - TXBR
pub fn txend(&self) -> TXEND_R
[src]
Bit 9 - TXEND
pub fn txudr(&self) -> TXUDR_R
[src]
Bit 10 - TXUDR
pub fn txerr(&self) -> TXERR_R
[src]
Bit 11 - TXERR
pub fn txacke(&self) -> TXACKE_R
[src]
Bit 12 - TXACKE
impl R<u32, Reg<u32, _CEC_IER>>
[src]
pub fn rxbrie(&self) -> RXBRIE_R
[src]
Bit 0 - RXBRIE
pub fn rxendie(&self) -> RXENDIE_R
[src]
Bit 1 - RXENDIE
pub fn rxovrie(&self) -> RXOVRIE_R
[src]
Bit 2 - RXOVRIE
pub fn breie(&self) -> BREIE_R
[src]
Bit 3 - BREIE
pub fn sbpeie(&self) -> SBPEIE_R
[src]
Bit 4 - SBPEIE
pub fn lbpeie(&self) -> LBPEIE_R
[src]
Bit 5 - LBPEIE
pub fn rxackie(&self) -> RXACKIE_R
[src]
Bit 6 - RXACKIE
pub fn arblstie(&self) -> ARBLSTIE_R
[src]
Bit 7 - ARBLSTIE
pub fn txbrie(&self) -> TXBRIE_R
[src]
Bit 8 - TXBRIE
pub fn txendie(&self) -> TXENDIE_R
[src]
Bit 9 - TXENDIE
pub fn txudrie(&self) -> TXUDRIE_R
[src]
Bit 10 - TXUDRIE
pub fn txerrie(&self) -> TXERRIE_R
[src]
Bit 11 - TXERRIE
pub fn txackie(&self) -> TXACKIE_R
[src]
Bit 12 - TXACKIE
impl R<u32, Reg<u32, _HDP_CTRL>>
[src]
impl R<u32, Reg<u32, _HDP_MUX>>
[src]
pub fn mux0(&self) -> MUX0_R
[src]
Bits 0:3 - MUX0
pub fn mux1(&self) -> MUX1_R
[src]
Bits 4:7 - MUX1
pub fn mux2(&self) -> MUX2_R
[src]
Bits 8:11 - MUX2
pub fn mux3(&self) -> MUX3_R
[src]
Bits 12:15 - MUX3
pub fn mux4(&self) -> MUX4_R
[src]
Bits 16:19 - MUX4
pub fn mux5(&self) -> MUX5_R
[src]
Bits 20:23 - MUX5
pub fn mux6(&self) -> MUX6_R
[src]
Bits 24:27 - MUX6
pub fn mux7(&self) -> MUX7_R
[src]
Bits 28:31 - MUX7
impl R<u32, Reg<u32, _HDP_VAL>>
[src]
impl R<u32, Reg<u32, _HDP_GPOVAL>>
[src]
pub fn hdpgpoval(&self) -> HDPGPOVAL_R
[src]
Bits 0:7 - HDPGPOVAL
impl R<u32, Reg<u32, _HDP_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _HDP_IPIDR>>
[src]
impl R<u32, Reg<u32, _HDP_SIDR>>
[src]
impl R<u32, Reg<u32, _HSEM_R0>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R1>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R2>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R3>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R4>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R5>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R6>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R7>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R8>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R9>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R10>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R11>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R12>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R13>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R14>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R15>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R16>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R17>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R18>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R19>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R20>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R21>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R22>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R23>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R24>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R25>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R26>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R27>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R28>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R29>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R30>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_R31>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR0>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR1>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR2>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR3>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR4>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR5>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR6>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR7>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR8>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR9>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR10>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR11>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR12>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR13>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR14>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR15>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR16>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR17>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR18>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR19>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR20>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR21>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR22>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR23>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR24>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR25>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR26>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR27>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR28>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR29>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR30>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_RLR31>>
[src]
pub fn procid(&self) -> PROCID_R
[src]
Bits 0:7 - PROCID
pub fn coreid(&self) -> COREID_R
[src]
Bits 8:11 - COREID
pub fn lock(&self) -> LOCK_R
[src]
Bit 31 - LOCK
impl R<u32, Reg<u32, _HSEM_C1IER>>
[src]
impl R<u32, Reg<u32, _HSEM_C1ICR>>
[src]
impl R<u32, Reg<u32, _HSEM_C1ISR>>
[src]
impl R<u32, Reg<u32, _HSEM_C1MISR>>
[src]
impl R<u32, Reg<u32, _HSEM_C2IER>>
[src]
impl R<u32, Reg<u32, _HSEM_C2ICR>>
[src]
impl R<u32, Reg<u32, _HSEM_C2ISR>>
[src]
impl R<u32, Reg<u32, _HSEM_C2MISR>>
[src]
impl R<u32, Reg<u32, _HSEM_KEYR>>
[src]
impl R<u32, Reg<u32, _HSEM_HWCFGR2>>
[src]
pub fn masterid1(&self) -> MASTERID1_R
[src]
Bits 0:3 - MASTERID1
pub fn masterid2(&self) -> MASTERID2_R
[src]
Bits 4:7 - MASTERID2
pub fn masterid3(&self) -> MASTERID3_R
[src]
Bits 8:11 - MASTERID3
pub fn masterid4(&self) -> MASTERID4_R
[src]
Bits 12:15 - MASTERID4
impl R<u32, Reg<u32, _HSEM_HWCFGR1>>
[src]
pub fn nbsem(&self) -> NBSEM_R
[src]
Bits 0:7 - NBSEM
pub fn nbint(&self) -> NBINT_R
[src]
Bits 8:11 - NBINT
impl R<u32, Reg<u32, _HSEM_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _HSEM_IPIDR>>
[src]
impl R<u32, Reg<u32, _HSEM_SIDR>>
[src]
impl R<u32, Reg<u32, _I2C_CR1>>
[src]
pub fn pe(&self) -> PE_R
[src]
Bit 0 - PE
pub fn txie(&self) -> TXIE_R
[src]
Bit 1 - TXIE
pub fn rxie(&self) -> RXIE_R
[src]
Bit 2 - RXIE
pub fn addrie(&self) -> ADDRIE_R
[src]
Bit 3 - ADDRIE
pub fn nackie(&self) -> NACKIE_R
[src]
Bit 4 - NACKIE
pub fn stopie(&self) -> STOPIE_R
[src]
Bit 5 - STOPIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 6 - TCIE
pub fn errie(&self) -> ERRIE_R
[src]
Bit 7 - ERRIE
pub fn dnf(&self) -> DNF_R
[src]
Bits 8:11 - DNF
pub fn anfoff(&self) -> ANFOFF_R
[src]
Bit 12 - ANFOFF
pub fn txdmaen(&self) -> TXDMAEN_R
[src]
Bit 14 - TXDMAEN
pub fn rxdmaen(&self) -> RXDMAEN_R
[src]
Bit 15 - RXDMAEN
pub fn sbc(&self) -> SBC_R
[src]
Bit 16 - SBC
pub fn nostretch(&self) -> NOSTRETCH_R
[src]
Bit 17 - NOSTRETCH
pub fn wupen(&self) -> WUPEN_R
[src]
Bit 18 - WUPEN
pub fn gcen(&self) -> GCEN_R
[src]
Bit 19 - GCEN
pub fn smbhen(&self) -> SMBHEN_R
[src]
Bit 20 - SMBHEN
pub fn smbden(&self) -> SMBDEN_R
[src]
Bit 21 - SMBDEN
pub fn alerten(&self) -> ALERTEN_R
[src]
Bit 22 - ALERTEN
pub fn pecen(&self) -> PECEN_R
[src]
Bit 23 - PECEN
impl R<u32, Reg<u32, _I2C_CR2>>
[src]
pub fn sadd(&self) -> SADD_R
[src]
Bits 0:9 - SADD
pub fn rd_wrn(&self) -> RD_WRN_R
[src]
Bit 10 - RD_WRN
pub fn add10(&self) -> ADD10_R
[src]
Bit 11 - ADD10
pub fn head10r(&self) -> HEAD10R_R
[src]
Bit 12 - HEAD10R
pub fn start(&self) -> START_R
[src]
Bit 13 - START
pub fn stop(&self) -> STOP_R
[src]
Bit 14 - STOP
pub fn nack(&self) -> NACK_R
[src]
Bit 15 - NACK
pub fn nbytes(&self) -> NBYTES_R
[src]
Bits 16:23 - NBYTES
pub fn reload(&self) -> RELOAD_R
[src]
Bit 24 - RELOAD
pub fn autoend(&self) -> AUTOEND_R
[src]
Bit 25 - AUTOEND
pub fn pecbyte(&self) -> PECBYTE_R
[src]
Bit 26 - PECBYTE
impl R<u32, Reg<u32, _I2C_OAR1>>
[src]
pub fn oa1(&self) -> OA1_R
[src]
Bits 0:9 - OA1
pub fn oa1mode(&self) -> OA1MODE_R
[src]
Bit 10 - OA1MODE
pub fn oa1en(&self) -> OA1EN_R
[src]
Bit 15 - OA1EN
impl R<u32, Reg<u32, _I2C_OAR2>>
[src]
pub fn oa2(&self) -> OA2_R
[src]
Bits 1:7 - OA2
pub fn oa2msk(&self) -> OA2MSK_R
[src]
Bits 8:10 - OA2MSK
pub fn oa2en(&self) -> OA2EN_R
[src]
Bit 15 - OA2EN
impl R<u32, Reg<u32, _I2C_TIMINGR>>
[src]
pub fn scll(&self) -> SCLL_R
[src]
Bits 0:7 - SCLL
pub fn sclh(&self) -> SCLH_R
[src]
Bits 8:15 - SCLH
pub fn sdadel(&self) -> SDADEL_R
[src]
Bits 16:19 - SDADEL
pub fn scldel(&self) -> SCLDEL_R
[src]
Bits 20:23 - SCLDEL
pub fn presc(&self) -> PRESC_R
[src]
Bits 28:31 - PRESC
impl R<u32, Reg<u32, _I2C_TIMEOUTR>>
[src]
pub fn timeouta(&self) -> TIMEOUTA_R
[src]
Bits 0:11 - TIMEOUTA
pub fn tidle(&self) -> TIDLE_R
[src]
Bit 12 - TIDLE
pub fn timouten(&self) -> TIMOUTEN_R
[src]
Bit 15 - TIMOUTEN
pub fn timeoutb(&self) -> TIMEOUTB_R
[src]
Bits 16:27 - TIMEOUTB
pub fn texten(&self) -> TEXTEN_R
[src]
Bit 31 - TEXTEN
impl R<u32, Reg<u32, _I2C_ISR>>
[src]
pub fn txe(&self) -> TXE_R
[src]
Bit 0 - TXE
pub fn txis(&self) -> TXIS_R
[src]
Bit 1 - TXIS
pub fn rxne(&self) -> RXNE_R
[src]
Bit 2 - RXNE
pub fn addr(&self) -> ADDR_R
[src]
Bit 3 - ADDR
pub fn nackf(&self) -> NACKF_R
[src]
Bit 4 - NACKF
pub fn stopf(&self) -> STOPF_R
[src]
Bit 5 - STOPF
pub fn tc(&self) -> TC_R
[src]
Bit 6 - TC
pub fn tcr(&self) -> TCR_R
[src]
Bit 7 - TCR
pub fn berr(&self) -> BERR_R
[src]
Bit 8 - BERR
pub fn arlo(&self) -> ARLO_R
[src]
Bit 9 - ARLO
pub fn ovr(&self) -> OVR_R
[src]
Bit 10 - OVR
pub fn pecerr(&self) -> PECERR_R
[src]
Bit 11 - PECERR
pub fn timeout(&self) -> TIMEOUT_R
[src]
Bit 12 - TIMEOUT
pub fn alert(&self) -> ALERT_R
[src]
Bit 13 - ALERT
pub fn busy(&self) -> BUSY_R
[src]
Bit 15 - BUSY
pub fn dir(&self) -> DIR_R
[src]
Bit 16 - DIR
pub fn addcode(&self) -> ADDCODE_R
[src]
Bits 17:23 - ADDCODE
impl R<u32, Reg<u32, _I2C_PECR>>
[src]
impl R<u32, Reg<u32, _I2C_RXDR>>
[src]
impl R<u32, Reg<u32, _I2C_TXDR>>
[src]
impl R<u32, Reg<u32, _I2C_HWCFGR>>
[src]
pub fn smbus(&self) -> SMBUS_R
[src]
Bits 0:3 - SMBUS
pub fn asyn(&self) -> ASYN_R
[src]
Bits 4:7 - ASYN
pub fn wkp(&self) -> WKP_R
[src]
Bits 8:11 - WKP
impl R<u32, Reg<u32, _I2C_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _I2C_IPIDR>>
[src]
impl R<u32, Reg<u32, _I2C_SIDR>>
[src]
impl R<u32, Reg<u32, _IPCC_C1CR>>
[src]
impl R<u32, Reg<u32, _IPCC_C1MR>>
[src]
pub fn chx_om(&self) -> CHXOM_R
[src]
Bits 0:5 - CHxOM
pub fn chx_fm(&self) -> CHXFM_R
[src]
Bits 16:21 - CHxFM
impl R<u32, Reg<u32, _IPCC_C1SCR>>
[src]
pub fn chx_c(&self) -> CHXC_R
[src]
Bits 0:5 - CHxC
pub fn chx_s(&self) -> CHXS_R
[src]
Bits 16:21 - CHxS
impl R<u32, Reg<u32, _IPCC_C1TOC2SR>>
[src]
impl R<u32, Reg<u32, _IPCC_C2CR>>
[src]
impl R<u32, Reg<u32, _IPCC_C2MR>>
[src]
pub fn chx_om(&self) -> CHXOM_R
[src]
Bits 0:5 - CHxOM
pub fn chx_fm(&self) -> CHXFM_R
[src]
Bits 16:21 - CHxFM
impl R<u32, Reg<u32, _IPCC_C2SCR>>
[src]
pub fn chx_c(&self) -> CHXC_R
[src]
Bits 0:5 - CHxC
pub fn chx_s(&self) -> CHXS_R
[src]
Bits 16:21 - CHxS
impl R<u32, Reg<u32, _IPCC_C2TOC1SR>>
[src]
impl R<u32, Reg<u32, _IPCC_HWCFGR>>
[src]
pub fn channels(&self) -> CHANNELS_R
[src]
Bits 0:7 - CHANNELS
impl R<u32, Reg<u32, _IPCC_VER>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _IPCC_ID>>
[src]
impl R<u32, Reg<u32, _IPCC_SID>>
[src]
impl R<u32, Reg<u32, _IWDG_PR>>
[src]
impl R<u32, Reg<u32, _IWDG_RLR>>
[src]
impl R<u32, Reg<u32, _IWDG_SR>>
[src]
pub fn pvu(&self) -> PVU_R
[src]
Bit 0 - PVU
pub fn rvu(&self) -> RVU_R
[src]
Bit 1 - RVU
pub fn wvu(&self) -> WVU_R
[src]
Bit 2 - WVU
impl R<u32, Reg<u32, _IWDG_WINR>>
[src]
impl R<u32, Reg<u32, _IWDG_HWCFGR>>
[src]
pub fn window(&self) -> WINDOW_R
[src]
Bits 0:3 - WINDOW
pub fn pr_default(&self) -> PR_DEFAULT_R
[src]
Bits 4:7 - PR_DEFAULT
impl R<u32, Reg<u32, _IWDG_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _IWDG_IDR>>
[src]
impl R<u32, Reg<u32, _IWDG_SIDR>>
[src]
impl R<u32, Reg<u32, _LPTIM_ISR>>
[src]
pub fn cmpm(&self) -> CMPM_R
[src]
Bit 0 - CMPM
pub fn arrm(&self) -> ARRM_R
[src]
Bit 1 - ARRM
pub fn exttrig(&self) -> EXTTRIG_R
[src]
Bit 2 - EXTTRIG
pub fn cmpok(&self) -> CMPOK_R
[src]
Bit 3 - CMPOK
pub fn arrok(&self) -> ARROK_R
[src]
Bit 4 - ARROK
pub fn up(&self) -> UP_R
[src]
Bit 5 - UP
pub fn down(&self) -> DOWN_R
[src]
Bit 6 - DOWN
impl R<u32, Reg<u32, _LPTIM_IER>>
[src]
pub fn cmpmie(&self) -> CMPMIE_R
[src]
Bit 0 - CMPMIE
pub fn arrmie(&self) -> ARRMIE_R
[src]
Bit 1 - ARRMIE
pub fn exttrigie(&self) -> EXTTRIGIE_R
[src]
Bit 2 - EXTTRIGIE
pub fn cmpokie(&self) -> CMPOKIE_R
[src]
Bit 3 - CMPOKIE
pub fn arrokie(&self) -> ARROKIE_R
[src]
Bit 4 - ARROKIE
pub fn upie(&self) -> UPIE_R
[src]
Bit 5 - UPIE
pub fn downie(&self) -> DOWNIE_R
[src]
Bit 6 - DOWNIE
impl R<u32, Reg<u32, _LPTIM_CFGR>>
[src]
pub fn cksel(&self) -> CKSEL_R
[src]
Bit 0 - CKSEL
pub fn ckpol(&self) -> CKPOL_R
[src]
Bits 1:2 - CKPOL
pub fn ckflt(&self) -> CKFLT_R
[src]
Bits 3:4 - CKFLT
pub fn trgflt(&self) -> TRGFLT_R
[src]
Bits 6:7 - TRGFLT
pub fn presc(&self) -> PRESC_R
[src]
Bits 9:11 - PRESC
pub fn trigsel(&self) -> TRIGSEL_R
[src]
Bits 13:15 - TRIGSEL
pub fn trigen(&self) -> TRIGEN_R
[src]
Bits 17:18 - TRIGEN
pub fn timout(&self) -> TIMOUT_R
[src]
Bit 19 - TIMOUT
pub fn wave(&self) -> WAVE_R
[src]
Bit 20 - WAVE
pub fn wavpol(&self) -> WAVPOL_R
[src]
Bit 21 - WAVPOL
pub fn preload(&self) -> PRELOAD_R
[src]
Bit 22 - PRELOAD
pub fn countmode(&self) -> COUNTMODE_R
[src]
Bit 23 - COUNTMODE
pub fn enc(&self) -> ENC_R
[src]
Bit 24 - ENC
impl R<u32, Reg<u32, _LPTIM_CR>>
[src]
pub fn enable(&self) -> ENABLE_R
[src]
Bit 0 - ENABLE
pub fn sngstrt(&self) -> SNGSTRT_R
[src]
Bit 1 - SNGSTRT
pub fn cntstrt(&self) -> CNTSTRT_R
[src]
Bit 2 - CNTSTRT
pub fn countrst(&self) -> COUNTRST_R
[src]
Bit 3 - COUNTRST
pub fn rstare(&self) -> RSTARE_R
[src]
Bit 4 - RSTARE
impl R<u32, Reg<u32, _LPTIM_CMP>>
[src]
impl R<u32, Reg<u32, _LPTIM_ARR>>
[src]
impl R<u32, Reg<u32, _LPTIM_CNT>>
[src]
impl R<u32, Reg<u32, _LPTIM_CFGR2>>
[src]
pub fn in1sel(&self) -> IN1SEL_R
[src]
Bits 0:1 - IN1SEL
pub fn in2sel(&self) -> IN2SEL_R
[src]
Bits 4:5 - IN2SEL
impl R<u32, Reg<u32, _LPTIM1_HWCFGR>>
[src]
pub fn cfg1(&self) -> CFG1_R
[src]
Bits 0:7 - CFG1
pub fn cfg2(&self) -> CFG2_R
[src]
Bits 8:15 - CFG2
pub fn cfg3(&self) -> CFG3_R
[src]
Bits 16:19 - CFG3
pub fn cfg4(&self) -> CFG4_R
[src]
Bits 24:31 - CFG4
impl R<u32, Reg<u32, _LPTIM_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _LPTIM_PIDR>>
[src]
impl R<u32, Reg<u32, _LPTIM_SIDR>>
[src]
impl R<u32, Reg<u32, _LTDC_IDR>>
[src]
pub fn rev(&self) -> REV_R
[src]
Bits 0:7 - REV
pub fn minver(&self) -> MINVER_R
[src]
Bits 8:15 - MINVER
pub fn majver(&self) -> MAJVER_R
[src]
Bits 16:23 - MAJVER
impl R<u32, Reg<u32, _LTDC_LCR>>
[src]
impl R<u32, Reg<u32, _LTDC_SSCR>>
[src]
impl R<u32, Reg<u32, _LTDC_BPCR>>
[src]
pub fn avbp(&self) -> AVBP_R
[src]
Bits 0:11 - AVBP
pub fn ahbp(&self) -> AHBP_R
[src]
Bits 16:27 - AHBP
impl R<u32, Reg<u32, _LTDC_AWCR>>
[src]
impl R<u32, Reg<u32, _LTDC_TWCR>>
[src]
pub fn totalh(&self) -> TOTALH_R
[src]
Bits 0:11 - TOTALH
pub fn totalw(&self) -> TOTALW_R
[src]
Bits 16:27 - TOTALW
impl R<u32, Reg<u32, _LTDC_GCR>>
[src]
pub fn ltdcen(&self) -> LTDCEN_R
[src]
Bit 0 - LTDCEN
pub fn dbw(&self) -> DBW_R
[src]
Bits 4:6 - DBW
pub fn dgw(&self) -> DGW_R
[src]
Bits 8:10 - DGW
pub fn drw(&self) -> DRW_R
[src]
Bits 12:14 - DRW
pub fn den(&self) -> DEN_R
[src]
Bit 16 - DEN
pub fn pcpol(&self) -> PCPOL_R
[src]
Bit 28 - PCPOL
pub fn depol(&self) -> DEPOL_R
[src]
Bit 29 - DEPOL
pub fn vspol(&self) -> VSPOL_R
[src]
Bit 30 - VSPOL
pub fn hspol(&self) -> HSPOL_R
[src]
Bit 31 - HSPOL
impl R<u32, Reg<u32, _LTDC_GC1R>>
[src]
pub fn wbch(&self) -> WBCH_R
[src]
Bits 0:3 - WBCH
pub fn wgch(&self) -> WGCH_R
[src]
Bits 4:7 - WGCH
pub fn wrch(&self) -> WRCH_R
[src]
Bits 8:11 - WRCH
pub fn prben(&self) -> PRBEN_R
[src]
Bit 12 - PRBEN
pub fn dt(&self) -> DT_R
[src]
Bits 14:15 - DT
pub fn gct(&self) -> GCT_R
[src]
Bits 17:19 - GCT
pub fn shren(&self) -> SHREN_R
[src]
Bit 21 - SHREN
pub fn bcp(&self) -> BCP_R
[src]
Bit 22 - BCP
pub fn bben(&self) -> BBEN_R
[src]
Bit 23 - BBEN
pub fn lnip(&self) -> LNIP_R
[src]
Bit 24 - LNIP
pub fn tp(&self) -> TP_R
[src]
Bit 25 - TP
pub fn ipp(&self) -> IPP_R
[src]
Bit 26 - IPP
pub fn spp(&self) -> SPP_R
[src]
Bit 27 - SPP
pub fn dwp(&self) -> DWP_R
[src]
Bit 28 - DWP
pub fn stren(&self) -> STREN_R
[src]
Bit 29 - STREN
pub fn bmen(&self) -> BMEN_R
[src]
Bit 31 - BMEN
impl R<u32, Reg<u32, _LTDC_GC2R>>
[src]
pub fn edcen(&self) -> EDCEN_R
[src]
Bit 0 - EDCEN
pub fn stsaen(&self) -> STSAEN_R
[src]
Bit 1 - STSAEN
pub fn dvaen(&self) -> DVAEN_R
[src]
Bit 2 - DVAEN
pub fn dpaen(&self) -> DPAEN_R
[src]
Bit 3 - DPAEN
pub fn bw(&self) -> BW_R
[src]
Bits 4:6 - BW
pub fn edca(&self) -> EDCA_R
[src]
Bit 7 - EDCA
impl R<u32, Reg<u32, _LTDC_SRCR>>
[src]
impl R<u32, Reg<u32, _LTDC_BCCR>>
[src]
pub fn bcblue(&self) -> BCBLUE_R
[src]
Bits 0:7 - BCBLUE
pub fn bcgreen(&self) -> BCGREEN_R
[src]
Bits 8:15 - BCGREEN
pub fn bcred(&self) -> BCRED_R
[src]
Bits 16:23 - BCRED
impl R<u32, Reg<u32, _LTDC_IER>>
[src]
pub fn lie(&self) -> LIE_R
[src]
Bit 0 - LIE
pub fn fuie(&self) -> FUIE_R
[src]
Bit 1 - FUIE
pub fn terrie(&self) -> TERRIE_R
[src]
Bit 2 - TERRIE
pub fn rrie(&self) -> RRIE_R
[src]
Bit 3 - RRIE
impl R<u32, Reg<u32, _LTDC_ISR>>
[src]
pub fn lif(&self) -> LIF_R
[src]
Bit 0 - LIF
pub fn fuif(&self) -> FUIF_R
[src]
Bit 1 - FUIF
pub fn terrif(&self) -> TERRIF_R
[src]
Bit 2 - TERRIF
pub fn rrif(&self) -> RRIF_R
[src]
Bit 3 - RRIF
impl R<u32, Reg<u32, _LTDC_LIPCR>>
[src]
impl R<u32, Reg<u32, _LTDC_CPSR>>
[src]
pub fn cypos(&self) -> CYPOS_R
[src]
Bits 0:15 - CYPOS
pub fn cxpos(&self) -> CXPOS_R
[src]
Bits 16:31 - CXPOS
impl R<u32, Reg<u32, _LTDC_CDSR>>
[src]
pub fn vdes(&self) -> VDES_R
[src]
Bit 0 - VDES
pub fn hdes(&self) -> HDES_R
[src]
Bit 1 - HDES
pub fn vsyncs(&self) -> VSYNCS_R
[src]
Bit 2 - VSYNCS
pub fn hsyncs(&self) -> HSYNCS_R
[src]
Bit 3 - HSYNCS
impl R<u32, Reg<u32, _LTDC_L1CR>>
[src]
pub fn len(&self) -> LEN_R
[src]
Bit 0 - LEN
pub fn colken(&self) -> COLKEN_R
[src]
Bit 1 - COLKEN
pub fn cluten(&self) -> CLUTEN_R
[src]
Bit 4 - CLUTEN
impl R<u32, Reg<u32, _LTDC_L1WHPCR>>
[src]
pub fn whstpos(&self) -> WHSTPOS_R
[src]
Bits 0:11 - WHSTPOS
pub fn whsppos(&self) -> WHSPPOS_R
[src]
Bits 16:27 - WHSPPOS
impl R<u32, Reg<u32, _LTDC_L1WVPCR>>
[src]
pub fn wvstpos(&self) -> WVSTPOS_R
[src]
Bits 0:11 - WVSTPOS
pub fn wvsppos(&self) -> WVSPPOS_R
[src]
Bits 16:27 - WVSPPOS
impl R<u32, Reg<u32, _LTDC_L1CKCR>>
[src]
pub fn ckblue(&self) -> CKBLUE_R
[src]
Bits 0:7 - CKBLUE
pub fn ckgreen(&self) -> CKGREEN_R
[src]
Bits 8:15 - CKGREEN
pub fn ckred(&self) -> CKRED_R
[src]
Bits 16:23 - CKRED
impl R<u32, Reg<u32, _LTDC_L1PFCR>>
[src]
impl R<u32, Reg<u32, _LTDC_L1CACR>>
[src]
impl R<u32, Reg<u32, _LTDC_L1DCCR>>
[src]
pub fn dcblue(&self) -> DCBLUE_R
[src]
Bits 0:7 - DCBLUE
pub fn dcgreen(&self) -> DCGREEN_R
[src]
Bits 8:15 - DCGREEN
pub fn dcred(&self) -> DCRED_R
[src]
Bits 16:23 - DCRED
pub fn dcalpha(&self) -> DCALPHA_R
[src]
Bits 24:31 - DCALPHA
impl R<u32, Reg<u32, _LTDC_L1BFCR>>
[src]
impl R<u32, Reg<u32, _LTDC_L1CFBAR>>
[src]
impl R<u32, Reg<u32, _LTDC_L1CFBLR>>
[src]
pub fn cfbll(&self) -> CFBLL_R
[src]
Bits 0:13 - CFBLL
pub fn cfbp(&self) -> CFBP_R
[src]
Bits 16:29 - CFBP
impl R<u32, Reg<u32, _LTDC_L1CFBLNR>>
[src]
impl R<u32, Reg<u32, _LTDC_L2CR>>
[src]
pub fn len(&self) -> LEN_R
[src]
Bit 0 - LEN
pub fn colken(&self) -> COLKEN_R
[src]
Bit 1 - COLKEN
pub fn cluten(&self) -> CLUTEN_R
[src]
Bit 4 - CLUTEN
impl R<u32, Reg<u32, _LTDC_L2WHPCR>>
[src]
pub fn whstpos(&self) -> WHSTPOS_R
[src]
Bits 0:11 - WHSTPOS
pub fn whsppos(&self) -> WHSPPOS_R
[src]
Bits 16:27 - WHSPPOS
impl R<u32, Reg<u32, _LTDC_L2WVPCR>>
[src]
pub fn wvstpos(&self) -> WVSTPOS_R
[src]
Bits 0:11 - WVSTPOS
pub fn wvsppos(&self) -> WVSPPOS_R
[src]
Bits 16:27 - WVSPPOS
impl R<u32, Reg<u32, _LTDC_L2CKCR>>
[src]
pub fn ckblue(&self) -> CKBLUE_R
[src]
Bits 0:7 - CKBLUE
pub fn ckgreen(&self) -> CKGREEN_R
[src]
Bits 8:15 - CKGREEN
pub fn ckred(&self) -> CKRED_R
[src]
Bits 16:23 - CKRED
impl R<u32, Reg<u32, _LTDC_L2PFCR>>
[src]
impl R<u32, Reg<u32, _LTDC_L2CACR>>
[src]
impl R<u32, Reg<u32, _LTDC_L2DCCR>>
[src]
pub fn dcblue(&self) -> DCBLUE_R
[src]
Bits 0:7 - DCBLUE
pub fn dcgreen(&self) -> DCGREEN_R
[src]
Bits 8:15 - DCGREEN
pub fn dcred(&self) -> DCRED_R
[src]
Bits 16:23 - DCRED
pub fn dcalpha(&self) -> DCALPHA_R
[src]
Bits 24:31 - DCALPHA
impl R<u32, Reg<u32, _LTDC_L2BFCR>>
[src]
impl R<u32, Reg<u32, _LTDC_L2CFBAR>>
[src]
impl R<u32, Reg<u32, _LTDC_L2CFBLR>>
[src]
pub fn cfbll(&self) -> CFBLL_R
[src]
Bits 0:13 - CFBLL
pub fn cfbp(&self) -> CFBP_R
[src]
Bits 16:29 - CFBP
impl R<u32, Reg<u32, _LTDC_L2CFBLNR>>
[src]
impl R<u32, Reg<u32, _MDIOS_CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn wrie(&self) -> WRIE_R
[src]
Bit 1 - WRIE
pub fn rdie(&self) -> RDIE_R
[src]
Bit 2 - RDIE
pub fn eie(&self) -> EIE_R
[src]
Bit 3 - EIE
pub fn dpc(&self) -> DPC_R
[src]
Bit 7 - DPC
pub fn port_address(&self) -> PORT_ADDRESS_R
[src]
Bits 8:12 - PORT_ADDRESS
impl R<u32, Reg<u32, _MDIOS_WRFR>>
[src]
impl R<u32, Reg<u32, _MDIOS_CWRFR>>
[src]
impl R<u32, Reg<u32, _MDIOS_RDFR>>
[src]
impl R<u32, Reg<u32, _MDIOS_CRDFR>>
[src]
impl R<u32, Reg<u32, _MDIOS_SR>>
[src]
pub fn perf(&self) -> PERF_R
[src]
Bit 0 - PERF
pub fn serf(&self) -> SERF_R
[src]
Bit 1 - SERF
pub fn terf(&self) -> TERF_R
[src]
Bit 2 - TERF
impl R<u32, Reg<u32, _MDIOS_CLRFR>>
[src]
pub fn cperf(&self) -> CPERF_R
[src]
Bit 0 - CPERF
pub fn cserf(&self) -> CSERF_R
[src]
Bit 1 - CSERF
pub fn cterf(&self) -> CTERF_R
[src]
Bit 2 - CTERF
impl R<u32, Reg<u32, _MDIOS_DINR0>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR1>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR2>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR3>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR4>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR5>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR6>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR7>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR8>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR9>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR10>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR11>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR12>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR13>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR14>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR15>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR16>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR17>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR18>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR19>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR20>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR21>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR22>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR23>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR24>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR25>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR26>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR27>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR28>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR29>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR30>>
[src]
impl R<u32, Reg<u32, _MDIOS_DINR31>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR0>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR1>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR2>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR3>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR4>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR5>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR6>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR7>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR8>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR9>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR10>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR11>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR12>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR13>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR14>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR15>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR16>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR17>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR18>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR19>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR20>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR21>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR22>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR23>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR24>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR25>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR26>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR27>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR28>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR29>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR30>>
[src]
impl R<u32, Reg<u32, _MDIOS_DOUTR31>>
[src]
impl R<u32, Reg<u32, _MDIOS_HWCFGR>>
[src]
impl R<u32, Reg<u32, _MDIOS_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _MDIOS_IPIDR>>
[src]
impl R<u32, Reg<u32, _MDIOS_SIDR>>
[src]
impl R<u32, Reg<u32, _MDMA_GISR0>>
[src]
pub fn gif0(&self) -> GIF0_R
[src]
Bit 0 - GIF0
pub fn gif1(&self) -> GIF1_R
[src]
Bit 1 - GIF1
pub fn gif2(&self) -> GIF2_R
[src]
Bit 2 - GIF2
pub fn gif3(&self) -> GIF3_R
[src]
Bit 3 - GIF3
pub fn gif4(&self) -> GIF4_R
[src]
Bit 4 - GIF4
pub fn gif5(&self) -> GIF5_R
[src]
Bit 5 - GIF5
pub fn gif6(&self) -> GIF6_R
[src]
Bit 6 - GIF6
pub fn gif7(&self) -> GIF7_R
[src]
Bit 7 - GIF7
pub fn gif8(&self) -> GIF8_R
[src]
Bit 8 - GIF8
pub fn gif9(&self) -> GIF9_R
[src]
Bit 9 - GIF9
pub fn gif10(&self) -> GIF10_R
[src]
Bit 10 - GIF10
pub fn gif11(&self) -> GIF11_R
[src]
Bit 11 - GIF11
pub fn gif12(&self) -> GIF12_R
[src]
Bit 12 - GIF12
pub fn gif13(&self) -> GIF13_R
[src]
Bit 13 - GIF13
pub fn gif14(&self) -> GIF14_R
[src]
Bit 14 - GIF14
pub fn gif15(&self) -> GIF15_R
[src]
Bit 15 - GIF15
pub fn gif16(&self) -> GIF16_R
[src]
Bit 16 - GIF16
pub fn gif17(&self) -> GIF17_R
[src]
Bit 17 - GIF17
pub fn gif18(&self) -> GIF18_R
[src]
Bit 18 - GIF18
pub fn gif19(&self) -> GIF19_R
[src]
Bit 19 - GIF19
pub fn gif20(&self) -> GIF20_R
[src]
Bit 20 - GIF20
pub fn gif21(&self) -> GIF21_R
[src]
Bit 21 - GIF21
pub fn gif22(&self) -> GIF22_R
[src]
Bit 22 - GIF22
pub fn gif23(&self) -> GIF23_R
[src]
Bit 23 - GIF23
pub fn gif24(&self) -> GIF24_R
[src]
Bit 24 - GIF24
pub fn gif25(&self) -> GIF25_R
[src]
Bit 25 - GIF25
pub fn gif26(&self) -> GIF26_R
[src]
Bit 26 - GIF26
pub fn gif27(&self) -> GIF27_R
[src]
Bit 27 - GIF27
pub fn gif28(&self) -> GIF28_R
[src]
Bit 28 - GIF28
pub fn gif29(&self) -> GIF29_R
[src]
Bit 29 - GIF29
pub fn gif30(&self) -> GIF30_R
[src]
Bit 30 - GIF30
pub fn gif31(&self) -> GIF31_R
[src]
Bit 31 - GIF31
impl R<u32, Reg<u32, _MDMA_SGISR0>>
[src]
pub fn gif0(&self) -> GIF0_R
[src]
Bit 0 - GIF0
pub fn gif1(&self) -> GIF1_R
[src]
Bit 1 - GIF1
pub fn gif2(&self) -> GIF2_R
[src]
Bit 2 - GIF2
pub fn gif3(&self) -> GIF3_R
[src]
Bit 3 - GIF3
pub fn gif4(&self) -> GIF4_R
[src]
Bit 4 - GIF4
pub fn gif5(&self) -> GIF5_R
[src]
Bit 5 - GIF5
pub fn gif6(&self) -> GIF6_R
[src]
Bit 6 - GIF6
pub fn gif7(&self) -> GIF7_R
[src]
Bit 7 - GIF7
pub fn gif8(&self) -> GIF8_R
[src]
Bit 8 - GIF8
pub fn gif9(&self) -> GIF9_R
[src]
Bit 9 - GIF9
pub fn gif10(&self) -> GIF10_R
[src]
Bit 10 - GIF10
pub fn gif11(&self) -> GIF11_R
[src]
Bit 11 - GIF11
pub fn gif12(&self) -> GIF12_R
[src]
Bit 12 - GIF12
pub fn gif13(&self) -> GIF13_R
[src]
Bit 13 - GIF13
pub fn gif14(&self) -> GIF14_R
[src]
Bit 14 - GIF14
pub fn gif15(&self) -> GIF15_R
[src]
Bit 15 - GIF15
pub fn gif16(&self) -> GIF16_R
[src]
Bit 16 - GIF16
pub fn gif17(&self) -> GIF17_R
[src]
Bit 17 - GIF17
pub fn gif18(&self) -> GIF18_R
[src]
Bit 18 - GIF18
pub fn gif19(&self) -> GIF19_R
[src]
Bit 19 - GIF19
pub fn gif20(&self) -> GIF20_R
[src]
Bit 20 - GIF20
pub fn gif21(&self) -> GIF21_R
[src]
Bit 21 - GIF21
pub fn gif22(&self) -> GIF22_R
[src]
Bit 22 - GIF22
pub fn gif23(&self) -> GIF23_R
[src]
Bit 23 - GIF23
pub fn gif24(&self) -> GIF24_R
[src]
Bit 24 - GIF24
pub fn gif25(&self) -> GIF25_R
[src]
Bit 25 - GIF25
pub fn gif26(&self) -> GIF26_R
[src]
Bit 26 - GIF26
pub fn gif27(&self) -> GIF27_R
[src]
Bit 27 - GIF27
pub fn gif28(&self) -> GIF28_R
[src]
Bit 28 - GIF28
pub fn gif29(&self) -> GIF29_R
[src]
Bit 29 - GIF29
pub fn gif30(&self) -> GIF30_R
[src]
Bit 30 - GIF30
pub fn gif31(&self) -> GIF31_R
[src]
Bit 31 - GIF31
impl R<u32, Reg<u32, _MDMA_C0ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C0ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C0CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C0TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C0BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C0SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C0DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C0BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C0LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C0TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C0MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C0MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C1ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C1ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C1CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C1TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C1BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C1SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C1DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C1BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C1LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C1TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C1MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C1MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C2ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C2ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C2CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C2TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C2BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C2SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C2DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C2BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C2LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C2TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C2MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C2MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C3ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C3ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C3CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C3TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C3BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C3SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C3DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C3BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C3LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C3TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C3MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C3MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C4ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C4ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C4CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C4TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C4BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C4SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C4DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C4BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C4LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C4TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C4MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C4MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C5ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C5ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C5CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C5TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C5BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C5SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C5DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C5BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C5LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C5TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C5MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C5MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C6ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C6ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C6CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C6TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C6BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C6SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C6DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C6BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C6LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C6TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C6MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C6MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C7ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C7ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C7CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C7TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C7BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C7SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C7DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C7BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C7LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C7TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C7MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C7MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C8ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C8ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C8CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C8TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C8BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C8SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C8DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C8BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C8LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C8TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C8MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C8MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C9ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C9ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C9CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C9TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C9BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C9SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C9DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C9BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C9LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C9TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C9MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C9MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C10ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C10ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C10CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C10TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C10BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C10SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C10DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C10BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C10LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C10TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C10MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C10MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C11ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C11ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C11CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C11TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C11BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C11SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C11DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C11BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C11LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C11TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C11MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C11MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C12ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C12ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C12CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C12TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C12BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C12SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C12DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C12BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C12LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C12TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C12MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C12MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C13ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C13ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C13CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C13TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C13BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C13SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C13DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C13BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C13LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C13TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C13MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C13MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C14ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C14ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C14CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C14TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C14BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C14SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C14DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C14BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C14LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C14TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C14MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C14MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C15ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C15ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C15CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C15TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C15BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C15SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C15DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C15BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C15LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C15TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C15MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C15MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C16ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C16ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C16CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C16TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C16BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C16SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C16DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C16BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C16LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C16TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C16MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C16MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C17ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C17ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C17CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C17TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C17BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C17SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C17DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C17BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C17LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C17TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C17MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C17MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C18ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C18ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C18CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C18TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C18BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C18SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C18DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C18BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C18LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C18TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C18MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C18MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C19ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C19ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C19CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C19TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C19BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C19SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C19DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C19BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C19LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C19TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C19MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C19MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C20ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C20ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C20CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C20TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C20BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C20SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C20DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C20BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C20LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C20TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C20MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C20MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C21ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C21ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C21CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C21TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C21BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C21SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C21DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C21BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C21LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C21TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C21MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C21MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C22ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C22ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C22CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C22TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C22BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C22SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C22DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C22BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C22LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C22TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C22MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C22MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C23ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C23ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C23CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C23TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C23BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C23SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C23DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C23BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C23LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C23TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C23MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C23MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C24ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C24ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C24CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C24TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C24BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C24SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C24DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C24BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C24LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C24TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C24MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C24MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C25ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C25ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C25CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C25TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C25BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C25SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C25DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C25BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C25LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C25TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C25MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C25MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C26ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C26ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C26CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C26TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C26BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C26SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C26DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C26BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C26LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C26TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C26MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C26MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C27ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C27ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C27CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C27TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C27BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C27SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C27DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C27BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C27LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C27TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C27MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C27MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C28ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C28ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C28CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C28TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C28BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C28SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C28DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C28BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C28LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C28TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C28MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C28MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C29ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C29ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C29CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C29TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C29BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C29SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C29DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C29BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C29LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C29TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C29MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C29MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C30ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C30ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C30CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C30TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C30BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C30SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C30DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C30BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C30LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C30TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C30MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C30MDR>>
[src]
impl R<u32, Reg<u32, _MDMA_C31ISR>>
[src]
pub fn teif(&self) -> TEIF_R
[src]
Bit 0 - TEIF
pub fn ctcif(&self) -> CTCIF_R
[src]
Bit 1 - CTCIF
pub fn brtif(&self) -> BRTIF_R
[src]
Bit 2 - BRTIF
pub fn btif(&self) -> BTIF_R
[src]
Bit 3 - BTIF
pub fn tcif(&self) -> TCIF_R
[src]
Bit 4 - TCIF
pub fn crqa(&self) -> CRQA_R
[src]
Bit 16 - CRQA
impl R<u32, Reg<u32, _MDMA_C31ESR>>
[src]
pub fn tea(&self) -> TEA_R
[src]
Bits 0:6 - TEA
pub fn ted(&self) -> TED_R
[src]
Bit 7 - TED
pub fn teld(&self) -> TELD_R
[src]
Bit 8 - TELD
pub fn temd(&self) -> TEMD_R
[src]
Bit 9 - TEMD
pub fn ase(&self) -> ASE_R
[src]
Bit 10 - ASE
pub fn bse(&self) -> BSE_R
[src]
Bit 11 - BSE
impl R<u32, Reg<u32, _MDMA_C31CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn teie(&self) -> TEIE_R
[src]
Bit 1 - TEIE
pub fn ctcie(&self) -> CTCIE_R
[src]
Bit 2 - CTCIE
pub fn brtie(&self) -> BRTIE_R
[src]
Bit 3 - BRTIE
pub fn btie(&self) -> BTIE_R
[src]
Bit 4 - BTIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 5 - TCIE
pub fn pl(&self) -> PL_R
[src]
Bits 6:7 - PL
pub fn bex(&self) -> BEX_R
[src]
Bit 12 - BEX
pub fn hex(&self) -> HEX_R
[src]
Bit 13 - HEX
pub fn wex(&self) -> WEX_R
[src]
Bit 14 - WEX
impl R<u32, Reg<u32, _MDMA_C31TCR>>
[src]
pub fn sinc(&self) -> SINC_R
[src]
Bits 0:1 - SINC
pub fn dinc(&self) -> DINC_R
[src]
Bits 2:3 - DINC
pub fn ssize(&self) -> SSIZE_R
[src]
Bits 4:5 - SSIZE
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 6:7 - DSIZE
pub fn sincos(&self) -> SINCOS_R
[src]
Bits 8:9 - SINCOS
pub fn dincos(&self) -> DINCOS_R
[src]
Bits 10:11 - DINCOS
pub fn sburst(&self) -> SBURST_R
[src]
Bits 12:14 - SBURST
pub fn dburst(&self) -> DBURST_R
[src]
Bits 15:17 - DBURST
pub fn tlen(&self) -> TLEN_R
[src]
Bits 18:24 - TLEN
pub fn pke(&self) -> PKE_R
[src]
Bit 25 - PKE
pub fn pam(&self) -> PAM_R
[src]
Bits 26:27 - PAM
pub fn trgm(&self) -> TRGM_R
[src]
Bits 28:29 - TRGM
pub fn swrm(&self) -> SWRM_R
[src]
Bit 30 - SWRM
pub fn bwm(&self) -> BWM_R
[src]
Bit 31 - BWM
impl R<u32, Reg<u32, _MDMA_C31BNDTR>>
[src]
pub fn bndt(&self) -> BNDT_R
[src]
Bits 0:16 - BNDT
pub fn brsum(&self) -> BRSUM_R
[src]
Bit 18 - BRSUM
pub fn brdum(&self) -> BRDUM_R
[src]
Bit 19 - BRDUM
pub fn brc(&self) -> BRC_R
[src]
Bits 20:31 - BRC
impl R<u32, Reg<u32, _MDMA_C31SAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C31DAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C31BRUR>>
[src]
impl R<u32, Reg<u32, _MDMA_C31LAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C31TBR>>
[src]
pub fn tsel(&self) -> TSEL_R
[src]
Bits 0:5 - TSEL
pub fn sbus(&self) -> SBUS_R
[src]
Bit 16 - SBUS
pub fn dbus(&self) -> DBUS_R
[src]
Bit 17 - DBUS
impl R<u32, Reg<u32, _MDMA_C31MAR>>
[src]
impl R<u32, Reg<u32, _MDMA_C31MDR>>
[src]
impl R<u32, Reg<u32, _OTG_GOTGCTL>>
[src]
pub fn srqscs(&self) -> SRQSCS_R
[src]
Bit 0 - SRQSCS
pub fn srq(&self) -> SRQ_R
[src]
Bit 1 - SRQ
pub fn vbvaloen(&self) -> VBVALOEN_R
[src]
Bit 2 - VBVALOEN
pub fn vbvaloval(&self) -> VBVALOVAL_R
[src]
Bit 3 - VBVALOVAL
pub fn avaloen(&self) -> AVALOEN_R
[src]
Bit 4 - AVALOEN
pub fn avaloval(&self) -> AVALOVAL_R
[src]
Bit 5 - AVALOVAL
pub fn bvaloen(&self) -> BVALOEN_R
[src]
Bit 6 - BVALOEN
pub fn bvaloval(&self) -> BVALOVAL_R
[src]
Bit 7 - BVALOVAL
pub fn hngscs(&self) -> HNGSCS_R
[src]
Bit 8 - HNGSCS
pub fn hnprq(&self) -> HNPRQ_R
[src]
Bit 9 - HNPRQ
pub fn hshnpen(&self) -> HSHNPEN_R
[src]
Bit 10 - HSHNPEN
pub fn dhnpen(&self) -> DHNPEN_R
[src]
Bit 11 - DHNPEN
pub fn ehen(&self) -> EHEN_R
[src]
Bit 12 - EHEN
pub fn cidsts(&self) -> CIDSTS_R
[src]
Bit 16 - CIDSTS
pub fn dbct(&self) -> DBCT_R
[src]
Bit 17 - DBCT
pub fn asvld(&self) -> ASVLD_R
[src]
Bit 18 - ASVLD
pub fn bsvld(&self) -> BSVLD_R
[src]
Bit 19 - BSVLD
pub fn otgver(&self) -> OTGVER_R
[src]
Bit 20 - OTGVER
pub fn curmod(&self) -> CURMOD_R
[src]
Bit 21 - CURMOD
impl R<u32, Reg<u32, _OTG_GOTGINT>>
[src]
pub fn sedet(&self) -> SEDET_R
[src]
Bit 2 - SEDET
pub fn srsschg(&self) -> SRSSCHG_R
[src]
Bit 8 - SRSSCHG
pub fn hnsschg(&self) -> HNSSCHG_R
[src]
Bit 9 - HNSSCHG
pub fn hngdet(&self) -> HNGDET_R
[src]
Bit 17 - HNGDET
pub fn adtochg(&self) -> ADTOCHG_R
[src]
Bit 18 - ADTOCHG
pub fn dbcdne(&self) -> DBCDNE_R
[src]
Bit 19 - DBCDNE
pub fn idchng(&self) -> IDCHNG_R
[src]
Bit 20 - IDCHNG
impl R<u32, Reg<u32, _OTG_GAHBCFG>>
[src]
pub fn gintmsk(&self) -> GINTMSK_R
[src]
Bit 0 - GINTMSK
pub fn hbstlen(&self) -> HBSTLEN_R
[src]
Bits 1:4 - HBSTLEN
pub fn dmaen(&self) -> DMAEN_R
[src]
Bit 5 - DMAEN
pub fn txfelvl(&self) -> TXFELVL_R
[src]
Bit 7 - TXFELVL
pub fn ptxfelvl(&self) -> PTXFELVL_R
[src]
Bit 8 - PTXFELVL
impl R<u32, Reg<u32, _OTG_GUSBCFG>>
[src]
pub fn tocal(&self) -> TOCAL_R
[src]
Bits 0:2 - TOCAL
pub fn physel(&self) -> PHYSEL_R
[src]
Bit 6 - PHYSEL
pub fn srpcap(&self) -> SRPCAP_R
[src]
Bit 8 - SRPCAP
pub fn hnpcap(&self) -> HNPCAP_R
[src]
Bit 9 - HNPCAP
pub fn trdt(&self) -> TRDT_R
[src]
Bits 10:13 - TRDT
pub fn phylpc(&self) -> PHYLPC_R
[src]
Bit 15 - PHYLPC
pub fn tsdps(&self) -> TSDPS_R
[src]
Bit 22 - TSDPS
pub fn fhmod(&self) -> FHMOD_R
[src]
Bit 29 - FHMOD
pub fn fdmod(&self) -> FDMOD_R
[src]
Bit 30 - FDMOD
impl R<u32, Reg<u32, _OTG_GRSTCTL>>
[src]
pub fn csrst(&self) -> CSRST_R
[src]
Bit 0 - CSRST
pub fn psrst(&self) -> PSRST_R
[src]
Bit 1 - PSRST
pub fn rxfflsh(&self) -> RXFFLSH_R
[src]
Bit 4 - RXFFLSH
pub fn txfflsh(&self) -> TXFFLSH_R
[src]
Bit 5 - TXFFLSH
pub fn txfnum(&self) -> TXFNUM_R
[src]
Bits 6:10 - TXFNUM
pub fn dmareq(&self) -> DMAREQ_R
[src]
Bit 30 - DMAREQ
pub fn ahbidl(&self) -> AHBIDL_R
[src]
Bit 31 - AHBIDL
impl R<u32, Reg<u32, _OTG_GINTSTS>>
[src]
pub fn cmod(&self) -> CMOD_R
[src]
Bit 0 - CMOD
pub fn mmis(&self) -> MMIS_R
[src]
Bit 1 - MMIS
pub fn otgint(&self) -> OTGINT_R
[src]
Bit 2 - OTGINT
pub fn sof(&self) -> SOF_R
[src]
Bit 3 - SOF
pub fn rxflvl(&self) -> RXFLVL_R
[src]
Bit 4 - RXFLVL
pub fn nptxfe(&self) -> NPTXFE_R
[src]
Bit 5 - NPTXFE
pub fn ginakeff(&self) -> GINAKEFF_R
[src]
Bit 6 - GINAKEFF
pub fn gonakeff(&self) -> GONAKEFF_R
[src]
Bit 7 - GONAKEFF
pub fn esusp(&self) -> ESUSP_R
[src]
Bit 10 - ESUSP
pub fn usbsusp(&self) -> USBSUSP_R
[src]
Bit 11 - USBSUSP
pub fn usbrst(&self) -> USBRST_R
[src]
Bit 12 - USBRST
pub fn enumdne(&self) -> ENUMDNE_R
[src]
Bit 13 - ENUMDNE
pub fn isoodrp(&self) -> ISOODRP_R
[src]
Bit 14 - ISOODRP
pub fn eopf(&self) -> EOPF_R
[src]
Bit 15 - EOPF
pub fn iepint(&self) -> IEPINT_R
[src]
Bit 18 - IEPINT
pub fn oepint(&self) -> OEPINT_R
[src]
Bit 19 - OEPINT
pub fn iisoixfr(&self) -> IISOIXFR_R
[src]
Bit 20 - IISOIXFR
pub fn ipxfr(&self) -> IPXFR_R
[src]
Bit 21 - IPXFR
pub fn datafsusp(&self) -> DATAFSUSP_R
[src]
Bit 22 - DATAFSUSP
pub fn hprtint(&self) -> HPRTINT_R
[src]
Bit 24 - HPRTINT
pub fn hcint(&self) -> HCINT_R
[src]
Bit 25 - HCINT
pub fn ptxfe(&self) -> PTXFE_R
[src]
Bit 26 - PTXFE
pub fn cidschg(&self) -> CIDSCHG_R
[src]
Bit 28 - CIDSCHG
pub fn discint(&self) -> DISCINT_R
[src]
Bit 29 - DISCINT
pub fn srqint(&self) -> SRQINT_R
[src]
Bit 30 - SRQINT
pub fn wkupint(&self) -> WKUPINT_R
[src]
Bit 31 - WKUPINT
impl R<u32, Reg<u32, _OTG_GINTMSK>>
[src]
pub fn mmism(&self) -> MMISM_R
[src]
Bit 1 - MMISM
pub fn otgint(&self) -> OTGINT_R
[src]
Bit 2 - OTGINT
pub fn sofm(&self) -> SOFM_R
[src]
Bit 3 - SOFM
pub fn rxflvlm(&self) -> RXFLVLM_R
[src]
Bit 4 - RXFLVLM
pub fn nptxfem(&self) -> NPTXFEM_R
[src]
Bit 5 - NPTXFEM
pub fn ginakeffm(&self) -> GINAKEFFM_R
[src]
Bit 6 - GINAKEFFM
pub fn gonakeffm(&self) -> GONAKEFFM_R
[src]
Bit 7 - GONAKEFFM
pub fn esuspm(&self) -> ESUSPM_R
[src]
Bit 10 - ESUSPM
pub fn usbsuspm(&self) -> USBSUSPM_R
[src]
Bit 11 - USBSUSPM
pub fn usbrst(&self) -> USBRST_R
[src]
Bit 12 - USBRST
pub fn enumdnem(&self) -> ENUMDNEM_R
[src]
Bit 13 - ENUMDNEM
pub fn isoodrpm(&self) -> ISOODRPM_R
[src]
Bit 14 - ISOODRPM
pub fn eopfm(&self) -> EOPFM_R
[src]
Bit 15 - EOPFM
pub fn iepint(&self) -> IEPINT_R
[src]
Bit 18 - IEPINT
pub fn oepint(&self) -> OEPINT_R
[src]
Bit 19 - OEPINT
pub fn iisoixfrm(&self) -> IISOIXFRM_R
[src]
Bit 20 - IISOIXFRM
pub fn ipxfrm(&self) -> IPXFRM_R
[src]
Bit 21 - IPXFRM
pub fn fsuspm(&self) -> FSUSPM_R
[src]
Bit 22 - FSUSPM
pub fn rstdetm(&self) -> RSTDETM_R
[src]
Bit 23 - RSTDETM
pub fn prtim(&self) -> PRTIM_R
[src]
Bit 24 - PRTIM
pub fn hcim(&self) -> HCIM_R
[src]
Bit 25 - HCIM
pub fn ptxfem(&self) -> PTXFEM_R
[src]
Bit 26 - PTXFEM
pub fn lpmintm(&self) -> LPMINTM_R
[src]
Bit 27 - LPMINTM
pub fn cidschgm(&self) -> CIDSCHGM_R
[src]
Bit 28 - CIDSCHGM
pub fn discint(&self) -> DISCINT_R
[src]
Bit 29 - DISCINT
pub fn srqim(&self) -> SRQIM_R
[src]
Bit 30 - SRQIM
pub fn wuim(&self) -> WUIM_R
[src]
Bit 31 - WUIM
impl R<u32, Reg<u32, _OTG_GRXSTSR>>
[src]
pub fn epnum(&self) -> EPNUM_R
[src]
Bits 0:3 - EPNUM
pub fn bcnt(&self) -> BCNT_R
[src]
Bits 4:14 - BCNT
pub fn dpid(&self) -> DPID_R
[src]
Bits 15:16 - DPID
pub fn pktsts(&self) -> PKTSTS_R
[src]
Bits 17:20 - PKTSTS
pub fn frmnum(&self) -> FRMNUM_R
[src]
Bits 21:24 - FRMNUM
pub fn stsphst(&self) -> STSPHST_R
[src]
Bit 27 - STSPHST
impl R<u32, Reg<u32, _OTG_GRXSTSP>>
[src]
pub fn epnum(&self) -> EPNUM_R
[src]
Bits 0:3 - EPNUM
pub fn bcnt(&self) -> BCNT_R
[src]
Bits 4:14 - BCNT
pub fn dpid(&self) -> DPID_R
[src]
Bits 15:16 - DPID
pub fn pktsts(&self) -> PKTSTS_R
[src]
Bits 17:20 - PKTSTS
pub fn frmnum(&self) -> FRMNUM_R
[src]
Bits 21:24 - FRMNUM
pub fn stsphst(&self) -> STSPHST_R
[src]
Bit 27 - STSPHST
impl R<u32, Reg<u32, _OTG_GRXFSIZ>>
[src]
impl R<u32, Reg<u32, _OTG_HNPTXFSIZ>>
[src]
pub fn nptxfsa(&self) -> NPTXFSA_R
[src]
Bits 0:15 - NPTXFSA
pub fn nptxfd(&self) -> NPTXFD_R
[src]
Bits 16:31 - NPTXFD
impl R<u32, Reg<u32, _OTG_HNPTXSTS>>
[src]
pub fn nptxfsav(&self) -> NPTXFSAV_R
[src]
Bits 0:15 - NPTXFSAV
pub fn nptqxsav(&self) -> NPTQXSAV_R
[src]
Bits 16:23 - NPTQXSAV
pub fn nptxqtop(&self) -> NPTXQTOP_R
[src]
Bits 24:30 - NPTXQTOP
impl R<u32, Reg<u32, _OTG_GCCFG>>
[src]
pub fn pdet(&self) -> PDET_R
[src]
Bit 1 - PDET
pub fn sdet(&self) -> SDET_R
[src]
Bit 2 - SDET
pub fn ps2det(&self) -> PS2DET_R
[src]
Bit 3 - PS2DET
pub fn pwrdwn(&self) -> PWRDWN_R
[src]
Bit 16 - PWRDWN
pub fn bcden(&self) -> BCDEN_R
[src]
Bit 17 - BCDEN
pub fn pden(&self) -> PDEN_R
[src]
Bit 19 - PDEN
pub fn sden(&self) -> SDEN_R
[src]
Bit 20 - SDEN
pub fn vbden(&self) -> VBDEN_R
[src]
Bit 21 - VBDEN
pub fn iden(&self) -> IDEN_R
[src]
Bit 22 - IDEN
impl R<u32, Reg<u32, _OTG_CID>>
[src]
pub fn product_id(&self) -> PRODUCT_ID_R
[src]
Bits 0:31 - PRODUCT_ID
impl R<u32, Reg<u32, _OTG_GLPMCFG>>
[src]
pub fn lpmen(&self) -> LPMEN_R
[src]
Bit 0 - LPMEN
pub fn lpmack(&self) -> LPMACK_R
[src]
Bit 1 - LPMACK
pub fn besl(&self) -> BESL_R
[src]
Bits 2:5 - BESL
pub fn remwake(&self) -> REMWAKE_R
[src]
Bit 6 - REMWAKE
pub fn l1ssen(&self) -> L1SSEN_R
[src]
Bit 7 - L1SSEN
pub fn beslthrs(&self) -> BESLTHRS_R
[src]
Bits 8:11 - BESLTHRS
pub fn l1dsen(&self) -> L1DSEN_R
[src]
Bit 12 - L1DSEN
pub fn lpmrsp(&self) -> LPMRSP_R
[src]
Bits 13:14 - LPMRSP
pub fn slpsts(&self) -> SLPSTS_R
[src]
Bit 15 - SLPSTS
pub fn l1rsmok(&self) -> L1RSMOK_R
[src]
Bit 16 - L1RSMOK
pub fn lpmchidx(&self) -> LPMCHIDX_R
[src]
Bits 17:20 - LPMCHIDX
pub fn lpmrcnt(&self) -> LPMRCNT_R
[src]
Bits 21:23 - LPMRCNT
pub fn sndlpm(&self) -> SNDLPM_R
[src]
Bit 24 - SNDLPM
pub fn lpmrcntsts(&self) -> LPMRCNTSTS_R
[src]
Bits 25:27 - LPMRCNTSTS
pub fn enbesl(&self) -> ENBESL_R
[src]
Bit 28 - ENBESL
impl R<u32, Reg<u32, _OTG_HPTXFSIZ>>
[src]
pub fn ptxsa(&self) -> PTXSA_R
[src]
Bits 0:15 - PTXSA
pub fn ptxfsiz(&self) -> PTXFSIZ_R
[src]
Bits 16:31 - PTXFSIZ
impl R<u32, Reg<u32, _OTG_DIEPTXF1>>
[src]
pub fn ineptxsa(&self) -> INEPTXSA_R
[src]
Bits 0:15 - INEPTXSA
pub fn ineptxfd(&self) -> INEPTXFD_R
[src]
Bits 16:31 - INEPTXFD
impl R<u32, Reg<u32, _OTG_DIEPTXF2>>
[src]
pub fn ineptxsa(&self) -> INEPTXSA_R
[src]
Bits 0:15 - INEPTXSA
pub fn ineptxfd(&self) -> INEPTXFD_R
[src]
Bits 16:31 - INEPTXFD
impl R<u32, Reg<u32, _OTG_DIEPTXF3>>
[src]
pub fn ineptxsa(&self) -> INEPTXSA_R
[src]
Bits 0:15 - INEPTXSA
pub fn ineptxfd(&self) -> INEPTXFD_R
[src]
Bits 16:31 - INEPTXFD
impl R<u32, Reg<u32, _OTG_DIEPTXF4>>
[src]
pub fn ineptxsa(&self) -> INEPTXSA_R
[src]
Bits 0:15 - INEPTXSA
pub fn ineptxfd(&self) -> INEPTXFD_R
[src]
Bits 16:31 - INEPTXFD
impl R<u32, Reg<u32, _OTG_DIEPTXF5>>
[src]
pub fn ineptxsa(&self) -> INEPTXSA_R
[src]
Bits 0:15 - INEPTXSA
pub fn ineptxfd(&self) -> INEPTXFD_R
[src]
Bits 16:31 - INEPTXFD
impl R<u32, Reg<u32, _OTG_DIEPTXF6>>
[src]
pub fn ineptxsa(&self) -> INEPTXSA_R
[src]
Bits 0:15 - INEPTXSA
pub fn ineptxfd(&self) -> INEPTXFD_R
[src]
Bits 16:31 - INEPTXFD
impl R<u32, Reg<u32, _OTG_DIEPTXF7>>
[src]
pub fn ineptxsa(&self) -> INEPTXSA_R
[src]
Bits 0:15 - INEPTXSA
pub fn ineptxfd(&self) -> INEPTXFD_R
[src]
Bits 16:31 - INEPTXFD
impl R<u32, Reg<u32, _OTG_DIEPTXF8>>
[src]
pub fn ineptxsa(&self) -> INEPTXSA_R
[src]
Bits 0:15 - INEPTXSA
pub fn ineptxfd(&self) -> INEPTXFD_R
[src]
Bits 16:31 - INEPTXFD
impl R<u32, Reg<u32, _OTG_HCFG>>
[src]
pub fn fslspcs(&self) -> FSLSPCS_R
[src]
Bits 0:1 - FSLSPCS
pub fn fslss(&self) -> FSLSS_R
[src]
Bit 2 - FSLSS
pub fn descdma(&self) -> DESCDMA_R
[src]
Bit 23 - DESCDMA
pub fn frlsten(&self) -> FRLSTEN_R
[src]
Bits 24:25 - FRLSTEN
pub fn persschedena(&self) -> PERSSCHEDENA_R
[src]
Bit 26 - PERSSCHEDENA
impl R<u32, Reg<u32, _OTG_HFIR>>
[src]
pub fn frivl(&self) -> FRIVL_R
[src]
Bits 0:15 - FRIVL
pub fn rldctrl(&self) -> RLDCTRL_R
[src]
Bit 16 - RLDCTRL
impl R<u32, Reg<u32, _OTG_HFNUM>>
[src]
pub fn frnum(&self) -> FRNUM_R
[src]
Bits 0:15 - FRNUM
pub fn ftrem(&self) -> FTREM_R
[src]
Bits 16:31 - FTREM
impl R<u32, Reg<u32, _OTG_HPTXSTS>>
[src]
pub fn ptxfsavl(&self) -> PTXFSAVL_R
[src]
Bits 0:15 - PTXFSAVL
pub fn ptxqsav(&self) -> PTXQSAV_R
[src]
Bits 16:23 - PTXQSAV
pub fn ptxqtop(&self) -> PTXQTOP_R
[src]
Bits 24:31 - PTXQTOP
impl R<u32, Reg<u32, _OTG_HAINT>>
[src]
impl R<u32, Reg<u32, _OTG_HAINTMSK>>
[src]
impl R<u32, Reg<u32, _OTG_HFLBADDR>>
[src]
pub fn hflbaddr(&self) -> HFLBADDR_R
[src]
Bits 0:31 - HFLBADDR
impl R<u32, Reg<u32, _OTG_HPRT>>
[src]
pub fn pcsts(&self) -> PCSTS_R
[src]
Bit 0 - PCSTS
pub fn pcdet(&self) -> PCDET_R
[src]
Bit 1 - PCDET
pub fn pena(&self) -> PENA_R
[src]
Bit 2 - PENA
pub fn penchng(&self) -> PENCHNG_R
[src]
Bit 3 - PENCHNG
pub fn poca(&self) -> POCA_R
[src]
Bit 4 - POCA
pub fn pocchng(&self) -> POCCHNG_R
[src]
Bit 5 - POCCHNG
pub fn pres(&self) -> PRES_R
[src]
Bit 6 - PRES
pub fn psusp(&self) -> PSUSP_R
[src]
Bit 7 - PSUSP
pub fn prst(&self) -> PRST_R
[src]
Bit 8 - PRST
pub fn plsts(&self) -> PLSTS_R
[src]
Bits 10:11 - PLSTS
pub fn ppwr(&self) -> PPWR_R
[src]
Bit 12 - PPWR
pub fn ptctl(&self) -> PTCTL_R
[src]
Bits 13:16 - PTCTL
pub fn pspd(&self) -> PSPD_R
[src]
Bits 17:18 - PSPD
impl R<u32, Reg<u32, _OTG_HCCHAR0>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn epnum(&self) -> EPNUM_R
[src]
Bits 11:14 - EPNUM
pub fn epdir(&self) -> EPDIR_R
[src]
Bit 15 - EPDIR
pub fn lsdev(&self) -> LSDEV_R
[src]
Bit 17 - LSDEV
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn mcnt(&self) -> MCNT_R
[src]
Bits 20:21 - MCNT
pub fn dad(&self) -> DAD_R
[src]
Bits 22:28 - DAD
pub fn chdis(&self) -> CHDIS_R
[src]
Bit 30 - CHDIS
pub fn chena(&self) -> CHENA_R
[src]
Bit 31 - CHENA
impl R<u32, Reg<u32, _OTG_HCSPLT0>>
[src]
pub fn prtaddr(&self) -> PRTADDR_R
[src]
Bits 0:6 - PRTADDR
pub fn hubaddr(&self) -> HUBADDR_R
[src]
Bits 7:13 - HUBADDR
pub fn xactpos(&self) -> XACTPOS_R
[src]
Bits 14:15 - XACTPOS
pub fn complsplt(&self) -> COMPLSPLT_R
[src]
Bit 16 - COMPLSPLT
pub fn spliten(&self) -> SPLITEN_R
[src]
Bit 31 - SPLITEN
impl R<u32, Reg<u32, _OTG_HCINT0>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn chh(&self) -> CHH_R
[src]
Bit 1 - CHH
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn stall(&self) -> STALL_R
[src]
Bit 3 - STALL
pub fn nak(&self) -> NAK_R
[src]
Bit 4 - NAK
pub fn ack(&self) -> ACK_R
[src]
Bit 5 - ACK
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerr(&self) -> TXERR_R
[src]
Bit 7 - TXERR
pub fn bberr(&self) -> BBERR_R
[src]
Bit 8 - BBERR
pub fn frmor(&self) -> FRMOR_R
[src]
Bit 9 - FRMOR
pub fn dterr(&self) -> DTERR_R
[src]
Bit 10 - DTERR
pub fn bna(&self) -> BNA_R
[src]
Bit 11 - BNA
pub fn xcsxacterr(&self) -> XCSXACTERR_R
[src]
Bit 12 - XCSXACTERR
pub fn desclstroll(&self) -> DESCLSTROLL_R
[src]
Bit 13 - DESCLSTROLL
impl R<u32, Reg<u32, _OTG_HCINTMSK0>>
[src]
pub fn xfrcm(&self) -> XFRCM_R
[src]
Bit 0 - XFRCM
pub fn chhm(&self) -> CHHM_R
[src]
Bit 1 - CHHM
pub fn ahberrm(&self) -> AHBERRM_R
[src]
Bit 2 - AHBERRM
pub fn stallm(&self) -> STALLM_R
[src]
Bit 3 - STALLM
pub fn nakm(&self) -> NAKM_R
[src]
Bit 4 - NAKM
pub fn ackm(&self) -> ACKM_R
[src]
Bit 5 - ACKM
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerrm(&self) -> TXERRM_R
[src]
Bit 7 - TXERRM
pub fn bberrm(&self) -> BBERRM_R
[src]
Bit 8 - BBERRM
pub fn frmorm(&self) -> FRMORM_R
[src]
Bit 9 - FRMORM
pub fn dterrm(&self) -> DTERRM_R
[src]
Bit 10 - DTERRM
pub fn bnamsk(&self) -> BNAMSK_R
[src]
Bit 11 - BNAMSK
pub fn desclstrollmsk(&self) -> DESCLSTROLLMSK_R
[src]
Bit 13 - DESCLSTROLLMSK
impl R<u32, Reg<u32, _OTG_HCTSIZ0>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn dpid(&self) -> DPID_R
[src]
Bits 29:30 - DPID
impl R<u32, Reg<u32, _OTG_HCDMA0>>
[src]
impl R<u32, Reg<u32, _OTG_HCDMAB0>>
[src]
impl R<u32, Reg<u32, _OTG_HCCHAR1>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn epnum(&self) -> EPNUM_R
[src]
Bits 11:14 - EPNUM
pub fn epdir(&self) -> EPDIR_R
[src]
Bit 15 - EPDIR
pub fn lsdev(&self) -> LSDEV_R
[src]
Bit 17 - LSDEV
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn mcnt(&self) -> MCNT_R
[src]
Bits 20:21 - MCNT
pub fn dad(&self) -> DAD_R
[src]
Bits 22:28 - DAD
pub fn chdis(&self) -> CHDIS_R
[src]
Bit 30 - CHDIS
pub fn chena(&self) -> CHENA_R
[src]
Bit 31 - CHENA
impl R<u32, Reg<u32, _OTG_HCSPLT1>>
[src]
pub fn prtaddr(&self) -> PRTADDR_R
[src]
Bits 0:6 - PRTADDR
pub fn hubaddr(&self) -> HUBADDR_R
[src]
Bits 7:13 - HUBADDR
pub fn xactpos(&self) -> XACTPOS_R
[src]
Bits 14:15 - XACTPOS
pub fn complsplt(&self) -> COMPLSPLT_R
[src]
Bit 16 - COMPLSPLT
pub fn spliten(&self) -> SPLITEN_R
[src]
Bit 31 - SPLITEN
impl R<u32, Reg<u32, _OTG_HCINT1>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn chh(&self) -> CHH_R
[src]
Bit 1 - CHH
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn stall(&self) -> STALL_R
[src]
Bit 3 - STALL
pub fn nak(&self) -> NAK_R
[src]
Bit 4 - NAK
pub fn ack(&self) -> ACK_R
[src]
Bit 5 - ACK
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerr(&self) -> TXERR_R
[src]
Bit 7 - TXERR
pub fn bberr(&self) -> BBERR_R
[src]
Bit 8 - BBERR
pub fn frmor(&self) -> FRMOR_R
[src]
Bit 9 - FRMOR
pub fn dterr(&self) -> DTERR_R
[src]
Bit 10 - DTERR
pub fn bna(&self) -> BNA_R
[src]
Bit 11 - BNA
pub fn xcsxacterr(&self) -> XCSXACTERR_R
[src]
Bit 12 - XCSXACTERR
pub fn desclstroll(&self) -> DESCLSTROLL_R
[src]
Bit 13 - DESCLSTROLL
impl R<u32, Reg<u32, _OTG_HCINTMSK1>>
[src]
pub fn xfrcm(&self) -> XFRCM_R
[src]
Bit 0 - XFRCM
pub fn chhm(&self) -> CHHM_R
[src]
Bit 1 - CHHM
pub fn ahberrm(&self) -> AHBERRM_R
[src]
Bit 2 - AHBERRM
pub fn stallm(&self) -> STALLM_R
[src]
Bit 3 - STALLM
pub fn nakm(&self) -> NAKM_R
[src]
Bit 4 - NAKM
pub fn ackm(&self) -> ACKM_R
[src]
Bit 5 - ACKM
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerrm(&self) -> TXERRM_R
[src]
Bit 7 - TXERRM
pub fn bberrm(&self) -> BBERRM_R
[src]
Bit 8 - BBERRM
pub fn frmorm(&self) -> FRMORM_R
[src]
Bit 9 - FRMORM
pub fn dterrm(&self) -> DTERRM_R
[src]
Bit 10 - DTERRM
pub fn bnamsk(&self) -> BNAMSK_R
[src]
Bit 11 - BNAMSK
pub fn desclstrollmsk(&self) -> DESCLSTROLLMSK_R
[src]
Bit 13 - DESCLSTROLLMSK
impl R<u32, Reg<u32, _OTG_HCTSIZ1>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn dpid(&self) -> DPID_R
[src]
Bits 29:30 - DPID
impl R<u32, Reg<u32, _OTG_HCDMA1>>
[src]
impl R<u32, Reg<u32, _OTG_HCDMAB1>>
[src]
impl R<u32, Reg<u32, _OTG_HCCHAR2>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn epnum(&self) -> EPNUM_R
[src]
Bits 11:14 - EPNUM
pub fn epdir(&self) -> EPDIR_R
[src]
Bit 15 - EPDIR
pub fn lsdev(&self) -> LSDEV_R
[src]
Bit 17 - LSDEV
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn mcnt(&self) -> MCNT_R
[src]
Bits 20:21 - MCNT
pub fn dad(&self) -> DAD_R
[src]
Bits 22:28 - DAD
pub fn chdis(&self) -> CHDIS_R
[src]
Bit 30 - CHDIS
pub fn chena(&self) -> CHENA_R
[src]
Bit 31 - CHENA
impl R<u32, Reg<u32, _OTG_HCSPLT2>>
[src]
pub fn prtaddr(&self) -> PRTADDR_R
[src]
Bits 0:6 - PRTADDR
pub fn hubaddr(&self) -> HUBADDR_R
[src]
Bits 7:13 - HUBADDR
pub fn xactpos(&self) -> XACTPOS_R
[src]
Bits 14:15 - XACTPOS
pub fn complsplt(&self) -> COMPLSPLT_R
[src]
Bit 16 - COMPLSPLT
pub fn spliten(&self) -> SPLITEN_R
[src]
Bit 31 - SPLITEN
impl R<u32, Reg<u32, _OTG_HCINT2>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn chh(&self) -> CHH_R
[src]
Bit 1 - CHH
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn stall(&self) -> STALL_R
[src]
Bit 3 - STALL
pub fn nak(&self) -> NAK_R
[src]
Bit 4 - NAK
pub fn ack(&self) -> ACK_R
[src]
Bit 5 - ACK
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerr(&self) -> TXERR_R
[src]
Bit 7 - TXERR
pub fn bberr(&self) -> BBERR_R
[src]
Bit 8 - BBERR
pub fn frmor(&self) -> FRMOR_R
[src]
Bit 9 - FRMOR
pub fn dterr(&self) -> DTERR_R
[src]
Bit 10 - DTERR
pub fn bna(&self) -> BNA_R
[src]
Bit 11 - BNA
pub fn xcsxacterr(&self) -> XCSXACTERR_R
[src]
Bit 12 - XCSXACTERR
pub fn desclstroll(&self) -> DESCLSTROLL_R
[src]
Bit 13 - DESCLSTROLL
impl R<u32, Reg<u32, _OTG_HCINTMSK2>>
[src]
pub fn xfrcm(&self) -> XFRCM_R
[src]
Bit 0 - XFRCM
pub fn chhm(&self) -> CHHM_R
[src]
Bit 1 - CHHM
pub fn ahberrm(&self) -> AHBERRM_R
[src]
Bit 2 - AHBERRM
pub fn stallm(&self) -> STALLM_R
[src]
Bit 3 - STALLM
pub fn nakm(&self) -> NAKM_R
[src]
Bit 4 - NAKM
pub fn ackm(&self) -> ACKM_R
[src]
Bit 5 - ACKM
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerrm(&self) -> TXERRM_R
[src]
Bit 7 - TXERRM
pub fn bberrm(&self) -> BBERRM_R
[src]
Bit 8 - BBERRM
pub fn frmorm(&self) -> FRMORM_R
[src]
Bit 9 - FRMORM
pub fn dterrm(&self) -> DTERRM_R
[src]
Bit 10 - DTERRM
pub fn bnamsk(&self) -> BNAMSK_R
[src]
Bit 11 - BNAMSK
pub fn desclstrollmsk(&self) -> DESCLSTROLLMSK_R
[src]
Bit 13 - DESCLSTROLLMSK
impl R<u32, Reg<u32, _OTG_HCTSIZ2>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn dpid(&self) -> DPID_R
[src]
Bits 29:30 - DPID
impl R<u32, Reg<u32, _OTG_HCDMA2>>
[src]
impl R<u32, Reg<u32, _OTG_HCDMAB2>>
[src]
impl R<u32, Reg<u32, _OTG_HCCHAR3>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn epnum(&self) -> EPNUM_R
[src]
Bits 11:14 - EPNUM
pub fn epdir(&self) -> EPDIR_R
[src]
Bit 15 - EPDIR
pub fn lsdev(&self) -> LSDEV_R
[src]
Bit 17 - LSDEV
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn mcnt(&self) -> MCNT_R
[src]
Bits 20:21 - MCNT
pub fn dad(&self) -> DAD_R
[src]
Bits 22:28 - DAD
pub fn chdis(&self) -> CHDIS_R
[src]
Bit 30 - CHDIS
pub fn chena(&self) -> CHENA_R
[src]
Bit 31 - CHENA
impl R<u32, Reg<u32, _OTG_HCSPLT3>>
[src]
pub fn prtaddr(&self) -> PRTADDR_R
[src]
Bits 0:6 - PRTADDR
pub fn hubaddr(&self) -> HUBADDR_R
[src]
Bits 7:13 - HUBADDR
pub fn xactpos(&self) -> XACTPOS_R
[src]
Bits 14:15 - XACTPOS
pub fn complsplt(&self) -> COMPLSPLT_R
[src]
Bit 16 - COMPLSPLT
pub fn spliten(&self) -> SPLITEN_R
[src]
Bit 31 - SPLITEN
impl R<u32, Reg<u32, _OTG_HCINT3>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn chh(&self) -> CHH_R
[src]
Bit 1 - CHH
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn stall(&self) -> STALL_R
[src]
Bit 3 - STALL
pub fn nak(&self) -> NAK_R
[src]
Bit 4 - NAK
pub fn ack(&self) -> ACK_R
[src]
Bit 5 - ACK
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerr(&self) -> TXERR_R
[src]
Bit 7 - TXERR
pub fn bberr(&self) -> BBERR_R
[src]
Bit 8 - BBERR
pub fn frmor(&self) -> FRMOR_R
[src]
Bit 9 - FRMOR
pub fn dterr(&self) -> DTERR_R
[src]
Bit 10 - DTERR
pub fn bna(&self) -> BNA_R
[src]
Bit 11 - BNA
pub fn xcsxacterr(&self) -> XCSXACTERR_R
[src]
Bit 12 - XCSXACTERR
pub fn desclstroll(&self) -> DESCLSTROLL_R
[src]
Bit 13 - DESCLSTROLL
impl R<u32, Reg<u32, _OTG_HCINTMSK3>>
[src]
pub fn xfrcm(&self) -> XFRCM_R
[src]
Bit 0 - XFRCM
pub fn chhm(&self) -> CHHM_R
[src]
Bit 1 - CHHM
pub fn ahberrm(&self) -> AHBERRM_R
[src]
Bit 2 - AHBERRM
pub fn stallm(&self) -> STALLM_R
[src]
Bit 3 - STALLM
pub fn nakm(&self) -> NAKM_R
[src]
Bit 4 - NAKM
pub fn ackm(&self) -> ACKM_R
[src]
Bit 5 - ACKM
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerrm(&self) -> TXERRM_R
[src]
Bit 7 - TXERRM
pub fn bberrm(&self) -> BBERRM_R
[src]
Bit 8 - BBERRM
pub fn frmorm(&self) -> FRMORM_R
[src]
Bit 9 - FRMORM
pub fn dterrm(&self) -> DTERRM_R
[src]
Bit 10 - DTERRM
pub fn bnamsk(&self) -> BNAMSK_R
[src]
Bit 11 - BNAMSK
pub fn desclstrollmsk(&self) -> DESCLSTROLLMSK_R
[src]
Bit 13 - DESCLSTROLLMSK
impl R<u32, Reg<u32, _OTG_HCTSIZ3>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn dpid(&self) -> DPID_R
[src]
Bits 29:30 - DPID
impl R<u32, Reg<u32, _OTG_HCDMA3>>
[src]
impl R<u32, Reg<u32, _OTG_HCDMAB3>>
[src]
impl R<u32, Reg<u32, _OTG_HCCHAR4>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn epnum(&self) -> EPNUM_R
[src]
Bits 11:14 - EPNUM
pub fn epdir(&self) -> EPDIR_R
[src]
Bit 15 - EPDIR
pub fn lsdev(&self) -> LSDEV_R
[src]
Bit 17 - LSDEV
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn mcnt(&self) -> MCNT_R
[src]
Bits 20:21 - MCNT
pub fn dad(&self) -> DAD_R
[src]
Bits 22:28 - DAD
pub fn chdis(&self) -> CHDIS_R
[src]
Bit 30 - CHDIS
pub fn chena(&self) -> CHENA_R
[src]
Bit 31 - CHENA
impl R<u32, Reg<u32, _OTG_HCSPLT4>>
[src]
pub fn prtaddr(&self) -> PRTADDR_R
[src]
Bits 0:6 - PRTADDR
pub fn hubaddr(&self) -> HUBADDR_R
[src]
Bits 7:13 - HUBADDR
pub fn xactpos(&self) -> XACTPOS_R
[src]
Bits 14:15 - XACTPOS
pub fn complsplt(&self) -> COMPLSPLT_R
[src]
Bit 16 - COMPLSPLT
pub fn spliten(&self) -> SPLITEN_R
[src]
Bit 31 - SPLITEN
impl R<u32, Reg<u32, _OTG_HCINT4>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn chh(&self) -> CHH_R
[src]
Bit 1 - CHH
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn stall(&self) -> STALL_R
[src]
Bit 3 - STALL
pub fn nak(&self) -> NAK_R
[src]
Bit 4 - NAK
pub fn ack(&self) -> ACK_R
[src]
Bit 5 - ACK
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerr(&self) -> TXERR_R
[src]
Bit 7 - TXERR
pub fn bberr(&self) -> BBERR_R
[src]
Bit 8 - BBERR
pub fn frmor(&self) -> FRMOR_R
[src]
Bit 9 - FRMOR
pub fn dterr(&self) -> DTERR_R
[src]
Bit 10 - DTERR
pub fn bna(&self) -> BNA_R
[src]
Bit 11 - BNA
pub fn xcsxacterr(&self) -> XCSXACTERR_R
[src]
Bit 12 - XCSXACTERR
pub fn desclstroll(&self) -> DESCLSTROLL_R
[src]
Bit 13 - DESCLSTROLL
impl R<u32, Reg<u32, _OTG_HCINTMSK4>>
[src]
pub fn xfrcm(&self) -> XFRCM_R
[src]
Bit 0 - XFRCM
pub fn chhm(&self) -> CHHM_R
[src]
Bit 1 - CHHM
pub fn ahberrm(&self) -> AHBERRM_R
[src]
Bit 2 - AHBERRM
pub fn stallm(&self) -> STALLM_R
[src]
Bit 3 - STALLM
pub fn nakm(&self) -> NAKM_R
[src]
Bit 4 - NAKM
pub fn ackm(&self) -> ACKM_R
[src]
Bit 5 - ACKM
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerrm(&self) -> TXERRM_R
[src]
Bit 7 - TXERRM
pub fn bberrm(&self) -> BBERRM_R
[src]
Bit 8 - BBERRM
pub fn frmorm(&self) -> FRMORM_R
[src]
Bit 9 - FRMORM
pub fn dterrm(&self) -> DTERRM_R
[src]
Bit 10 - DTERRM
pub fn bnamsk(&self) -> BNAMSK_R
[src]
Bit 11 - BNAMSK
pub fn desclstrollmsk(&self) -> DESCLSTROLLMSK_R
[src]
Bit 13 - DESCLSTROLLMSK
impl R<u32, Reg<u32, _OTG_HCTSIZ4>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn dpid(&self) -> DPID_R
[src]
Bits 29:30 - DPID
impl R<u32, Reg<u32, _OTG_HCDMA4>>
[src]
impl R<u32, Reg<u32, _OTG_HCDMAB4>>
[src]
impl R<u32, Reg<u32, _OTG_HCCHAR5>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn epnum(&self) -> EPNUM_R
[src]
Bits 11:14 - EPNUM
pub fn epdir(&self) -> EPDIR_R
[src]
Bit 15 - EPDIR
pub fn lsdev(&self) -> LSDEV_R
[src]
Bit 17 - LSDEV
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn mcnt(&self) -> MCNT_R
[src]
Bits 20:21 - MCNT
pub fn dad(&self) -> DAD_R
[src]
Bits 22:28 - DAD
pub fn chdis(&self) -> CHDIS_R
[src]
Bit 30 - CHDIS
pub fn chena(&self) -> CHENA_R
[src]
Bit 31 - CHENA
impl R<u32, Reg<u32, _OTG_HCSPLT5>>
[src]
pub fn prtaddr(&self) -> PRTADDR_R
[src]
Bits 0:6 - PRTADDR
pub fn hubaddr(&self) -> HUBADDR_R
[src]
Bits 7:13 - HUBADDR
pub fn xactpos(&self) -> XACTPOS_R
[src]
Bits 14:15 - XACTPOS
pub fn complsplt(&self) -> COMPLSPLT_R
[src]
Bit 16 - COMPLSPLT
pub fn spliten(&self) -> SPLITEN_R
[src]
Bit 31 - SPLITEN
impl R<u32, Reg<u32, _OTG_HCINT5>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn chh(&self) -> CHH_R
[src]
Bit 1 - CHH
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn stall(&self) -> STALL_R
[src]
Bit 3 - STALL
pub fn nak(&self) -> NAK_R
[src]
Bit 4 - NAK
pub fn ack(&self) -> ACK_R
[src]
Bit 5 - ACK
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerr(&self) -> TXERR_R
[src]
Bit 7 - TXERR
pub fn bberr(&self) -> BBERR_R
[src]
Bit 8 - BBERR
pub fn frmor(&self) -> FRMOR_R
[src]
Bit 9 - FRMOR
pub fn dterr(&self) -> DTERR_R
[src]
Bit 10 - DTERR
pub fn bna(&self) -> BNA_R
[src]
Bit 11 - BNA
pub fn xcsxacterr(&self) -> XCSXACTERR_R
[src]
Bit 12 - XCSXACTERR
pub fn desclstroll(&self) -> DESCLSTROLL_R
[src]
Bit 13 - DESCLSTROLL
impl R<u32, Reg<u32, _OTG_HCINTMSK5>>
[src]
pub fn xfrcm(&self) -> XFRCM_R
[src]
Bit 0 - XFRCM
pub fn chhm(&self) -> CHHM_R
[src]
Bit 1 - CHHM
pub fn ahberrm(&self) -> AHBERRM_R
[src]
Bit 2 - AHBERRM
pub fn stallm(&self) -> STALLM_R
[src]
Bit 3 - STALLM
pub fn nakm(&self) -> NAKM_R
[src]
Bit 4 - NAKM
pub fn ackm(&self) -> ACKM_R
[src]
Bit 5 - ACKM
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerrm(&self) -> TXERRM_R
[src]
Bit 7 - TXERRM
pub fn bberrm(&self) -> BBERRM_R
[src]
Bit 8 - BBERRM
pub fn frmorm(&self) -> FRMORM_R
[src]
Bit 9 - FRMORM
pub fn dterrm(&self) -> DTERRM_R
[src]
Bit 10 - DTERRM
pub fn bnamsk(&self) -> BNAMSK_R
[src]
Bit 11 - BNAMSK
pub fn desclstrollmsk(&self) -> DESCLSTROLLMSK_R
[src]
Bit 13 - DESCLSTROLLMSK
impl R<u32, Reg<u32, _OTG_HCTSIZ5>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn dpid(&self) -> DPID_R
[src]
Bits 29:30 - DPID
impl R<u32, Reg<u32, _OTG_HCDMA5>>
[src]
impl R<u32, Reg<u32, _OTG_HCDMAB5>>
[src]
impl R<u32, Reg<u32, _OTG_HCCHAR6>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn epnum(&self) -> EPNUM_R
[src]
Bits 11:14 - EPNUM
pub fn epdir(&self) -> EPDIR_R
[src]
Bit 15 - EPDIR
pub fn lsdev(&self) -> LSDEV_R
[src]
Bit 17 - LSDEV
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn mcnt(&self) -> MCNT_R
[src]
Bits 20:21 - MCNT
pub fn dad(&self) -> DAD_R
[src]
Bits 22:28 - DAD
pub fn chdis(&self) -> CHDIS_R
[src]
Bit 30 - CHDIS
pub fn chena(&self) -> CHENA_R
[src]
Bit 31 - CHENA
impl R<u32, Reg<u32, _OTG_HCSPLT6>>
[src]
pub fn prtaddr(&self) -> PRTADDR_R
[src]
Bits 0:6 - PRTADDR
pub fn hubaddr(&self) -> HUBADDR_R
[src]
Bits 7:13 - HUBADDR
pub fn xactpos(&self) -> XACTPOS_R
[src]
Bits 14:15 - XACTPOS
pub fn complsplt(&self) -> COMPLSPLT_R
[src]
Bit 16 - COMPLSPLT
pub fn spliten(&self) -> SPLITEN_R
[src]
Bit 31 - SPLITEN
impl R<u32, Reg<u32, _OTG_HCINT6>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn chh(&self) -> CHH_R
[src]
Bit 1 - CHH
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn stall(&self) -> STALL_R
[src]
Bit 3 - STALL
pub fn nak(&self) -> NAK_R
[src]
Bit 4 - NAK
pub fn ack(&self) -> ACK_R
[src]
Bit 5 - ACK
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerr(&self) -> TXERR_R
[src]
Bit 7 - TXERR
pub fn bberr(&self) -> BBERR_R
[src]
Bit 8 - BBERR
pub fn frmor(&self) -> FRMOR_R
[src]
Bit 9 - FRMOR
pub fn dterr(&self) -> DTERR_R
[src]
Bit 10 - DTERR
pub fn bna(&self) -> BNA_R
[src]
Bit 11 - BNA
pub fn xcsxacterr(&self) -> XCSXACTERR_R
[src]
Bit 12 - XCSXACTERR
pub fn desclstroll(&self) -> DESCLSTROLL_R
[src]
Bit 13 - DESCLSTROLL
impl R<u32, Reg<u32, _OTG_HCINTMSK6>>
[src]
pub fn xfrcm(&self) -> XFRCM_R
[src]
Bit 0 - XFRCM
pub fn chhm(&self) -> CHHM_R
[src]
Bit 1 - CHHM
pub fn ahberrm(&self) -> AHBERRM_R
[src]
Bit 2 - AHBERRM
pub fn stallm(&self) -> STALLM_R
[src]
Bit 3 - STALLM
pub fn nakm(&self) -> NAKM_R
[src]
Bit 4 - NAKM
pub fn ackm(&self) -> ACKM_R
[src]
Bit 5 - ACKM
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerrm(&self) -> TXERRM_R
[src]
Bit 7 - TXERRM
pub fn bberrm(&self) -> BBERRM_R
[src]
Bit 8 - BBERRM
pub fn frmorm(&self) -> FRMORM_R
[src]
Bit 9 - FRMORM
pub fn dterrm(&self) -> DTERRM_R
[src]
Bit 10 - DTERRM
pub fn bnamsk(&self) -> BNAMSK_R
[src]
Bit 11 - BNAMSK
pub fn desclstrollmsk(&self) -> DESCLSTROLLMSK_R
[src]
Bit 13 - DESCLSTROLLMSK
impl R<u32, Reg<u32, _OTG_HCTSIZ6>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn dpid(&self) -> DPID_R
[src]
Bits 29:30 - DPID
impl R<u32, Reg<u32, _OTG_HCDMA6>>
[src]
impl R<u32, Reg<u32, _OTG_HCDMAB6>>
[src]
impl R<u32, Reg<u32, _OTG_HCCHAR7>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn epnum(&self) -> EPNUM_R
[src]
Bits 11:14 - EPNUM
pub fn epdir(&self) -> EPDIR_R
[src]
Bit 15 - EPDIR
pub fn lsdev(&self) -> LSDEV_R
[src]
Bit 17 - LSDEV
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn mcnt(&self) -> MCNT_R
[src]
Bits 20:21 - MCNT
pub fn dad(&self) -> DAD_R
[src]
Bits 22:28 - DAD
pub fn chdis(&self) -> CHDIS_R
[src]
Bit 30 - CHDIS
pub fn chena(&self) -> CHENA_R
[src]
Bit 31 - CHENA
impl R<u32, Reg<u32, _OTG_HCSPLT7>>
[src]
pub fn prtaddr(&self) -> PRTADDR_R
[src]
Bits 0:6 - PRTADDR
pub fn hubaddr(&self) -> HUBADDR_R
[src]
Bits 7:13 - HUBADDR
pub fn xactpos(&self) -> XACTPOS_R
[src]
Bits 14:15 - XACTPOS
pub fn complsplt(&self) -> COMPLSPLT_R
[src]
Bit 16 - COMPLSPLT
pub fn spliten(&self) -> SPLITEN_R
[src]
Bit 31 - SPLITEN
impl R<u32, Reg<u32, _OTG_HCINT7>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn chh(&self) -> CHH_R
[src]
Bit 1 - CHH
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn stall(&self) -> STALL_R
[src]
Bit 3 - STALL
pub fn nak(&self) -> NAK_R
[src]
Bit 4 - NAK
pub fn ack(&self) -> ACK_R
[src]
Bit 5 - ACK
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerr(&self) -> TXERR_R
[src]
Bit 7 - TXERR
pub fn bberr(&self) -> BBERR_R
[src]
Bit 8 - BBERR
pub fn frmor(&self) -> FRMOR_R
[src]
Bit 9 - FRMOR
pub fn dterr(&self) -> DTERR_R
[src]
Bit 10 - DTERR
pub fn bna(&self) -> BNA_R
[src]
Bit 11 - BNA
pub fn xcsxacterr(&self) -> XCSXACTERR_R
[src]
Bit 12 - XCSXACTERR
pub fn desclstroll(&self) -> DESCLSTROLL_R
[src]
Bit 13 - DESCLSTROLL
impl R<u32, Reg<u32, _OTG_HCINTMSK7>>
[src]
pub fn xfrcm(&self) -> XFRCM_R
[src]
Bit 0 - XFRCM
pub fn chhm(&self) -> CHHM_R
[src]
Bit 1 - CHHM
pub fn ahberrm(&self) -> AHBERRM_R
[src]
Bit 2 - AHBERRM
pub fn stallm(&self) -> STALLM_R
[src]
Bit 3 - STALLM
pub fn nakm(&self) -> NAKM_R
[src]
Bit 4 - NAKM
pub fn ackm(&self) -> ACKM_R
[src]
Bit 5 - ACKM
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerrm(&self) -> TXERRM_R
[src]
Bit 7 - TXERRM
pub fn bberrm(&self) -> BBERRM_R
[src]
Bit 8 - BBERRM
pub fn frmorm(&self) -> FRMORM_R
[src]
Bit 9 - FRMORM
pub fn dterrm(&self) -> DTERRM_R
[src]
Bit 10 - DTERRM
pub fn bnamsk(&self) -> BNAMSK_R
[src]
Bit 11 - BNAMSK
pub fn desclstrollmsk(&self) -> DESCLSTROLLMSK_R
[src]
Bit 13 - DESCLSTROLLMSK
impl R<u32, Reg<u32, _OTG_HCTSIZ7>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn dpid(&self) -> DPID_R
[src]
Bits 29:30 - DPID
impl R<u32, Reg<u32, _OTG_HCDMA7>>
[src]
impl R<u32, Reg<u32, _OTG_HCDMAB7>>
[src]
impl R<u32, Reg<u32, _OTG_HCCHAR8>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn epnum(&self) -> EPNUM_R
[src]
Bits 11:14 - EPNUM
pub fn epdir(&self) -> EPDIR_R
[src]
Bit 15 - EPDIR
pub fn lsdev(&self) -> LSDEV_R
[src]
Bit 17 - LSDEV
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn mcnt(&self) -> MCNT_R
[src]
Bits 20:21 - MCNT
pub fn dad(&self) -> DAD_R
[src]
Bits 22:28 - DAD
pub fn chdis(&self) -> CHDIS_R
[src]
Bit 30 - CHDIS
pub fn chena(&self) -> CHENA_R
[src]
Bit 31 - CHENA
impl R<u32, Reg<u32, _OTG_HCSPLT8>>
[src]
pub fn prtaddr(&self) -> PRTADDR_R
[src]
Bits 0:6 - PRTADDR
pub fn hubaddr(&self) -> HUBADDR_R
[src]
Bits 7:13 - HUBADDR
pub fn xactpos(&self) -> XACTPOS_R
[src]
Bits 14:15 - XACTPOS
pub fn complsplt(&self) -> COMPLSPLT_R
[src]
Bit 16 - COMPLSPLT
pub fn spliten(&self) -> SPLITEN_R
[src]
Bit 31 - SPLITEN
impl R<u32, Reg<u32, _OTG_HCINT8>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn chh(&self) -> CHH_R
[src]
Bit 1 - CHH
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn stall(&self) -> STALL_R
[src]
Bit 3 - STALL
pub fn nak(&self) -> NAK_R
[src]
Bit 4 - NAK
pub fn ack(&self) -> ACK_R
[src]
Bit 5 - ACK
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerr(&self) -> TXERR_R
[src]
Bit 7 - TXERR
pub fn bberr(&self) -> BBERR_R
[src]
Bit 8 - BBERR
pub fn frmor(&self) -> FRMOR_R
[src]
Bit 9 - FRMOR
pub fn dterr(&self) -> DTERR_R
[src]
Bit 10 - DTERR
pub fn bna(&self) -> BNA_R
[src]
Bit 11 - BNA
pub fn xcsxacterr(&self) -> XCSXACTERR_R
[src]
Bit 12 - XCSXACTERR
pub fn desclstroll(&self) -> DESCLSTROLL_R
[src]
Bit 13 - DESCLSTROLL
impl R<u32, Reg<u32, _OTG_HCINTMSK8>>
[src]
pub fn xfrcm(&self) -> XFRCM_R
[src]
Bit 0 - XFRCM
pub fn chhm(&self) -> CHHM_R
[src]
Bit 1 - CHHM
pub fn ahberrm(&self) -> AHBERRM_R
[src]
Bit 2 - AHBERRM
pub fn stallm(&self) -> STALLM_R
[src]
Bit 3 - STALLM
pub fn nakm(&self) -> NAKM_R
[src]
Bit 4 - NAKM
pub fn ackm(&self) -> ACKM_R
[src]
Bit 5 - ACKM
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerrm(&self) -> TXERRM_R
[src]
Bit 7 - TXERRM
pub fn bberrm(&self) -> BBERRM_R
[src]
Bit 8 - BBERRM
pub fn frmorm(&self) -> FRMORM_R
[src]
Bit 9 - FRMORM
pub fn dterrm(&self) -> DTERRM_R
[src]
Bit 10 - DTERRM
pub fn bnamsk(&self) -> BNAMSK_R
[src]
Bit 11 - BNAMSK
pub fn desclstrollmsk(&self) -> DESCLSTROLLMSK_R
[src]
Bit 13 - DESCLSTROLLMSK
impl R<u32, Reg<u32, _OTG_HCTSIZ8>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn dpid(&self) -> DPID_R
[src]
Bits 29:30 - DPID
impl R<u32, Reg<u32, _OTG_HCDMA8>>
[src]
impl R<u32, Reg<u32, _OTG_HCDMAB8>>
[src]
impl R<u32, Reg<u32, _OTG_HCCHAR9>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn epnum(&self) -> EPNUM_R
[src]
Bits 11:14 - EPNUM
pub fn epdir(&self) -> EPDIR_R
[src]
Bit 15 - EPDIR
pub fn lsdev(&self) -> LSDEV_R
[src]
Bit 17 - LSDEV
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn mcnt(&self) -> MCNT_R
[src]
Bits 20:21 - MCNT
pub fn dad(&self) -> DAD_R
[src]
Bits 22:28 - DAD
pub fn chdis(&self) -> CHDIS_R
[src]
Bit 30 - CHDIS
pub fn chena(&self) -> CHENA_R
[src]
Bit 31 - CHENA
impl R<u32, Reg<u32, _OTG_HCSPLT9>>
[src]
pub fn prtaddr(&self) -> PRTADDR_R
[src]
Bits 0:6 - PRTADDR
pub fn hubaddr(&self) -> HUBADDR_R
[src]
Bits 7:13 - HUBADDR
pub fn xactpos(&self) -> XACTPOS_R
[src]
Bits 14:15 - XACTPOS
pub fn complsplt(&self) -> COMPLSPLT_R
[src]
Bit 16 - COMPLSPLT
pub fn spliten(&self) -> SPLITEN_R
[src]
Bit 31 - SPLITEN
impl R<u32, Reg<u32, _OTG_HCINT9>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn chh(&self) -> CHH_R
[src]
Bit 1 - CHH
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn stall(&self) -> STALL_R
[src]
Bit 3 - STALL
pub fn nak(&self) -> NAK_R
[src]
Bit 4 - NAK
pub fn ack(&self) -> ACK_R
[src]
Bit 5 - ACK
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerr(&self) -> TXERR_R
[src]
Bit 7 - TXERR
pub fn bberr(&self) -> BBERR_R
[src]
Bit 8 - BBERR
pub fn frmor(&self) -> FRMOR_R
[src]
Bit 9 - FRMOR
pub fn dterr(&self) -> DTERR_R
[src]
Bit 10 - DTERR
pub fn bna(&self) -> BNA_R
[src]
Bit 11 - BNA
pub fn xcsxacterr(&self) -> XCSXACTERR_R
[src]
Bit 12 - XCSXACTERR
pub fn desclstroll(&self) -> DESCLSTROLL_R
[src]
Bit 13 - DESCLSTROLL
impl R<u32, Reg<u32, _OTG_HCINTMSK9>>
[src]
pub fn xfrcm(&self) -> XFRCM_R
[src]
Bit 0 - XFRCM
pub fn chhm(&self) -> CHHM_R
[src]
Bit 1 - CHHM
pub fn ahberrm(&self) -> AHBERRM_R
[src]
Bit 2 - AHBERRM
pub fn stallm(&self) -> STALLM_R
[src]
Bit 3 - STALLM
pub fn nakm(&self) -> NAKM_R
[src]
Bit 4 - NAKM
pub fn ackm(&self) -> ACKM_R
[src]
Bit 5 - ACKM
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerrm(&self) -> TXERRM_R
[src]
Bit 7 - TXERRM
pub fn bberrm(&self) -> BBERRM_R
[src]
Bit 8 - BBERRM
pub fn frmorm(&self) -> FRMORM_R
[src]
Bit 9 - FRMORM
pub fn dterrm(&self) -> DTERRM_R
[src]
Bit 10 - DTERRM
pub fn bnamsk(&self) -> BNAMSK_R
[src]
Bit 11 - BNAMSK
pub fn desclstrollmsk(&self) -> DESCLSTROLLMSK_R
[src]
Bit 13 - DESCLSTROLLMSK
impl R<u32, Reg<u32, _OTG_HCTSIZ9>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn dpid(&self) -> DPID_R
[src]
Bits 29:30 - DPID
impl R<u32, Reg<u32, _OTG_HCDMA9>>
[src]
impl R<u32, Reg<u32, _OTG_HCDMAB9>>
[src]
impl R<u32, Reg<u32, _OTG_HCCHAR10>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn epnum(&self) -> EPNUM_R
[src]
Bits 11:14 - EPNUM
pub fn epdir(&self) -> EPDIR_R
[src]
Bit 15 - EPDIR
pub fn lsdev(&self) -> LSDEV_R
[src]
Bit 17 - LSDEV
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn mcnt(&self) -> MCNT_R
[src]
Bits 20:21 - MCNT
pub fn dad(&self) -> DAD_R
[src]
Bits 22:28 - DAD
pub fn chdis(&self) -> CHDIS_R
[src]
Bit 30 - CHDIS
pub fn chena(&self) -> CHENA_R
[src]
Bit 31 - CHENA
impl R<u32, Reg<u32, _OTG_HCSPLT10>>
[src]
pub fn prtaddr(&self) -> PRTADDR_R
[src]
Bits 0:6 - PRTADDR
pub fn hubaddr(&self) -> HUBADDR_R
[src]
Bits 7:13 - HUBADDR
pub fn xactpos(&self) -> XACTPOS_R
[src]
Bits 14:15 - XACTPOS
pub fn complsplt(&self) -> COMPLSPLT_R
[src]
Bit 16 - COMPLSPLT
pub fn spliten(&self) -> SPLITEN_R
[src]
Bit 31 - SPLITEN
impl R<u32, Reg<u32, _OTG_HCINT10>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn chh(&self) -> CHH_R
[src]
Bit 1 - CHH
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn stall(&self) -> STALL_R
[src]
Bit 3 - STALL
pub fn nak(&self) -> NAK_R
[src]
Bit 4 - NAK
pub fn ack(&self) -> ACK_R
[src]
Bit 5 - ACK
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerr(&self) -> TXERR_R
[src]
Bit 7 - TXERR
pub fn bberr(&self) -> BBERR_R
[src]
Bit 8 - BBERR
pub fn frmor(&self) -> FRMOR_R
[src]
Bit 9 - FRMOR
pub fn dterr(&self) -> DTERR_R
[src]
Bit 10 - DTERR
pub fn bna(&self) -> BNA_R
[src]
Bit 11 - BNA
pub fn xcsxacterr(&self) -> XCSXACTERR_R
[src]
Bit 12 - XCSXACTERR
pub fn desclstroll(&self) -> DESCLSTROLL_R
[src]
Bit 13 - DESCLSTROLL
impl R<u32, Reg<u32, _OTG_HCINTMSK10>>
[src]
pub fn xfrcm(&self) -> XFRCM_R
[src]
Bit 0 - XFRCM
pub fn chhm(&self) -> CHHM_R
[src]
Bit 1 - CHHM
pub fn ahberrm(&self) -> AHBERRM_R
[src]
Bit 2 - AHBERRM
pub fn stallm(&self) -> STALLM_R
[src]
Bit 3 - STALLM
pub fn nakm(&self) -> NAKM_R
[src]
Bit 4 - NAKM
pub fn ackm(&self) -> ACKM_R
[src]
Bit 5 - ACKM
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerrm(&self) -> TXERRM_R
[src]
Bit 7 - TXERRM
pub fn bberrm(&self) -> BBERRM_R
[src]
Bit 8 - BBERRM
pub fn frmorm(&self) -> FRMORM_R
[src]
Bit 9 - FRMORM
pub fn dterrm(&self) -> DTERRM_R
[src]
Bit 10 - DTERRM
pub fn bnamsk(&self) -> BNAMSK_R
[src]
Bit 11 - BNAMSK
pub fn desclstrollmsk(&self) -> DESCLSTROLLMSK_R
[src]
Bit 13 - DESCLSTROLLMSK
impl R<u32, Reg<u32, _OTG_HCTSIZ10>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn dpid(&self) -> DPID_R
[src]
Bits 29:30 - DPID
impl R<u32, Reg<u32, _OTG_HCDMA10>>
[src]
impl R<u32, Reg<u32, _OTG_HCDMAB10>>
[src]
impl R<u32, Reg<u32, _OTG_HCCHAR11>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn epnum(&self) -> EPNUM_R
[src]
Bits 11:14 - EPNUM
pub fn epdir(&self) -> EPDIR_R
[src]
Bit 15 - EPDIR
pub fn lsdev(&self) -> LSDEV_R
[src]
Bit 17 - LSDEV
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn mcnt(&self) -> MCNT_R
[src]
Bits 20:21 - MCNT
pub fn dad(&self) -> DAD_R
[src]
Bits 22:28 - DAD
pub fn chdis(&self) -> CHDIS_R
[src]
Bit 30 - CHDIS
pub fn chena(&self) -> CHENA_R
[src]
Bit 31 - CHENA
impl R<u32, Reg<u32, _OTG_HCSPLT11>>
[src]
pub fn prtaddr(&self) -> PRTADDR_R
[src]
Bits 0:6 - PRTADDR
pub fn hubaddr(&self) -> HUBADDR_R
[src]
Bits 7:13 - HUBADDR
pub fn xactpos(&self) -> XACTPOS_R
[src]
Bits 14:15 - XACTPOS
pub fn complsplt(&self) -> COMPLSPLT_R
[src]
Bit 16 - COMPLSPLT
pub fn spliten(&self) -> SPLITEN_R
[src]
Bit 31 - SPLITEN
impl R<u32, Reg<u32, _OTG_HCINT11>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn chh(&self) -> CHH_R
[src]
Bit 1 - CHH
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn stall(&self) -> STALL_R
[src]
Bit 3 - STALL
pub fn nak(&self) -> NAK_R
[src]
Bit 4 - NAK
pub fn ack(&self) -> ACK_R
[src]
Bit 5 - ACK
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerr(&self) -> TXERR_R
[src]
Bit 7 - TXERR
pub fn bberr(&self) -> BBERR_R
[src]
Bit 8 - BBERR
pub fn frmor(&self) -> FRMOR_R
[src]
Bit 9 - FRMOR
pub fn dterr(&self) -> DTERR_R
[src]
Bit 10 - DTERR
pub fn bna(&self) -> BNA_R
[src]
Bit 11 - BNA
pub fn xcsxacterr(&self) -> XCSXACTERR_R
[src]
Bit 12 - XCSXACTERR
pub fn desclstroll(&self) -> DESCLSTROLL_R
[src]
Bit 13 - DESCLSTROLL
impl R<u32, Reg<u32, _OTG_HCINTMSK11>>
[src]
pub fn xfrcm(&self) -> XFRCM_R
[src]
Bit 0 - XFRCM
pub fn chhm(&self) -> CHHM_R
[src]
Bit 1 - CHHM
pub fn ahberrm(&self) -> AHBERRM_R
[src]
Bit 2 - AHBERRM
pub fn stallm(&self) -> STALLM_R
[src]
Bit 3 - STALLM
pub fn nakm(&self) -> NAKM_R
[src]
Bit 4 - NAKM
pub fn ackm(&self) -> ACKM_R
[src]
Bit 5 - ACKM
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerrm(&self) -> TXERRM_R
[src]
Bit 7 - TXERRM
pub fn bberrm(&self) -> BBERRM_R
[src]
Bit 8 - BBERRM
pub fn frmorm(&self) -> FRMORM_R
[src]
Bit 9 - FRMORM
pub fn dterrm(&self) -> DTERRM_R
[src]
Bit 10 - DTERRM
pub fn bnamsk(&self) -> BNAMSK_R
[src]
Bit 11 - BNAMSK
pub fn desclstrollmsk(&self) -> DESCLSTROLLMSK_R
[src]
Bit 13 - DESCLSTROLLMSK
impl R<u32, Reg<u32, _OTG_HCTSIZ11>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn dpid(&self) -> DPID_R
[src]
Bits 29:30 - DPID
impl R<u32, Reg<u32, _OTG_HCDMA11>>
[src]
impl R<u32, Reg<u32, _OTG_HCDMAB11>>
[src]
impl R<u32, Reg<u32, _OTG_HCCHAR12>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn epnum(&self) -> EPNUM_R
[src]
Bits 11:14 - EPNUM
pub fn epdir(&self) -> EPDIR_R
[src]
Bit 15 - EPDIR
pub fn lsdev(&self) -> LSDEV_R
[src]
Bit 17 - LSDEV
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn mcnt(&self) -> MCNT_R
[src]
Bits 20:21 - MCNT
pub fn dad(&self) -> DAD_R
[src]
Bits 22:28 - DAD
pub fn chdis(&self) -> CHDIS_R
[src]
Bit 30 - CHDIS
pub fn chena(&self) -> CHENA_R
[src]
Bit 31 - CHENA
impl R<u32, Reg<u32, _OTG_HCSPLT12>>
[src]
pub fn prtaddr(&self) -> PRTADDR_R
[src]
Bits 0:6 - PRTADDR
pub fn hubaddr(&self) -> HUBADDR_R
[src]
Bits 7:13 - HUBADDR
pub fn xactpos(&self) -> XACTPOS_R
[src]
Bits 14:15 - XACTPOS
pub fn complsplt(&self) -> COMPLSPLT_R
[src]
Bit 16 - COMPLSPLT
pub fn spliten(&self) -> SPLITEN_R
[src]
Bit 31 - SPLITEN
impl R<u32, Reg<u32, _OTG_HCINT12>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn chh(&self) -> CHH_R
[src]
Bit 1 - CHH
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn stall(&self) -> STALL_R
[src]
Bit 3 - STALL
pub fn nak(&self) -> NAK_R
[src]
Bit 4 - NAK
pub fn ack(&self) -> ACK_R
[src]
Bit 5 - ACK
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerr(&self) -> TXERR_R
[src]
Bit 7 - TXERR
pub fn bberr(&self) -> BBERR_R
[src]
Bit 8 - BBERR
pub fn frmor(&self) -> FRMOR_R
[src]
Bit 9 - FRMOR
pub fn dterr(&self) -> DTERR_R
[src]
Bit 10 - DTERR
pub fn bna(&self) -> BNA_R
[src]
Bit 11 - BNA
pub fn xcsxacterr(&self) -> XCSXACTERR_R
[src]
Bit 12 - XCSXACTERR
pub fn desclstroll(&self) -> DESCLSTROLL_R
[src]
Bit 13 - DESCLSTROLL
impl R<u32, Reg<u32, _OTG_HCINTMSK12>>
[src]
pub fn xfrcm(&self) -> XFRCM_R
[src]
Bit 0 - XFRCM
pub fn chhm(&self) -> CHHM_R
[src]
Bit 1 - CHHM
pub fn ahberrm(&self) -> AHBERRM_R
[src]
Bit 2 - AHBERRM
pub fn stallm(&self) -> STALLM_R
[src]
Bit 3 - STALLM
pub fn nakm(&self) -> NAKM_R
[src]
Bit 4 - NAKM
pub fn ackm(&self) -> ACKM_R
[src]
Bit 5 - ACKM
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerrm(&self) -> TXERRM_R
[src]
Bit 7 - TXERRM
pub fn bberrm(&self) -> BBERRM_R
[src]
Bit 8 - BBERRM
pub fn frmorm(&self) -> FRMORM_R
[src]
Bit 9 - FRMORM
pub fn dterrm(&self) -> DTERRM_R
[src]
Bit 10 - DTERRM
pub fn bnamsk(&self) -> BNAMSK_R
[src]
Bit 11 - BNAMSK
pub fn desclstrollmsk(&self) -> DESCLSTROLLMSK_R
[src]
Bit 13 - DESCLSTROLLMSK
impl R<u32, Reg<u32, _OTG_HCTSIZ12>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn dpid(&self) -> DPID_R
[src]
Bits 29:30 - DPID
impl R<u32, Reg<u32, _OTG_HCDMA12>>
[src]
impl R<u32, Reg<u32, _OTG_HCDMAB12>>
[src]
impl R<u32, Reg<u32, _OTG_HCCHAR13>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn epnum(&self) -> EPNUM_R
[src]
Bits 11:14 - EPNUM
pub fn epdir(&self) -> EPDIR_R
[src]
Bit 15 - EPDIR
pub fn lsdev(&self) -> LSDEV_R
[src]
Bit 17 - LSDEV
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn mcnt(&self) -> MCNT_R
[src]
Bits 20:21 - MCNT
pub fn dad(&self) -> DAD_R
[src]
Bits 22:28 - DAD
pub fn chdis(&self) -> CHDIS_R
[src]
Bit 30 - CHDIS
pub fn chena(&self) -> CHENA_R
[src]
Bit 31 - CHENA
impl R<u32, Reg<u32, _OTG_HCSPLT13>>
[src]
pub fn prtaddr(&self) -> PRTADDR_R
[src]
Bits 0:6 - PRTADDR
pub fn hubaddr(&self) -> HUBADDR_R
[src]
Bits 7:13 - HUBADDR
pub fn xactpos(&self) -> XACTPOS_R
[src]
Bits 14:15 - XACTPOS
pub fn complsplt(&self) -> COMPLSPLT_R
[src]
Bit 16 - COMPLSPLT
pub fn spliten(&self) -> SPLITEN_R
[src]
Bit 31 - SPLITEN
impl R<u32, Reg<u32, _OTG_HCINT13>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn chh(&self) -> CHH_R
[src]
Bit 1 - CHH
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn stall(&self) -> STALL_R
[src]
Bit 3 - STALL
pub fn nak(&self) -> NAK_R
[src]
Bit 4 - NAK
pub fn ack(&self) -> ACK_R
[src]
Bit 5 - ACK
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerr(&self) -> TXERR_R
[src]
Bit 7 - TXERR
pub fn bberr(&self) -> BBERR_R
[src]
Bit 8 - BBERR
pub fn frmor(&self) -> FRMOR_R
[src]
Bit 9 - FRMOR
pub fn dterr(&self) -> DTERR_R
[src]
Bit 10 - DTERR
pub fn bna(&self) -> BNA_R
[src]
Bit 11 - BNA
pub fn xcsxacterr(&self) -> XCSXACTERR_R
[src]
Bit 12 - XCSXACTERR
pub fn desclstroll(&self) -> DESCLSTROLL_R
[src]
Bit 13 - DESCLSTROLL
impl R<u32, Reg<u32, _OTG_HCINTMSK13>>
[src]
pub fn xfrcm(&self) -> XFRCM_R
[src]
Bit 0 - XFRCM
pub fn chhm(&self) -> CHHM_R
[src]
Bit 1 - CHHM
pub fn ahberrm(&self) -> AHBERRM_R
[src]
Bit 2 - AHBERRM
pub fn stallm(&self) -> STALLM_R
[src]
Bit 3 - STALLM
pub fn nakm(&self) -> NAKM_R
[src]
Bit 4 - NAKM
pub fn ackm(&self) -> ACKM_R
[src]
Bit 5 - ACKM
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerrm(&self) -> TXERRM_R
[src]
Bit 7 - TXERRM
pub fn bberrm(&self) -> BBERRM_R
[src]
Bit 8 - BBERRM
pub fn frmorm(&self) -> FRMORM_R
[src]
Bit 9 - FRMORM
pub fn dterrm(&self) -> DTERRM_R
[src]
Bit 10 - DTERRM
pub fn bnamsk(&self) -> BNAMSK_R
[src]
Bit 11 - BNAMSK
pub fn desclstrollmsk(&self) -> DESCLSTROLLMSK_R
[src]
Bit 13 - DESCLSTROLLMSK
impl R<u32, Reg<u32, _OTG_HCTSIZ13>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn dpid(&self) -> DPID_R
[src]
Bits 29:30 - DPID
impl R<u32, Reg<u32, _OTG_HCDMA13>>
[src]
impl R<u32, Reg<u32, _OTG_HCDMAB13>>
[src]
impl R<u32, Reg<u32, _OTG_HCCHAR14>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn epnum(&self) -> EPNUM_R
[src]
Bits 11:14 - EPNUM
pub fn epdir(&self) -> EPDIR_R
[src]
Bit 15 - EPDIR
pub fn lsdev(&self) -> LSDEV_R
[src]
Bit 17 - LSDEV
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn mcnt(&self) -> MCNT_R
[src]
Bits 20:21 - MCNT
pub fn dad(&self) -> DAD_R
[src]
Bits 22:28 - DAD
pub fn chdis(&self) -> CHDIS_R
[src]
Bit 30 - CHDIS
pub fn chena(&self) -> CHENA_R
[src]
Bit 31 - CHENA
impl R<u32, Reg<u32, _OTG_HCSPLT14>>
[src]
pub fn prtaddr(&self) -> PRTADDR_R
[src]
Bits 0:6 - PRTADDR
pub fn hubaddr(&self) -> HUBADDR_R
[src]
Bits 7:13 - HUBADDR
pub fn xactpos(&self) -> XACTPOS_R
[src]
Bits 14:15 - XACTPOS
pub fn complsplt(&self) -> COMPLSPLT_R
[src]
Bit 16 - COMPLSPLT
pub fn spliten(&self) -> SPLITEN_R
[src]
Bit 31 - SPLITEN
impl R<u32, Reg<u32, _OTG_HCINT14>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn chh(&self) -> CHH_R
[src]
Bit 1 - CHH
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn stall(&self) -> STALL_R
[src]
Bit 3 - STALL
pub fn nak(&self) -> NAK_R
[src]
Bit 4 - NAK
pub fn ack(&self) -> ACK_R
[src]
Bit 5 - ACK
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerr(&self) -> TXERR_R
[src]
Bit 7 - TXERR
pub fn bberr(&self) -> BBERR_R
[src]
Bit 8 - BBERR
pub fn frmor(&self) -> FRMOR_R
[src]
Bit 9 - FRMOR
pub fn dterr(&self) -> DTERR_R
[src]
Bit 10 - DTERR
pub fn bna(&self) -> BNA_R
[src]
Bit 11 - BNA
pub fn xcsxacterr(&self) -> XCSXACTERR_R
[src]
Bit 12 - XCSXACTERR
pub fn desclstroll(&self) -> DESCLSTROLL_R
[src]
Bit 13 - DESCLSTROLL
impl R<u32, Reg<u32, _OTG_HCINTMSK14>>
[src]
pub fn xfrcm(&self) -> XFRCM_R
[src]
Bit 0 - XFRCM
pub fn chhm(&self) -> CHHM_R
[src]
Bit 1 - CHHM
pub fn ahberrm(&self) -> AHBERRM_R
[src]
Bit 2 - AHBERRM
pub fn stallm(&self) -> STALLM_R
[src]
Bit 3 - STALLM
pub fn nakm(&self) -> NAKM_R
[src]
Bit 4 - NAKM
pub fn ackm(&self) -> ACKM_R
[src]
Bit 5 - ACKM
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerrm(&self) -> TXERRM_R
[src]
Bit 7 - TXERRM
pub fn bberrm(&self) -> BBERRM_R
[src]
Bit 8 - BBERRM
pub fn frmorm(&self) -> FRMORM_R
[src]
Bit 9 - FRMORM
pub fn dterrm(&self) -> DTERRM_R
[src]
Bit 10 - DTERRM
pub fn bnamsk(&self) -> BNAMSK_R
[src]
Bit 11 - BNAMSK
pub fn desclstrollmsk(&self) -> DESCLSTROLLMSK_R
[src]
Bit 13 - DESCLSTROLLMSK
impl R<u32, Reg<u32, _OTG_HCTSIZ14>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn dpid(&self) -> DPID_R
[src]
Bits 29:30 - DPID
impl R<u32, Reg<u32, _OTG_HCDMA14>>
[src]
impl R<u32, Reg<u32, _OTG_HCDMAB14>>
[src]
impl R<u32, Reg<u32, _OTG_HCCHAR15>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn epnum(&self) -> EPNUM_R
[src]
Bits 11:14 - EPNUM
pub fn epdir(&self) -> EPDIR_R
[src]
Bit 15 - EPDIR
pub fn lsdev(&self) -> LSDEV_R
[src]
Bit 17 - LSDEV
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn mcnt(&self) -> MCNT_R
[src]
Bits 20:21 - MCNT
pub fn dad(&self) -> DAD_R
[src]
Bits 22:28 - DAD
pub fn chdis(&self) -> CHDIS_R
[src]
Bit 30 - CHDIS
pub fn chena(&self) -> CHENA_R
[src]
Bit 31 - CHENA
impl R<u32, Reg<u32, _OTG_HCSPLT15>>
[src]
pub fn prtaddr(&self) -> PRTADDR_R
[src]
Bits 0:6 - PRTADDR
pub fn hubaddr(&self) -> HUBADDR_R
[src]
Bits 7:13 - HUBADDR
pub fn xactpos(&self) -> XACTPOS_R
[src]
Bits 14:15 - XACTPOS
pub fn complsplt(&self) -> COMPLSPLT_R
[src]
Bit 16 - COMPLSPLT
pub fn spliten(&self) -> SPLITEN_R
[src]
Bit 31 - SPLITEN
impl R<u32, Reg<u32, _OTG_HCINT15>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn chh(&self) -> CHH_R
[src]
Bit 1 - CHH
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn stall(&self) -> STALL_R
[src]
Bit 3 - STALL
pub fn nak(&self) -> NAK_R
[src]
Bit 4 - NAK
pub fn ack(&self) -> ACK_R
[src]
Bit 5 - ACK
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerr(&self) -> TXERR_R
[src]
Bit 7 - TXERR
pub fn bberr(&self) -> BBERR_R
[src]
Bit 8 - BBERR
pub fn frmor(&self) -> FRMOR_R
[src]
Bit 9 - FRMOR
pub fn dterr(&self) -> DTERR_R
[src]
Bit 10 - DTERR
pub fn bna(&self) -> BNA_R
[src]
Bit 11 - BNA
pub fn xcsxacterr(&self) -> XCSXACTERR_R
[src]
Bit 12 - XCSXACTERR
pub fn desclstroll(&self) -> DESCLSTROLL_R
[src]
Bit 13 - DESCLSTROLL
impl R<u32, Reg<u32, _OTG_HCINTMSK15>>
[src]
pub fn xfrcm(&self) -> XFRCM_R
[src]
Bit 0 - XFRCM
pub fn chhm(&self) -> CHHM_R
[src]
Bit 1 - CHHM
pub fn ahberrm(&self) -> AHBERRM_R
[src]
Bit 2 - AHBERRM
pub fn stallm(&self) -> STALLM_R
[src]
Bit 3 - STALLM
pub fn nakm(&self) -> NAKM_R
[src]
Bit 4 - NAKM
pub fn ackm(&self) -> ACKM_R
[src]
Bit 5 - ACKM
pub fn nyet(&self) -> NYET_R
[src]
Bit 6 - NYET
pub fn txerrm(&self) -> TXERRM_R
[src]
Bit 7 - TXERRM
pub fn bberrm(&self) -> BBERRM_R
[src]
Bit 8 - BBERRM
pub fn frmorm(&self) -> FRMORM_R
[src]
Bit 9 - FRMORM
pub fn dterrm(&self) -> DTERRM_R
[src]
Bit 10 - DTERRM
pub fn bnamsk(&self) -> BNAMSK_R
[src]
Bit 11 - BNAMSK
pub fn desclstrollmsk(&self) -> DESCLSTROLLMSK_R
[src]
Bit 13 - DESCLSTROLLMSK
impl R<u32, Reg<u32, _OTG_HCTSIZ15>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn dpid(&self) -> DPID_R
[src]
Bits 29:30 - DPID
impl R<u32, Reg<u32, _OTG_HCDMA15>>
[src]
impl R<u32, Reg<u32, _OTG_HCDMAB15>>
[src]
impl R<u32, Reg<u32, _OTG_DCFG>>
[src]
pub fn dspd(&self) -> DSPD_R
[src]
Bits 0:1 - DSPD
pub fn nzlsohsk(&self) -> NZLSOHSK_R
[src]
Bit 2 - NZLSOHSK
pub fn dad(&self) -> DAD_R
[src]
Bits 4:10 - DAD
pub fn pfivl(&self) -> PFIVL_R
[src]
Bits 11:12 - PFIVL
pub fn xcvrdly(&self) -> XCVRDLY_R
[src]
Bit 14 - XCVRDLY
pub fn erratim(&self) -> ERRATIM_R
[src]
Bit 15 - ERRATIM
pub fn perschivl(&self) -> PERSCHIVL_R
[src]
Bits 24:25 - PERSCHIVL
impl R<u32, Reg<u32, _OTG_DCTL>>
[src]
pub fn rwusig(&self) -> RWUSIG_R
[src]
Bit 0 - RWUSIG
pub fn sdis(&self) -> SDIS_R
[src]
Bit 1 - SDIS
pub fn ginsts(&self) -> GINSTS_R
[src]
Bit 2 - GINSTS
pub fn gonsts(&self) -> GONSTS_R
[src]
Bit 3 - GONSTS
pub fn tctl(&self) -> TCTL_R
[src]
Bits 4:6 - TCTL
pub fn poprgdne(&self) -> POPRGDNE_R
[src]
Bit 11 - POPRGDNE
pub fn dsbeslrjct(&self) -> DSBESLRJCT_R
[src]
Bit 18 - DSBESLRJCT
impl R<u32, Reg<u32, _OTG_DSTS>>
[src]
pub fn suspsts(&self) -> SUSPSTS_R
[src]
Bit 0 - SUSPSTS
pub fn enumspd(&self) -> ENUMSPD_R
[src]
Bits 1:2 - ENUMSPD
pub fn eerr(&self) -> EERR_R
[src]
Bit 3 - EERR
pub fn fnsof(&self) -> FNSOF_R
[src]
Bits 8:21 - FNSOF
pub fn devlnsts(&self) -> DEVLNSTS_R
[src]
Bits 22:23 - DEVLNSTS
impl R<u32, Reg<u32, _OTG_DIEPMSK>>
[src]
pub fn xfrcm(&self) -> XFRCM_R
[src]
Bit 0 - XFRCM
pub fn epdm(&self) -> EPDM_R
[src]
Bit 1 - EPDM
pub fn ahberrm(&self) -> AHBERRM_R
[src]
Bit 2 - AHBERRM
pub fn tom(&self) -> TOM_R
[src]
Bit 3 - TOM
pub fn ittxfemsk(&self) -> ITTXFEMSK_R
[src]
Bit 4 - ITTXFEMSK
pub fn inepnmm(&self) -> INEPNMM_R
[src]
Bit 5 - INEPNMM
pub fn inepnem(&self) -> INEPNEM_R
[src]
Bit 6 - INEPNEM
pub fn txfurm(&self) -> TXFURM_R
[src]
Bit 8 - TXFURM
pub fn bnam(&self) -> BNAM_R
[src]
Bit 9 - BNAM
pub fn nakm(&self) -> NAKM_R
[src]
Bit 13 - NAKM
impl R<u32, Reg<u32, _OTG_DOEPMSK>>
[src]
pub fn xfrcm(&self) -> XFRCM_R
[src]
Bit 0 - XFRCM
pub fn epdm(&self) -> EPDM_R
[src]
Bit 1 - EPDM
pub fn ahberrm(&self) -> AHBERRM_R
[src]
Bit 2 - AHBERRM
pub fn stupm(&self) -> STUPM_R
[src]
Bit 3 - STUPM
pub fn otepdm(&self) -> OTEPDM_R
[src]
Bit 4 - OTEPDM
pub fn stsphsrxm(&self) -> STSPHSRXM_R
[src]
Bit 5 - STSPHSRXM
pub fn b2bstupm(&self) -> B2BSTUPM_R
[src]
Bit 6 - B2BSTUPM
pub fn outpkterrm(&self) -> OUTPKTERRM_R
[src]
Bit 8 - OUTPKTERRM
pub fn bnam(&self) -> BNAM_R
[src]
Bit 9 - BNAM
pub fn berrm(&self) -> BERRM_R
[src]
Bit 12 - BERRM
pub fn nakmsk(&self) -> NAKMSK_R
[src]
Bit 13 - NAKMSK
pub fn nyetmsk(&self) -> NYETMSK_R
[src]
Bit 14 - NYETMSK
impl R<u32, Reg<u32, _OTG_DAINT>>
[src]
pub fn iepint(&self) -> IEPINT_R
[src]
Bits 0:15 - IEPINT
pub fn oepint(&self) -> OEPINT_R
[src]
Bits 16:31 - OEPINT
impl R<u32, Reg<u32, _OTG_DAINTMSK>>
[src]
pub fn iepm(&self) -> IEPM_R
[src]
Bits 0:15 - IEPM
pub fn oepm(&self) -> OEPM_R
[src]
Bits 16:31 - OEPM
impl R<u32, Reg<u32, _OTG_DVBUSDIS>>
[src]
impl R<u32, Reg<u32, _OTG_DVBUSPULSE>>
[src]
impl R<u32, Reg<u32, _OTG_DTHRCTL>>
[src]
pub fn nonisothren(&self) -> NONISOTHREN_R
[src]
Bit 0 - NONISOTHREN
pub fn isothren(&self) -> ISOTHREN_R
[src]
Bit 1 - ISOTHREN
pub fn txthrlen(&self) -> TXTHRLEN_R
[src]
Bits 2:10 - TXTHRLEN
pub fn rxthren(&self) -> RXTHREN_R
[src]
Bit 16 - RXTHREN
pub fn rxthrlen(&self) -> RXTHRLEN_R
[src]
Bits 17:25 - RXTHRLEN
pub fn arpen(&self) -> ARPEN_R
[src]
Bit 27 - ARPEN
impl R<u32, Reg<u32, _OTG_DIEPEMPMSK>>
[src]
pub fn ineptxfem(&self) -> INEPTXFEM_R
[src]
Bits 0:15 - INEPTXFEM
impl R<u32, Reg<u32, _OTG_DEACHINT>>
[src]
pub fn iep1int(&self) -> IEP1INT_R
[src]
Bit 1 - IEP1INT
pub fn oep1int(&self) -> OEP1INT_R
[src]
Bit 17 - OEP1INT
impl R<u32, Reg<u32, _OTG_DEACHINTMSK>>
[src]
pub fn iep1intm(&self) -> IEP1INTM_R
[src]
Bit 1 - IEP1INTM
pub fn oep1intm(&self) -> OEP1INTM_R
[src]
Bit 17 - OEP1INTM
impl R<u32, Reg<u32, _OTG_HS_DIEPEACHMSK1>>
[src]
pub fn xfrcm(&self) -> XFRCM_R
[src]
Bit 0 - XFRCM
pub fn epdm(&self) -> EPDM_R
[src]
Bit 1 - EPDM
pub fn ahberrm(&self) -> AHBERRM_R
[src]
Bit 2 - AHBERRM
pub fn tom(&self) -> TOM_R
[src]
Bit 3 - TOM
pub fn ittxfemsk(&self) -> ITTXFEMSK_R
[src]
Bit 4 - ITTXFEMSK
pub fn inepnem(&self) -> INEPNEM_R
[src]
Bit 6 - INEPNEM
pub fn txfurm(&self) -> TXFURM_R
[src]
Bit 8 - TXFURM
pub fn bnam(&self) -> BNAM_R
[src]
Bit 9 - BNAM
pub fn nakm(&self) -> NAKM_R
[src]
Bit 13 - NAKM
impl R<u32, Reg<u32, _OTG_HS_DOEPEACHMSK1>>
[src]
pub fn xfrcm(&self) -> XFRCM_R
[src]
Bit 0 - XFRCM
pub fn epdm(&self) -> EPDM_R
[src]
Bit 1 - EPDM
pub fn ahberrm(&self) -> AHBERRM_R
[src]
Bit 2 - AHBERRM
pub fn stupm(&self) -> STUPM_R
[src]
Bit 3 - STUPM
pub fn otepdm(&self) -> OTEPDM_R
[src]
Bit 4 - OTEPDM
pub fn b2bstupm(&self) -> B2BSTUPM_R
[src]
Bit 6 - B2BSTUPM
pub fn outpkterrm(&self) -> OUTPKTERRM_R
[src]
Bit 8 - OUTPKTERRM
pub fn bnam(&self) -> BNAM_R
[src]
Bit 9 - BNAM
pub fn berrm(&self) -> BERRM_R
[src]
Bit 12 - BERRM
pub fn nakmsk(&self) -> NAKMSK_R
[src]
Bit 13 - NAKMSK
pub fn nyetmsk(&self) -> NYETMSK_R
[src]
Bit 14 - NYETMSK
impl R<u32, Reg<u32, _OTG_DIEPCTL0>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn usbaep(&self) -> USBAEP_R
[src]
Bit 15 - USBAEP
pub fn eonum_dpip(&self) -> EONUM_DPIP_R
[src]
Bit 16 - EONUM_DPIP
pub fn naksts(&self) -> NAKSTS_R
[src]
Bit 17 - NAKSTS
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn stall(&self) -> STALL_R
[src]
Bit 21 - STALL
pub fn txfnum(&self) -> TXFNUM_R
[src]
Bits 22:25 - TXFNUM
pub fn epdis(&self) -> EPDIS_R
[src]
Bit 30 - EPDIS
pub fn epena(&self) -> EPENA_R
[src]
Bit 31 - EPENA
impl R<u32, Reg<u32, _OTG_DIEPINT0>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn epdisd(&self) -> EPDISD_R
[src]
Bit 1 - EPDISD
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn toc(&self) -> TOC_R
[src]
Bit 3 - TOC
pub fn ittxfe(&self) -> ITTXFE_R
[src]
Bit 4 - ITTXFE
pub fn inepnm(&self) -> INEPNM_R
[src]
Bit 5 - INEPNM
pub fn inepne(&self) -> INEPNE_R
[src]
Bit 6 - INEPNE
pub fn txfe(&self) -> TXFE_R
[src]
Bit 7 - TXFE
pub fn txfifoudrn(&self) -> TXFIFOUDRN_R
[src]
Bit 8 - TXFIFOUDRN
pub fn bna(&self) -> BNA_R
[src]
Bit 9 - BNA
pub fn pktdrpsts(&self) -> PKTDRPSTS_R
[src]
Bit 11 - PKTDRPSTS
pub fn nak(&self) -> NAK_R
[src]
Bit 13 - NAK
impl R<u32, Reg<u32, _OTG_DIEPTSIZ0>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:6 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:20 - PKTCNT
impl R<u32, Reg<u32, _OTG_DIEPDMA0>>
[src]
impl R<u32, Reg<u32, _OTG_DTXFSTS0>>
[src]
pub fn ineptfsav(&self) -> INEPTFSAV_R
[src]
Bits 0:15 - INEPTFSAV
impl R<u32, Reg<u32, _OTG_DIEPCTL1>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn usbaep(&self) -> USBAEP_R
[src]
Bit 15 - USBAEP
pub fn eonum_dpip(&self) -> EONUM_DPIP_R
[src]
Bit 16 - EONUM_DPIP
pub fn naksts(&self) -> NAKSTS_R
[src]
Bit 17 - NAKSTS
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn stall(&self) -> STALL_R
[src]
Bit 21 - STALL
pub fn txfnum(&self) -> TXFNUM_R
[src]
Bits 22:25 - TXFNUM
pub fn epdis(&self) -> EPDIS_R
[src]
Bit 30 - EPDIS
pub fn epena(&self) -> EPENA_R
[src]
Bit 31 - EPENA
impl R<u32, Reg<u32, _OTG_DIEPINT1>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn epdisd(&self) -> EPDISD_R
[src]
Bit 1 - EPDISD
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn toc(&self) -> TOC_R
[src]
Bit 3 - TOC
pub fn ittxfe(&self) -> ITTXFE_R
[src]
Bit 4 - ITTXFE
pub fn inepnm(&self) -> INEPNM_R
[src]
Bit 5 - INEPNM
pub fn inepne(&self) -> INEPNE_R
[src]
Bit 6 - INEPNE
pub fn txfe(&self) -> TXFE_R
[src]
Bit 7 - TXFE
pub fn txfifoudrn(&self) -> TXFIFOUDRN_R
[src]
Bit 8 - TXFIFOUDRN
pub fn bna(&self) -> BNA_R
[src]
Bit 9 - BNA
pub fn pktdrpsts(&self) -> PKTDRPSTS_R
[src]
Bit 11 - PKTDRPSTS
pub fn nak(&self) -> NAK_R
[src]
Bit 13 - NAK
impl R<u32, Reg<u32, _OTG_DIEPTSIZ1>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn mcnt(&self) -> MCNT_R
[src]
Bits 29:30 - MCNT
impl R<u32, Reg<u32, _OTG_DIEPDMA1>>
[src]
impl R<u32, Reg<u32, _OTG_DTXFSTS1>>
[src]
pub fn ineptfsav(&self) -> INEPTFSAV_R
[src]
Bits 0:15 - INEPTFSAV
impl R<u32, Reg<u32, _OTG_DIEPCTL2>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn usbaep(&self) -> USBAEP_R
[src]
Bit 15 - USBAEP
pub fn eonum_dpip(&self) -> EONUM_DPIP_R
[src]
Bit 16 - EONUM_DPIP
pub fn naksts(&self) -> NAKSTS_R
[src]
Bit 17 - NAKSTS
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn stall(&self) -> STALL_R
[src]
Bit 21 - STALL
pub fn txfnum(&self) -> TXFNUM_R
[src]
Bits 22:25 - TXFNUM
pub fn epdis(&self) -> EPDIS_R
[src]
Bit 30 - EPDIS
pub fn epena(&self) -> EPENA_R
[src]
Bit 31 - EPENA
impl R<u32, Reg<u32, _OTG_DIEPINT2>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn epdisd(&self) -> EPDISD_R
[src]
Bit 1 - EPDISD
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn toc(&self) -> TOC_R
[src]
Bit 3 - TOC
pub fn ittxfe(&self) -> ITTXFE_R
[src]
Bit 4 - ITTXFE
pub fn inepnm(&self) -> INEPNM_R
[src]
Bit 5 - INEPNM
pub fn inepne(&self) -> INEPNE_R
[src]
Bit 6 - INEPNE
pub fn txfe(&self) -> TXFE_R
[src]
Bit 7 - TXFE
pub fn txfifoudrn(&self) -> TXFIFOUDRN_R
[src]
Bit 8 - TXFIFOUDRN
pub fn bna(&self) -> BNA_R
[src]
Bit 9 - BNA
pub fn pktdrpsts(&self) -> PKTDRPSTS_R
[src]
Bit 11 - PKTDRPSTS
pub fn nak(&self) -> NAK_R
[src]
Bit 13 - NAK
impl R<u32, Reg<u32, _OTG_DIEPTSIZ2>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn mcnt(&self) -> MCNT_R
[src]
Bits 29:30 - MCNT
impl R<u32, Reg<u32, _OTG_DIEPDMA2>>
[src]
impl R<u32, Reg<u32, _OTG_DTXFSTS2>>
[src]
pub fn ineptfsav(&self) -> INEPTFSAV_R
[src]
Bits 0:15 - INEPTFSAV
impl R<u32, Reg<u32, _OTG_DIEPCTL3>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn usbaep(&self) -> USBAEP_R
[src]
Bit 15 - USBAEP
pub fn eonum_dpip(&self) -> EONUM_DPIP_R
[src]
Bit 16 - EONUM_DPIP
pub fn naksts(&self) -> NAKSTS_R
[src]
Bit 17 - NAKSTS
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn stall(&self) -> STALL_R
[src]
Bit 21 - STALL
pub fn txfnum(&self) -> TXFNUM_R
[src]
Bits 22:25 - TXFNUM
pub fn epdis(&self) -> EPDIS_R
[src]
Bit 30 - EPDIS
pub fn epena(&self) -> EPENA_R
[src]
Bit 31 - EPENA
impl R<u32, Reg<u32, _OTG_DIEPINT3>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn epdisd(&self) -> EPDISD_R
[src]
Bit 1 - EPDISD
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn toc(&self) -> TOC_R
[src]
Bit 3 - TOC
pub fn ittxfe(&self) -> ITTXFE_R
[src]
Bit 4 - ITTXFE
pub fn inepnm(&self) -> INEPNM_R
[src]
Bit 5 - INEPNM
pub fn inepne(&self) -> INEPNE_R
[src]
Bit 6 - INEPNE
pub fn txfe(&self) -> TXFE_R
[src]
Bit 7 - TXFE
pub fn txfifoudrn(&self) -> TXFIFOUDRN_R
[src]
Bit 8 - TXFIFOUDRN
pub fn bna(&self) -> BNA_R
[src]
Bit 9 - BNA
pub fn pktdrpsts(&self) -> PKTDRPSTS_R
[src]
Bit 11 - PKTDRPSTS
pub fn nak(&self) -> NAK_R
[src]
Bit 13 - NAK
impl R<u32, Reg<u32, _OTG_DIEPTSIZ3>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn mcnt(&self) -> MCNT_R
[src]
Bits 29:30 - MCNT
impl R<u32, Reg<u32, _OTG_DIEPDMA3>>
[src]
impl R<u32, Reg<u32, _OTG_DTXFSTS3>>
[src]
pub fn ineptfsav(&self) -> INEPTFSAV_R
[src]
Bits 0:15 - INEPTFSAV
impl R<u32, Reg<u32, _OTG_DIEPCTL4>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn usbaep(&self) -> USBAEP_R
[src]
Bit 15 - USBAEP
pub fn eonum_dpip(&self) -> EONUM_DPIP_R
[src]
Bit 16 - EONUM_DPIP
pub fn naksts(&self) -> NAKSTS_R
[src]
Bit 17 - NAKSTS
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn stall(&self) -> STALL_R
[src]
Bit 21 - STALL
pub fn txfnum(&self) -> TXFNUM_R
[src]
Bits 22:25 - TXFNUM
pub fn epdis(&self) -> EPDIS_R
[src]
Bit 30 - EPDIS
pub fn epena(&self) -> EPENA_R
[src]
Bit 31 - EPENA
impl R<u32, Reg<u32, _OTG_DIEPINT4>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn epdisd(&self) -> EPDISD_R
[src]
Bit 1 - EPDISD
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn toc(&self) -> TOC_R
[src]
Bit 3 - TOC
pub fn ittxfe(&self) -> ITTXFE_R
[src]
Bit 4 - ITTXFE
pub fn inepnm(&self) -> INEPNM_R
[src]
Bit 5 - INEPNM
pub fn inepne(&self) -> INEPNE_R
[src]
Bit 6 - INEPNE
pub fn txfe(&self) -> TXFE_R
[src]
Bit 7 - TXFE
pub fn txfifoudrn(&self) -> TXFIFOUDRN_R
[src]
Bit 8 - TXFIFOUDRN
pub fn bna(&self) -> BNA_R
[src]
Bit 9 - BNA
pub fn pktdrpsts(&self) -> PKTDRPSTS_R
[src]
Bit 11 - PKTDRPSTS
pub fn nak(&self) -> NAK_R
[src]
Bit 13 - NAK
impl R<u32, Reg<u32, _OTG_DIEPTSIZ4>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn mcnt(&self) -> MCNT_R
[src]
Bits 29:30 - MCNT
impl R<u32, Reg<u32, _OTG_DIEPDMA4>>
[src]
impl R<u32, Reg<u32, _OTG_DTXFSTS4>>
[src]
pub fn ineptfsav(&self) -> INEPTFSAV_R
[src]
Bits 0:15 - INEPTFSAV
impl R<u32, Reg<u32, _OTG_DIEPCTL5>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn usbaep(&self) -> USBAEP_R
[src]
Bit 15 - USBAEP
pub fn eonum_dpip(&self) -> EONUM_DPIP_R
[src]
Bit 16 - EONUM_DPIP
pub fn naksts(&self) -> NAKSTS_R
[src]
Bit 17 - NAKSTS
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn stall(&self) -> STALL_R
[src]
Bit 21 - STALL
pub fn txfnum(&self) -> TXFNUM_R
[src]
Bits 22:25 - TXFNUM
pub fn epdis(&self) -> EPDIS_R
[src]
Bit 30 - EPDIS
pub fn epena(&self) -> EPENA_R
[src]
Bit 31 - EPENA
impl R<u32, Reg<u32, _OTG_DIEPINT5>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn epdisd(&self) -> EPDISD_R
[src]
Bit 1 - EPDISD
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn toc(&self) -> TOC_R
[src]
Bit 3 - TOC
pub fn ittxfe(&self) -> ITTXFE_R
[src]
Bit 4 - ITTXFE
pub fn inepnm(&self) -> INEPNM_R
[src]
Bit 5 - INEPNM
pub fn inepne(&self) -> INEPNE_R
[src]
Bit 6 - INEPNE
pub fn txfe(&self) -> TXFE_R
[src]
Bit 7 - TXFE
pub fn txfifoudrn(&self) -> TXFIFOUDRN_R
[src]
Bit 8 - TXFIFOUDRN
pub fn bna(&self) -> BNA_R
[src]
Bit 9 - BNA
pub fn pktdrpsts(&self) -> PKTDRPSTS_R
[src]
Bit 11 - PKTDRPSTS
pub fn nak(&self) -> NAK_R
[src]
Bit 13 - NAK
impl R<u32, Reg<u32, _OTG_DIEPTSIZ5>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn mcnt(&self) -> MCNT_R
[src]
Bits 29:30 - MCNT
impl R<u32, Reg<u32, _OTG_DIEPDMA5>>
[src]
impl R<u32, Reg<u32, _OTG_DTXFSTS5>>
[src]
pub fn ineptfsav(&self) -> INEPTFSAV_R
[src]
Bits 0:15 - INEPTFSAV
impl R<u32, Reg<u32, _OTG_DIEPCTL6>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn usbaep(&self) -> USBAEP_R
[src]
Bit 15 - USBAEP
pub fn eonum_dpip(&self) -> EONUM_DPIP_R
[src]
Bit 16 - EONUM_DPIP
pub fn naksts(&self) -> NAKSTS_R
[src]
Bit 17 - NAKSTS
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn stall(&self) -> STALL_R
[src]
Bit 21 - STALL
pub fn txfnum(&self) -> TXFNUM_R
[src]
Bits 22:25 - TXFNUM
pub fn epdis(&self) -> EPDIS_R
[src]
Bit 30 - EPDIS
pub fn epena(&self) -> EPENA_R
[src]
Bit 31 - EPENA
impl R<u32, Reg<u32, _OTG_DIEPINT6>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn epdisd(&self) -> EPDISD_R
[src]
Bit 1 - EPDISD
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn toc(&self) -> TOC_R
[src]
Bit 3 - TOC
pub fn ittxfe(&self) -> ITTXFE_R
[src]
Bit 4 - ITTXFE
pub fn inepnm(&self) -> INEPNM_R
[src]
Bit 5 - INEPNM
pub fn inepne(&self) -> INEPNE_R
[src]
Bit 6 - INEPNE
pub fn txfe(&self) -> TXFE_R
[src]
Bit 7 - TXFE
pub fn txfifoudrn(&self) -> TXFIFOUDRN_R
[src]
Bit 8 - TXFIFOUDRN
pub fn bna(&self) -> BNA_R
[src]
Bit 9 - BNA
pub fn pktdrpsts(&self) -> PKTDRPSTS_R
[src]
Bit 11 - PKTDRPSTS
pub fn nak(&self) -> NAK_R
[src]
Bit 13 - NAK
impl R<u32, Reg<u32, _OTG_DIEPTSIZ6>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn mcnt(&self) -> MCNT_R
[src]
Bits 29:30 - MCNT
impl R<u32, Reg<u32, _OTG_DIEPDMA6>>
[src]
impl R<u32, Reg<u32, _OTG_DTXFSTS6>>
[src]
pub fn ineptfsav(&self) -> INEPTFSAV_R
[src]
Bits 0:15 - INEPTFSAV
impl R<u32, Reg<u32, _OTG_DIEPCTL7>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn usbaep(&self) -> USBAEP_R
[src]
Bit 15 - USBAEP
pub fn eonum_dpip(&self) -> EONUM_DPIP_R
[src]
Bit 16 - EONUM_DPIP
pub fn naksts(&self) -> NAKSTS_R
[src]
Bit 17 - NAKSTS
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn stall(&self) -> STALL_R
[src]
Bit 21 - STALL
pub fn txfnum(&self) -> TXFNUM_R
[src]
Bits 22:25 - TXFNUM
pub fn epdis(&self) -> EPDIS_R
[src]
Bit 30 - EPDIS
pub fn epena(&self) -> EPENA_R
[src]
Bit 31 - EPENA
impl R<u32, Reg<u32, _OTG_DIEPINT7>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn epdisd(&self) -> EPDISD_R
[src]
Bit 1 - EPDISD
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn toc(&self) -> TOC_R
[src]
Bit 3 - TOC
pub fn ittxfe(&self) -> ITTXFE_R
[src]
Bit 4 - ITTXFE
pub fn inepnm(&self) -> INEPNM_R
[src]
Bit 5 - INEPNM
pub fn inepne(&self) -> INEPNE_R
[src]
Bit 6 - INEPNE
pub fn txfe(&self) -> TXFE_R
[src]
Bit 7 - TXFE
pub fn txfifoudrn(&self) -> TXFIFOUDRN_R
[src]
Bit 8 - TXFIFOUDRN
pub fn bna(&self) -> BNA_R
[src]
Bit 9 - BNA
pub fn pktdrpsts(&self) -> PKTDRPSTS_R
[src]
Bit 11 - PKTDRPSTS
pub fn nak(&self) -> NAK_R
[src]
Bit 13 - NAK
impl R<u32, Reg<u32, _OTG_DIEPTSIZ7>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn mcnt(&self) -> MCNT_R
[src]
Bits 29:30 - MCNT
impl R<u32, Reg<u32, _OTG_DIEPDMA7>>
[src]
impl R<u32, Reg<u32, _OTG_DTXFSTS7>>
[src]
pub fn ineptfsav(&self) -> INEPTFSAV_R
[src]
Bits 0:15 - INEPTFSAV
impl R<u32, Reg<u32, _OTG_DIEPCTL8>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn usbaep(&self) -> USBAEP_R
[src]
Bit 15 - USBAEP
pub fn eonum_dpip(&self) -> EONUM_DPIP_R
[src]
Bit 16 - EONUM_DPIP
pub fn naksts(&self) -> NAKSTS_R
[src]
Bit 17 - NAKSTS
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn stall(&self) -> STALL_R
[src]
Bit 21 - STALL
pub fn txfnum(&self) -> TXFNUM_R
[src]
Bits 22:25 - TXFNUM
pub fn epdis(&self) -> EPDIS_R
[src]
Bit 30 - EPDIS
pub fn epena(&self) -> EPENA_R
[src]
Bit 31 - EPENA
impl R<u32, Reg<u32, _OTG_DIEPINT8>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn epdisd(&self) -> EPDISD_R
[src]
Bit 1 - EPDISD
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn toc(&self) -> TOC_R
[src]
Bit 3 - TOC
pub fn ittxfe(&self) -> ITTXFE_R
[src]
Bit 4 - ITTXFE
pub fn inepnm(&self) -> INEPNM_R
[src]
Bit 5 - INEPNM
pub fn inepne(&self) -> INEPNE_R
[src]
Bit 6 - INEPNE
pub fn txfe(&self) -> TXFE_R
[src]
Bit 7 - TXFE
pub fn txfifoudrn(&self) -> TXFIFOUDRN_R
[src]
Bit 8 - TXFIFOUDRN
pub fn bna(&self) -> BNA_R
[src]
Bit 9 - BNA
pub fn pktdrpsts(&self) -> PKTDRPSTS_R
[src]
Bit 11 - PKTDRPSTS
pub fn nak(&self) -> NAK_R
[src]
Bit 13 - NAK
impl R<u32, Reg<u32, _OTG_DIEPTSIZ8>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn mcnt(&self) -> MCNT_R
[src]
Bits 29:30 - MCNT
impl R<u32, Reg<u32, _OTG_DIEPDMA8>>
[src]
impl R<u32, Reg<u32, _OTG_DTXFSTS8>>
[src]
pub fn ineptfsav(&self) -> INEPTFSAV_R
[src]
Bits 0:15 - INEPTFSAV
impl R<u32, Reg<u32, _OTG_DOEPCTL0>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:1 - MPSIZ
pub fn usbaep(&self) -> USBAEP_R
[src]
Bit 15 - USBAEP
pub fn naksts(&self) -> NAKSTS_R
[src]
Bit 17 - NAKSTS
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn snpm(&self) -> SNPM_R
[src]
Bit 20 - SNPM
pub fn stall(&self) -> STALL_R
[src]
Bit 21 - STALL
pub fn epdis(&self) -> EPDIS_R
[src]
Bit 30 - EPDIS
impl R<u32, Reg<u32, _OTG_DOEPINT0>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn epdisd(&self) -> EPDISD_R
[src]
Bit 1 - EPDISD
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn stup(&self) -> STUP_R
[src]
Bit 3 - STUP
pub fn otepdis(&self) -> OTEPDIS_R
[src]
Bit 4 - OTEPDIS
pub fn stsphsrx(&self) -> STSPHSRX_R
[src]
Bit 5 - STSPHSRX
pub fn b2bstup(&self) -> B2BSTUP_R
[src]
Bit 6 - B2BSTUP
pub fn outpkterr(&self) -> OUTPKTERR_R
[src]
Bit 8 - OUTPKTERR
pub fn bna(&self) -> BNA_R
[src]
Bit 9 - BNA
pub fn berr(&self) -> BERR_R
[src]
Bit 12 - BERR
pub fn nak(&self) -> NAK_R
[src]
Bit 13 - NAK
pub fn nyet(&self) -> NYET_R
[src]
Bit 14 - NYET
pub fn stpktrx(&self) -> STPKTRX_R
[src]
Bit 15 - STPKTRX
impl R<u32, Reg<u32, _OTG_DOEPTSIZ0>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:6 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bit 19 - PKTCNT
pub fn stupcnt(&self) -> STUPCNT_R
[src]
Bits 29:30 - STUPCNT
impl R<u32, Reg<u32, _OTG_DOEPDMA0>>
[src]
impl R<u32, Reg<u32, _OTG_DOEPCTL1>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn usbaep(&self) -> USBAEP_R
[src]
Bit 15 - USBAEP
pub fn eonum_dpip(&self) -> EONUM_DPIP_R
[src]
Bit 16 - EONUM_DPIP
pub fn naksts(&self) -> NAKSTS_R
[src]
Bit 17 - NAKSTS
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn snpm(&self) -> SNPM_R
[src]
Bit 20 - SNPM
pub fn stall(&self) -> STALL_R
[src]
Bit 21 - STALL
pub fn epdis(&self) -> EPDIS_R
[src]
Bit 30 - EPDIS
pub fn epena(&self) -> EPENA_R
[src]
Bit 31 - EPENA
impl R<u32, Reg<u32, _OTG_DOEPINT1>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn epdisd(&self) -> EPDISD_R
[src]
Bit 1 - EPDISD
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn stup(&self) -> STUP_R
[src]
Bit 3 - STUP
pub fn otepdis(&self) -> OTEPDIS_R
[src]
Bit 4 - OTEPDIS
pub fn stsphsrx(&self) -> STSPHSRX_R
[src]
Bit 5 - STSPHSRX
pub fn b2bstup(&self) -> B2BSTUP_R
[src]
Bit 6 - B2BSTUP
pub fn outpkterr(&self) -> OUTPKTERR_R
[src]
Bit 8 - OUTPKTERR
pub fn bna(&self) -> BNA_R
[src]
Bit 9 - BNA
pub fn berr(&self) -> BERR_R
[src]
Bit 12 - BERR
pub fn nak(&self) -> NAK_R
[src]
Bit 13 - NAK
pub fn nyet(&self) -> NYET_R
[src]
Bit 14 - NYET
pub fn stpktrx(&self) -> STPKTRX_R
[src]
Bit 15 - STPKTRX
impl R<u32, Reg<u32, _OTG_DOEPTSIZ1>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn rxdpid_stupcnt(&self) -> RXDPID_STUPCNT_R
[src]
Bits 29:30 - RXDPID_STUPCNT
impl R<u32, Reg<u32, _OTG_DOEPDMA1>>
[src]
impl R<u32, Reg<u32, _OTG_DOEPCTL2>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn usbaep(&self) -> USBAEP_R
[src]
Bit 15 - USBAEP
pub fn eonum_dpip(&self) -> EONUM_DPIP_R
[src]
Bit 16 - EONUM_DPIP
pub fn naksts(&self) -> NAKSTS_R
[src]
Bit 17 - NAKSTS
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn snpm(&self) -> SNPM_R
[src]
Bit 20 - SNPM
pub fn stall(&self) -> STALL_R
[src]
Bit 21 - STALL
pub fn epdis(&self) -> EPDIS_R
[src]
Bit 30 - EPDIS
pub fn epena(&self) -> EPENA_R
[src]
Bit 31 - EPENA
impl R<u32, Reg<u32, _OTG_DOEPINT2>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn epdisd(&self) -> EPDISD_R
[src]
Bit 1 - EPDISD
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn stup(&self) -> STUP_R
[src]
Bit 3 - STUP
pub fn otepdis(&self) -> OTEPDIS_R
[src]
Bit 4 - OTEPDIS
pub fn stsphsrx(&self) -> STSPHSRX_R
[src]
Bit 5 - STSPHSRX
pub fn b2bstup(&self) -> B2BSTUP_R
[src]
Bit 6 - B2BSTUP
pub fn outpkterr(&self) -> OUTPKTERR_R
[src]
Bit 8 - OUTPKTERR
pub fn bna(&self) -> BNA_R
[src]
Bit 9 - BNA
pub fn berr(&self) -> BERR_R
[src]
Bit 12 - BERR
pub fn nak(&self) -> NAK_R
[src]
Bit 13 - NAK
pub fn nyet(&self) -> NYET_R
[src]
Bit 14 - NYET
pub fn stpktrx(&self) -> STPKTRX_R
[src]
Bit 15 - STPKTRX
impl R<u32, Reg<u32, _OTG_DOEPTSIZ2>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn rxdpid_stupcnt(&self) -> RXDPID_STUPCNT_R
[src]
Bits 29:30 - RXDPID_STUPCNT
impl R<u32, Reg<u32, _OTG_DOEPDMA2>>
[src]
impl R<u32, Reg<u32, _OTG_DOEPCTL3>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn usbaep(&self) -> USBAEP_R
[src]
Bit 15 - USBAEP
pub fn eonum_dpip(&self) -> EONUM_DPIP_R
[src]
Bit 16 - EONUM_DPIP
pub fn naksts(&self) -> NAKSTS_R
[src]
Bit 17 - NAKSTS
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn snpm(&self) -> SNPM_R
[src]
Bit 20 - SNPM
pub fn stall(&self) -> STALL_R
[src]
Bit 21 - STALL
pub fn epdis(&self) -> EPDIS_R
[src]
Bit 30 - EPDIS
pub fn epena(&self) -> EPENA_R
[src]
Bit 31 - EPENA
impl R<u32, Reg<u32, _OTG_DOEPINT3>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn epdisd(&self) -> EPDISD_R
[src]
Bit 1 - EPDISD
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn stup(&self) -> STUP_R
[src]
Bit 3 - STUP
pub fn otepdis(&self) -> OTEPDIS_R
[src]
Bit 4 - OTEPDIS
pub fn stsphsrx(&self) -> STSPHSRX_R
[src]
Bit 5 - STSPHSRX
pub fn b2bstup(&self) -> B2BSTUP_R
[src]
Bit 6 - B2BSTUP
pub fn outpkterr(&self) -> OUTPKTERR_R
[src]
Bit 8 - OUTPKTERR
pub fn bna(&self) -> BNA_R
[src]
Bit 9 - BNA
pub fn berr(&self) -> BERR_R
[src]
Bit 12 - BERR
pub fn nak(&self) -> NAK_R
[src]
Bit 13 - NAK
pub fn nyet(&self) -> NYET_R
[src]
Bit 14 - NYET
pub fn stpktrx(&self) -> STPKTRX_R
[src]
Bit 15 - STPKTRX
impl R<u32, Reg<u32, _OTG_DOEPTSIZ3>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn rxdpid_stupcnt(&self) -> RXDPID_STUPCNT_R
[src]
Bits 29:30 - RXDPID_STUPCNT
impl R<u32, Reg<u32, _OTG_DOEPDMA3>>
[src]
impl R<u32, Reg<u32, _OTG_DOEPCTL4>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn usbaep(&self) -> USBAEP_R
[src]
Bit 15 - USBAEP
pub fn eonum_dpip(&self) -> EONUM_DPIP_R
[src]
Bit 16 - EONUM_DPIP
pub fn naksts(&self) -> NAKSTS_R
[src]
Bit 17 - NAKSTS
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn snpm(&self) -> SNPM_R
[src]
Bit 20 - SNPM
pub fn stall(&self) -> STALL_R
[src]
Bit 21 - STALL
pub fn epdis(&self) -> EPDIS_R
[src]
Bit 30 - EPDIS
pub fn epena(&self) -> EPENA_R
[src]
Bit 31 - EPENA
impl R<u32, Reg<u32, _OTG_DOEPINT4>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn epdisd(&self) -> EPDISD_R
[src]
Bit 1 - EPDISD
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn stup(&self) -> STUP_R
[src]
Bit 3 - STUP
pub fn otepdis(&self) -> OTEPDIS_R
[src]
Bit 4 - OTEPDIS
pub fn stsphsrx(&self) -> STSPHSRX_R
[src]
Bit 5 - STSPHSRX
pub fn b2bstup(&self) -> B2BSTUP_R
[src]
Bit 6 - B2BSTUP
pub fn outpkterr(&self) -> OUTPKTERR_R
[src]
Bit 8 - OUTPKTERR
pub fn bna(&self) -> BNA_R
[src]
Bit 9 - BNA
pub fn berr(&self) -> BERR_R
[src]
Bit 12 - BERR
pub fn nak(&self) -> NAK_R
[src]
Bit 13 - NAK
pub fn nyet(&self) -> NYET_R
[src]
Bit 14 - NYET
pub fn stpktrx(&self) -> STPKTRX_R
[src]
Bit 15 - STPKTRX
impl R<u32, Reg<u32, _OTG_DOEPTSIZ4>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn rxdpid_stupcnt(&self) -> RXDPID_STUPCNT_R
[src]
Bits 29:30 - RXDPID_STUPCNT
impl R<u32, Reg<u32, _OTG_DOEPDMA4>>
[src]
impl R<u32, Reg<u32, _OTG_DOEPCTL5>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn usbaep(&self) -> USBAEP_R
[src]
Bit 15 - USBAEP
pub fn eonum_dpip(&self) -> EONUM_DPIP_R
[src]
Bit 16 - EONUM_DPIP
pub fn naksts(&self) -> NAKSTS_R
[src]
Bit 17 - NAKSTS
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn snpm(&self) -> SNPM_R
[src]
Bit 20 - SNPM
pub fn stall(&self) -> STALL_R
[src]
Bit 21 - STALL
pub fn epdis(&self) -> EPDIS_R
[src]
Bit 30 - EPDIS
pub fn epena(&self) -> EPENA_R
[src]
Bit 31 - EPENA
impl R<u32, Reg<u32, _OTG_DOEPINT5>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn epdisd(&self) -> EPDISD_R
[src]
Bit 1 - EPDISD
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn stup(&self) -> STUP_R
[src]
Bit 3 - STUP
pub fn otepdis(&self) -> OTEPDIS_R
[src]
Bit 4 - OTEPDIS
pub fn stsphsrx(&self) -> STSPHSRX_R
[src]
Bit 5 - STSPHSRX
pub fn b2bstup(&self) -> B2BSTUP_R
[src]
Bit 6 - B2BSTUP
pub fn outpkterr(&self) -> OUTPKTERR_R
[src]
Bit 8 - OUTPKTERR
pub fn bna(&self) -> BNA_R
[src]
Bit 9 - BNA
pub fn berr(&self) -> BERR_R
[src]
Bit 12 - BERR
pub fn nak(&self) -> NAK_R
[src]
Bit 13 - NAK
pub fn nyet(&self) -> NYET_R
[src]
Bit 14 - NYET
pub fn stpktrx(&self) -> STPKTRX_R
[src]
Bit 15 - STPKTRX
impl R<u32, Reg<u32, _OTG_DOEPTSIZ5>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn rxdpid_stupcnt(&self) -> RXDPID_STUPCNT_R
[src]
Bits 29:30 - RXDPID_STUPCNT
impl R<u32, Reg<u32, _OTG_DOEPDMA5>>
[src]
impl R<u32, Reg<u32, _OTG_DOEPCTL6>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn usbaep(&self) -> USBAEP_R
[src]
Bit 15 - USBAEP
pub fn eonum_dpip(&self) -> EONUM_DPIP_R
[src]
Bit 16 - EONUM_DPIP
pub fn naksts(&self) -> NAKSTS_R
[src]
Bit 17 - NAKSTS
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn snpm(&self) -> SNPM_R
[src]
Bit 20 - SNPM
pub fn stall(&self) -> STALL_R
[src]
Bit 21 - STALL
pub fn epdis(&self) -> EPDIS_R
[src]
Bit 30 - EPDIS
pub fn epena(&self) -> EPENA_R
[src]
Bit 31 - EPENA
impl R<u32, Reg<u32, _OTG_DOEPINT6>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn epdisd(&self) -> EPDISD_R
[src]
Bit 1 - EPDISD
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn stup(&self) -> STUP_R
[src]
Bit 3 - STUP
pub fn otepdis(&self) -> OTEPDIS_R
[src]
Bit 4 - OTEPDIS
pub fn stsphsrx(&self) -> STSPHSRX_R
[src]
Bit 5 - STSPHSRX
pub fn b2bstup(&self) -> B2BSTUP_R
[src]
Bit 6 - B2BSTUP
pub fn outpkterr(&self) -> OUTPKTERR_R
[src]
Bit 8 - OUTPKTERR
pub fn bna(&self) -> BNA_R
[src]
Bit 9 - BNA
pub fn berr(&self) -> BERR_R
[src]
Bit 12 - BERR
pub fn nak(&self) -> NAK_R
[src]
Bit 13 - NAK
pub fn nyet(&self) -> NYET_R
[src]
Bit 14 - NYET
pub fn stpktrx(&self) -> STPKTRX_R
[src]
Bit 15 - STPKTRX
impl R<u32, Reg<u32, _OTG_DOEPTSIZ6>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn rxdpid_stupcnt(&self) -> RXDPID_STUPCNT_R
[src]
Bits 29:30 - RXDPID_STUPCNT
impl R<u32, Reg<u32, _OTG_DOEPDMA6>>
[src]
impl R<u32, Reg<u32, _OTG_DOEPCTL7>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn usbaep(&self) -> USBAEP_R
[src]
Bit 15 - USBAEP
pub fn eonum_dpip(&self) -> EONUM_DPIP_R
[src]
Bit 16 - EONUM_DPIP
pub fn naksts(&self) -> NAKSTS_R
[src]
Bit 17 - NAKSTS
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn snpm(&self) -> SNPM_R
[src]
Bit 20 - SNPM
pub fn stall(&self) -> STALL_R
[src]
Bit 21 - STALL
pub fn epdis(&self) -> EPDIS_R
[src]
Bit 30 - EPDIS
pub fn epena(&self) -> EPENA_R
[src]
Bit 31 - EPENA
impl R<u32, Reg<u32, _OTG_DOEPINT7>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn epdisd(&self) -> EPDISD_R
[src]
Bit 1 - EPDISD
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn stup(&self) -> STUP_R
[src]
Bit 3 - STUP
pub fn otepdis(&self) -> OTEPDIS_R
[src]
Bit 4 - OTEPDIS
pub fn stsphsrx(&self) -> STSPHSRX_R
[src]
Bit 5 - STSPHSRX
pub fn b2bstup(&self) -> B2BSTUP_R
[src]
Bit 6 - B2BSTUP
pub fn outpkterr(&self) -> OUTPKTERR_R
[src]
Bit 8 - OUTPKTERR
pub fn bna(&self) -> BNA_R
[src]
Bit 9 - BNA
pub fn berr(&self) -> BERR_R
[src]
Bit 12 - BERR
pub fn nak(&self) -> NAK_R
[src]
Bit 13 - NAK
pub fn nyet(&self) -> NYET_R
[src]
Bit 14 - NYET
pub fn stpktrx(&self) -> STPKTRX_R
[src]
Bit 15 - STPKTRX
impl R<u32, Reg<u32, _OTG_DOEPTSIZ7>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn rxdpid_stupcnt(&self) -> RXDPID_STUPCNT_R
[src]
Bits 29:30 - RXDPID_STUPCNT
impl R<u32, Reg<u32, _OTG_DOEPDMA7>>
[src]
impl R<u32, Reg<u32, _OTG_DOEPCTL8>>
[src]
pub fn mpsiz(&self) -> MPSIZ_R
[src]
Bits 0:10 - MPSIZ
pub fn usbaep(&self) -> USBAEP_R
[src]
Bit 15 - USBAEP
pub fn eonum_dpip(&self) -> EONUM_DPIP_R
[src]
Bit 16 - EONUM_DPIP
pub fn naksts(&self) -> NAKSTS_R
[src]
Bit 17 - NAKSTS
pub fn eptyp(&self) -> EPTYP_R
[src]
Bits 18:19 - EPTYP
pub fn snpm(&self) -> SNPM_R
[src]
Bit 20 - SNPM
pub fn stall(&self) -> STALL_R
[src]
Bit 21 - STALL
pub fn epdis(&self) -> EPDIS_R
[src]
Bit 30 - EPDIS
pub fn epena(&self) -> EPENA_R
[src]
Bit 31 - EPENA
impl R<u32, Reg<u32, _OTG_DOEPINT8>>
[src]
pub fn xfrc(&self) -> XFRC_R
[src]
Bit 0 - XFRC
pub fn epdisd(&self) -> EPDISD_R
[src]
Bit 1 - EPDISD
pub fn ahberr(&self) -> AHBERR_R
[src]
Bit 2 - AHBERR
pub fn stup(&self) -> STUP_R
[src]
Bit 3 - STUP
pub fn otepdis(&self) -> OTEPDIS_R
[src]
Bit 4 - OTEPDIS
pub fn stsphsrx(&self) -> STSPHSRX_R
[src]
Bit 5 - STSPHSRX
pub fn b2bstup(&self) -> B2BSTUP_R
[src]
Bit 6 - B2BSTUP
pub fn outpkterr(&self) -> OUTPKTERR_R
[src]
Bit 8 - OUTPKTERR
pub fn bna(&self) -> BNA_R
[src]
Bit 9 - BNA
pub fn berr(&self) -> BERR_R
[src]
Bit 12 - BERR
pub fn nak(&self) -> NAK_R
[src]
Bit 13 - NAK
pub fn nyet(&self) -> NYET_R
[src]
Bit 14 - NYET
pub fn stpktrx(&self) -> STPKTRX_R
[src]
Bit 15 - STPKTRX
impl R<u32, Reg<u32, _OTG_DOEPTSIZ8>>
[src]
pub fn xfrsiz(&self) -> XFRSIZ_R
[src]
Bits 0:18 - XFRSIZ
pub fn pktcnt(&self) -> PKTCNT_R
[src]
Bits 19:28 - PKTCNT
pub fn rxdpid_stupcnt(&self) -> RXDPID_STUPCNT_R
[src]
Bits 29:30 - RXDPID_STUPCNT
impl R<u32, Reg<u32, _OTG_DOEPDMA8>>
[src]
impl R<u32, Reg<u32, _OTG_PCGCCTL>>
[src]
pub fn stppclk(&self) -> STPPCLK_R
[src]
Bit 0 - STPPCLK
pub fn gatehclk(&self) -> GATEHCLK_R
[src]
Bit 1 - GATEHCLK
pub fn physusp(&self) -> PHYSUSP_R
[src]
Bit 4 - PHYSUSP
pub fn enl1gtg(&self) -> ENL1GTG_R
[src]
Bit 5 - ENL1GTG
pub fn physleep(&self) -> PHYSLEEP_R
[src]
Bit 6 - PHYSLEEP
pub fn susp(&self) -> SUSP_R
[src]
Bit 7 - SUSP
impl R<u32, Reg<u32, _PWR_CR1>>
[src]
pub fn lpds(&self) -> LPDS_R
[src]
Bit 0 - LPDS
pub fn lpcfg(&self) -> LPCFG_R
[src]
Bit 1 - LPCFG
pub fn lvds(&self) -> LVDS_R
[src]
Bit 2 - LVDS
pub fn pvden(&self) -> PVDEN_R
[src]
Bit 4 - PVDEN
pub fn pls(&self) -> PLS_R
[src]
Bits 5:7 - PLS
pub fn dbp(&self) -> DBP_R
[src]
Bit 8 - DBP
pub fn avden(&self) -> AVDEN_R
[src]
Bit 16 - AVDEN
pub fn als(&self) -> ALS_R
[src]
Bits 17:18 - ALS
impl R<u32, Reg<u32, _PWR_CSR1>>
[src]
impl R<u32, Reg<u32, _PWR_CR2>>
[src]
pub fn bren(&self) -> BREN_R
[src]
Bit 0 - BREN
pub fn rren(&self) -> RREN_R
[src]
Bit 1 - RREN
pub fn monen(&self) -> MONEN_R
[src]
Bit 4 - MONEN
pub fn brrdy(&self) -> BRRDY_R
[src]
Bit 16 - BRRDY
pub fn rrrdy(&self) -> RRRDY_R
[src]
Bit 17 - RRRDY
pub fn vbatl(&self) -> VBATL_R
[src]
Bit 20 - VBATL
pub fn vbath(&self) -> VBATH_R
[src]
Bit 21 - VBATH
pub fn templ(&self) -> TEMPL_R
[src]
Bit 22 - TEMPL
pub fn temph(&self) -> TEMPH_R
[src]
Bit 23 - TEMPH
impl R<u32, Reg<u32, _PWR_CR3>>
[src]
pub fn vbe(&self) -> VBE_R
[src]
Bit 8 - VBE
pub fn vbrs(&self) -> VBRS_R
[src]
Bit 9 - VBRS
pub fn ddrsren(&self) -> DDRSREN_R
[src]
Bit 10 - DDRSREN
pub fn ddrsrdis(&self) -> DDRSRDIS_R
[src]
Bit 11 - DDRSRDIS
pub fn ddrreten(&self) -> DDRRETEN_R
[src]
Bit 12 - DDRRETEN
pub fn popl(&self) -> POPL_R
[src]
Bits 17:21 - POPL
pub fn usb33den(&self) -> USB33DEN_R
[src]
Bit 24 - USB33DEN
pub fn usb33rdy(&self) -> USB33RDY_R
[src]
Bit 26 - USB33RDY
pub fn reg18en(&self) -> REG18EN_R
[src]
Bit 28 - REG18EN
pub fn reg18rdy(&self) -> REG18RDY_R
[src]
Bit 29 - REG18RDY
pub fn reg11en(&self) -> REG11EN_R
[src]
Bit 30 - REG11EN
pub fn reg11rdy(&self) -> REG11RDY_R
[src]
Bit 31 - REG11RDY
impl R<u32, Reg<u32, _PWR_MPUCR>>
[src]
pub fn pdds(&self) -> PDDS_R
[src]
Bit 0 - PDDS
pub fn cstbydis(&self) -> CSTBYDIS_R
[src]
Bit 3 - CSTBYDIS
pub fn stopf(&self) -> STOPF_R
[src]
Bit 5 - STOPF
pub fn sbf(&self) -> SBF_R
[src]
Bit 6 - SBF
pub fn sbfmpu(&self) -> SBFMPU_R
[src]
Bit 7 - SBFMPU
pub fn cssf(&self) -> CSSF_R
[src]
Bit 9 - CSSF
pub fn standbywfil2(&self) -> STANDBYWFIL2_R
[src]
Bit 15 - STANDBYWFIL2
impl R<u32, Reg<u32, _PWR_MCUCR>>
[src]
pub fn pdds(&self) -> PDDS_R
[src]
Bit 0 - PDDS
pub fn stopf(&self) -> STOPF_R
[src]
Bit 5 - STOPF
pub fn sbf(&self) -> SBF_R
[src]
Bit 6 - SBF
pub fn cssf(&self) -> CSSF_R
[src]
Bit 9 - CSSF
pub fn deepsleep(&self) -> DEEPSLEEP_R
[src]
Bit 15 - DEEPSLEEP
impl R<u32, Reg<u32, _PWR_WKUPCR>>
[src]
pub fn wkupc1(&self) -> WKUPC1_R
[src]
Bit 0 - WKUPC1
pub fn wkupc2(&self) -> WKUPC2_R
[src]
Bit 1 - WKUPC2
pub fn wkupc3(&self) -> WKUPC3_R
[src]
Bit 2 - WKUPC3
pub fn wkupc4(&self) -> WKUPC4_R
[src]
Bit 3 - WKUPC4
pub fn wkupc5(&self) -> WKUPC5_R
[src]
Bit 4 - WKUPC5
pub fn wkupc6(&self) -> WKUPC6_R
[src]
Bit 5 - WKUPC6
pub fn wkupp1(&self) -> WKUPP1_R
[src]
Bit 8 - WKUPP1
pub fn wkupp2(&self) -> WKUPP2_R
[src]
Bit 9 - WKUPP2
pub fn wkupp3(&self) -> WKUPP3_R
[src]
Bit 10 - WKUPP3
pub fn wkupp4(&self) -> WKUPP4_R
[src]
Bit 11 - WKUPP4
pub fn wkupp5(&self) -> WKUPP5_R
[src]
Bit 12 - WKUPP5
pub fn wkupp6(&self) -> WKUPP6_R
[src]
Bit 13 - WKUPP6
pub fn wkuppupd1(&self) -> WKUPPUPD1_R
[src]
Bits 16:17 - WKUPPUPD1
pub fn wkuppupd2(&self) -> WKUPPUPD2_R
[src]
Bits 18:19 - WKUPPUPD2
pub fn wkuppupd3(&self) -> WKUPPUPD3_R
[src]
Bits 20:21 - WKUPPUPD3
pub fn wkuppupd4(&self) -> WKUPPUPD4_R
[src]
Bits 22:23 - WKUPPUPD4
pub fn wkuppupd5(&self) -> WKUPPUPD5_R
[src]
Bits 24:25 - WKUPPUPD5
pub fn wkuppupd6(&self) -> WKUPPUPD6_R
[src]
Bits 26:27 - WKUPPUPD6
impl R<u32, Reg<u32, _PWR_WKUPFR>>
[src]
pub fn wkupf1(&self) -> WKUPF1_R
[src]
Bit 0 - WKUPF1
pub fn wkupf2(&self) -> WKUPF2_R
[src]
Bit 1 - WKUPF2
pub fn wkupf3(&self) -> WKUPF3_R
[src]
Bit 2 - WKUPF3
pub fn wkupf4(&self) -> WKUPF4_R
[src]
Bit 3 - WKUPF4
pub fn wkupf5(&self) -> WKUPF5_R
[src]
Bit 4 - WKUPF5
pub fn wkupf6(&self) -> WKUPF6_R
[src]
Bit 5 - WKUPF6
impl R<u32, Reg<u32, _PWR_MPUWKUPENR>>
[src]
pub fn wkupen1(&self) -> WKUPEN1_R
[src]
Bit 0 - WKUPEN1
pub fn wkupen2(&self) -> WKUPEN2_R
[src]
Bit 1 - WKUPEN2
pub fn wkupen3(&self) -> WKUPEN3_R
[src]
Bit 2 - WKUPEN3
pub fn wkupen4(&self) -> WKUPEN4_R
[src]
Bit 3 - WKUPEN4
pub fn wkupen5(&self) -> WKUPEN5_R
[src]
Bit 4 - WKUPEN5
pub fn wkupen6(&self) -> WKUPEN6_R
[src]
Bit 5 - WKUPEN6
impl R<u32, Reg<u32, _PWR_MCUWKUPENR>>
[src]
pub fn wkupen1(&self) -> WKUPEN1_R
[src]
Bit 0 - WKUPEN1
pub fn wkupen2(&self) -> WKUPEN2_R
[src]
Bit 1 - WKUPEN2
pub fn wkupen3(&self) -> WKUPEN3_R
[src]
Bit 2 - WKUPEN3
pub fn wkupen4(&self) -> WKUPEN4_R
[src]
Bit 3 - WKUPEN4
pub fn wkupen5(&self) -> WKUPEN5_R
[src]
Bit 4 - WKUPEN5
pub fn wkupen6(&self) -> WKUPEN6_R
[src]
Bit 5 - WKUPEN6
impl R<u32, Reg<u32, _PWR_VER>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _PWR_ID>>
[src]
impl R<u32, Reg<u32, _PWR_SID>>
[src]
impl R<u32, Reg<u32, _QUADSPI_CR>>
[src]
pub fn en(&self) -> EN_R
[src]
Bit 0 - EN
pub fn abort(&self) -> ABORT_R
[src]
Bit 1 - ABORT
pub fn dmaen(&self) -> DMAEN_R
[src]
Bit 2 - DMAEN
pub fn tcen(&self) -> TCEN_R
[src]
Bit 3 - TCEN
pub fn sshift(&self) -> SSHIFT_R
[src]
Bit 4 - SSHIFT
pub fn dfm(&self) -> DFM_R
[src]
Bit 6 - DFM
pub fn fsel(&self) -> FSEL_R
[src]
Bit 7 - FSEL
pub fn fthres(&self) -> FTHRES_R
[src]
Bits 8:11 - FTHRES
pub fn teie(&self) -> TEIE_R
[src]
Bit 16 - TEIE
pub fn tcie(&self) -> TCIE_R
[src]
Bit 17 - TCIE
pub fn ftie(&self) -> FTIE_R
[src]
Bit 18 - FTIE
pub fn smie(&self) -> SMIE_R
[src]
Bit 19 - SMIE
pub fn toie(&self) -> TOIE_R
[src]
Bit 20 - TOIE
pub fn apms(&self) -> APMS_R
[src]
Bit 22 - APMS
pub fn pmm(&self) -> PMM_R
[src]
Bit 23 - PMM
pub fn prescaler(&self) -> PRESCALER_R
[src]
Bits 24:31 - PRESCALER
impl R<u32, Reg<u32, _QUADSPI_DCR>>
[src]
pub fn ckmode(&self) -> CKMODE_R
[src]
Bit 0 - CKMODE
pub fn csht(&self) -> CSHT_R
[src]
Bits 8:10 - CSHT
pub fn fsize(&self) -> FSIZE_R
[src]
Bits 16:20 - FSIZE
impl R<u32, Reg<u32, _QUADSPI_SR>>
[src]
pub fn tef(&self) -> TEF_R
[src]
Bit 0 - TEF
pub fn tcf(&self) -> TCF_R
[src]
Bit 1 - TCF
pub fn ftf(&self) -> FTF_R
[src]
Bit 2 - FTF
pub fn smf(&self) -> SMF_R
[src]
Bit 3 - SMF
pub fn tof(&self) -> TOF_R
[src]
Bit 4 - TOF
pub fn busy(&self) -> BUSY_R
[src]
Bit 5 - BUSY
pub fn flevel(&self) -> FLEVEL_R
[src]
Bits 8:12 - FLEVEL
impl R<u32, Reg<u32, _QUADSPI_DLR>>
[src]
impl R<u32, Reg<u32, _QUADSPI_CCR>>
[src]
pub fn instruction(&self) -> INSTRUCTION_R
[src]
Bits 0:7 - INSTRUCTION
pub fn imode(&self) -> IMODE_R
[src]
Bits 8:9 - IMODE
pub fn admode(&self) -> ADMODE_R
[src]
Bits 10:11 - ADMODE
pub fn adsize(&self) -> ADSIZE_R
[src]
Bits 12:13 - ADSIZE
pub fn abmode(&self) -> ABMODE_R
[src]
Bits 14:15 - ABMODE
pub fn absize(&self) -> ABSIZE_R
[src]
Bits 16:17 - ABSIZE
pub fn dcyc(&self) -> DCYC_R
[src]
Bits 18:22 - DCYC
pub fn dmode(&self) -> DMODE_R
[src]
Bits 24:25 - DMODE
pub fn fmode(&self) -> FMODE_R
[src]
Bits 26:27 - FMODE
pub fn sioo(&self) -> SIOO_R
[src]
Bit 28 - SIOO
pub fn frcm(&self) -> FRCM_R
[src]
Bit 29 - FRCM
pub fn dhhc(&self) -> DHHC_R
[src]
Bit 30 - DHHC
pub fn ddrm(&self) -> DDRM_R
[src]
Bit 31 - DDRM
impl R<u32, Reg<u32, _QUADSPI_AR>>
[src]
impl R<u32, Reg<u32, _QUADSPI_ABR>>
[src]
pub fn alternate(&self) -> ALTERNATE_R
[src]
Bits 0:31 - ALTERNATE
impl R<u32, Reg<u32, _QUADSPI_DR>>
[src]
impl R<u32, Reg<u32, _QUADSPI_PSMKR>>
[src]
impl R<u32, Reg<u32, _QUADSPI_PSMAR>>
[src]
impl R<u32, Reg<u32, _QUADSPI_PIR>>
[src]
pub fn interval(&self) -> INTERVAL_R
[src]
Bits 0:15 - INTERVAL
impl R<u32, Reg<u32, _QUADSPI_LPTR>>
[src]
impl R<u32, Reg<u32, _QUADSPI_HWCFGR>>
[src]
pub fn fifosize(&self) -> FIFOSIZE_R
[src]
Bits 0:3 - FIFOSIZE
pub fn fifoptr(&self) -> FIFOPTR_R
[src]
Bits 4:7 - FIFOPTR
pub fn prescval(&self) -> PRESCVAL_R
[src]
Bits 8:11 - PRESCVAL
pub fn idlength(&self) -> IDLENGTH_R
[src]
Bits 12:15 - IDLENGTH
impl R<u32, Reg<u32, _QUADSPI_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _QUADSPI_IPIDR>>
[src]
impl R<u32, Reg<u32, _QUADSPI_SIDR>>
[src]
impl R<u32, Reg<u32, _RCC_TZCR>>
[src]
pub fn tzen(&self) -> TZEN_R
[src]
Bit 0 - TZEN
pub fn mckprot(&self) -> MCKPROT_R
[src]
Bit 1 - MCKPROT
impl R<u32, Reg<u32, _RCC_OCENSETR>>
[src]
pub fn hsion(&self) -> HSION_R
[src]
Bit 0 - HSION
pub fn hsikeron(&self) -> HSIKERON_R
[src]
Bit 1 - HSIKERON
pub fn csion(&self) -> CSION_R
[src]
Bit 4 - CSION
pub fn csikeron(&self) -> CSIKERON_R
[src]
Bit 5 - CSIKERON
pub fn digbyp(&self) -> DIGBYP_R
[src]
Bit 7 - DIGBYP
pub fn hseon(&self) -> HSEON_R
[src]
Bit 8 - HSEON
pub fn hsekeron(&self) -> HSEKERON_R
[src]
Bit 9 - HSEKERON
pub fn hsebyp(&self) -> HSEBYP_R
[src]
Bit 10 - HSEBYP
pub fn hsecsson(&self) -> HSECSSON_R
[src]
Bit 11 - HSECSSON
impl R<u32, Reg<u32, _RCC_OCENCLRR>>
[src]
pub fn hsion(&self) -> HSION_R
[src]
Bit 0 - HSION
pub fn hsikeron(&self) -> HSIKERON_R
[src]
Bit 1 - HSIKERON
pub fn csion(&self) -> CSION_R
[src]
Bit 4 - CSION
pub fn csikeron(&self) -> CSIKERON_R
[src]
Bit 5 - CSIKERON
pub fn digbyp(&self) -> DIGBYP_R
[src]
Bit 7 - DIGBYP
pub fn hseon(&self) -> HSEON_R
[src]
Bit 8 - HSEON
pub fn hsekeron(&self) -> HSEKERON_R
[src]
Bit 9 - HSEKERON
pub fn hsebyp(&self) -> HSEBYP_R
[src]
Bit 10 - HSEBYP
impl R<u32, Reg<u32, _RCC_HSICFGR>>
[src]
pub fn hsidiv(&self) -> HSIDIV_R
[src]
Bits 0:1 - HSIDIV
pub fn hsitrim(&self) -> HSITRIM_R
[src]
Bits 8:14 - HSITRIM
pub fn hsical(&self) -> HSICAL_R
[src]
Bits 16:27 - HSICAL
impl R<u32, Reg<u32, _RCC_CSICFGR>>
[src]
pub fn csitrim(&self) -> CSITRIM_R
[src]
Bits 8:12 - CSITRIM
pub fn csical(&self) -> CSICAL_R
[src]
Bits 16:23 - CSICAL
impl R<u32, Reg<u32, _RCC_MPCKSELR>>
[src]
pub fn mpusrc(&self) -> MPUSRC_R
[src]
Bits 0:1 - MPUSRC
pub fn mpusrcrdy(&self) -> MPUSRCRDY_R
[src]
Bit 31 - MPUSRCRDY
impl R<u32, Reg<u32, _RCC_ASSCKSELR>>
[src]
pub fn axissrc(&self) -> AXISSRC_R
[src]
Bits 0:2 - AXISSRC
pub fn axissrcrdy(&self) -> AXISSRCRDY_R
[src]
Bit 31 - AXISSRCRDY
impl R<u32, Reg<u32, _RCC_RCK12SELR>>
[src]
pub fn pll12src(&self) -> PLL12SRC_R
[src]
Bits 0:1 - PLL12SRC
pub fn pll12srcrdy(&self) -> PLL12SRCRDY_R
[src]
Bit 31 - PLL12SRCRDY
impl R<u32, Reg<u32, _RCC_MPCKDIVR>>
[src]
pub fn mpudiv(&self) -> MPUDIV_R
[src]
Bits 0:2 - MPUDIV
pub fn mpudivrdy(&self) -> MPUDIVRDY_R
[src]
Bit 31 - MPUDIVRDY
impl R<u32, Reg<u32, _RCC_AXIDIVR>>
[src]
pub fn axidiv(&self) -> AXIDIV_R
[src]
Bits 0:2 - AXIDIV
pub fn axidivrdy(&self) -> AXIDIVRDY_R
[src]
Bit 31 - AXIDIVRDY
impl R<u32, Reg<u32, _RCC_APB4DIVR>>
[src]
pub fn apb4div(&self) -> APB4DIV_R
[src]
Bits 0:2 - APB4DIV
pub fn apb4divrdy(&self) -> APB4DIVRDY_R
[src]
Bit 31 - APB4DIVRDY
impl R<u32, Reg<u32, _RCC_APB5DIVR>>
[src]
pub fn apb5div(&self) -> APB5DIV_R
[src]
Bits 0:2 - APB5DIV
pub fn apb5divrdy(&self) -> APB5DIVRDY_R
[src]
Bit 31 - APB5DIVRDY
impl R<u32, Reg<u32, _RCC_RTCDIVR>>
[src]
impl R<u32, Reg<u32, _RCC_MSSCKSELR>>
[src]
pub fn mcussrc(&self) -> MCUSSRC_R
[src]
Bits 0:1 - MCUSSRC
pub fn mcussrcrdy(&self) -> MCUSSRCRDY_R
[src]
Bit 31 - MCUSSRCRDY
impl R<u32, Reg<u32, _RCC_PLL1CR>>
[src]
pub fn pllon(&self) -> PLLON_R
[src]
Bit 0 - PLLON
pub fn pll1rdy(&self) -> PLL1RDY_R
[src]
Bit 1 - PLL1RDY
pub fn sscg_ctrl(&self) -> SSCG_CTRL_R
[src]
Bit 2 - SSCG_CTRL
pub fn divpen(&self) -> DIVPEN_R
[src]
Bit 4 - DIVPEN
pub fn divqen(&self) -> DIVQEN_R
[src]
Bit 5 - DIVQEN
pub fn divren(&self) -> DIVREN_R
[src]
Bit 6 - DIVREN
impl R<u32, Reg<u32, _RCC_PLL1CFGR1>>
[src]
pub fn divn(&self) -> DIVN_R
[src]
Bits 0:8 - DIVN
pub fn divm1(&self) -> DIVM1_R
[src]
Bits 16:21 - DIVM1
impl R<u32, Reg<u32, _RCC_PLL1CFGR2>>
[src]
pub fn divp(&self) -> DIVP_R
[src]
Bits 0:6 - DIVP
pub fn divq(&self) -> DIVQ_R
[src]
Bits 8:14 - DIVQ
pub fn divr(&self) -> DIVR_R
[src]
Bits 16:22 - DIVR
impl R<u32, Reg<u32, _RCC_PLL1FRACR>>
[src]
pub fn fracv(&self) -> FRACV_R
[src]
Bits 3:15 - FRACV
pub fn fracle(&self) -> FRACLE_R
[src]
Bit 16 - FRACLE
impl R<u32, Reg<u32, _RCC_PLL1CSGR>>
[src]
pub fn mod_per(&self) -> MOD_PER_R
[src]
Bits 0:12 - MOD_PER
pub fn tpdfn_dis(&self) -> TPDFN_DIS_R
[src]
Bit 13 - TPDFN_DIS
pub fn rpdfn_dis(&self) -> RPDFN_DIS_R
[src]
Bit 14 - RPDFN_DIS
pub fn sscg_mode(&self) -> SSCG_MODE_R
[src]
Bit 15 - SSCG_MODE
pub fn inc_step(&self) -> INC_STEP_R
[src]
Bits 16:30 - INC_STEP
impl R<u32, Reg<u32, _RCC_PLL2CR>>
[src]
pub fn pllon(&self) -> PLLON_R
[src]
Bit 0 - PLLON
pub fn pll2rdy(&self) -> PLL2RDY_R
[src]
Bit 1 - PLL2RDY
pub fn sscg_ctrl(&self) -> SSCG_CTRL_R
[src]
Bit 2 - SSCG_CTRL
pub fn divpen(&self) -> DIVPEN_R
[src]
Bit 4 - DIVPEN
pub fn divqen(&self) -> DIVQEN_R
[src]
Bit 5 - DIVQEN
pub fn divren(&self) -> DIVREN_R
[src]
Bit 6 - DIVREN
impl R<u32, Reg<u32, _RCC_PLL2CFGR1>>
[src]
pub fn divn(&self) -> DIVN_R
[src]
Bits 0:8 - DIVN
pub fn divm2(&self) -> DIVM2_R
[src]
Bits 16:21 - DIVM2
impl R<u32, Reg<u32, _RCC_PLL2CFGR2>>
[src]
pub fn divp(&self) -> DIVP_R
[src]
Bits 0:6 - DIVP
pub fn divq(&self) -> DIVQ_R
[src]
Bits 8:14 - DIVQ
pub fn divr(&self) -> DIVR_R
[src]
Bits 16:22 - DIVR
impl R<u32, Reg<u32, _RCC_PLL2FRACR>>
[src]
pub fn fracv(&self) -> FRACV_R
[src]
Bits 3:15 - FRACV
pub fn fracle(&self) -> FRACLE_R
[src]
Bit 16 - FRACLE
impl R<u32, Reg<u32, _RCC_PLL2CSGR>>
[src]
pub fn mod_per(&self) -> MOD_PER_R
[src]
Bits 0:12 - MOD_PER
pub fn tpdfn_dis(&self) -> TPDFN_DIS_R
[src]
Bit 13 - TPDFN_DIS
pub fn rpdfn_dis(&self) -> RPDFN_DIS_R
[src]
Bit 14 - RPDFN_DIS
pub fn sscg_mode(&self) -> SSCG_MODE_R
[src]
Bit 15 - SSCG_MODE
pub fn inc_step(&self) -> INC_STEP_R
[src]
Bits 16:30 - INC_STEP
impl R<u32, Reg<u32, _RCC_I2C46CKSELR>>
[src]
pub fn i2c46src(&self) -> I2C46SRC_R
[src]
Bits 0:2 - I2C46SRC
impl R<u32, Reg<u32, _RCC_SPI6CKSELR>>
[src]
impl R<u32, Reg<u32, _RCC_UART1CKSELR>>
[src]
pub fn uart1src(&self) -> UART1SRC_R
[src]
Bits 0:2 - UART1SRC
impl R<u32, Reg<u32, _RCC_RNG1CKSELR>>
[src]
impl R<u32, Reg<u32, _RCC_CPERCKSELR>>
[src]
pub fn ckpersrc(&self) -> CKPERSRC_R
[src]
Bits 0:1 - CKPERSRC
impl R<u32, Reg<u32, _RCC_STGENCKSELR>>
[src]
pub fn stgensrc(&self) -> STGENSRC_R
[src]
Bits 0:1 - STGENSRC
impl R<u32, Reg<u32, _RCC_DDRITFCR>>
[src]
pub fn ddrc1en(&self) -> DDRC1EN_R
[src]
Bit 0 - DDRC1EN
pub fn ddrc1lpen(&self) -> DDRC1LPEN_R
[src]
Bit 1 - DDRC1LPEN
pub fn ddrc2en(&self) -> DDRC2EN_R
[src]
Bit 2 - DDRC2EN
pub fn ddrc2lpen(&self) -> DDRC2LPEN_R
[src]
Bit 3 - DDRC2LPEN
pub fn ddrphycen(&self) -> DDRPHYCEN_R
[src]
Bit 4 - DDRPHYCEN
pub fn ddrphyclpen(&self) -> DDRPHYCLPEN_R
[src]
Bit 5 - DDRPHYCLPEN
pub fn ddrcapben(&self) -> DDRCAPBEN_R
[src]
Bit 6 - DDRCAPBEN
pub fn ddrcapblpen(&self) -> DDRCAPBLPEN_R
[src]
Bit 7 - DDRCAPBLPEN
pub fn axidcgen(&self) -> AXIDCGEN_R
[src]
Bit 8 - AXIDCGEN
pub fn ddrphycapben(&self) -> DDRPHYCAPBEN_R
[src]
Bit 9 - DDRPHYCAPBEN
pub fn ddrphycapblpen(&self) -> DDRPHYCAPBLPEN_R
[src]
Bit 10 - DDRPHYCAPBLPEN
pub fn kerdcg_dly(&self) -> KERDCG_DLY_R
[src]
Bits 11:13 - KERDCG_DLY
pub fn ddrcapbrst(&self) -> DDRCAPBRST_R
[src]
Bit 14 - DDRCAPBRST
pub fn ddrcaxirst(&self) -> DDRCAXIRST_R
[src]
Bit 15 - DDRCAXIRST
pub fn ddrcorerst(&self) -> DDRCORERST_R
[src]
Bit 16 - DDRCORERST
pub fn dphyapbrst(&self) -> DPHYAPBRST_R
[src]
Bit 17 - DPHYAPBRST
pub fn dphyrst(&self) -> DPHYRST_R
[src]
Bit 18 - DPHYRST
pub fn dphyctlrst(&self) -> DPHYCTLRST_R
[src]
Bit 19 - DPHYCTLRST
pub fn ddrckmod(&self) -> DDRCKMOD_R
[src]
Bits 20:22 - DDRCKMOD
pub fn gskpmod(&self) -> GSKPMOD_R
[src]
Bit 23 - GSKPMOD
pub fn gskpctrl(&self) -> GSKPCTRL_R
[src]
Bit 24 - GSKPCTRL
pub fn dfilp_width(&self) -> DFILP_WIDTH_R
[src]
Bits 25:27 - DFILP_WIDTH
pub fn gskp_dur(&self) -> GSKP_DUR_R
[src]
Bits 28:31 - GSKP_DUR
impl R<u32, Reg<u32, _RCC_MP_BOOTCR>>
[src]
pub fn mcu_ben(&self) -> MCU_BEN_R
[src]
Bit 0 - MCU_BEN
pub fn mpu_ben(&self) -> MPU_BEN_R
[src]
Bit 1 - MPU_BEN
impl R<u32, Reg<u32, _RCC_MP_SREQSETR>>
[src]
pub fn stpreq_p0(&self) -> STPREQ_P0_R
[src]
Bit 0 - STPREQ_P0
pub fn stpreq_p1(&self) -> STPREQ_P1_R
[src]
Bit 1 - STPREQ_P1
impl R<u32, Reg<u32, _RCC_MP_SREQCLRR>>
[src]
pub fn stpreq_p0(&self) -> STPREQ_P0_R
[src]
Bit 0 - STPREQ_P0
pub fn stpreq_p1(&self) -> STPREQ_P1_R
[src]
Bit 1 - STPREQ_P1
impl R<u32, Reg<u32, _RCC_MP_GCR>>
[src]
pub fn boot_mcu(&self) -> BOOT_MCU_R
[src]
Bit 0 - BOOT_MCU
impl R<u32, Reg<u32, _RCC_MP_APRSTCR>>
[src]
pub fn rdctlen(&self) -> RDCTLEN_R
[src]
Bit 0 - RDCTLEN
pub fn rstto(&self) -> RSTTO_R
[src]
Bits 8:14 - RSTTO
impl R<u32, Reg<u32, _RCC_MP_APRSTSR>>
[src]
impl R<u32, Reg<u32, _RCC_BDCR>>
[src]
pub fn lseon(&self) -> LSEON_R
[src]
Bit 0 - LSEON
pub fn lsebyp(&self) -> LSEBYP_R
[src]
Bit 1 - LSEBYP
pub fn lserdy(&self) -> LSERDY_R
[src]
Bit 2 - LSERDY
pub fn digbyp(&self) -> DIGBYP_R
[src]
Bit 3 - DIGBYP
pub fn lsedrv(&self) -> LSEDRV_R
[src]
Bits 4:5 - LSEDRV
pub fn lsecsson(&self) -> LSECSSON_R
[src]
Bit 8 - LSECSSON
pub fn lsecssd(&self) -> LSECSSD_R
[src]
Bit 9 - LSECSSD
pub fn rtcsrc(&self) -> RTCSRC_R
[src]
Bits 16:17 - RTCSRC
pub fn rtccken(&self) -> RTCCKEN_R
[src]
Bit 20 - RTCCKEN
pub fn vswrst(&self) -> VSWRST_R
[src]
Bit 31 - VSWRST
impl R<u32, Reg<u32, _RCC_RDLSICR>>
[src]
pub fn lsion(&self) -> LSION_R
[src]
Bit 0 - LSION
pub fn lsirdy(&self) -> LSIRDY_R
[src]
Bit 1 - LSIRDY
pub fn mrd(&self) -> MRD_R
[src]
Bits 16:20 - MRD
pub fn eadly(&self) -> EADLY_R
[src]
Bits 24:26 - EADLY
pub fn spare(&self) -> SPARE_R
[src]
Bits 27:31 - SPARE
impl R<u32, Reg<u32, _RCC_APB4RSTSETR>>
[src]
pub fn ltdcrst(&self) -> LTDCRST_R
[src]
Bit 0 - LTDCRST
pub fn dsirst(&self) -> DSIRST_R
[src]
Bit 4 - DSIRST
pub fn ddrperfmrst(&self) -> DDRPERFMRST_R
[src]
Bit 8 - DDRPERFMRST
pub fn usbphyrst(&self) -> USBPHYRST_R
[src]
Bit 16 - USBPHYRST
impl R<u32, Reg<u32, _RCC_APB4RSTCLRR>>
[src]
pub fn ltdcrst(&self) -> LTDCRST_R
[src]
Bit 0 - LTDCRST
pub fn dsirst(&self) -> DSIRST_R
[src]
Bit 4 - DSIRST
pub fn ddrperfmrst(&self) -> DDRPERFMRST_R
[src]
Bit 8 - DDRPERFMRST
pub fn usbphyrst(&self) -> USBPHYRST_R
[src]
Bit 16 - USBPHYRST
impl R<u32, Reg<u32, _RCC_APB5RSTSETR>>
[src]
pub fn spi6rst(&self) -> SPI6RST_R
[src]
Bit 0 - SPI6RST
pub fn i2c4rst(&self) -> I2C4RST_R
[src]
Bit 2 - I2C4RST
pub fn i2c6rst(&self) -> I2C6RST_R
[src]
Bit 3 - I2C6RST
pub fn usart1rst(&self) -> USART1RST_R
[src]
Bit 4 - USART1RST
pub fn stgenrst(&self) -> STGENRST_R
[src]
Bit 20 - STGENRST
impl R<u32, Reg<u32, _RCC_APB5RSTCLRR>>
[src]
pub fn spi6rst(&self) -> SPI6RST_R
[src]
Bit 0 - SPI6RST
pub fn i2c4rst(&self) -> I2C4RST_R
[src]
Bit 2 - I2C4RST
pub fn i2c6rst(&self) -> I2C6RST_R
[src]
Bit 3 - I2C6RST
pub fn usart1rst(&self) -> USART1RST_R
[src]
Bit 4 - USART1RST
pub fn stgenrst(&self) -> STGENRST_R
[src]
Bit 20 - STGENRST
impl R<u32, Reg<u32, _RCC_AHB5RSTSETR>>
[src]
pub fn gpiozrst(&self) -> GPIOZRST_R
[src]
Bit 0 - GPIOZRST
pub fn cryp1rst(&self) -> CRYP1RST_R
[src]
Bit 4 - CRYP1RST
pub fn hash1rst(&self) -> HASH1RST_R
[src]
Bit 5 - HASH1RST
pub fn rng1rst(&self) -> RNG1RST_R
[src]
Bit 6 - RNG1RST
pub fn aximcrst(&self) -> AXIMCRST_R
[src]
Bit 16 - AXIMCRST
impl R<u32, Reg<u32, _RCC_AHB5RSTCLRR>>
[src]
pub fn gpiozrst(&self) -> GPIOZRST_R
[src]
Bit 0 - GPIOZRST
pub fn cryp1rst(&self) -> CRYP1RST_R
[src]
Bit 4 - CRYP1RST
pub fn hash1rst(&self) -> HASH1RST_R
[src]
Bit 5 - HASH1RST
pub fn rng1rst(&self) -> RNG1RST_R
[src]
Bit 6 - RNG1RST
pub fn aximcrst(&self) -> AXIMCRST_R
[src]
Bit 16 - AXIMCRST
impl R<u32, Reg<u32, _RCC_AHB6RSTSETR>>
[src]
pub fn gpurst(&self) -> GPURST_R
[src]
Bit 5 - GPURST
pub fn ethmacrst(&self) -> ETHMACRST_R
[src]
Bit 10 - ETHMACRST
pub fn fmcrst(&self) -> FMCRST_R
[src]
Bit 12 - FMCRST
pub fn qspirst(&self) -> QSPIRST_R
[src]
Bit 14 - QSPIRST
pub fn sdmmc1rst(&self) -> SDMMC1RST_R
[src]
Bit 16 - SDMMC1RST
pub fn sdmmc2rst(&self) -> SDMMC2RST_R
[src]
Bit 17 - SDMMC2RST
pub fn crc1rst(&self) -> CRC1RST_R
[src]
Bit 20 - CRC1RST
pub fn usbhrst(&self) -> USBHRST_R
[src]
Bit 24 - USBHRST
impl R<u32, Reg<u32, _RCC_AHB6RSTCLRR>>
[src]
pub fn ethmacrst(&self) -> ETHMACRST_R
[src]
Bit 10 - ETHMACRST
pub fn fmcrst(&self) -> FMCRST_R
[src]
Bit 12 - FMCRST
pub fn qspirst(&self) -> QSPIRST_R
[src]
Bit 14 - QSPIRST
pub fn sdmmc1rst(&self) -> SDMMC1RST_R
[src]
Bit 16 - SDMMC1RST
pub fn sdmmc2rst(&self) -> SDMMC2RST_R
[src]
Bit 17 - SDMMC2RST
pub fn crc1rst(&self) -> CRC1RST_R
[src]
Bit 20 - CRC1RST
pub fn usbhrst(&self) -> USBHRST_R
[src]
Bit 24 - USBHRST
impl R<u32, Reg<u32, _RCC_TZAHB6RSTSETR>>
[src]
impl R<u32, Reg<u32, _RCC_TZAHB6RSTCLRR>>
[src]
impl R<u32, Reg<u32, _RCC_MP_APB4ENSETR>>
[src]
pub fn ltdcen(&self) -> LTDCEN_R
[src]
Bit 0 - LTDCEN
pub fn dsien(&self) -> DSIEN_R
[src]
Bit 4 - DSIEN
pub fn ddrperfmen(&self) -> DDRPERFMEN_R
[src]
Bit 8 - DDRPERFMEN
pub fn iwdg2apben(&self) -> IWDG2APBEN_R
[src]
Bit 15 - IWDG2APBEN
pub fn usbphyen(&self) -> USBPHYEN_R
[src]
Bit 16 - USBPHYEN
pub fn stgenroen(&self) -> STGENROEN_R
[src]
Bit 20 - STGENROEN
impl R<u32, Reg<u32, _RCC_MP_APB4ENCLRR>>
[src]
pub fn ltdcen(&self) -> LTDCEN_R
[src]
Bit 0 - LTDCEN
pub fn dsien(&self) -> DSIEN_R
[src]
Bit 4 - DSIEN
pub fn ddrperfmen(&self) -> DDRPERFMEN_R
[src]
Bit 8 - DDRPERFMEN
pub fn iwdg2apben(&self) -> IWDG2APBEN_R
[src]
Bit 15 - IWDG2APBEN
pub fn usbphyen(&self) -> USBPHYEN_R
[src]
Bit 16 - USBPHYEN
pub fn stgenroen(&self) -> STGENROEN_R
[src]
Bit 20 - STGENROEN
impl R<u32, Reg<u32, _RCC_MP_APB5ENSETR>>
[src]
pub fn spi6en(&self) -> SPI6EN_R
[src]
Bit 0 - SPI6EN
pub fn i2c4en(&self) -> I2C4EN_R
[src]
Bit 2 - I2C4EN
pub fn i2c6en(&self) -> I2C6EN_R
[src]
Bit 3 - I2C6EN
pub fn usart1en(&self) -> USART1EN_R
[src]
Bit 4 - USART1EN
pub fn rtcapben(&self) -> RTCAPBEN_R
[src]
Bit 8 - RTCAPBEN
pub fn tzc1en(&self) -> TZC1EN_R
[src]
Bit 11 - TZC1EN
pub fn tzc2en(&self) -> TZC2EN_R
[src]
Bit 12 - TZC2EN
pub fn tzpcen(&self) -> TZPCEN_R
[src]
Bit 13 - TZPCEN
pub fn iwdg1apben(&self) -> IWDG1APBEN_R
[src]
Bit 15 - IWDG1APBEN
pub fn bsecen(&self) -> BSECEN_R
[src]
Bit 16 - BSECEN
pub fn stgenen(&self) -> STGENEN_R
[src]
Bit 20 - STGENEN
impl R<u32, Reg<u32, _RCC_MP_APB5ENCLRR>>
[src]
pub fn spi6en(&self) -> SPI6EN_R
[src]
Bit 0 - SPI6EN
pub fn i2c4en(&self) -> I2C4EN_R
[src]
Bit 2 - I2C4EN
pub fn i2c6en(&self) -> I2C6EN_R
[src]
Bit 3 - I2C6EN
pub fn usart1en(&self) -> USART1EN_R
[src]
Bit 4 - USART1EN
pub fn rtcapben(&self) -> RTCAPBEN_R
[src]
Bit 8 - RTCAPBEN
pub fn tzc1en(&self) -> TZC1EN_R
[src]
Bit 11 - TZC1EN
pub fn tzc2en(&self) -> TZC2EN_R
[src]
Bit 12 - TZC2EN
pub fn tzpcen(&self) -> TZPCEN_R
[src]
Bit 13 - TZPCEN
pub fn iwdg1apben(&self) -> IWDG1APBEN_R
[src]
Bit 15 - IWDG1APBEN
pub fn bsecen(&self) -> BSECEN_R
[src]
Bit 16 - BSECEN
pub fn stgenen(&self) -> STGENEN_R
[src]
Bit 20 - STGENEN
impl R<u32, Reg<u32, _RCC_MP_AHB5ENSETR>>
[src]
pub fn gpiozen(&self) -> GPIOZEN_R
[src]
Bit 0 - GPIOZEN
pub fn cryp1en(&self) -> CRYP1EN_R
[src]
Bit 4 - CRYP1EN
pub fn hash1en(&self) -> HASH1EN_R
[src]
Bit 5 - HASH1EN
pub fn rng1en(&self) -> RNG1EN_R
[src]
Bit 6 - RNG1EN
pub fn bkpsramen(&self) -> BKPSRAMEN_R
[src]
Bit 8 - BKPSRAMEN
pub fn aximcen(&self) -> AXIMCEN_R
[src]
Bit 16 - AXIMCEN
impl R<u32, Reg<u32, _RCC_MP_AHB5ENCLRR>>
[src]
pub fn gpiozen(&self) -> GPIOZEN_R
[src]
Bit 0 - GPIOZEN
pub fn cryp1en(&self) -> CRYP1EN_R
[src]
Bit 4 - CRYP1EN
pub fn hash1en(&self) -> HASH1EN_R
[src]
Bit 5 - HASH1EN
pub fn rng1en(&self) -> RNG1EN_R
[src]
Bit 6 - RNG1EN
pub fn bkpsramen(&self) -> BKPSRAMEN_R
[src]
Bit 8 - BKPSRAMEN
pub fn aximcen(&self) -> AXIMCEN_R
[src]
Bit 16 - AXIMCEN
impl R<u32, Reg<u32, _RCC_MP_AHB6ENSETR>>
[src]
pub fn mdmaen(&self) -> MDMAEN_R
[src]
Bit 0 - MDMAEN
pub fn gpuen(&self) -> GPUEN_R
[src]
Bit 5 - GPUEN
pub fn ethcken(&self) -> ETHCKEN_R
[src]
Bit 7 - ETHCKEN
pub fn ethtxen(&self) -> ETHTXEN_R
[src]
Bit 8 - ETHTXEN
pub fn ethrxen(&self) -> ETHRXEN_R
[src]
Bit 9 - ETHRXEN
pub fn ethmacen(&self) -> ETHMACEN_R
[src]
Bit 10 - ETHMACEN
pub fn fmcen(&self) -> FMCEN_R
[src]
Bit 12 - FMCEN
pub fn qspien(&self) -> QSPIEN_R
[src]
Bit 14 - QSPIEN
pub fn sdmmc1en(&self) -> SDMMC1EN_R
[src]
Bit 16 - SDMMC1EN
pub fn sdmmc2en(&self) -> SDMMC2EN_R
[src]
Bit 17 - SDMMC2EN
pub fn crc1en(&self) -> CRC1EN_R
[src]
Bit 20 - CRC1EN
pub fn usbhen(&self) -> USBHEN_R
[src]
Bit 24 - USBHEN
impl R<u32, Reg<u32, _RCC_MP_AHB6ENCLRR>>
[src]
pub fn mdmaen(&self) -> MDMAEN_R
[src]
Bit 0 - MDMAEN
pub fn gpuen(&self) -> GPUEN_R
[src]
Bit 5 - GPUEN
pub fn ethcken(&self) -> ETHCKEN_R
[src]
Bit 7 - ETHCKEN
pub fn ethtxen(&self) -> ETHTXEN_R
[src]
Bit 8 - ETHTXEN
pub fn ethrxen(&self) -> ETHRXEN_R
[src]
Bit 9 - ETHRXEN
pub fn ethmacen(&self) -> ETHMACEN_R
[src]
Bit 10 - ETHMACEN
pub fn fmcen(&self) -> FMCEN_R
[src]
Bit 12 - FMCEN
pub fn qspien(&self) -> QSPIEN_R
[src]
Bit 14 - QSPIEN
pub fn sdmmc1en(&self) -> SDMMC1EN_R
[src]
Bit 16 - SDMMC1EN
pub fn sdmmc2en(&self) -> SDMMC2EN_R
[src]
Bit 17 - SDMMC2EN
pub fn crc1en(&self) -> CRC1EN_R
[src]
Bit 20 - CRC1EN
pub fn usbhen(&self) -> USBHEN_R
[src]
Bit 24 - USBHEN
impl R<u32, Reg<u32, _RCC_MP_TZAHB6ENSETR>>
[src]
impl R<u32, Reg<u32, _RCC_MP_TZAHB6ENCLRR>>
[src]
impl R<u32, Reg<u32, _RCC_MC_APB4ENSETR>>
[src]
pub fn ltdcen(&self) -> LTDCEN_R
[src]
Bit 0 - LTDCEN
pub fn dsien(&self) -> DSIEN_R
[src]
Bit 4 - DSIEN
pub fn ddrperfmen(&self) -> DDRPERFMEN_R
[src]
Bit 8 - DDRPERFMEN
pub fn usbphyen(&self) -> USBPHYEN_R
[src]
Bit 16 - USBPHYEN
pub fn stgenroen(&self) -> STGENROEN_R
[src]
Bit 20 - STGENROEN
impl R<u32, Reg<u32, _RCC_MC_APB4ENCLRR>>
[src]
pub fn ltdcen(&self) -> LTDCEN_R
[src]
Bit 0 - LTDCEN
pub fn dsien(&self) -> DSIEN_R
[src]
Bit 4 - DSIEN
pub fn ddrperfmen(&self) -> DDRPERFMEN_R
[src]
Bit 8 - DDRPERFMEN
pub fn usbphyen(&self) -> USBPHYEN_R
[src]
Bit 16 - USBPHYEN
pub fn stgenroen(&self) -> STGENROEN_R
[src]
Bit 20 - STGENROEN
impl R<u32, Reg<u32, _RCC_MC_APB5ENSETR>>
[src]
pub fn spi6en(&self) -> SPI6EN_R
[src]
Bit 0 - SPI6EN
pub fn i2c4en(&self) -> I2C4EN_R
[src]
Bit 2 - I2C4EN
pub fn i2c6en(&self) -> I2C6EN_R
[src]
Bit 3 - I2C6EN
pub fn usart1en(&self) -> USART1EN_R
[src]
Bit 4 - USART1EN
pub fn rtcapben(&self) -> RTCAPBEN_R
[src]
Bit 8 - RTCAPBEN
pub fn tzc1en(&self) -> TZC1EN_R
[src]
Bit 11 - TZC1EN
pub fn tzc2en(&self) -> TZC2EN_R
[src]
Bit 12 - TZC2EN
pub fn tzpcen(&self) -> TZPCEN_R
[src]
Bit 13 - TZPCEN
pub fn bsecen(&self) -> BSECEN_R
[src]
Bit 16 - BSECEN
pub fn stgenen(&self) -> STGENEN_R
[src]
Bit 20 - STGENEN
impl R<u32, Reg<u32, _RCC_MC_APB5ENCLRR>>
[src]
pub fn spi6en(&self) -> SPI6EN_R
[src]
Bit 0 - SPI6EN
pub fn i2c4en(&self) -> I2C4EN_R
[src]
Bit 2 - I2C4EN
pub fn i2c6en(&self) -> I2C6EN_R
[src]
Bit 3 - I2C6EN
pub fn usart1en(&self) -> USART1EN_R
[src]
Bit 4 - USART1EN
pub fn rtcapben(&self) -> RTCAPBEN_R
[src]
Bit 8 - RTCAPBEN
pub fn tzc1en(&self) -> TZC1EN_R
[src]
Bit 11 - TZC1EN
pub fn tzc2en(&self) -> TZC2EN_R
[src]
Bit 12 - TZC2EN
pub fn tzpcen(&self) -> TZPCEN_R
[src]
Bit 13 - TZPCEN
pub fn bsecen(&self) -> BSECEN_R
[src]
Bit 16 - BSECEN
pub fn stgenen(&self) -> STGENEN_R
[src]
Bit 20 - STGENEN
impl R<u32, Reg<u32, _RCC_MC_AHB5ENSETR>>
[src]
pub fn gpiozen(&self) -> GPIOZEN_R
[src]
Bit 0 - GPIOZEN
pub fn cryp1en(&self) -> CRYP1EN_R
[src]
Bit 4 - CRYP1EN
pub fn hash1en(&self) -> HASH1EN_R
[src]
Bit 5 - HASH1EN
pub fn rng1en(&self) -> RNG1EN_R
[src]
Bit 6 - RNG1EN
pub fn bkpsramen(&self) -> BKPSRAMEN_R
[src]
Bit 8 - BKPSRAMEN
impl R<u32, Reg<u32, _RCC_MC_AHB5ENCLRR>>
[src]
pub fn gpiozen(&self) -> GPIOZEN_R
[src]
Bit 0 - GPIOZEN
pub fn cryp1en(&self) -> CRYP1EN_R
[src]
Bit 4 - CRYP1EN
pub fn hash1en(&self) -> HASH1EN_R
[src]
Bit 5 - HASH1EN
pub fn rng1en(&self) -> RNG1EN_R
[src]
Bit 6 - RNG1EN
pub fn bkpsramen(&self) -> BKPSRAMEN_R
[src]
Bit 8 - BKPSRAMEN
impl R<u32, Reg<u32, _RCC_MC_AHB6ENSETR>>
[src]
pub fn mdmaen(&self) -> MDMAEN_R
[src]
Bit 0 - MDMAEN
pub fn gpuen(&self) -> GPUEN_R
[src]
Bit 5 - GPUEN
pub fn ethcken(&self) -> ETHCKEN_R
[src]
Bit 7 - ETHCKEN
pub fn ethtxen(&self) -> ETHTXEN_R
[src]
Bit 8 - ETHTXEN
pub fn ethrxen(&self) -> ETHRXEN_R
[src]
Bit 9 - ETHRXEN
pub fn ethmacen(&self) -> ETHMACEN_R
[src]
Bit 10 - ETHMACEN
pub fn fmcen(&self) -> FMCEN_R
[src]
Bit 12 - FMCEN
pub fn qspien(&self) -> QSPIEN_R
[src]
Bit 14 - QSPIEN
pub fn sdmmc1en(&self) -> SDMMC1EN_R
[src]
Bit 16 - SDMMC1EN
pub fn sdmmc2en(&self) -> SDMMC2EN_R
[src]
Bit 17 - SDMMC2EN
pub fn crc1en(&self) -> CRC1EN_R
[src]
Bit 20 - CRC1EN
pub fn usbhen(&self) -> USBHEN_R
[src]
Bit 24 - USBHEN
impl R<u32, Reg<u32, _RCC_MC_AHB6ENCLRR>>
[src]
pub fn mdmaen(&self) -> MDMAEN_R
[src]
Bit 0 - MDMAEN
pub fn gpuen(&self) -> GPUEN_R
[src]
Bit 5 - GPUEN
pub fn ethcken(&self) -> ETHCKEN_R
[src]
Bit 7 - ETHCKEN
pub fn ethtxen(&self) -> ETHTXEN_R
[src]
Bit 8 - ETHTXEN
pub fn ethrxen(&self) -> ETHRXEN_R
[src]
Bit 9 - ETHRXEN
pub fn ethmacen(&self) -> ETHMACEN_R
[src]
Bit 10 - ETHMACEN
pub fn fmcen(&self) -> FMCEN_R
[src]
Bit 12 - FMCEN
pub fn qspien(&self) -> QSPIEN_R
[src]
Bit 14 - QSPIEN
pub fn sdmmc1en(&self) -> SDMMC1EN_R
[src]
Bit 16 - SDMMC1EN
pub fn sdmmc2en(&self) -> SDMMC2EN_R
[src]
Bit 17 - SDMMC2EN
pub fn crc1en(&self) -> CRC1EN_R
[src]
Bit 20 - CRC1EN
pub fn usbhen(&self) -> USBHEN_R
[src]
Bit 24 - USBHEN
impl R<u32, Reg<u32, _RCC_MP_APB4LPENSETR>>
[src]
pub fn ltdclpen(&self) -> LTDCLPEN_R
[src]
Bit 0 - LTDCLPEN
pub fn dsilpen(&self) -> DSILPEN_R
[src]
Bit 4 - DSILPEN
pub fn ddrperfmlpen(&self) -> DDRPERFMLPEN_R
[src]
Bit 8 - DDRPERFMLPEN
pub fn iwdg2apblpen(&self) -> IWDG2APBLPEN_R
[src]
Bit 15 - IWDG2APBLPEN
pub fn usbphylpen(&self) -> USBPHYLPEN_R
[src]
Bit 16 - USBPHYLPEN
pub fn stgenrolpen(&self) -> STGENROLPEN_R
[src]
Bit 20 - STGENROLPEN
pub fn stgenrostpen(&self) -> STGENROSTPEN_R
[src]
Bit 21 - STGENROSTPEN
impl R<u32, Reg<u32, _RCC_MP_APB4LPENCLRR>>
[src]
pub fn ltdclpen(&self) -> LTDCLPEN_R
[src]
Bit 0 - LTDCLPEN
pub fn dsilpen(&self) -> DSILPEN_R
[src]
Bit 4 - DSILPEN
pub fn ddrperfmlpen(&self) -> DDRPERFMLPEN_R
[src]
Bit 8 - DDRPERFMLPEN
pub fn iwdg2apblpen(&self) -> IWDG2APBLPEN_R
[src]
Bit 15 - IWDG2APBLPEN
pub fn usbphylpen(&self) -> USBPHYLPEN_R
[src]
Bit 16 - USBPHYLPEN
pub fn stgenrolpen(&self) -> STGENROLPEN_R
[src]
Bit 20 - STGENROLPEN
pub fn stgenrostpen(&self) -> STGENROSTPEN_R
[src]
Bit 21 - STGENROSTPEN
impl R<u32, Reg<u32, _RCC_MP_APB5LPENSETR>>
[src]
pub fn spi6lpen(&self) -> SPI6LPEN_R
[src]
Bit 0 - SPI6LPEN
pub fn i2c4lpen(&self) -> I2C4LPEN_R
[src]
Bit 2 - I2C4LPEN
pub fn i2c6lpen(&self) -> I2C6LPEN_R
[src]
Bit 3 - I2C6LPEN
pub fn usart1lpen(&self) -> USART1LPEN_R
[src]
Bit 4 - USART1LPEN
pub fn rtcapblpen(&self) -> RTCAPBLPEN_R
[src]
Bit 8 - RTCAPBLPEN
pub fn tzc1lpen(&self) -> TZC1LPEN_R
[src]
Bit 11 - TZC1LPEN
pub fn tzc2lpen(&self) -> TZC2LPEN_R
[src]
Bit 12 - TZC2LPEN
pub fn tzpclpen(&self) -> TZPCLPEN_R
[src]
Bit 13 - TZPCLPEN
pub fn iwdg1apblpen(&self) -> IWDG1APBLPEN_R
[src]
Bit 15 - IWDG1APBLPEN
pub fn bseclpen(&self) -> BSECLPEN_R
[src]
Bit 16 - BSECLPEN
pub fn stgenlpen(&self) -> STGENLPEN_R
[src]
Bit 20 - STGENLPEN
pub fn stgenstpen(&self) -> STGENSTPEN_R
[src]
Bit 21 - STGENSTPEN
impl R<u32, Reg<u32, _RCC_MP_APB5LPENCLRR>>
[src]
pub fn spi6lpen(&self) -> SPI6LPEN_R
[src]
Bit 0 - SPI6LPEN
pub fn i2c4lpen(&self) -> I2C4LPEN_R
[src]
Bit 2 - I2C4LPEN
pub fn i2c6lpen(&self) -> I2C6LPEN_R
[src]
Bit 3 - I2C6LPEN
pub fn usart1lpen(&self) -> USART1LPEN_R
[src]
Bit 4 - USART1LPEN
pub fn rtcapblpen(&self) -> RTCAPBLPEN_R
[src]
Bit 8 - RTCAPBLPEN
pub fn tzc1lpen(&self) -> TZC1LPEN_R
[src]
Bit 11 - TZC1LPEN
pub fn tzc2lpen(&self) -> TZC2LPEN_R
[src]
Bit 12 - TZC2LPEN
pub fn tzpclpen(&self) -> TZPCLPEN_R
[src]
Bit 13 - TZPCLPEN
pub fn iwdg1apblpen(&self) -> IWDG1APBLPEN_R
[src]
Bit 15 - IWDG1APBLPEN
pub fn bseclpen(&self) -> BSECLPEN_R
[src]
Bit 16 - BSECLPEN
pub fn stgenlpen(&self) -> STGENLPEN_R
[src]
Bit 20 - STGENLPEN
pub fn stgenstpen(&self) -> STGENSTPEN_R
[src]
Bit 21 - STGENSTPEN
impl R<u32, Reg<u32, _RCC_MP_AHB5LPENSETR>>
[src]
pub fn gpiozlpen(&self) -> GPIOZLPEN_R
[src]
Bit 0 - GPIOZLPEN
pub fn cryp1lpen(&self) -> CRYP1LPEN_R
[src]
Bit 4 - CRYP1LPEN
pub fn hash1lpen(&self) -> HASH1LPEN_R
[src]
Bit 5 - HASH1LPEN
pub fn rng1lpen(&self) -> RNG1LPEN_R
[src]
Bit 6 - RNG1LPEN
pub fn bkpsramlpen(&self) -> BKPSRAMLPEN_R
[src]
Bit 8 - BKPSRAMLPEN
impl R<u32, Reg<u32, _RCC_MP_AHB5LPENCLRR>>
[src]
pub fn gpiozlpen(&self) -> GPIOZLPEN_R
[src]
Bit 0 - GPIOZLPEN
pub fn cryp1lpen(&self) -> CRYP1LPEN_R
[src]
Bit 4 - CRYP1LPEN
pub fn hash1lpen(&self) -> HASH1LPEN_R
[src]
Bit 5 - HASH1LPEN
pub fn rng1lpen(&self) -> RNG1LPEN_R
[src]
Bit 6 - RNG1LPEN
pub fn bkpsramlpen(&self) -> BKPSRAMLPEN_R
[src]
Bit 8 - BKPSRAMLPEN
impl R<u32, Reg<u32, _RCC_MP_AHB6LPENSETR>>
[src]
pub fn mdmalpen(&self) -> MDMALPEN_R
[src]
Bit 0 - MDMALPEN
pub fn gpulpen(&self) -> GPULPEN_R
[src]
Bit 5 - GPULPEN
pub fn ethcklpen(&self) -> ETHCKLPEN_R
[src]
Bit 7 - ETHCKLPEN
pub fn ethtxlpen(&self) -> ETHTXLPEN_R
[src]
Bit 8 - ETHTXLPEN
pub fn ethrxlpen(&self) -> ETHRXLPEN_R
[src]
Bit 9 - ETHRXLPEN
pub fn ethmaclpen(&self) -> ETHMACLPEN_R
[src]
Bit 10 - ETHMACLPEN
pub fn ethstpen(&self) -> ETHSTPEN_R
[src]
Bit 11 - ETHSTPEN
pub fn fmclpen(&self) -> FMCLPEN_R
[src]
Bit 12 - FMCLPEN
pub fn qspilpen(&self) -> QSPILPEN_R
[src]
Bit 14 - QSPILPEN
pub fn sdmmc1lpen(&self) -> SDMMC1LPEN_R
[src]
Bit 16 - SDMMC1LPEN
pub fn sdmmc2lpen(&self) -> SDMMC2LPEN_R
[src]
Bit 17 - SDMMC2LPEN
pub fn crc1lpen(&self) -> CRC1LPEN_R
[src]
Bit 20 - CRC1LPEN
pub fn usbhlpen(&self) -> USBHLPEN_R
[src]
Bit 24 - USBHLPEN
impl R<u32, Reg<u32, _RCC_MP_AHB6LPENCLRR>>
[src]
pub fn mdmalpen(&self) -> MDMALPEN_R
[src]
Bit 0 - MDMALPEN
pub fn gpulpen(&self) -> GPULPEN_R
[src]
Bit 5 - GPULPEN
pub fn ethcklpen(&self) -> ETHCKLPEN_R
[src]
Bit 7 - ETHCKLPEN
pub fn ethtxlpen(&self) -> ETHTXLPEN_R
[src]
Bit 8 - ETHTXLPEN
pub fn ethrxlpen(&self) -> ETHRXLPEN_R
[src]
Bit 9 - ETHRXLPEN
pub fn ethmaclpen(&self) -> ETHMACLPEN_R
[src]
Bit 10 - ETHMACLPEN
pub fn ethstpen(&self) -> ETHSTPEN_R
[src]
Bit 11 - ETHSTPEN
pub fn fmclpen(&self) -> FMCLPEN_R
[src]
Bit 12 - FMCLPEN
pub fn qspilpen(&self) -> QSPILPEN_R
[src]
Bit 14 - QSPILPEN
pub fn sdmmc1lpen(&self) -> SDMMC1LPEN_R
[src]
Bit 16 - SDMMC1LPEN
pub fn sdmmc2lpen(&self) -> SDMMC2LPEN_R
[src]
Bit 17 - SDMMC2LPEN
pub fn crc1lpen(&self) -> CRC1LPEN_R
[src]
Bit 20 - CRC1LPEN
pub fn usbhlpen(&self) -> USBHLPEN_R
[src]
Bit 24 - USBHLPEN
impl R<u32, Reg<u32, _RCC_MP_TZAHB6LPENSETR>>
[src]
pub fn mdmalpen(&self) -> MDMALPEN_R
[src]
Bit 0 - MDMALPEN
impl R<u32, Reg<u32, _RCC_MP_TZAHB6LPENCLRR>>
[src]
pub fn mdmalpen(&self) -> MDMALPEN_R
[src]
Bit 0 - MDMALPEN
impl R<u32, Reg<u32, _RCC_MC_APB4LPENSETR>>
[src]
pub fn ltdclpen(&self) -> LTDCLPEN_R
[src]
Bit 0 - LTDCLPEN
pub fn dsilpen(&self) -> DSILPEN_R
[src]
Bit 4 - DSILPEN
pub fn ddrperfmlpen(&self) -> DDRPERFMLPEN_R
[src]
Bit 8 - DDRPERFMLPEN
pub fn usbphylpen(&self) -> USBPHYLPEN_R
[src]
Bit 16 - USBPHYLPEN
pub fn stgenrolpen(&self) -> STGENROLPEN_R
[src]
Bit 20 - STGENROLPEN
pub fn stgenrostpen(&self) -> STGENROSTPEN_R
[src]
Bit 21 - STGENROSTPEN
impl R<u32, Reg<u32, _RCC_MC_APB4LPENCLRR>>
[src]
pub fn ltdclpen(&self) -> LTDCLPEN_R
[src]
Bit 0 - LTDCLPEN
pub fn dsilpen(&self) -> DSILPEN_R
[src]
Bit 4 - DSILPEN
pub fn ddrperfmlpen(&self) -> DDRPERFMLPEN_R
[src]
Bit 8 - DDRPERFMLPEN
pub fn usbphylpen(&self) -> USBPHYLPEN_R
[src]
Bit 16 - USBPHYLPEN
pub fn stgenrolpen(&self) -> STGENROLPEN_R
[src]
Bit 20 - STGENROLPEN
pub fn stgenrostpen(&self) -> STGENROSTPEN_R
[src]
Bit 21 - STGENROSTPEN
impl R<u32, Reg<u32, _RCC_MC_APB5LPENSETR>>
[src]
pub fn spi6lpen(&self) -> SPI6LPEN_R
[src]
Bit 0 - SPI6LPEN
pub fn i2c4lpen(&self) -> I2C4LPEN_R
[src]
Bit 2 - I2C4LPEN
pub fn i2c6lpen(&self) -> I2C6LPEN_R
[src]
Bit 3 - I2C6LPEN
pub fn usart1lpen(&self) -> USART1LPEN_R
[src]
Bit 4 - USART1LPEN
pub fn rtcapblpen(&self) -> RTCAPBLPEN_R
[src]
Bit 8 - RTCAPBLPEN
pub fn tzc1lpen(&self) -> TZC1LPEN_R
[src]
Bit 11 - TZC1LPEN
pub fn tzc2lpen(&self) -> TZC2LPEN_R
[src]
Bit 12 - TZC2LPEN
pub fn tzpclpen(&self) -> TZPCLPEN_R
[src]
Bit 13 - TZPCLPEN
pub fn bseclpen(&self) -> BSECLPEN_R
[src]
Bit 16 - BSECLPEN
pub fn stgenlpen(&self) -> STGENLPEN_R
[src]
Bit 20 - STGENLPEN
pub fn stgenstpen(&self) -> STGENSTPEN_R
[src]
Bit 21 - STGENSTPEN
impl R<u32, Reg<u32, _RCC_MC_APB5LPENCLRR>>
[src]
pub fn spi6lpen(&self) -> SPI6LPEN_R
[src]
Bit 0 - SPI6LPEN
pub fn i2c4lpen(&self) -> I2C4LPEN_R
[src]
Bit 2 - I2C4LPEN
pub fn i2c6lpen(&self) -> I2C6LPEN_R
[src]
Bit 3 - I2C6LPEN
pub fn usart1lpen(&self) -> USART1LPEN_R
[src]
Bit 4 - USART1LPEN
pub fn rtcapblpen(&self) -> RTCAPBLPEN_R
[src]
Bit 8 - RTCAPBLPEN
pub fn tzc1lpen(&self) -> TZC1LPEN_R
[src]
Bit 11 - TZC1LPEN
pub fn tzc2lpen(&self) -> TZC2LPEN_R
[src]
Bit 12 - TZC2LPEN
pub fn tzpclpen(&self) -> TZPCLPEN_R
[src]
Bit 13 - TZPCLPEN
pub fn bseclpen(&self) -> BSECLPEN_R
[src]
Bit 16 - BSECLPEN
pub fn stgenlpen(&self) -> STGENLPEN_R
[src]
Bit 20 - STGENLPEN
pub fn stgenstpen(&self) -> STGENSTPEN_R
[src]
Bit 21 - STGENSTPEN
impl R<u32, Reg<u32, _RCC_MC_AHB5LPENSETR>>
[src]
pub fn gpiozlpen(&self) -> GPIOZLPEN_R
[src]
Bit 0 - GPIOZLPEN
pub fn cryp1lpen(&self) -> CRYP1LPEN_R
[src]
Bit 4 - CRYP1LPEN
pub fn hash1lpen(&self) -> HASH1LPEN_R
[src]
Bit 5 - HASH1LPEN
pub fn rng1lpen(&self) -> RNG1LPEN_R
[src]
Bit 6 - RNG1LPEN
pub fn bkpsramlpen(&self) -> BKPSRAMLPEN_R
[src]
Bit 8 - BKPSRAMLPEN
impl R<u32, Reg<u32, _RCC_MC_AHB5LPENCLRR>>
[src]
pub fn gpiozlpen(&self) -> GPIOZLPEN_R
[src]
Bit 0 - GPIOZLPEN
pub fn cryp1lpen(&self) -> CRYP1LPEN_R
[src]
Bit 4 - CRYP1LPEN
pub fn hash1lpen(&self) -> HASH1LPEN_R
[src]
Bit 5 - HASH1LPEN
pub fn rng1lpen(&self) -> RNG1LPEN_R
[src]
Bit 6 - RNG1LPEN
pub fn bkpsramlpen(&self) -> BKPSRAMLPEN_R
[src]
Bit 8 - BKPSRAMLPEN
impl R<u32, Reg<u32, _RCC_MC_AHB6LPENSETR>>
[src]
pub fn mdmalpen(&self) -> MDMALPEN_R
[src]
Bit 0 - MDMALPEN
pub fn gpulpen(&self) -> GPULPEN_R
[src]
Bit 5 - GPULPEN
pub fn ethcklpen(&self) -> ETHCKLPEN_R
[src]
Bit 7 - ETHCKLPEN
pub fn ethtxlpen(&self) -> ETHTXLPEN_R
[src]
Bit 8 - ETHTXLPEN
pub fn ethrxlpen(&self) -> ETHRXLPEN_R
[src]
Bit 9 - ETHRXLPEN
pub fn ethmaclpen(&self) -> ETHMACLPEN_R
[src]
Bit 10 - ETHMACLPEN
pub fn ethstpen(&self) -> ETHSTPEN_R
[src]
Bit 11 - ETHSTPEN
pub fn fmclpen(&self) -> FMCLPEN_R
[src]
Bit 12 - FMCLPEN
pub fn qspilpen(&self) -> QSPILPEN_R
[src]
Bit 14 - QSPILPEN
pub fn sdmmc1lpen(&self) -> SDMMC1LPEN_R
[src]
Bit 16 - SDMMC1LPEN
pub fn sdmmc2lpen(&self) -> SDMMC2LPEN_R
[src]
Bit 17 - SDMMC2LPEN
pub fn crc1lpen(&self) -> CRC1LPEN_R
[src]
Bit 20 - CRC1LPEN
pub fn usbhlpen(&self) -> USBHLPEN_R
[src]
Bit 24 - USBHLPEN
impl R<u32, Reg<u32, _RCC_MC_AHB6LPENCLRR>>
[src]
pub fn mdmalpen(&self) -> MDMALPEN_R
[src]
Bit 0 - MDMALPEN
pub fn gpulpen(&self) -> GPULPEN_R
[src]
Bit 5 - GPULPEN
pub fn ethcklpen(&self) -> ETHCKLPEN_R
[src]
Bit 7 - ETHCKLPEN
pub fn ethtxlpen(&self) -> ETHTXLPEN_R
[src]
Bit 8 - ETHTXLPEN
pub fn ethrxlpen(&self) -> ETHRXLPEN_R
[src]
Bit 9 - ETHRXLPEN
pub fn ethmaclpen(&self) -> ETHMACLPEN_R
[src]
Bit 10 - ETHMACLPEN
pub fn ethstpen(&self) -> ETHSTPEN_R
[src]
Bit 11 - ETHSTPEN
pub fn fmclpen(&self) -> FMCLPEN_R
[src]
Bit 12 - FMCLPEN
pub fn qspilpen(&self) -> QSPILPEN_R
[src]
Bit 14 - QSPILPEN
pub fn sdmmc1lpen(&self) -> SDMMC1LPEN_R
[src]
Bit 16 - SDMMC1LPEN
pub fn sdmmc2lpen(&self) -> SDMMC2LPEN_R
[src]
Bit 17 - SDMMC2LPEN
pub fn crc1lpen(&self) -> CRC1LPEN_R
[src]
Bit 20 - CRC1LPEN
pub fn usbhlpen(&self) -> USBHLPEN_R
[src]
Bit 24 - USBHLPEN
impl R<u32, Reg<u32, _RCC_BR_RSTSCLRR>>
[src]
pub fn porrstf(&self) -> PORRSTF_R
[src]
Bit 0 - PORRSTF
pub fn borrstf(&self) -> BORRSTF_R
[src]
Bit 1 - BORRSTF
pub fn padrstf(&self) -> PADRSTF_R
[src]
Bit 2 - PADRSTF
pub fn hcssrstf(&self) -> HCSSRSTF_R
[src]
Bit 3 - HCSSRSTF
pub fn vcorerstf(&self) -> VCORERSTF_R
[src]
Bit 4 - VCORERSTF
pub fn mpsysrstf(&self) -> MPSYSRSTF_R
[src]
Bit 6 - MPSYSRSTF
pub fn mcsysrstf(&self) -> MCSYSRSTF_R
[src]
Bit 7 - MCSYSRSTF
pub fn iwdg1rstf(&self) -> IWDG1RSTF_R
[src]
Bit 8 - IWDG1RSTF
pub fn iwdg2rstf(&self) -> IWDG2RSTF_R
[src]
Bit 9 - IWDG2RSTF
pub fn mpup0rstf(&self) -> MPUP0RSTF_R
[src]
Bit 13 - MPUP0RSTF
pub fn mpup1rstf(&self) -> MPUP1RSTF_R
[src]
Bit 14 - MPUP1RSTF
impl R<u32, Reg<u32, _RCC_MP_GRSTCSETR>>
[src]
pub fn mpsysrst(&self) -> MPSYSRST_R
[src]
Bit 0 - MPSYSRST
pub fn mcurst(&self) -> MCURST_R
[src]
Bit 1 - MCURST
pub fn mpup0rst(&self) -> MPUP0RST_R
[src]
Bit 4 - MPUP0RST
pub fn mpup1rst(&self) -> MPUP1RST_R
[src]
Bit 5 - MPUP1RST
impl R<u32, Reg<u32, _RCC_MP_RSTSCLRR>>
[src]
pub fn porrstf(&self) -> PORRSTF_R
[src]
Bit 0 - PORRSTF
pub fn borrstf(&self) -> BORRSTF_R
[src]
Bit 1 - BORRSTF
pub fn padrstf(&self) -> PADRSTF_R
[src]
Bit 2 - PADRSTF
pub fn hcssrstf(&self) -> HCSSRSTF_R
[src]
Bit 3 - HCSSRSTF
pub fn vcorerstf(&self) -> VCORERSTF_R
[src]
Bit 4 - VCORERSTF
pub fn mpsysrstf(&self) -> MPSYSRSTF_R
[src]
Bit 6 - MPSYSRSTF
pub fn mcsysrstf(&self) -> MCSYSRSTF_R
[src]
Bit 7 - MCSYSRSTF
pub fn iwdg1rstf(&self) -> IWDG1RSTF_R
[src]
Bit 8 - IWDG1RSTF
pub fn iwdg2rstf(&self) -> IWDG2RSTF_R
[src]
Bit 9 - IWDG2RSTF
pub fn stdbyrstf(&self) -> STDBYRSTF_R
[src]
Bit 11 - STDBYRSTF
pub fn cstdbyrstf(&self) -> CSTDBYRSTF_R
[src]
Bit 12 - CSTDBYRSTF
pub fn mpup0rstf(&self) -> MPUP0RSTF_R
[src]
Bit 13 - MPUP0RSTF
pub fn mpup1rstf(&self) -> MPUP1RSTF_R
[src]
Bit 14 - MPUP1RSTF
pub fn spare(&self) -> SPARE_R
[src]
Bit 15 - SPARE
impl R<u32, Reg<u32, _RCC_MP_IWDGFZSETR>>
[src]
pub fn fz_iwdg1(&self) -> FZ_IWDG1_R
[src]
Bit 0 - FZ_IWDG1
pub fn fz_iwdg2(&self) -> FZ_IWDG2_R
[src]
Bit 1 - FZ_IWDG2
impl R<u32, Reg<u32, _RCC_MP_IWDGFZCLRR>>
[src]
pub fn fz_iwdg1(&self) -> FZ_IWDG1_R
[src]
Bit 0 - FZ_IWDG1
pub fn fz_iwdg2(&self) -> FZ_IWDG2_R
[src]
Bit 1 - FZ_IWDG2
impl R<u32, Reg<u32, _RCC_MP_CIER>>
[src]
pub fn lsirdyie(&self) -> LSIRDYIE_R
[src]
Bit 0 - LSIRDYIE
pub fn lserdyie(&self) -> LSERDYIE_R
[src]
Bit 1 - LSERDYIE
pub fn hsirdyie(&self) -> HSIRDYIE_R
[src]
Bit 2 - HSIRDYIE
pub fn hserdyie(&self) -> HSERDYIE_R
[src]
Bit 3 - HSERDYIE
pub fn csirdyie(&self) -> CSIRDYIE_R
[src]
Bit 4 - CSIRDYIE
pub fn pll1dyie(&self) -> PLL1DYIE_R
[src]
Bit 8 - PLL1DYIE
pub fn pll2dyie(&self) -> PLL2DYIE_R
[src]
Bit 9 - PLL2DYIE
pub fn pll3dyie(&self) -> PLL3DYIE_R
[src]
Bit 10 - PLL3DYIE
pub fn pll4dyie(&self) -> PLL4DYIE_R
[src]
Bit 11 - PLL4DYIE
pub fn lsecssie(&self) -> LSECSSIE_R
[src]
Bit 16 - LSECSSIE
pub fn wkupie(&self) -> WKUPIE_R
[src]
Bit 20 - WKUPIE
impl R<u32, Reg<u32, _RCC_MP_CIFR>>
[src]
pub fn lsirdyf(&self) -> LSIRDYF_R
[src]
Bit 0 - LSIRDYF
pub fn lserdyf(&self) -> LSERDYF_R
[src]
Bit 1 - LSERDYF
pub fn hsirdyf(&self) -> HSIRDYF_R
[src]
Bit 2 - HSIRDYF
pub fn hserdyf(&self) -> HSERDYF_R
[src]
Bit 3 - HSERDYF
pub fn csirdyf(&self) -> CSIRDYF_R
[src]
Bit 4 - CSIRDYF
pub fn pll1dyf(&self) -> PLL1DYF_R
[src]
Bit 8 - PLL1DYF
pub fn pll2dyf(&self) -> PLL2DYF_R
[src]
Bit 9 - PLL2DYF
pub fn pll3dyf(&self) -> PLL3DYF_R
[src]
Bit 10 - PLL3DYF
pub fn pll4dyf(&self) -> PLL4DYF_R
[src]
Bit 11 - PLL4DYF
pub fn lsecssf(&self) -> LSECSSF_R
[src]
Bit 16 - LSECSSF
pub fn wkupf(&self) -> WKUPF_R
[src]
Bit 20 - WKUPF
impl R<u32, Reg<u32, _RCC_PWRLPDLYCR>>
[src]
pub fn pwrlp_dly(&self) -> PWRLP_DLY_R
[src]
Bits 0:21 - PWRLP_DLY
pub fn mctmpskp(&self) -> MCTMPSKP_R
[src]
Bit 24 - MCTMPSKP
impl R<u32, Reg<u32, _RCC_MP_RSTSSETR>>
[src]
pub fn porrstf(&self) -> PORRSTF_R
[src]
Bit 0 - PORRSTF
pub fn borrstf(&self) -> BORRSTF_R
[src]
Bit 1 - BORRSTF
pub fn padrstf(&self) -> PADRSTF_R
[src]
Bit 2 - PADRSTF
pub fn hcssrstf(&self) -> HCSSRSTF_R
[src]
Bit 3 - HCSSRSTF
pub fn vcorerstf(&self) -> VCORERSTF_R
[src]
Bit 4 - VCORERSTF
pub fn mpsysrstf(&self) -> MPSYSRSTF_R
[src]
Bit 6 - MPSYSRSTF
pub fn mcsysrstf(&self) -> MCSYSRSTF_R
[src]
Bit 7 - MCSYSRSTF
pub fn iwdg1rstf(&self) -> IWDG1RSTF_R
[src]
Bit 8 - IWDG1RSTF
pub fn iwdg2rstf(&self) -> IWDG2RSTF_R
[src]
Bit 9 - IWDG2RSTF
pub fn stdbyrstf(&self) -> STDBYRSTF_R
[src]
Bit 11 - STDBYRSTF
pub fn cstdbyrstf(&self) -> CSTDBYRSTF_R
[src]
Bit 12 - CSTDBYRSTF
pub fn mpup0rstf(&self) -> MPUP0RSTF_R
[src]
Bit 13 - MPUP0RSTF
pub fn mpup1rstf(&self) -> MPUP1RSTF_R
[src]
Bit 14 - MPUP1RSTF
pub fn spare(&self) -> SPARE_R
[src]
Bit 15 - SPARE
impl R<u32, Reg<u32, _RCC_MCO1CFGR>>
[src]
pub fn mco1sel(&self) -> MCO1SEL_R
[src]
Bits 0:2 - MCO1SEL
pub fn mco1div(&self) -> MCO1DIV_R
[src]
Bits 4:7 - MCO1DIV
pub fn mco1on(&self) -> MCO1ON_R
[src]
Bit 12 - MCO1ON
impl R<u32, Reg<u32, _RCC_MCO2CFGR>>
[src]
pub fn mco2sel(&self) -> MCO2SEL_R
[src]
Bits 0:2 - MCO2SEL
pub fn mco2div(&self) -> MCO2DIV_R
[src]
Bits 4:7 - MCO2DIV
pub fn mco2on(&self) -> MCO2ON_R
[src]
Bit 12 - MCO2ON
impl R<u32, Reg<u32, _RCC_OCRDYR>>
[src]
pub fn hsirdy(&self) -> HSIRDY_R
[src]
Bit 0 - HSIRDY
pub fn hsidivrdy(&self) -> HSIDIVRDY_R
[src]
Bit 2 - HSIDIVRDY
pub fn csirdy(&self) -> CSIRDY_R
[src]
Bit 4 - CSIRDY
pub fn hserdy(&self) -> HSERDY_R
[src]
Bit 8 - HSERDY
pub fn mpuckrdy(&self) -> MPUCKRDY_R
[src]
Bit 23 - MPUCKRDY
pub fn axickrdy(&self) -> AXICKRDY_R
[src]
Bit 24 - AXICKRDY
pub fn ckrest(&self) -> CKREST_R
[src]
Bit 25 - CKREST
impl R<u32, Reg<u32, _RCC_DBGCFGR>>
[src]
pub fn tracediv(&self) -> TRACEDIV_R
[src]
Bits 0:2 - TRACEDIV
pub fn dbgcken(&self) -> DBGCKEN_R
[src]
Bit 8 - DBGCKEN
pub fn tracecken(&self) -> TRACECKEN_R
[src]
Bit 9 - TRACECKEN
pub fn dbgrst(&self) -> DBGRST_R
[src]
Bit 12 - DBGRST
impl R<u32, Reg<u32, _RCC_RCK3SELR>>
[src]
pub fn pll3src(&self) -> PLL3SRC_R
[src]
Bits 0:1 - PLL3SRC
pub fn pll3srcrdy(&self) -> PLL3SRCRDY_R
[src]
Bit 31 - PLL3SRCRDY
impl R<u32, Reg<u32, _RCC_RCK4SELR>>
[src]
pub fn pll4src(&self) -> PLL4SRC_R
[src]
Bits 0:1 - PLL4SRC
pub fn pll4srcrdy(&self) -> PLL4SRCRDY_R
[src]
Bit 31 - PLL4SRCRDY
impl R<u32, Reg<u32, _RCC_TIMG1PRER>>
[src]
pub fn timg1pre(&self) -> TIMG1PRE_R
[src]
Bit 0 - TIMG1PRE
pub fn timg1prerdy(&self) -> TIMG1PRERDY_R
[src]
Bit 31 - TIMG1PRERDY
impl R<u32, Reg<u32, _RCC_TIMG2PRER>>
[src]
pub fn timg2pre(&self) -> TIMG2PRE_R
[src]
Bit 0 - TIMG2PRE
pub fn timg2prerdy(&self) -> TIMG2PRERDY_R
[src]
Bit 31 - TIMG2PRERDY
impl R<u32, Reg<u32, _RCC_MCUDIVR>>
[src]
pub fn mcudiv(&self) -> MCUDIV_R
[src]
Bits 0:3 - MCUDIV
pub fn mcudivrdy(&self) -> MCUDIVRDY_R
[src]
Bit 31 - MCUDIVRDY
impl R<u32, Reg<u32, _RCC_APB1DIVR>>
[src]
pub fn apb1div(&self) -> APB1DIV_R
[src]
Bits 0:2 - APB1DIV
pub fn apb1divrdy(&self) -> APB1DIVRDY_R
[src]
Bit 31 - APB1DIVRDY
impl R<u32, Reg<u32, _RCC_APB2DIVR>>
[src]
pub fn apb2div(&self) -> APB2DIV_R
[src]
Bits 0:2 - APB2DIV
pub fn apb2divrdy(&self) -> APB2DIVRDY_R
[src]
Bit 31 - APB2DIVRDY
impl R<u32, Reg<u32, _RCC_APB3DIVR>>
[src]
pub fn apb3div(&self) -> APB3DIV_R
[src]
Bits 0:2 - APB3DIV
pub fn apb3divrdy(&self) -> APB3DIVRDY_R
[src]
Bit 31 - APB3DIVRDY
impl R<u32, Reg<u32, _RCC_PLL3CR>>
[src]
pub fn pllon(&self) -> PLLON_R
[src]
Bit 0 - PLLON
pub fn pll3rdy(&self) -> PLL3RDY_R
[src]
Bit 1 - PLL3RDY
pub fn sscg_ctrl(&self) -> SSCG_CTRL_R
[src]
Bit 2 - SSCG_CTRL
pub fn divpen(&self) -> DIVPEN_R
[src]
Bit 4 - DIVPEN
pub fn divqen(&self) -> DIVQEN_R
[src]
Bit 5 - DIVQEN
pub fn divren(&self) -> DIVREN_R
[src]
Bit 6 - DIVREN
impl R<u32, Reg<u32, _RCC_PLL3CFGR1>>
[src]
pub fn divn(&self) -> DIVN_R
[src]
Bits 0:8 - DIVN
pub fn divm3(&self) -> DIVM3_R
[src]
Bits 16:21 - DIVM3
pub fn ifrge(&self) -> IFRGE_R
[src]
Bits 24:25 - IFRGE
impl R<u32, Reg<u32, _RCC_PLL3CFGR2>>
[src]
pub fn divp(&self) -> DIVP_R
[src]
Bits 0:6 - DIVP
pub fn divq(&self) -> DIVQ_R
[src]
Bits 8:14 - DIVQ
pub fn divr(&self) -> DIVR_R
[src]
Bits 16:22 - DIVR
impl R<u32, Reg<u32, _RCC_PLL3FRACR>>
[src]
pub fn fracv(&self) -> FRACV_R
[src]
Bits 3:15 - FRACV
pub fn fracle(&self) -> FRACLE_R
[src]
Bit 16 - FRACLE
impl R<u32, Reg<u32, _RCC_PLL3CSGR>>
[src]
pub fn mod_per(&self) -> MOD_PER_R
[src]
Bits 0:12 - MOD_PER
pub fn tpdfn_dis(&self) -> TPDFN_DIS_R
[src]
Bit 13 - TPDFN_DIS
pub fn rpdfn_dis(&self) -> RPDFN_DIS_R
[src]
Bit 14 - RPDFN_DIS
pub fn sscg_mode(&self) -> SSCG_MODE_R
[src]
Bit 15 - SSCG_MODE
pub fn inc_step(&self) -> INC_STEP_R
[src]
Bits 16:30 - INC_STEP
impl R<u32, Reg<u32, _RCC_PLL4CR>>
[src]
pub fn pllon(&self) -> PLLON_R
[src]
Bit 0 - PLLON
pub fn pll4rdy(&self) -> PLL4RDY_R
[src]
Bit 1 - PLL4RDY
pub fn sscg_ctrl(&self) -> SSCG_CTRL_R
[src]
Bit 2 - SSCG_CTRL
pub fn divpen(&self) -> DIVPEN_R
[src]
Bit 4 - DIVPEN
pub fn divqen(&self) -> DIVQEN_R
[src]
Bit 5 - DIVQEN
pub fn divren(&self) -> DIVREN_R
[src]
Bit 6 - DIVREN
impl R<u32, Reg<u32, _RCC_PLL4CFGR1>>
[src]
pub fn divn(&self) -> DIVN_R
[src]
Bits 0:8 - DIVN
pub fn divm4(&self) -> DIVM4_R
[src]
Bits 16:21 - DIVM4
pub fn ifrge(&self) -> IFRGE_R
[src]
Bits 24:25 - IFRGE
impl R<u32, Reg<u32, _RCC_PLL4CFGR2>>
[src]
pub fn divp(&self) -> DIVP_R
[src]
Bits 0:6 - DIVP
pub fn divq(&self) -> DIVQ_R
[src]
Bits 8:14 - DIVQ
pub fn divr(&self) -> DIVR_R
[src]
Bits 16:22 - DIVR
impl R<u32, Reg<u32, _RCC_PLL4FRACR>>
[src]
pub fn fracv(&self) -> FRACV_R
[src]
Bits 3:15 - FRACV
pub fn fracle(&self) -> FRACLE_R
[src]
Bit 16 - FRACLE
impl R<u32, Reg<u32, _RCC_PLL4CSGR>>
[src]
pub fn mod_per(&self) -> MOD_PER_R
[src]
Bits 0:12 - MOD_PER
pub fn tpdfn_dis(&self) -> TPDFN_DIS_R
[src]
Bit 13 - TPDFN_DIS
pub fn rpdfn_dis(&self) -> RPDFN_DIS_R
[src]
Bit 14 - RPDFN_DIS
pub fn sscg_mode(&self) -> SSCG_MODE_R
[src]
Bit 15 - SSCG_MODE
pub fn inc_step(&self) -> INC_STEP_R
[src]
Bits 16:30 - INC_STEP
impl R<u32, Reg<u32, _RCC_I2C12CKSELR>>
[src]
pub fn i2c12src(&self) -> I2C12SRC_R
[src]
Bits 0:2 - I2C12SRC
impl R<u32, Reg<u32, _RCC_I2C35CKSELR>>
[src]
pub fn i2c35src(&self) -> I2C35SRC_R
[src]
Bits 0:2 - I2C35SRC
impl R<u32, Reg<u32, _RCC_SAI1CKSELR>>
[src]
impl R<u32, Reg<u32, _RCC_SAI2CKSELR>>
[src]
impl R<u32, Reg<u32, _RCC_SAI3CKSELR>>
[src]
impl R<u32, Reg<u32, _RCC_SAI4CKSELR>>
[src]
impl R<u32, Reg<u32, _RCC_SPI2S1CKSELR>>
[src]
impl R<u32, Reg<u32, _RCC_SPI2S23CKSELR>>
[src]
pub fn spi23src(&self) -> SPI23SRC_R
[src]
Bits 0:2 - SPI23SRC
impl R<u32, Reg<u32, _RCC_SPI45CKSELR>>
[src]
pub fn spi45src(&self) -> SPI45SRC_R
[src]
Bits 0:2 - SPI45SRC
impl R<u32, Reg<u32, _RCC_UART6CKSELR>>
[src]
pub fn uart6src(&self) -> UART6SRC_R
[src]
Bits 0:2 - UART6SRC
impl R<u32, Reg<u32, _RCC_UART24CKSELR>>
[src]
pub fn uart24src(&self) -> UART24SRC_R
[src]
Bits 0:2 - UART24SRC
impl R<u32, Reg<u32, _RCC_UART35CKSELR>>
[src]
pub fn uart35src(&self) -> UART35SRC_R
[src]
Bits 0:2 - UART35SRC
impl R<u32, Reg<u32, _RCC_UART78CKSELR>>
[src]
pub fn uart78src(&self) -> UART78SRC_R
[src]
Bits 0:2 - UART78SRC
impl R<u32, Reg<u32, _RCC_SDMMC12CKSELR>>
[src]
pub fn sdmmc12src(&self) -> SDMMC12SRC_R
[src]
Bits 0:2 - SDMMC12SRC
impl R<u32, Reg<u32, _RCC_SDMMC3CKSELR>>
[src]
pub fn sdmmc3src(&self) -> SDMMC3SRC_R
[src]
Bits 0:2 - SDMMC3SRC
impl R<u32, Reg<u32, _RCC_ETHCKSELR>>
[src]
pub fn ethsrc(&self) -> ETHSRC_R
[src]
Bits 0:1 - ETHSRC
pub fn ethptpdiv(&self) -> ETHPTPDIV_R
[src]
Bits 4:7 - ETHPTPDIV
impl R<u32, Reg<u32, _RCC_QSPICKSELR>>
[src]
impl R<u32, Reg<u32, _RCC_FMCCKSELR>>
[src]
impl R<u32, Reg<u32, _RCC_FDCANCKSELR>>
[src]
pub fn fdcansrc(&self) -> FDCANSRC_R
[src]
Bits 0:1 - FDCANSRC
impl R<u32, Reg<u32, _RCC_SPDIFCKSELR>>
[src]
pub fn spdifsrc(&self) -> SPDIFSRC_R
[src]
Bits 0:1 - SPDIFSRC
impl R<u32, Reg<u32, _RCC_CECCKSELR>>
[src]
impl R<u32, Reg<u32, _RCC_USBCKSELR>>
[src]
pub fn usbphysrc(&self) -> USBPHYSRC_R
[src]
Bits 0:1 - USBPHYSRC
pub fn usbosrc(&self) -> USBOSRC_R
[src]
Bit 4 - USBOSRC
impl R<u32, Reg<u32, _RCC_RNG2CKSELR>>
[src]
impl R<u32, Reg<u32, _RCC_DSICKSELR>>
[src]
impl R<u32, Reg<u32, _RCC_ADCCKSELR>>
[src]
impl R<u32, Reg<u32, _RCC_LPTIM45CKSELR>>
[src]
pub fn lptim45src(&self) -> LPTIM45SRC_R
[src]
Bits 0:2 - LPTIM45SRC
impl R<u32, Reg<u32, _RCC_LPTIM23CKSELR>>
[src]
pub fn lptim23src(&self) -> LPTIM23SRC_R
[src]
Bits 0:2 - LPTIM23SRC
impl R<u32, Reg<u32, _RCC_LPTIM1CKSELR>>
[src]
pub fn lptim1src(&self) -> LPTIM1SRC_R
[src]
Bits 0:2 - LPTIM1SRC
impl R<u32, Reg<u32, _RCC_APB1RSTSETR>>
[src]
pub fn tim2rst(&self) -> TIM2RST_R
[src]
Bit 0 - TIM2RST
pub fn tim3rst(&self) -> TIM3RST_R
[src]
Bit 1 - TIM3RST
pub fn tim4rst(&self) -> TIM4RST_R
[src]
Bit 2 - TIM4RST
pub fn tim5rst(&self) -> TIM5RST_R
[src]
Bit 3 - TIM5RST
pub fn tim6rst(&self) -> TIM6RST_R
[src]
Bit 4 - TIM6RST
pub fn tim7rst(&self) -> TIM7RST_R
[src]
Bit 5 - TIM7RST
pub fn tim12rst(&self) -> TIM12RST_R
[src]
Bit 6 - TIM12RST
pub fn tim13rst(&self) -> TIM13RST_R
[src]
Bit 7 - TIM13RST
pub fn tim14rst(&self) -> TIM14RST_R
[src]
Bit 8 - TIM14RST
pub fn lptim1rst(&self) -> LPTIM1RST_R
[src]
Bit 9 - LPTIM1RST
pub fn spi2rst(&self) -> SPI2RST_R
[src]
Bit 11 - SPI2RST
pub fn spi3rst(&self) -> SPI3RST_R
[src]
Bit 12 - SPI3RST
pub fn usart2rst(&self) -> USART2RST_R
[src]
Bit 14 - USART2RST
pub fn usart3rst(&self) -> USART3RST_R
[src]
Bit 15 - USART3RST
pub fn uart4rst(&self) -> UART4RST_R
[src]
Bit 16 - UART4RST
pub fn uart5rst(&self) -> UART5RST_R
[src]
Bit 17 - UART5RST
pub fn uart7rst(&self) -> UART7RST_R
[src]
Bit 18 - UART7RST
pub fn uart8rst(&self) -> UART8RST_R
[src]
Bit 19 - UART8RST
pub fn i2c1rst(&self) -> I2C1RST_R
[src]
Bit 21 - I2C1RST
pub fn i2c2rst(&self) -> I2C2RST_R
[src]
Bit 22 - I2C2RST
pub fn i2c3rst(&self) -> I2C3RST_R
[src]
Bit 23 - I2C3RST
pub fn i2c5rst(&self) -> I2C5RST_R
[src]
Bit 24 - I2C5RST
pub fn spdifrst(&self) -> SPDIFRST_R
[src]
Bit 26 - SPDIFRST
pub fn cecrst(&self) -> CECRST_R
[src]
Bit 27 - CECRST
pub fn dac12rst(&self) -> DAC12RST_R
[src]
Bit 29 - DAC12RST
pub fn mdiosrst(&self) -> MDIOSRST_R
[src]
Bit 31 - MDIOSRST
impl R<u32, Reg<u32, _RCC_APB1RSTCLRR>>
[src]
pub fn tim2rst(&self) -> TIM2RST_R
[src]
Bit 0 - TIM2RST
pub fn tim3rst(&self) -> TIM3RST_R
[src]
Bit 1 - TIM3RST
pub fn tim4rst(&self) -> TIM4RST_R
[src]
Bit 2 - TIM4RST
pub fn tim5rst(&self) -> TIM5RST_R
[src]
Bit 3 - TIM5RST
pub fn tim6rst(&self) -> TIM6RST_R
[src]
Bit 4 - TIM6RST
pub fn tim7rst(&self) -> TIM7RST_R
[src]
Bit 5 - TIM7RST
pub fn tim12rst(&self) -> TIM12RST_R
[src]
Bit 6 - TIM12RST
pub fn tim13rst(&self) -> TIM13RST_R
[src]
Bit 7 - TIM13RST
pub fn tim14rst(&self) -> TIM14RST_R
[src]
Bit 8 - TIM14RST
pub fn lptim1rst(&self) -> LPTIM1RST_R
[src]
Bit 9 - LPTIM1RST
pub fn spi2rst(&self) -> SPI2RST_R
[src]
Bit 11 - SPI2RST
pub fn spi3rst(&self) -> SPI3RST_R
[src]
Bit 12 - SPI3RST
pub fn usart2rst(&self) -> USART2RST_R
[src]
Bit 14 - USART2RST
pub fn usart3rst(&self) -> USART3RST_R
[src]
Bit 15 - USART3RST
pub fn uart4rst(&self) -> UART4RST_R
[src]
Bit 16 - UART4RST
pub fn uart5rst(&self) -> UART5RST_R
[src]
Bit 17 - UART5RST
pub fn uart7rst(&self) -> UART7RST_R
[src]
Bit 18 - UART7RST
pub fn uart8rst(&self) -> UART8RST_R
[src]
Bit 19 - UART8RST
pub fn i2c1rst(&self) -> I2C1RST_R
[src]
Bit 21 - I2C1RST
pub fn i2c2rst(&self) -> I2C2RST_R
[src]
Bit 22 - I2C2RST
pub fn i2c3rst(&self) -> I2C3RST_R
[src]
Bit 23 - I2C3RST
pub fn i2c5rst(&self) -> I2C5RST_R
[src]
Bit 24 - I2C5RST
pub fn spdifrst(&self) -> SPDIFRST_R
[src]
Bit 26 - SPDIFRST
pub fn cecrst(&self) -> CECRST_R
[src]
Bit 27 - CECRST
pub fn dac12rst(&self) -> DAC12RST_R
[src]
Bit 29 - DAC12RST
pub fn mdiosrst(&self) -> MDIOSRST_R
[src]
Bit 31 - MDIOSRST
impl R<u32, Reg<u32, _RCC_APB2RSTSETR>>
[src]
pub fn tim1rst(&self) -> TIM1RST_R
[src]
Bit 0 - TIM1RST
pub fn tim8rst(&self) -> TIM8RST_R
[src]
Bit 1 - TIM8RST
pub fn tim15rst(&self) -> TIM15RST_R
[src]
Bit 2 - TIM15RST
pub fn tim16rst(&self) -> TIM16RST_R
[src]
Bit 3 - TIM16RST
pub fn tim17rst(&self) -> TIM17RST_R
[src]
Bit 4 - TIM17RST
pub fn spi1rst(&self) -> SPI1RST_R
[src]
Bit 8 - SPI1RST
pub fn spi4rst(&self) -> SPI4RST_R
[src]
Bit 9 - SPI4RST
pub fn spi5rst(&self) -> SPI5RST_R
[src]
Bit 10 - SPI5RST
pub fn usart6rst(&self) -> USART6RST_R
[src]
Bit 13 - USART6RST
pub fn sai1rst(&self) -> SAI1RST_R
[src]
Bit 16 - SAI1RST
pub fn sai2rst(&self) -> SAI2RST_R
[src]
Bit 17 - SAI2RST
pub fn sai3rst(&self) -> SAI3RST_R
[src]
Bit 18 - SAI3RST
pub fn dfsdmrst(&self) -> DFSDMRST_R
[src]
Bit 20 - DFSDMRST
pub fn fdcanrst(&self) -> FDCANRST_R
[src]
Bit 24 - FDCANRST
impl R<u32, Reg<u32, _RCC_APB2RSTCLRR>>
[src]
pub fn tim1rst(&self) -> TIM1RST_R
[src]
Bit 0 - TIM1RST
pub fn tim8rst(&self) -> TIM8RST_R
[src]
Bit 1 - TIM8RST
pub fn tim15rst(&self) -> TIM15RST_R
[src]
Bit 2 - TIM15RST
pub fn tim16rst(&self) -> TIM16RST_R
[src]
Bit 3 - TIM16RST
pub fn tim17rst(&self) -> TIM17RST_R
[src]
Bit 4 - TIM17RST
pub fn spi1rst(&self) -> SPI1RST_R
[src]
Bit 8 - SPI1RST
pub fn spi4rst(&self) -> SPI4RST_R
[src]
Bit 9 - SPI4RST
pub fn spi5rst(&self) -> SPI5RST_R
[src]
Bit 10 - SPI5RST
pub fn usart6rst(&self) -> USART6RST_R
[src]
Bit 13 - USART6RST
pub fn sai1rst(&self) -> SAI1RST_R
[src]
Bit 16 - SAI1RST
pub fn sai2rst(&self) -> SAI2RST_R
[src]
Bit 17 - SAI2RST
pub fn sai3rst(&self) -> SAI3RST_R
[src]
Bit 18 - SAI3RST
pub fn dfsdmrst(&self) -> DFSDMRST_R
[src]
Bit 20 - DFSDMRST
pub fn fdcanrst(&self) -> FDCANRST_R
[src]
Bit 24 - FDCANRST
impl R<u32, Reg<u32, _RCC_APB3RSTSETR>>
[src]
pub fn lptim2rst(&self) -> LPTIM2RST_R
[src]
Bit 0 - LPTIM2RST
pub fn lptim3rst(&self) -> LPTIM3RST_R
[src]
Bit 1 - LPTIM3RST
pub fn lptim4rst(&self) -> LPTIM4RST_R
[src]
Bit 2 - LPTIM4RST
pub fn lptim5rst(&self) -> LPTIM5RST_R
[src]
Bit 3 - LPTIM5RST
pub fn sai4rst(&self) -> SAI4RST_R
[src]
Bit 8 - SAI4RST
pub fn syscfgrst(&self) -> SYSCFGRST_R
[src]
Bit 11 - SYSCFGRST
pub fn vrefrst(&self) -> VREFRST_R
[src]
Bit 13 - VREFRST
pub fn dtsrst(&self) -> DTSRST_R
[src]
Bit 16 - DTSRST
impl R<u32, Reg<u32, _RCC_APB3RSTCLRR>>
[src]
pub fn lptim2rst(&self) -> LPTIM2RST_R
[src]
Bit 0 - LPTIM2RST
pub fn lptim3rst(&self) -> LPTIM3RST_R
[src]
Bit 1 - LPTIM3RST
pub fn lptim4rst(&self) -> LPTIM4RST_R
[src]
Bit 2 - LPTIM4RST
pub fn lptim5rst(&self) -> LPTIM5RST_R
[src]
Bit 3 - LPTIM5RST
pub fn sai4rst(&self) -> SAI4RST_R
[src]
Bit 8 - SAI4RST
pub fn syscfgrst(&self) -> SYSCFGRST_R
[src]
Bit 11 - SYSCFGRST
pub fn vrefrst(&self) -> VREFRST_R
[src]
Bit 13 - VREFRST
pub fn dtsrst(&self) -> DTSRST_R
[src]
Bit 16 - DTSRST
impl R<u32, Reg<u32, _RCC_AHB2RSTSETR>>
[src]
pub fn dma1rst(&self) -> DMA1RST_R
[src]
Bit 0 - DMA1RST
pub fn dma2rst(&self) -> DMA2RST_R
[src]
Bit 1 - DMA2RST
pub fn dmamuxrst(&self) -> DMAMUXRST_R
[src]
Bit 2 - DMAMUXRST
pub fn adc12rst(&self) -> ADC12RST_R
[src]
Bit 5 - ADC12RST
pub fn usborst(&self) -> USBORST_R
[src]
Bit 8 - USBORST
pub fn sdmmc3rst(&self) -> SDMMC3RST_R
[src]
Bit 16 - SDMMC3RST
impl R<u32, Reg<u32, _RCC_AHB2RSTCLRR>>
[src]
pub fn dma1rst(&self) -> DMA1RST_R
[src]
Bit 0 - DMA1RST
pub fn dma2rst(&self) -> DMA2RST_R
[src]
Bit 1 - DMA2RST
pub fn dmamuxrst(&self) -> DMAMUXRST_R
[src]
Bit 2 - DMAMUXRST
pub fn adc12rst(&self) -> ADC12RST_R
[src]
Bit 5 - ADC12RST
pub fn usborst(&self) -> USBORST_R
[src]
Bit 8 - USBORST
pub fn sdmmc3rst(&self) -> SDMMC3RST_R
[src]
Bit 16 - SDMMC3RST
impl R<u32, Reg<u32, _RCC_AHB3RSTSETR>>
[src]
pub fn dcmirst(&self) -> DCMIRST_R
[src]
Bit 0 - DCMIRST
pub fn cryp2rst(&self) -> CRYP2RST_R
[src]
Bit 4 - CRYP2RST
pub fn hash2rst(&self) -> HASH2RST_R
[src]
Bit 5 - HASH2RST
pub fn rng2rst(&self) -> RNG2RST_R
[src]
Bit 6 - RNG2RST
pub fn crc2rst(&self) -> CRC2RST_R
[src]
Bit 7 - CRC2RST
pub fn hsemrst(&self) -> HSEMRST_R
[src]
Bit 11 - HSEMRST
pub fn ipccrst(&self) -> IPCCRST_R
[src]
Bit 12 - IPCCRST
impl R<u32, Reg<u32, _RCC_AHB3RSTCLRR>>
[src]
pub fn dcmirst(&self) -> DCMIRST_R
[src]
Bit 0 - DCMIRST
pub fn cryp2rst(&self) -> CRYP2RST_R
[src]
Bit 4 - CRYP2RST
pub fn hash2rst(&self) -> HASH2RST_R
[src]
Bit 5 - HASH2RST
pub fn rng2rst(&self) -> RNG2RST_R
[src]
Bit 6 - RNG2RST
pub fn crc2rst(&self) -> CRC2RST_R
[src]
Bit 7 - CRC2RST
pub fn hsemrst(&self) -> HSEMRST_R
[src]
Bit 11 - HSEMRST
pub fn ipccrst(&self) -> IPCCRST_R
[src]
Bit 12 - IPCCRST
impl R<u32, Reg<u32, _RCC_AHB4RSTSETR>>
[src]
pub fn gpioarst(&self) -> GPIOARST_R
[src]
Bit 0 - GPIOARST
pub fn gpiobrst(&self) -> GPIOBRST_R
[src]
Bit 1 - GPIOBRST
pub fn gpiocrst(&self) -> GPIOCRST_R
[src]
Bit 2 - GPIOCRST
pub fn gpiodrst(&self) -> GPIODRST_R
[src]
Bit 3 - GPIODRST
pub fn gpioerst(&self) -> GPIOERST_R
[src]
Bit 4 - GPIOERST
pub fn gpiofrst(&self) -> GPIOFRST_R
[src]
Bit 5 - GPIOFRST
pub fn gpiogrst(&self) -> GPIOGRST_R
[src]
Bit 6 - GPIOGRST
pub fn gpiohrst(&self) -> GPIOHRST_R
[src]
Bit 7 - GPIOHRST
pub fn gpioirst(&self) -> GPIOIRST_R
[src]
Bit 8 - GPIOIRST
pub fn gpiojrst(&self) -> GPIOJRST_R
[src]
Bit 9 - GPIOJRST
pub fn gpiokrst(&self) -> GPIOKRST_R
[src]
Bit 10 - GPIOKRST
impl R<u32, Reg<u32, _RCC_AHB4RSTCLRR>>
[src]
pub fn gpioarst(&self) -> GPIOARST_R
[src]
Bit 0 - GPIOARST
pub fn gpiobrst(&self) -> GPIOBRST_R
[src]
Bit 1 - GPIOBRST
pub fn gpiocrst(&self) -> GPIOCRST_R
[src]
Bit 2 - GPIOCRST
pub fn gpiodrst(&self) -> GPIODRST_R
[src]
Bit 3 - GPIODRST
pub fn gpioerst(&self) -> GPIOERST_R
[src]
Bit 4 - GPIOERST
pub fn gpiofrst(&self) -> GPIOFRST_R
[src]
Bit 5 - GPIOFRST
pub fn gpiogrst(&self) -> GPIOGRST_R
[src]
Bit 6 - GPIOGRST
pub fn gpiohrst(&self) -> GPIOHRST_R
[src]
Bit 7 - GPIOHRST
pub fn gpioirst(&self) -> GPIOIRST_R
[src]
Bit 8 - GPIOIRST
pub fn gpiojrst(&self) -> GPIOJRST_R
[src]
Bit 9 - GPIOJRST
pub fn gpiokrst(&self) -> GPIOKRST_R
[src]
Bit 10 - GPIOKRST
impl R<u32, Reg<u32, _RCC_MP_APB1ENSETR>>
[src]
pub fn tim2en(&self) -> TIM2EN_R
[src]
Bit 0 - TIM2EN
pub fn tim3en(&self) -> TIM3EN_R
[src]
Bit 1 - TIM3EN
pub fn tim4en(&self) -> TIM4EN_R
[src]
Bit 2 - TIM4EN
pub fn tim5en(&self) -> TIM5EN_R
[src]
Bit 3 - TIM5EN
pub fn tim6en(&self) -> TIM6EN_R
[src]
Bit 4 - TIM6EN
pub fn tim7en(&self) -> TIM7EN_R
[src]
Bit 5 - TIM7EN
pub fn tim12en(&self) -> TIM12EN_R
[src]
Bit 6 - TIM12EN
pub fn tim13en(&self) -> TIM13EN_R
[src]
Bit 7 - TIM13EN
pub fn tim14en(&self) -> TIM14EN_R
[src]
Bit 8 - TIM14EN
pub fn lptim1en(&self) -> LPTIM1EN_R
[src]
Bit 9 - LPTIM1EN
pub fn spi2en(&self) -> SPI2EN_R
[src]
Bit 11 - SPI2EN
pub fn spi3en(&self) -> SPI3EN_R
[src]
Bit 12 - SPI3EN
pub fn usart2en(&self) -> USART2EN_R
[src]
Bit 14 - USART2EN
pub fn usart3en(&self) -> USART3EN_R
[src]
Bit 15 - USART3EN
pub fn uart4en(&self) -> UART4EN_R
[src]
Bit 16 - UART4EN
pub fn uart5en(&self) -> UART5EN_R
[src]
Bit 17 - UART5EN
pub fn uart7en(&self) -> UART7EN_R
[src]
Bit 18 - UART7EN
pub fn uart8en(&self) -> UART8EN_R
[src]
Bit 19 - UART8EN
pub fn i2c1en(&self) -> I2C1EN_R
[src]
Bit 21 - I2C1EN
pub fn i2c2en(&self) -> I2C2EN_R
[src]
Bit 22 - I2C2EN
pub fn i2c3en(&self) -> I2C3EN_R
[src]
Bit 23 - I2C3EN
pub fn i2c5en(&self) -> I2C5EN_R
[src]
Bit 24 - I2C5EN
pub fn spdifen(&self) -> SPDIFEN_R
[src]
Bit 26 - SPDIFEN
pub fn cecen(&self) -> CECEN_R
[src]
Bit 27 - CECEN
pub fn dac12en(&self) -> DAC12EN_R
[src]
Bit 29 - DAC12EN
pub fn mdiosen(&self) -> MDIOSEN_R
[src]
Bit 31 - MDIOSEN
impl R<u32, Reg<u32, _RCC_MP_APB1ENCLRR>>
[src]
pub fn tim2en(&self) -> TIM2EN_R
[src]
Bit 0 - TIM2EN
pub fn tim3en(&self) -> TIM3EN_R
[src]
Bit 1 - TIM3EN
pub fn tim4en(&self) -> TIM4EN_R
[src]
Bit 2 - TIM4EN
pub fn tim5en(&self) -> TIM5EN_R
[src]
Bit 3 - TIM5EN
pub fn tim6en(&self) -> TIM6EN_R
[src]
Bit 4 - TIM6EN
pub fn tim7en(&self) -> TIM7EN_R
[src]
Bit 5 - TIM7EN
pub fn tim12en(&self) -> TIM12EN_R
[src]
Bit 6 - TIM12EN
pub fn tim13en(&self) -> TIM13EN_R
[src]
Bit 7 - TIM13EN
pub fn tim14en(&self) -> TIM14EN_R
[src]
Bit 8 - TIM14EN
pub fn lptim1en(&self) -> LPTIM1EN_R
[src]
Bit 9 - LPTIM1EN
pub fn spi2en(&self) -> SPI2EN_R
[src]
Bit 11 - SPI2EN
pub fn spi3en(&self) -> SPI3EN_R
[src]
Bit 12 - SPI3EN
pub fn usart2en(&self) -> USART2EN_R
[src]
Bit 14 - USART2EN
pub fn usart3en(&self) -> USART3EN_R
[src]
Bit 15 - USART3EN
pub fn uart4en(&self) -> UART4EN_R
[src]
Bit 16 - UART4EN
pub fn uart5en(&self) -> UART5EN_R
[src]
Bit 17 - UART5EN
pub fn uart7en(&self) -> UART7EN_R
[src]
Bit 18 - UART7EN
pub fn uart8en(&self) -> UART8EN_R
[src]
Bit 19 - UART8EN
pub fn i2c1en(&self) -> I2C1EN_R
[src]
Bit 21 - I2C1EN
pub fn i2c2en(&self) -> I2C2EN_R
[src]
Bit 22 - I2C2EN
pub fn i2c3en(&self) -> I2C3EN_R
[src]
Bit 23 - I2C3EN
pub fn i2c5en(&self) -> I2C5EN_R
[src]
Bit 24 - I2C5EN
pub fn spdifen(&self) -> SPDIFEN_R
[src]
Bit 26 - SPDIFEN
pub fn cecen(&self) -> CECEN_R
[src]
Bit 27 - CECEN
pub fn dac12en(&self) -> DAC12EN_R
[src]
Bit 29 - DAC12EN
pub fn mdiosen(&self) -> MDIOSEN_R
[src]
Bit 31 - MDIOSEN
impl R<u32, Reg<u32, _RCC_MP_APB2ENSETR>>
[src]
pub fn tim1en(&self) -> TIM1EN_R
[src]
Bit 0 - TIM1EN
pub fn tim8en(&self) -> TIM8EN_R
[src]
Bit 1 - TIM8EN
pub fn tim15en(&self) -> TIM15EN_R
[src]
Bit 2 - TIM15EN
pub fn tim16en(&self) -> TIM16EN_R
[src]
Bit 3 - TIM16EN
pub fn tim17en(&self) -> TIM17EN_R
[src]
Bit 4 - TIM17EN
pub fn spi1en(&self) -> SPI1EN_R
[src]
Bit 8 - SPI1EN
pub fn spi4en(&self) -> SPI4EN_R
[src]
Bit 9 - SPI4EN
pub fn spi5en(&self) -> SPI5EN_R
[src]
Bit 10 - SPI5EN
pub fn usart6en(&self) -> USART6EN_R
[src]
Bit 13 - USART6EN
pub fn sai1en(&self) -> SAI1EN_R
[src]
Bit 16 - SAI1EN
pub fn sai2en(&self) -> SAI2EN_R
[src]
Bit 17 - SAI2EN
pub fn sai3en(&self) -> SAI3EN_R
[src]
Bit 18 - SAI3EN
pub fn dfsdmen(&self) -> DFSDMEN_R
[src]
Bit 20 - DFSDMEN
pub fn adfsdmen(&self) -> ADFSDMEN_R
[src]
Bit 21 - ADFSDMEN
pub fn fdcanen(&self) -> FDCANEN_R
[src]
Bit 24 - FDCANEN
impl R<u32, Reg<u32, _RCC_MP_APB2ENCLRR>>
[src]
pub fn tim1en(&self) -> TIM1EN_R
[src]
Bit 0 - TIM1EN
pub fn tim8en(&self) -> TIM8EN_R
[src]
Bit 1 - TIM8EN
pub fn tim15en(&self) -> TIM15EN_R
[src]
Bit 2 - TIM15EN
pub fn tim16en(&self) -> TIM16EN_R
[src]
Bit 3 - TIM16EN
pub fn tim17en(&self) -> TIM17EN_R
[src]
Bit 4 - TIM17EN
pub fn spi1en(&self) -> SPI1EN_R
[src]
Bit 8 - SPI1EN
pub fn spi4en(&self) -> SPI4EN_R
[src]
Bit 9 - SPI4EN
pub fn spi5en(&self) -> SPI5EN_R
[src]
Bit 10 - SPI5EN
pub fn usart6en(&self) -> USART6EN_R
[src]
Bit 13 - USART6EN
pub fn sai1en(&self) -> SAI1EN_R
[src]
Bit 16 - SAI1EN
pub fn sai2en(&self) -> SAI2EN_R
[src]
Bit 17 - SAI2EN
pub fn sai3en(&self) -> SAI3EN_R
[src]
Bit 18 - SAI3EN
pub fn dfsdmen(&self) -> DFSDMEN_R
[src]
Bit 20 - DFSDMEN
pub fn adfsdmen(&self) -> ADFSDMEN_R
[src]
Bit 21 - ADFSDMEN
pub fn fdcanen(&self) -> FDCANEN_R
[src]
Bit 24 - FDCANEN
impl R<u32, Reg<u32, _RCC_MP_APB3ENSETR>>
[src]
pub fn lptim2en(&self) -> LPTIM2EN_R
[src]
Bit 0 - LPTIM2EN
pub fn lptim3en(&self) -> LPTIM3EN_R
[src]
Bit 1 - LPTIM3EN
pub fn lptim4en(&self) -> LPTIM4EN_R
[src]
Bit 2 - LPTIM4EN
pub fn lptim5en(&self) -> LPTIM5EN_R
[src]
Bit 3 - LPTIM5EN
pub fn sai4en(&self) -> SAI4EN_R
[src]
Bit 8 - SAI4EN
pub fn syscfgen(&self) -> SYSCFGEN_R
[src]
Bit 11 - SYSCFGEN
pub fn vrefen(&self) -> VREFEN_R
[src]
Bit 13 - VREFEN
pub fn dtsen(&self) -> DTSEN_R
[src]
Bit 16 - DTSEN
pub fn hdpen(&self) -> HDPEN_R
[src]
Bit 20 - HDPEN
impl R<u32, Reg<u32, _RCC_MP_APB3ENCLRR>>
[src]
pub fn lptim2en(&self) -> LPTIM2EN_R
[src]
Bit 0 - LPTIM2EN
pub fn lptim3en(&self) -> LPTIM3EN_R
[src]
Bit 1 - LPTIM3EN
pub fn lptim4en(&self) -> LPTIM4EN_R
[src]
Bit 2 - LPTIM4EN
pub fn lptim5en(&self) -> LPTIM5EN_R
[src]
Bit 3 - LPTIM5EN
pub fn sai4en(&self) -> SAI4EN_R
[src]
Bit 8 - SAI4EN
pub fn syscfgen(&self) -> SYSCFGEN_R
[src]
Bit 11 - SYSCFGEN
pub fn vrefen(&self) -> VREFEN_R
[src]
Bit 13 - VREFEN
pub fn dtsen(&self) -> DTSEN_R
[src]
Bit 16 - DTSEN
pub fn hdpen(&self) -> HDPEN_R
[src]
Bit 20 - HDPEN
impl R<u32, Reg<u32, _RCC_MP_AHB2ENSETR>>
[src]
pub fn dma1en(&self) -> DMA1EN_R
[src]
Bit 0 - DMA1EN
pub fn dma2en(&self) -> DMA2EN_R
[src]
Bit 1 - DMA2EN
pub fn dmamuxen(&self) -> DMAMUXEN_R
[src]
Bit 2 - DMAMUXEN
pub fn adc12en(&self) -> ADC12EN_R
[src]
Bit 5 - ADC12EN
pub fn usboen(&self) -> USBOEN_R
[src]
Bit 8 - USBOEN
pub fn sdmmc3en(&self) -> SDMMC3EN_R
[src]
Bit 16 - SDMMC3EN
impl R<u32, Reg<u32, _RCC_MP_AHB2ENCLRR>>
[src]
pub fn dma1en(&self) -> DMA1EN_R
[src]
Bit 0 - DMA1EN
pub fn dma2en(&self) -> DMA2EN_R
[src]
Bit 1 - DMA2EN
pub fn dmamuxen(&self) -> DMAMUXEN_R
[src]
Bit 2 - DMAMUXEN
pub fn adc12en(&self) -> ADC12EN_R
[src]
Bit 5 - ADC12EN
pub fn usboen(&self) -> USBOEN_R
[src]
Bit 8 - USBOEN
pub fn sdmmc3en(&self) -> SDMMC3EN_R
[src]
Bit 16 - SDMMC3EN
impl R<u32, Reg<u32, _RCC_MP_AHB3ENSETR>>
[src]
pub fn dcmien(&self) -> DCMIEN_R
[src]
Bit 0 - DCMIEN
pub fn cryp2en(&self) -> CRYP2EN_R
[src]
Bit 4 - CRYP2EN
pub fn hash2en(&self) -> HASH2EN_R
[src]
Bit 5 - HASH2EN
pub fn rng2en(&self) -> RNG2EN_R
[src]
Bit 6 - RNG2EN
pub fn crc2en(&self) -> CRC2EN_R
[src]
Bit 7 - CRC2EN
pub fn hsemen(&self) -> HSEMEN_R
[src]
Bit 11 - HSEMEN
pub fn ipccen(&self) -> IPCCEN_R
[src]
Bit 12 - IPCCEN
impl R<u32, Reg<u32, _RCC_MP_AHB3ENCLRR>>
[src]
pub fn dcmien(&self) -> DCMIEN_R
[src]
Bit 0 - DCMIEN
pub fn cryp2en(&self) -> CRYP2EN_R
[src]
Bit 4 - CRYP2EN
pub fn hash2en(&self) -> HASH2EN_R
[src]
Bit 5 - HASH2EN
pub fn rng2en(&self) -> RNG2EN_R
[src]
Bit 6 - RNG2EN
pub fn crc2en(&self) -> CRC2EN_R
[src]
Bit 7 - CRC2EN
pub fn hsemen(&self) -> HSEMEN_R
[src]
Bit 11 - HSEMEN
pub fn ipccen(&self) -> IPCCEN_R
[src]
Bit 12 - IPCCEN
impl R<u32, Reg<u32, _RCC_MP_AHB4ENSETR>>
[src]
pub fn gpioaen(&self) -> GPIOAEN_R
[src]
Bit 0 - GPIOAEN
pub fn gpioben(&self) -> GPIOBEN_R
[src]
Bit 1 - GPIOBEN
pub fn gpiocen(&self) -> GPIOCEN_R
[src]
Bit 2 - GPIOCEN
pub fn gpioden(&self) -> GPIODEN_R
[src]
Bit 3 - GPIODEN
pub fn gpioeen(&self) -> GPIOEEN_R
[src]
Bit 4 - GPIOEEN
pub fn gpiofen(&self) -> GPIOFEN_R
[src]
Bit 5 - GPIOFEN
pub fn gpiogen(&self) -> GPIOGEN_R
[src]
Bit 6 - GPIOGEN
pub fn gpiohen(&self) -> GPIOHEN_R
[src]
Bit 7 - GPIOHEN
pub fn gpioien(&self) -> GPIOIEN_R
[src]
Bit 8 - GPIOIEN
pub fn gpiojen(&self) -> GPIOJEN_R
[src]
Bit 9 - GPIOJEN
pub fn gpioken(&self) -> GPIOKEN_R
[src]
Bit 10 - GPIOKEN
impl R<u32, Reg<u32, _RCC_MP_AHB4ENCLRR>>
[src]
pub fn gpioaen(&self) -> GPIOAEN_R
[src]
Bit 0 - GPIOAEN
pub fn gpioben(&self) -> GPIOBEN_R
[src]
Bit 1 - GPIOBEN
pub fn gpiocen(&self) -> GPIOCEN_R
[src]
Bit 2 - GPIOCEN
pub fn gpioden(&self) -> GPIODEN_R
[src]
Bit 3 - GPIODEN
pub fn gpioeen(&self) -> GPIOEEN_R
[src]
Bit 4 - GPIOEEN
pub fn gpiofen(&self) -> GPIOFEN_R
[src]
Bit 5 - GPIOFEN
pub fn gpiogen(&self) -> GPIOGEN_R
[src]
Bit 6 - GPIOGEN
pub fn gpiohen(&self) -> GPIOHEN_R
[src]
Bit 7 - GPIOHEN
pub fn gpioien(&self) -> GPIOIEN_R
[src]
Bit 8 - GPIOIEN
pub fn gpiojen(&self) -> GPIOJEN_R
[src]
Bit 9 - GPIOJEN
pub fn gpioken(&self) -> GPIOKEN_R
[src]
Bit 10 - GPIOKEN
impl R<u32, Reg<u32, _RCC_MP_MLAHBENSETR>>
[src]
pub fn retramen(&self) -> RETRAMEN_R
[src]
Bit 4 - RETRAMEN
impl R<u32, Reg<u32, _RCC_MP_MLAHBENCLRR>>
[src]
pub fn retramen(&self) -> RETRAMEN_R
[src]
Bit 4 - RETRAMEN
impl R<u32, Reg<u32, _RCC_MC_APB1ENSETR>>
[src]
pub fn tim2en(&self) -> TIM2EN_R
[src]
Bit 0 - TIM2EN
pub fn tim3en(&self) -> TIM3EN_R
[src]
Bit 1 - TIM3EN
pub fn tim4en(&self) -> TIM4EN_R
[src]
Bit 2 - TIM4EN
pub fn tim5en(&self) -> TIM5EN_R
[src]
Bit 3 - TIM5EN
pub fn tim6en(&self) -> TIM6EN_R
[src]
Bit 4 - TIM6EN
pub fn tim7en(&self) -> TIM7EN_R
[src]
Bit 5 - TIM7EN
pub fn tim12en(&self) -> TIM12EN_R
[src]
Bit 6 - TIM12EN
pub fn tim13en(&self) -> TIM13EN_R
[src]
Bit 7 - TIM13EN
pub fn tim14en(&self) -> TIM14EN_R
[src]
Bit 8 - TIM14EN
pub fn lptim1en(&self) -> LPTIM1EN_R
[src]
Bit 9 - LPTIM1EN
pub fn spi2en(&self) -> SPI2EN_R
[src]
Bit 11 - SPI2EN
pub fn spi3en(&self) -> SPI3EN_R
[src]
Bit 12 - SPI3EN
pub fn usart2en(&self) -> USART2EN_R
[src]
Bit 14 - USART2EN
pub fn usart3en(&self) -> USART3EN_R
[src]
Bit 15 - USART3EN
pub fn uart4en(&self) -> UART4EN_R
[src]
Bit 16 - UART4EN
pub fn uart5en(&self) -> UART5EN_R
[src]
Bit 17 - UART5EN
pub fn uart7en(&self) -> UART7EN_R
[src]
Bit 18 - UART7EN
pub fn uart8en(&self) -> UART8EN_R
[src]
Bit 19 - UART8EN
pub fn i2c1en(&self) -> I2C1EN_R
[src]
Bit 21 - I2C1EN
pub fn i2c2en(&self) -> I2C2EN_R
[src]
Bit 22 - I2C2EN
pub fn i2c3en(&self) -> I2C3EN_R
[src]
Bit 23 - I2C3EN
pub fn i2c5en(&self) -> I2C5EN_R
[src]
Bit 24 - I2C5EN
pub fn spdifen(&self) -> SPDIFEN_R
[src]
Bit 26 - SPDIFEN
pub fn cecen(&self) -> CECEN_R
[src]
Bit 27 - CECEN
pub fn wwdg1en(&self) -> WWDG1EN_R
[src]
Bit 28 - WWDG1EN
pub fn dac12en(&self) -> DAC12EN_R
[src]
Bit 29 - DAC12EN
pub fn mdiosen(&self) -> MDIOSEN_R
[src]
Bit 31 - MDIOSEN
impl R<u32, Reg<u32, _RCC_MC_APB1ENCLRR>>
[src]
pub fn tim2en(&self) -> TIM2EN_R
[src]
Bit 0 - TIM2EN
pub fn tim3en(&self) -> TIM3EN_R
[src]
Bit 1 - TIM3EN
pub fn tim4en(&self) -> TIM4EN_R
[src]
Bit 2 - TIM4EN
pub fn tim5en(&self) -> TIM5EN_R
[src]
Bit 3 - TIM5EN
pub fn tim6en(&self) -> TIM6EN_R
[src]
Bit 4 - TIM6EN
pub fn tim7en(&self) -> TIM7EN_R
[src]
Bit 5 - TIM7EN
pub fn tim12en(&self) -> TIM12EN_R
[src]
Bit 6 - TIM12EN
pub fn tim13en(&self) -> TIM13EN_R
[src]
Bit 7 - TIM13EN
pub fn tim14en(&self) -> TIM14EN_R
[src]
Bit 8 - TIM14EN
pub fn lptim1en(&self) -> LPTIM1EN_R
[src]
Bit 9 - LPTIM1EN
pub fn spi2en(&self) -> SPI2EN_R
[src]
Bit 11 - SPI2EN
pub fn spi3en(&self) -> SPI3EN_R
[src]
Bit 12 - SPI3EN
pub fn usart2en(&self) -> USART2EN_R
[src]
Bit 14 - USART2EN
pub fn usart3en(&self) -> USART3EN_R
[src]
Bit 15 - USART3EN
pub fn uart4en(&self) -> UART4EN_R
[src]
Bit 16 - UART4EN
pub fn uart5en(&self) -> UART5EN_R
[src]
Bit 17 - UART5EN
pub fn uart7en(&self) -> UART7EN_R
[src]
Bit 18 - UART7EN
pub fn uart8en(&self) -> UART8EN_R
[src]
Bit 19 - UART8EN
pub fn i2c1en(&self) -> I2C1EN_R
[src]
Bit 21 - I2C1EN
pub fn i2c2en(&self) -> I2C2EN_R
[src]
Bit 22 - I2C2EN
pub fn i2c3en(&self) -> I2C3EN_R
[src]
Bit 23 - I2C3EN
pub fn i2c5en(&self) -> I2C5EN_R
[src]
Bit 24 - I2C5EN
pub fn spdifen(&self) -> SPDIFEN_R
[src]
Bit 26 - SPDIFEN
pub fn cecen(&self) -> CECEN_R
[src]
Bit 27 - CECEN
pub fn dac12en(&self) -> DAC12EN_R
[src]
Bit 29 - DAC12EN
pub fn mdiosen(&self) -> MDIOSEN_R
[src]
Bit 31 - MDIOSEN
impl R<u32, Reg<u32, _RCC_MC_APB2ENSETR>>
[src]
pub fn tim1en(&self) -> TIM1EN_R
[src]
Bit 0 - TIM1EN
pub fn tim8en(&self) -> TIM8EN_R
[src]
Bit 1 - TIM8EN
pub fn tim15en(&self) -> TIM15EN_R
[src]
Bit 2 - TIM15EN
pub fn tim16en(&self) -> TIM16EN_R
[src]
Bit 3 - TIM16EN
pub fn tim17en(&self) -> TIM17EN_R
[src]
Bit 4 - TIM17EN
pub fn spi1en(&self) -> SPI1EN_R
[src]
Bit 8 - SPI1EN
pub fn spi4en(&self) -> SPI4EN_R
[src]
Bit 9 - SPI4EN
pub fn spi5en(&self) -> SPI5EN_R
[src]
Bit 10 - SPI5EN
pub fn usart6en(&self) -> USART6EN_R
[src]
Bit 13 - USART6EN
pub fn sai1en(&self) -> SAI1EN_R
[src]
Bit 16 - SAI1EN
pub fn sai2en(&self) -> SAI2EN_R
[src]
Bit 17 - SAI2EN
pub fn sai3en(&self) -> SAI3EN_R
[src]
Bit 18 - SAI3EN
pub fn dfsdmen(&self) -> DFSDMEN_R
[src]
Bit 20 - DFSDMEN
pub fn adfsdmen(&self) -> ADFSDMEN_R
[src]
Bit 21 - ADFSDMEN
pub fn fdcanen(&self) -> FDCANEN_R
[src]
Bit 24 - FDCANEN
impl R<u32, Reg<u32, _RCC_MC_APB2ENCLRR>>
[src]
pub fn tim1en(&self) -> TIM1EN_R
[src]
Bit 0 - TIM1EN
pub fn tim8en(&self) -> TIM8EN_R
[src]
Bit 1 - TIM8EN
pub fn tim15en(&self) -> TIM15EN_R
[src]
Bit 2 - TIM15EN
pub fn tim16en(&self) -> TIM16EN_R
[src]
Bit 3 - TIM16EN
pub fn tim17en(&self) -> TIM17EN_R
[src]
Bit 4 - TIM17EN
pub fn spi1en(&self) -> SPI1EN_R
[src]
Bit 8 - SPI1EN
pub fn spi4en(&self) -> SPI4EN_R
[src]
Bit 9 - SPI4EN
pub fn spi5en(&self) -> SPI5EN_R
[src]
Bit 10 - SPI5EN
pub fn usart6en(&self) -> USART6EN_R
[src]
Bit 13 - USART6EN
pub fn sai1en(&self) -> SAI1EN_R
[src]
Bit 16 - SAI1EN
pub fn sai2en(&self) -> SAI2EN_R
[src]
Bit 17 - SAI2EN
pub fn sai3en(&self) -> SAI3EN_R
[src]
Bit 18 - SAI3EN
pub fn dfsdmen(&self) -> DFSDMEN_R
[src]
Bit 20 - DFSDMEN
pub fn adfsdmen(&self) -> ADFSDMEN_R
[src]
Bit 21 - ADFSDMEN
pub fn fdcanen(&self) -> FDCANEN_R
[src]
Bit 24 - FDCANEN
impl R<u32, Reg<u32, _RCC_MC_APB3ENSETR>>
[src]
pub fn lptim2en(&self) -> LPTIM2EN_R
[src]
Bit 0 - LPTIM2EN
pub fn lptim3en(&self) -> LPTIM3EN_R
[src]
Bit 1 - LPTIM3EN
pub fn lptim4en(&self) -> LPTIM4EN_R
[src]
Bit 2 - LPTIM4EN
pub fn lptim5en(&self) -> LPTIM5EN_R
[src]
Bit 3 - LPTIM5EN
pub fn sai4en(&self) -> SAI4EN_R
[src]
Bit 8 - SAI4EN
pub fn syscfgen(&self) -> SYSCFGEN_R
[src]
Bit 11 - SYSCFGEN
pub fn vrefen(&self) -> VREFEN_R
[src]
Bit 13 - VREFEN
pub fn dtsen(&self) -> DTSEN_R
[src]
Bit 16 - DTSEN
pub fn hdpen(&self) -> HDPEN_R
[src]
Bit 20 - HDPEN
impl R<u32, Reg<u32, _RCC_MC_APB3ENCLRR>>
[src]
pub fn lptim2en(&self) -> LPTIM2EN_R
[src]
Bit 0 - LPTIM2EN
pub fn lptim3en(&self) -> LPTIM3EN_R
[src]
Bit 1 - LPTIM3EN
pub fn lptim4en(&self) -> LPTIM4EN_R
[src]
Bit 2 - LPTIM4EN
pub fn lptim5en(&self) -> LPTIM5EN_R
[src]
Bit 3 - LPTIM5EN
pub fn sai4en(&self) -> SAI4EN_R
[src]
Bit 8 - SAI4EN
pub fn syscfgen(&self) -> SYSCFGEN_R
[src]
Bit 11 - SYSCFGEN
pub fn vrefen(&self) -> VREFEN_R
[src]
Bit 13 - VREFEN
pub fn dtsen(&self) -> DTSEN_R
[src]
Bit 16 - DTSEN
pub fn hdpen(&self) -> HDPEN_R
[src]
Bit 20 - HDPEN
impl R<u32, Reg<u32, _RCC_MC_AHB2ENSETR>>
[src]
pub fn dma1en(&self) -> DMA1EN_R
[src]
Bit 0 - DMA1EN
pub fn dma2en(&self) -> DMA2EN_R
[src]
Bit 1 - DMA2EN
pub fn dmamuxen(&self) -> DMAMUXEN_R
[src]
Bit 2 - DMAMUXEN
pub fn adc12en(&self) -> ADC12EN_R
[src]
Bit 5 - ADC12EN
pub fn usboen(&self) -> USBOEN_R
[src]
Bit 8 - USBOEN
pub fn sdmmc3en(&self) -> SDMMC3EN_R
[src]
Bit 16 - SDMMC3EN
impl R<u32, Reg<u32, _RCC_MC_AHB2ENCLRR>>
[src]
pub fn dma1en(&self) -> DMA1EN_R
[src]
Bit 0 - DMA1EN
pub fn dma2en(&self) -> DMA2EN_R
[src]
Bit 1 - DMA2EN
pub fn dmamuxen(&self) -> DMAMUXEN_R
[src]
Bit 2 - DMAMUXEN
pub fn adc12en(&self) -> ADC12EN_R
[src]
Bit 5 - ADC12EN
pub fn usboen(&self) -> USBOEN_R
[src]
Bit 8 - USBOEN
pub fn sdmmc3en(&self) -> SDMMC3EN_R
[src]
Bit 16 - SDMMC3EN
impl R<u32, Reg<u32, _RCC_MC_AHB3ENSETR>>
[src]
pub fn dcmien(&self) -> DCMIEN_R
[src]
Bit 0 - DCMIEN
pub fn cryp2en(&self) -> CRYP2EN_R
[src]
Bit 4 - CRYP2EN
pub fn hash2en(&self) -> HASH2EN_R
[src]
Bit 5 - HASH2EN
pub fn rng2en(&self) -> RNG2EN_R
[src]
Bit 6 - RNG2EN
pub fn crc2en(&self) -> CRC2EN_R
[src]
Bit 7 - CRC2EN
pub fn hsemen(&self) -> HSEMEN_R
[src]
Bit 11 - HSEMEN
pub fn ipccen(&self) -> IPCCEN_R
[src]
Bit 12 - IPCCEN
impl R<u32, Reg<u32, _RCC_MC_AHB3ENCLRR>>
[src]
pub fn dcmien(&self) -> DCMIEN_R
[src]
Bit 0 - DCMIEN
pub fn cryp2en(&self) -> CRYP2EN_R
[src]
Bit 4 - CRYP2EN
pub fn hash2en(&self) -> HASH2EN_R
[src]
Bit 5 - HASH2EN
pub fn rng2en(&self) -> RNG2EN_R
[src]
Bit 6 - RNG2EN
pub fn crc2en(&self) -> CRC2EN_R
[src]
Bit 7 - CRC2EN
pub fn hsemen(&self) -> HSEMEN_R
[src]
Bit 11 - HSEMEN
pub fn ipccen(&self) -> IPCCEN_R
[src]
Bit 12 - IPCCEN
impl R<u32, Reg<u32, _RCC_MC_AHB4ENSETR>>
[src]
pub fn gpioaen(&self) -> GPIOAEN_R
[src]
Bit 0 - GPIOAEN
pub fn gpioben(&self) -> GPIOBEN_R
[src]
Bit 1 - GPIOBEN
pub fn gpiocen(&self) -> GPIOCEN_R
[src]
Bit 2 - GPIOCEN
pub fn gpioden(&self) -> GPIODEN_R
[src]
Bit 3 - GPIODEN
pub fn gpioeen(&self) -> GPIOEEN_R
[src]
Bit 4 - GPIOEEN
pub fn gpiofen(&self) -> GPIOFEN_R
[src]
Bit 5 - GPIOFEN
pub fn gpiogen(&self) -> GPIOGEN_R
[src]
Bit 6 - GPIOGEN
pub fn gpiohen(&self) -> GPIOHEN_R
[src]
Bit 7 - GPIOHEN
pub fn gpioien(&self) -> GPIOIEN_R
[src]
Bit 8 - GPIOIEN
pub fn gpiojen(&self) -> GPIOJEN_R
[src]
Bit 9 - GPIOJEN
pub fn gpioken(&self) -> GPIOKEN_R
[src]
Bit 10 - GPIOKEN
impl R<u32, Reg<u32, _RCC_MC_AHB4ENCLRR>>
[src]
pub fn gpioaen(&self) -> GPIOAEN_R
[src]
Bit 0 - GPIOAEN
pub fn gpioben(&self) -> GPIOBEN_R
[src]
Bit 1 - GPIOBEN
pub fn gpiocen(&self) -> GPIOCEN_R
[src]
Bit 2 - GPIOCEN
pub fn gpioden(&self) -> GPIODEN_R
[src]
Bit 3 - GPIODEN
pub fn gpioeen(&self) -> GPIOEEN_R
[src]
Bit 4 - GPIOEEN
pub fn gpiofen(&self) -> GPIOFEN_R
[src]
Bit 5 - GPIOFEN
pub fn gpiogen(&self) -> GPIOGEN_R
[src]
Bit 6 - GPIOGEN
pub fn gpiohen(&self) -> GPIOHEN_R
[src]
Bit 7 - GPIOHEN
pub fn gpioien(&self) -> GPIOIEN_R
[src]
Bit 8 - GPIOIEN
pub fn gpiojen(&self) -> GPIOJEN_R
[src]
Bit 9 - GPIOJEN
pub fn gpioken(&self) -> GPIOKEN_R
[src]
Bit 10 - GPIOKEN
impl R<u32, Reg<u32, _RCC_MC_AXIMENSETR>>
[src]
pub fn sysramen(&self) -> SYSRAMEN_R
[src]
Bit 0 - SYSRAMEN
impl R<u32, Reg<u32, _RCC_MC_AXIMENCLRR>>
[src]
pub fn sysramen(&self) -> SYSRAMEN_R
[src]
Bit 0 - SYSRAMEN
impl R<u32, Reg<u32, _RCC_MC_MLAHBENSETR>>
[src]
pub fn retramen(&self) -> RETRAMEN_R
[src]
Bit 4 - RETRAMEN
impl R<u32, Reg<u32, _RCC_MC_MLAHBENCLRR>>
[src]
pub fn retramen(&self) -> RETRAMEN_R
[src]
Bit 4 - RETRAMEN
impl R<u32, Reg<u32, _RCC_MP_APB1LPENSETR>>
[src]
pub fn tim2lpen(&self) -> TIM2LPEN_R
[src]
Bit 0 - TIM2LPEN
pub fn tim3lpen(&self) -> TIM3LPEN_R
[src]
Bit 1 - TIM3LPEN
pub fn tim4lpen(&self) -> TIM4LPEN_R
[src]
Bit 2 - TIM4LPEN
pub fn tim5lpen(&self) -> TIM5LPEN_R
[src]
Bit 3 - TIM5LPEN
pub fn tim6lpen(&self) -> TIM6LPEN_R
[src]
Bit 4 - TIM6LPEN
pub fn tim7lpen(&self) -> TIM7LPEN_R
[src]
Bit 5 - TIM7LPEN
pub fn tim12lpen(&self) -> TIM12LPEN_R
[src]
Bit 6 - TIM12LPEN
pub fn tim13lpen(&self) -> TIM13LPEN_R
[src]
Bit 7 - TIM13LPEN
pub fn tim14lpen(&self) -> TIM14LPEN_R
[src]
Bit 8 - TIM14LPEN
pub fn lptim1lpen(&self) -> LPTIM1LPEN_R
[src]
Bit 9 - LPTIM1LPEN
pub fn spi2lpen(&self) -> SPI2LPEN_R
[src]
Bit 11 - SPI2LPEN
pub fn spi3lpen(&self) -> SPI3LPEN_R
[src]
Bit 12 - SPI3LPEN
pub fn usart2lpen(&self) -> USART2LPEN_R
[src]
Bit 14 - USART2LPEN
pub fn usart3lpen(&self) -> USART3LPEN_R
[src]
Bit 15 - USART3LPEN
pub fn uart4lpen(&self) -> UART4LPEN_R
[src]
Bit 16 - UART4LPEN
pub fn uart5lpen(&self) -> UART5LPEN_R
[src]
Bit 17 - UART5LPEN
pub fn uart7lpen(&self) -> UART7LPEN_R
[src]
Bit 18 - UART7LPEN
pub fn uart8lpen(&self) -> UART8LPEN_R
[src]
Bit 19 - UART8LPEN
pub fn i2c1lpen(&self) -> I2C1LPEN_R
[src]
Bit 21 - I2C1LPEN
pub fn i2c2lpen(&self) -> I2C2LPEN_R
[src]
Bit 22 - I2C2LPEN
pub fn i2c3lpen(&self) -> I2C3LPEN_R
[src]
Bit 23 - I2C3LPEN
pub fn i2c5lpen(&self) -> I2C5LPEN_R
[src]
Bit 24 - I2C5LPEN
pub fn spdiflpen(&self) -> SPDIFLPEN_R
[src]
Bit 26 - SPDIFLPEN
pub fn ceclpen(&self) -> CECLPEN_R
[src]
Bit 27 - CECLPEN
pub fn dac12lpen(&self) -> DAC12LPEN_R
[src]
Bit 29 - DAC12LPEN
pub fn mdioslpen(&self) -> MDIOSLPEN_R
[src]
Bit 31 - MDIOSLPEN
impl R<u32, Reg<u32, _RCC_MP_APB1LPENCLRR>>
[src]
pub fn tim2lpen(&self) -> TIM2LPEN_R
[src]
Bit 0 - TIM2LPEN
pub fn tim3lpen(&self) -> TIM3LPEN_R
[src]
Bit 1 - TIM3LPEN
pub fn tim4lpen(&self) -> TIM4LPEN_R
[src]
Bit 2 - TIM4LPEN
pub fn tim5lpen(&self) -> TIM5LPEN_R
[src]
Bit 3 - TIM5LPEN
pub fn tim6lpen(&self) -> TIM6LPEN_R
[src]
Bit 4 - TIM6LPEN
pub fn tim7lpen(&self) -> TIM7LPEN_R
[src]
Bit 5 - TIM7LPEN
pub fn tim12lpen(&self) -> TIM12LPEN_R
[src]
Bit 6 - TIM12LPEN
pub fn tim13lpen(&self) -> TIM13LPEN_R
[src]
Bit 7 - TIM13LPEN
pub fn tim14lpen(&self) -> TIM14LPEN_R
[src]
Bit 8 - TIM14LPEN
pub fn lptim1lpen(&self) -> LPTIM1LPEN_R
[src]
Bit 9 - LPTIM1LPEN
pub fn spi2lpen(&self) -> SPI2LPEN_R
[src]
Bit 11 - SPI2LPEN
pub fn spi3lpen(&self) -> SPI3LPEN_R
[src]
Bit 12 - SPI3LPEN
pub fn usart2lpen(&self) -> USART2LPEN_R
[src]
Bit 14 - USART2LPEN
pub fn usart3lpen(&self) -> USART3LPEN_R
[src]
Bit 15 - USART3LPEN
pub fn uart4lpen(&self) -> UART4LPEN_R
[src]
Bit 16 - UART4LPEN
pub fn uart5lpen(&self) -> UART5LPEN_R
[src]
Bit 17 - UART5LPEN
pub fn uart7lpen(&self) -> UART7LPEN_R
[src]
Bit 18 - UART7LPEN
pub fn uart8lpen(&self) -> UART8LPEN_R
[src]
Bit 19 - UART8LPEN
pub fn i2c1lpen(&self) -> I2C1LPEN_R
[src]
Bit 21 - I2C1LPEN
pub fn i2c2lpen(&self) -> I2C2LPEN_R
[src]
Bit 22 - I2C2LPEN
pub fn i2c3lpen(&self) -> I2C3LPEN_R
[src]
Bit 23 - I2C3LPEN
pub fn i2c5lpen(&self) -> I2C5LPEN_R
[src]
Bit 24 - I2C5LPEN
pub fn spdiflpen(&self) -> SPDIFLPEN_R
[src]
Bit 26 - SPDIFLPEN
pub fn ceclpen(&self) -> CECLPEN_R
[src]
Bit 27 - CECLPEN
pub fn dac12lpen(&self) -> DAC12LPEN_R
[src]
Bit 29 - DAC12LPEN
pub fn mdioslpen(&self) -> MDIOSLPEN_R
[src]
Bit 31 - MDIOSLPEN
impl R<u32, Reg<u32, _RCC_MP_APB2LPENSETR>>
[src]
pub fn tim1lpen(&self) -> TIM1LPEN_R
[src]
Bit 0 - TIM1LPEN
pub fn tim8lpen(&self) -> TIM8LPEN_R
[src]
Bit 1 - TIM8LPEN
pub fn tim15lpen(&self) -> TIM15LPEN_R
[src]
Bit 2 - TIM15LPEN
pub fn tim16lpen(&self) -> TIM16LPEN_R
[src]
Bit 3 - TIM16LPEN
pub fn tim17lpen(&self) -> TIM17LPEN_R
[src]
Bit 4 - TIM17LPEN
pub fn spi1lpen(&self) -> SPI1LPEN_R
[src]
Bit 8 - SPI1LPEN
pub fn spi4lpen(&self) -> SPI4LPEN_R
[src]
Bit 9 - SPI4LPEN
pub fn spi5lpen(&self) -> SPI5LPEN_R
[src]
Bit 10 - SPI5LPEN
pub fn usart6lpen(&self) -> USART6LPEN_R
[src]
Bit 13 - USART6LPEN
pub fn sai1lpen(&self) -> SAI1LPEN_R
[src]
Bit 16 - SAI1LPEN
pub fn sai2lpen(&self) -> SAI2LPEN_R
[src]
Bit 17 - SAI2LPEN
pub fn sai3lpen(&self) -> SAI3LPEN_R
[src]
Bit 18 - SAI3LPEN
pub fn dfsdmlpen(&self) -> DFSDMLPEN_R
[src]
Bit 20 - DFSDMLPEN
pub fn adfsdmlpen(&self) -> ADFSDMLPEN_R
[src]
Bit 21 - ADFSDMLPEN
pub fn fdcanlpen(&self) -> FDCANLPEN_R
[src]
Bit 24 - FDCANLPEN
impl R<u32, Reg<u32, _RCC_MP_APB2LPENCLRR>>
[src]
pub fn tim1lpen(&self) -> TIM1LPEN_R
[src]
Bit 0 - TIM1LPEN
pub fn tim8lpen(&self) -> TIM8LPEN_R
[src]
Bit 1 - TIM8LPEN
pub fn tim15lpen(&self) -> TIM15LPEN_R
[src]
Bit 2 - TIM15LPEN
pub fn tim16lpen(&self) -> TIM16LPEN_R
[src]
Bit 3 - TIM16LPEN
pub fn tim17lpen(&self) -> TIM17LPEN_R
[src]
Bit 4 - TIM17LPEN
pub fn spi1lpen(&self) -> SPI1LPEN_R
[src]
Bit 8 - SPI1LPEN
pub fn spi4lpen(&self) -> SPI4LPEN_R
[src]
Bit 9 - SPI4LPEN
pub fn spi5lpen(&self) -> SPI5LPEN_R
[src]
Bit 10 - SPI5LPEN
pub fn usart6lpen(&self) -> USART6LPEN_R
[src]
Bit 13 - USART6LPEN
pub fn sai1lpen(&self) -> SAI1LPEN_R
[src]
Bit 16 - SAI1LPEN
pub fn sai2lpen(&self) -> SAI2LPEN_R
[src]
Bit 17 - SAI2LPEN
pub fn sai3lpen(&self) -> SAI3LPEN_R
[src]
Bit 18 - SAI3LPEN
pub fn dfsdmlpen(&self) -> DFSDMLPEN_R
[src]
Bit 20 - DFSDMLPEN
pub fn adfsdmlpen(&self) -> ADFSDMLPEN_R
[src]
Bit 21 - ADFSDMLPEN
pub fn fdcanlpen(&self) -> FDCANLPEN_R
[src]
Bit 24 - FDCANLPEN
impl R<u32, Reg<u32, _RCC_MP_APB3LPENSETR>>
[src]
pub fn lptim2lpen(&self) -> LPTIM2LPEN_R
[src]
Bit 0 - LPTIM2LPEN
pub fn lptim3lpen(&self) -> LPTIM3LPEN_R
[src]
Bit 1 - LPTIM3LPEN
pub fn lptim4lpen(&self) -> LPTIM4LPEN_R
[src]
Bit 2 - LPTIM4LPEN
pub fn lptim5lpen(&self) -> LPTIM5LPEN_R
[src]
Bit 3 - LPTIM5LPEN
pub fn sai4lpen(&self) -> SAI4LPEN_R
[src]
Bit 8 - SAI4LPEN
pub fn syscfglpen(&self) -> SYSCFGLPEN_R
[src]
Bit 11 - SYSCFGLPEN
pub fn vreflpen(&self) -> VREFLPEN_R
[src]
Bit 13 - VREFLPEN
pub fn dtslpen(&self) -> DTSLPEN_R
[src]
Bit 16 - DTSLPEN
impl R<u32, Reg<u32, _RCC_MP_APB3LPENCLRR>>
[src]
pub fn lptim2lpen(&self) -> LPTIM2LPEN_R
[src]
Bit 0 - LPTIM2LPEN
pub fn lptim3lpen(&self) -> LPTIM3LPEN_R
[src]
Bit 1 - LPTIM3LPEN
pub fn lptim4lpen(&self) -> LPTIM4LPEN_R
[src]
Bit 2 - LPTIM4LPEN
pub fn lptim5lpen(&self) -> LPTIM5LPEN_R
[src]
Bit 3 - LPTIM5LPEN
pub fn sai4lpen(&self) -> SAI4LPEN_R
[src]
Bit 8 - SAI4LPEN
pub fn syscfglpen(&self) -> SYSCFGLPEN_R
[src]
Bit 11 - SYSCFGLPEN
pub fn vreflpen(&self) -> VREFLPEN_R
[src]
Bit 13 - VREFLPEN
pub fn dtslpen(&self) -> DTSLPEN_R
[src]
Bit 16 - DTSLPEN
impl R<u32, Reg<u32, _RCC_MP_AHB2LPENSETR>>
[src]
pub fn dma1lpen(&self) -> DMA1LPEN_R
[src]
Bit 0 - DMA1LPEN
pub fn dma2lpen(&self) -> DMA2LPEN_R
[src]
Bit 1 - DMA2LPEN
pub fn dmamuxlpen(&self) -> DMAMUXLPEN_R
[src]
Bit 2 - DMAMUXLPEN
pub fn adc12lpen(&self) -> ADC12LPEN_R
[src]
Bit 5 - ADC12LPEN
pub fn usbolpen(&self) -> USBOLPEN_R
[src]
Bit 8 - USBOLPEN
pub fn sdmmc3lpen(&self) -> SDMMC3LPEN_R
[src]
Bit 16 - SDMMC3LPEN
impl R<u32, Reg<u32, _RCC_MP_AHB2LPENCLRR>>
[src]
pub fn dma1lpen(&self) -> DMA1LPEN_R
[src]
Bit 0 - DMA1LPEN
pub fn dma2lpen(&self) -> DMA2LPEN_R
[src]
Bit 1 - DMA2LPEN
pub fn dmamuxlpen(&self) -> DMAMUXLPEN_R
[src]
Bit 2 - DMAMUXLPEN
pub fn adc12lpen(&self) -> ADC12LPEN_R
[src]
Bit 5 - ADC12LPEN
pub fn usbolpen(&self) -> USBOLPEN_R
[src]
Bit 8 - USBOLPEN
pub fn sdmmc3lpen(&self) -> SDMMC3LPEN_R
[src]
Bit 16 - SDMMC3LPEN
impl R<u32, Reg<u32, _RCC_MP_AHB3LPENSETR>>
[src]
pub fn dcmilpen(&self) -> DCMILPEN_R
[src]
Bit 0 - DCMILPEN
pub fn cryp2lpen(&self) -> CRYP2LPEN_R
[src]
Bit 4 - CRYP2LPEN
pub fn hash2lpen(&self) -> HASH2LPEN_R
[src]
Bit 5 - HASH2LPEN
pub fn rng2lpen(&self) -> RNG2LPEN_R
[src]
Bit 6 - RNG2LPEN
pub fn crc2lpen(&self) -> CRC2LPEN_R
[src]
Bit 7 - CRC2LPEN
pub fn hsemlpen(&self) -> HSEMLPEN_R
[src]
Bit 11 - HSEMLPEN
pub fn ipcclpen(&self) -> IPCCLPEN_R
[src]
Bit 12 - IPCCLPEN
impl R<u32, Reg<u32, _RCC_MP_AHB3LPENCLRR>>
[src]
pub fn dcmilpen(&self) -> DCMILPEN_R
[src]
Bit 0 - DCMILPEN
pub fn cryp2lpen(&self) -> CRYP2LPEN_R
[src]
Bit 4 - CRYP2LPEN
pub fn hash2lpen(&self) -> HASH2LPEN_R
[src]
Bit 5 - HASH2LPEN
pub fn rng2lpen(&self) -> RNG2LPEN_R
[src]
Bit 6 - RNG2LPEN
pub fn crc2lpen(&self) -> CRC2LPEN_R
[src]
Bit 7 - CRC2LPEN
pub fn hsemlpen(&self) -> HSEMLPEN_R
[src]
Bit 11 - HSEMLPEN
pub fn ipcclpen(&self) -> IPCCLPEN_R
[src]
Bit 12 - IPCCLPEN
impl R<u32, Reg<u32, _RCC_MP_AHB4LPENSETR>>
[src]
pub fn gpioalpen(&self) -> GPIOALPEN_R
[src]
Bit 0 - GPIOALPEN
pub fn gpioblpen(&self) -> GPIOBLPEN_R
[src]
Bit 1 - GPIOBLPEN
pub fn gpioclpen(&self) -> GPIOCLPEN_R
[src]
Bit 2 - GPIOCLPEN
pub fn gpiodlpen(&self) -> GPIODLPEN_R
[src]
Bit 3 - GPIODLPEN
pub fn gpioelpen(&self) -> GPIOELPEN_R
[src]
Bit 4 - GPIOELPEN
pub fn gpioflpen(&self) -> GPIOFLPEN_R
[src]
Bit 5 - GPIOFLPEN
pub fn gpioglpen(&self) -> GPIOGLPEN_R
[src]
Bit 6 - GPIOGLPEN
pub fn gpiohlpen(&self) -> GPIOHLPEN_R
[src]
Bit 7 - GPIOHLPEN
pub fn gpioilpen(&self) -> GPIOILPEN_R
[src]
Bit 8 - GPIOILPEN
pub fn gpiojlpen(&self) -> GPIOJLPEN_R
[src]
Bit 9 - GPIOJLPEN
pub fn gpioklpen(&self) -> GPIOKLPEN_R
[src]
Bit 10 - GPIOKLPEN
impl R<u32, Reg<u32, _RCC_MP_AHB4LPENCLRR>>
[src]
pub fn gpioalpen(&self) -> GPIOALPEN_R
[src]
Bit 0 - GPIOALPEN
pub fn gpioblpen(&self) -> GPIOBLPEN_R
[src]
Bit 1 - GPIOBLPEN
pub fn gpioclpen(&self) -> GPIOCLPEN_R
[src]
Bit 2 - GPIOCLPEN
pub fn gpiodlpen(&self) -> GPIODLPEN_R
[src]
Bit 3 - GPIODLPEN
pub fn gpioelpen(&self) -> GPIOELPEN_R
[src]
Bit 4 - GPIOELPEN
pub fn gpioflpen(&self) -> GPIOFLPEN_R
[src]
Bit 5 - GPIOFLPEN
pub fn gpioglpen(&self) -> GPIOGLPEN_R
[src]
Bit 6 - GPIOGLPEN
pub fn gpiohlpen(&self) -> GPIOHLPEN_R
[src]
Bit 7 - GPIOHLPEN
pub fn gpioilpen(&self) -> GPIOILPEN_R
[src]
Bit 8 - GPIOILPEN
pub fn gpiojlpen(&self) -> GPIOJLPEN_R
[src]
Bit 9 - GPIOJLPEN
pub fn gpioklpen(&self) -> GPIOKLPEN_R
[src]
Bit 10 - GPIOKLPEN
impl R<u32, Reg<u32, _RCC_MP_AXIMLPENSETR>>
[src]
pub fn sysramlpen(&self) -> SYSRAMLPEN_R
[src]
Bit 0 - SYSRAMLPEN
impl R<u32, Reg<u32, _RCC_MP_AXIMLPENCLRR>>
[src]
pub fn sysramlpen(&self) -> SYSRAMLPEN_R
[src]
Bit 0 - SYSRAMLPEN
impl R<u32, Reg<u32, _RCC_MP_MLAHBLPENSETR>>
[src]
pub fn sram1lpen(&self) -> SRAM1LPEN_R
[src]
Bit 0 - SRAM1LPEN
pub fn sram2lpen(&self) -> SRAM2LPEN_R
[src]
Bit 1 - SRAM2LPEN
pub fn sram34lpen(&self) -> SRAM34LPEN_R
[src]
Bit 2 - SRAM34LPEN
pub fn retramlpen(&self) -> RETRAMLPEN_R
[src]
Bit 4 - RETRAMLPEN
impl R<u32, Reg<u32, _RCC_MP_MLAHBLPENCLRR>>
[src]
pub fn sram1lpen(&self) -> SRAM1LPEN_R
[src]
Bit 0 - SRAM1LPEN
pub fn sram2lpen(&self) -> SRAM2LPEN_R
[src]
Bit 1 - SRAM2LPEN
pub fn sram34lpen(&self) -> SRAM34LPEN_R
[src]
Bit 2 - SRAM34LPEN
pub fn retramlpen(&self) -> RETRAMLPEN_R
[src]
Bit 4 - RETRAMLPEN
impl R<u32, Reg<u32, _RCC_MC_APB1LPENSETR>>
[src]
pub fn tim2lpen(&self) -> TIM2LPEN_R
[src]
Bit 0 - TIM2LPEN
pub fn tim3lpen(&self) -> TIM3LPEN_R
[src]
Bit 1 - TIM3LPEN
pub fn tim4lpen(&self) -> TIM4LPEN_R
[src]
Bit 2 - TIM4LPEN
pub fn tim5lpen(&self) -> TIM5LPEN_R
[src]
Bit 3 - TIM5LPEN
pub fn tim6lpen(&self) -> TIM6LPEN_R
[src]
Bit 4 - TIM6LPEN
pub fn tim7lpen(&self) -> TIM7LPEN_R
[src]
Bit 5 - TIM7LPEN
pub fn tim12lpen(&self) -> TIM12LPEN_R
[src]
Bit 6 - TIM12LPEN
pub fn tim13lpen(&self) -> TIM13LPEN_R
[src]
Bit 7 - TIM13LPEN
pub fn tim14lpen(&self) -> TIM14LPEN_R
[src]
Bit 8 - TIM14LPEN
pub fn lptim1lpen(&self) -> LPTIM1LPEN_R
[src]
Bit 9 - LPTIM1LPEN
pub fn spi2lpen(&self) -> SPI2LPEN_R
[src]
Bit 11 - SPI2LPEN
pub fn spi3lpen(&self) -> SPI3LPEN_R
[src]
Bit 12 - SPI3LPEN
pub fn usart2lpen(&self) -> USART2LPEN_R
[src]
Bit 14 - USART2LPEN
pub fn usart3lpen(&self) -> USART3LPEN_R
[src]
Bit 15 - USART3LPEN
pub fn uart4lpen(&self) -> UART4LPEN_R
[src]
Bit 16 - UART4LPEN
pub fn uart5lpen(&self) -> UART5LPEN_R
[src]
Bit 17 - UART5LPEN
pub fn uart7lpen(&self) -> UART7LPEN_R
[src]
Bit 18 - UART7LPEN
pub fn uart8lpen(&self) -> UART8LPEN_R
[src]
Bit 19 - UART8LPEN
pub fn i2c1lpen(&self) -> I2C1LPEN_R
[src]
Bit 21 - I2C1LPEN
pub fn i2c2lpen(&self) -> I2C2LPEN_R
[src]
Bit 22 - I2C2LPEN
pub fn i2c3lpen(&self) -> I2C3LPEN_R
[src]
Bit 23 - I2C3LPEN
pub fn i2c5lpen(&self) -> I2C5LPEN_R
[src]
Bit 24 - I2C5LPEN
pub fn spdiflpen(&self) -> SPDIFLPEN_R
[src]
Bit 26 - SPDIFLPEN
pub fn ceclpen(&self) -> CECLPEN_R
[src]
Bit 27 - CECLPEN
pub fn wwdg1lpen(&self) -> WWDG1LPEN_R
[src]
Bit 28 - WWDG1LPEN
pub fn dac12lpen(&self) -> DAC12LPEN_R
[src]
Bit 29 - DAC12LPEN
pub fn mdioslpen(&self) -> MDIOSLPEN_R
[src]
Bit 31 - MDIOSLPEN
impl R<u32, Reg<u32, _RCC_MC_APB1LPENCLRR>>
[src]
pub fn tim2lpen(&self) -> TIM2LPEN_R
[src]
Bit 0 - TIM2LPEN
pub fn tim3lpen(&self) -> TIM3LPEN_R
[src]
Bit 1 - TIM3LPEN
pub fn tim4lpen(&self) -> TIM4LPEN_R
[src]
Bit 2 - TIM4LPEN
pub fn tim5lpen(&self) -> TIM5LPEN_R
[src]
Bit 3 - TIM5LPEN
pub fn tim6lpen(&self) -> TIM6LPEN_R
[src]
Bit 4 - TIM6LPEN
pub fn tim7lpen(&self) -> TIM7LPEN_R
[src]
Bit 5 - TIM7LPEN
pub fn tim12lpen(&self) -> TIM12LPEN_R
[src]
Bit 6 - TIM12LPEN
pub fn tim13lpen(&self) -> TIM13LPEN_R
[src]
Bit 7 - TIM13LPEN
pub fn tim14lpen(&self) -> TIM14LPEN_R
[src]
Bit 8 - TIM14LPEN
pub fn lptim1lpen(&self) -> LPTIM1LPEN_R
[src]
Bit 9 - LPTIM1LPEN
pub fn spi2lpen(&self) -> SPI2LPEN_R
[src]
Bit 11 - SPI2LPEN
pub fn spi3lpen(&self) -> SPI3LPEN_R
[src]
Bit 12 - SPI3LPEN
pub fn usart2lpen(&self) -> USART2LPEN_R
[src]
Bit 14 - USART2LPEN
pub fn usart3lpen(&self) -> USART3LPEN_R
[src]
Bit 15 - USART3LPEN
pub fn uart4lpen(&self) -> UART4LPEN_R
[src]
Bit 16 - UART4LPEN
pub fn uart5lpen(&self) -> UART5LPEN_R
[src]
Bit 17 - UART5LPEN
pub fn uart7lpen(&self) -> UART7LPEN_R
[src]
Bit 18 - UART7LPEN
pub fn uart8lpen(&self) -> UART8LPEN_R
[src]
Bit 19 - UART8LPEN
pub fn i2c1lpen(&self) -> I2C1LPEN_R
[src]
Bit 21 - I2C1LPEN
pub fn i2c2lpen(&self) -> I2C2LPEN_R
[src]
Bit 22 - I2C2LPEN
pub fn i2c3lpen(&self) -> I2C3LPEN_R
[src]
Bit 23 - I2C3LPEN
pub fn i2c5lpen(&self) -> I2C5LPEN_R
[src]
Bit 24 - I2C5LPEN
pub fn spdiflpen(&self) -> SPDIFLPEN_R
[src]
Bit 26 - SPDIFLPEN
pub fn ceclpen(&self) -> CECLPEN_R
[src]
Bit 27 - CECLPEN
pub fn wwdg1lpen(&self) -> WWDG1LPEN_R
[src]
Bit 28 - WWDG1LPEN
pub fn dac12lpen(&self) -> DAC12LPEN_R
[src]
Bit 29 - DAC12LPEN
pub fn mdioslpen(&self) -> MDIOSLPEN_R
[src]
Bit 31 - MDIOSLPEN
impl R<u32, Reg<u32, _RCC_MC_APB2LPENSETR>>
[src]
pub fn tim1lpen(&self) -> TIM1LPEN_R
[src]
Bit 0 - TIM1LPEN
pub fn tim8lpen(&self) -> TIM8LPEN_R
[src]
Bit 1 - TIM8LPEN
pub fn tim15lpen(&self) -> TIM15LPEN_R
[src]
Bit 2 - TIM15LPEN
pub fn tim16lpen(&self) -> TIM16LPEN_R
[src]
Bit 3 - TIM16LPEN
pub fn tim17lpen(&self) -> TIM17LPEN_R
[src]
Bit 4 - TIM17LPEN
pub fn spi1lpen(&self) -> SPI1LPEN_R
[src]
Bit 8 - SPI1LPEN
pub fn spi4lpen(&self) -> SPI4LPEN_R
[src]
Bit 9 - SPI4LPEN
pub fn spi5lpen(&self) -> SPI5LPEN_R
[src]
Bit 10 - SPI5LPEN
pub fn usart6lpen(&self) -> USART6LPEN_R
[src]
Bit 13 - USART6LPEN
pub fn sai1lpen(&self) -> SAI1LPEN_R
[src]
Bit 16 - SAI1LPEN
pub fn sai2lpen(&self) -> SAI2LPEN_R
[src]
Bit 17 - SAI2LPEN
pub fn sai3lpen(&self) -> SAI3LPEN_R
[src]
Bit 18 - SAI3LPEN
pub fn dfsdmlpen(&self) -> DFSDMLPEN_R
[src]
Bit 20 - DFSDMLPEN
pub fn adfsdmlpen(&self) -> ADFSDMLPEN_R
[src]
Bit 21 - ADFSDMLPEN
pub fn fdcanlpen(&self) -> FDCANLPEN_R
[src]
Bit 24 - FDCANLPEN
impl R<u32, Reg<u32, _RCC_MC_APB2LPENCLRR>>
[src]
pub fn tim1lpen(&self) -> TIM1LPEN_R
[src]
Bit 0 - TIM1LPEN
pub fn tim8lpen(&self) -> TIM8LPEN_R
[src]
Bit 1 - TIM8LPEN
pub fn tim15lpen(&self) -> TIM15LPEN_R
[src]
Bit 2 - TIM15LPEN
pub fn tim16lpen(&self) -> TIM16LPEN_R
[src]
Bit 3 - TIM16LPEN
pub fn tim17lpen(&self) -> TIM17LPEN_R
[src]
Bit 4 - TIM17LPEN
pub fn spi1lpen(&self) -> SPI1LPEN_R
[src]
Bit 8 - SPI1LPEN
pub fn spi4lpen(&self) -> SPI4LPEN_R
[src]
Bit 9 - SPI4LPEN
pub fn spi5lpen(&self) -> SPI5LPEN_R
[src]
Bit 10 - SPI5LPEN
pub fn usart6lpen(&self) -> USART6LPEN_R
[src]
Bit 13 - USART6LPEN
pub fn sai1lpen(&self) -> SAI1LPEN_R
[src]
Bit 16 - SAI1LPEN
pub fn sai2lpen(&self) -> SAI2LPEN_R
[src]
Bit 17 - SAI2LPEN
pub fn sai3lpen(&self) -> SAI3LPEN_R
[src]
Bit 18 - SAI3LPEN
pub fn dfsdmlpen(&self) -> DFSDMLPEN_R
[src]
Bit 20 - DFSDMLPEN
pub fn adfsdmlpen(&self) -> ADFSDMLPEN_R
[src]
Bit 21 - ADFSDMLPEN
pub fn fdcanlpen(&self) -> FDCANLPEN_R
[src]
Bit 24 - FDCANLPEN
impl R<u32, Reg<u32, _RCC_MC_APB3LPENSETR>>
[src]
pub fn lptim2lpen(&self) -> LPTIM2LPEN_R
[src]
Bit 0 - LPTIM2LPEN
pub fn lptim3lpen(&self) -> LPTIM3LPEN_R
[src]
Bit 1 - LPTIM3LPEN
pub fn lptim4lpen(&self) -> LPTIM4LPEN_R
[src]
Bit 2 - LPTIM4LPEN
pub fn lptim5lpen(&self) -> LPTIM5LPEN_R
[src]
Bit 3 - LPTIM5LPEN
pub fn sai4lpen(&self) -> SAI4LPEN_R
[src]
Bit 8 - SAI4LPEN
pub fn syscfglpen(&self) -> SYSCFGLPEN_R
[src]
Bit 11 - SYSCFGLPEN
pub fn vreflpen(&self) -> VREFLPEN_R
[src]
Bit 13 - VREFLPEN
pub fn dtslpen(&self) -> DTSLPEN_R
[src]
Bit 16 - DTSLPEN
impl R<u32, Reg<u32, _RCC_MC_APB3LPENCLRR>>
[src]
pub fn lptim2lpen(&self) -> LPTIM2LPEN_R
[src]
Bit 0 - LPTIM2LPEN
pub fn lptim3lpen(&self) -> LPTIM3LPEN_R
[src]
Bit 1 - LPTIM3LPEN
pub fn lptim4lpen(&self) -> LPTIM4LPEN_R
[src]
Bit 2 - LPTIM4LPEN
pub fn lptim5lpen(&self) -> LPTIM5LPEN_R
[src]
Bit 3 - LPTIM5LPEN
pub fn sai4lpen(&self) -> SAI4LPEN_R
[src]
Bit 8 - SAI4LPEN
pub fn syscfglpen(&self) -> SYSCFGLPEN_R
[src]
Bit 11 - SYSCFGLPEN
pub fn vreflpen(&self) -> VREFLPEN_R
[src]
Bit 13 - VREFLPEN
pub fn dtslpen(&self) -> DTSLPEN_R
[src]
Bit 16 - DTSLPEN
impl R<u32, Reg<u32, _RCC_MC_AHB2LPENSETR>>
[src]
pub fn dma1lpen(&self) -> DMA1LPEN_R
[src]
Bit 0 - DMA1LPEN
pub fn dma2lpen(&self) -> DMA2LPEN_R
[src]
Bit 1 - DMA2LPEN
pub fn dmamuxlpen(&self) -> DMAMUXLPEN_R
[src]
Bit 2 - DMAMUXLPEN
pub fn adc12lpen(&self) -> ADC12LPEN_R
[src]
Bit 5 - ADC12LPEN
pub fn usbolpen(&self) -> USBOLPEN_R
[src]
Bit 8 - USBOLPEN
pub fn sdmmc3lpen(&self) -> SDMMC3LPEN_R
[src]
Bit 16 - SDMMC3LPEN
impl R<u32, Reg<u32, _RCC_MC_AHB2LPENCLRR>>
[src]
pub fn dma1lpen(&self) -> DMA1LPEN_R
[src]
Bit 0 - DMA1LPEN
pub fn dma2lpen(&self) -> DMA2LPEN_R
[src]
Bit 1 - DMA2LPEN
pub fn dmamuxlpen(&self) -> DMAMUXLPEN_R
[src]
Bit 2 - DMAMUXLPEN
pub fn adc12lpen(&self) -> ADC12LPEN_R
[src]
Bit 5 - ADC12LPEN
pub fn usbolpen(&self) -> USBOLPEN_R
[src]
Bit 8 - USBOLPEN
pub fn sdmmc3lpen(&self) -> SDMMC3LPEN_R
[src]
Bit 16 - SDMMC3LPEN
impl R<u32, Reg<u32, _RCC_MC_AHB3LPENSETR>>
[src]
pub fn dcmilpen(&self) -> DCMILPEN_R
[src]
Bit 0 - DCMILPEN
pub fn cryp2lpen(&self) -> CRYP2LPEN_R
[src]
Bit 4 - CRYP2LPEN
pub fn hash2lpen(&self) -> HASH2LPEN_R
[src]
Bit 5 - HASH2LPEN
pub fn rng2lpen(&self) -> RNG2LPEN_R
[src]
Bit 6 - RNG2LPEN
pub fn crc2lpen(&self) -> CRC2LPEN_R
[src]
Bit 7 - CRC2LPEN
pub fn hsemlpen(&self) -> HSEMLPEN_R
[src]
Bit 11 - HSEMLPEN
pub fn ipcclpen(&self) -> IPCCLPEN_R
[src]
Bit 12 - IPCCLPEN
impl R<u32, Reg<u32, _RCC_MC_AHB3LPENCLRR>>
[src]
pub fn dcmilpen(&self) -> DCMILPEN_R
[src]
Bit 0 - DCMILPEN
pub fn cryp2lpen(&self) -> CRYP2LPEN_R
[src]
Bit 4 - CRYP2LPEN
pub fn hash2lpen(&self) -> HASH2LPEN_R
[src]
Bit 5 - HASH2LPEN
pub fn rng2lpen(&self) -> RNG2LPEN_R
[src]
Bit 6 - RNG2LPEN
pub fn crc2lpen(&self) -> CRC2LPEN_R
[src]
Bit 7 - CRC2LPEN
pub fn hsemlpen(&self) -> HSEMLPEN_R
[src]
Bit 11 - HSEMLPEN
pub fn ipcclpen(&self) -> IPCCLPEN_R
[src]
Bit 12 - IPCCLPEN
impl R<u32, Reg<u32, _RCC_MC_AHB4LPENSETR>>
[src]
pub fn gpioalpen(&self) -> GPIOALPEN_R
[src]
Bit 0 - GPIOALPEN
pub fn gpioblpen(&self) -> GPIOBLPEN_R
[src]
Bit 1 - GPIOBLPEN
pub fn gpioclpen(&self) -> GPIOCLPEN_R
[src]
Bit 2 - GPIOCLPEN
pub fn gpiodlpen(&self) -> GPIODLPEN_R
[src]
Bit 3 - GPIODLPEN
pub fn gpioelpen(&self) -> GPIOELPEN_R
[src]
Bit 4 - GPIOELPEN
pub fn gpioflpen(&self) -> GPIOFLPEN_R
[src]
Bit 5 - GPIOFLPEN
pub fn gpioglpen(&self) -> GPIOGLPEN_R
[src]
Bit 6 - GPIOGLPEN
pub fn gpiohlpen(&self) -> GPIOHLPEN_R
[src]
Bit 7 - GPIOHLPEN
pub fn gpioilpen(&self) -> GPIOILPEN_R
[src]
Bit 8 - GPIOILPEN
pub fn gpiojlpen(&self) -> GPIOJLPEN_R
[src]
Bit 9 - GPIOJLPEN
pub fn gpioklpen(&self) -> GPIOKLPEN_R
[src]
Bit 10 - GPIOKLPEN
impl R<u32, Reg<u32, _RCC_MC_AHB4LPENCLRR>>
[src]
pub fn gpioalpen(&self) -> GPIOALPEN_R
[src]
Bit 0 - GPIOALPEN
pub fn gpioblpen(&self) -> GPIOBLPEN_R
[src]
Bit 1 - GPIOBLPEN
pub fn gpioclpen(&self) -> GPIOCLPEN_R
[src]
Bit 2 - GPIOCLPEN
pub fn gpiodlpen(&self) -> GPIODLPEN_R
[src]
Bit 3 - GPIODLPEN
pub fn gpioelpen(&self) -> GPIOELPEN_R
[src]
Bit 4 - GPIOELPEN
pub fn gpioflpen(&self) -> GPIOFLPEN_R
[src]
Bit 5 - GPIOFLPEN
pub fn gpioglpen(&self) -> GPIOGLPEN_R
[src]
Bit 6 - GPIOGLPEN
pub fn gpiohlpen(&self) -> GPIOHLPEN_R
[src]
Bit 7 - GPIOHLPEN
pub fn gpioilpen(&self) -> GPIOILPEN_R
[src]
Bit 8 - GPIOILPEN
pub fn gpiojlpen(&self) -> GPIOJLPEN_R
[src]
Bit 9 - GPIOJLPEN
pub fn gpioklpen(&self) -> GPIOKLPEN_R
[src]
Bit 10 - GPIOKLPEN
impl R<u32, Reg<u32, _RCC_MC_AXIMLPENSETR>>
[src]
pub fn sysramlpen(&self) -> SYSRAMLPEN_R
[src]
Bit 0 - SYSRAMLPEN
impl R<u32, Reg<u32, _RCC_MC_AXIMLPENCLRR>>
[src]
pub fn sysramlpen(&self) -> SYSRAMLPEN_R
[src]
Bit 0 - SYSRAMLPEN
impl R<u32, Reg<u32, _RCC_MC_MLAHBLPENSETR>>
[src]
pub fn sram1lpen(&self) -> SRAM1LPEN_R
[src]
Bit 0 - SRAM1LPEN
pub fn sram2lpen(&self) -> SRAM2LPEN_R
[src]
Bit 1 - SRAM2LPEN
pub fn sram34lpen(&self) -> SRAM34LPEN_R
[src]
Bit 2 - SRAM34LPEN
pub fn retramlpen(&self) -> RETRAMLPEN_R
[src]
Bit 4 - RETRAMLPEN
impl R<u32, Reg<u32, _RCC_MC_MLAHBLPENCLRR>>
[src]
pub fn sram1lpen(&self) -> SRAM1LPEN_R
[src]
Bit 0 - SRAM1LPEN
pub fn sram2lpen(&self) -> SRAM2LPEN_R
[src]
Bit 1 - SRAM2LPEN
pub fn sram34lpen(&self) -> SRAM34LPEN_R
[src]
Bit 2 - SRAM34LPEN
pub fn retramlpen(&self) -> RETRAMLPEN_R
[src]
Bit 4 - RETRAMLPEN
impl R<u32, Reg<u32, _RCC_MC_RSTSCLRR>>
[src]
pub fn porrstf(&self) -> PORRSTF_R
[src]
Bit 0 - PORRSTF
pub fn borrstf(&self) -> BORRSTF_R
[src]
Bit 1 - BORRSTF
pub fn padrstf(&self) -> PADRSTF_R
[src]
Bit 2 - PADRSTF
pub fn hcssrstf(&self) -> HCSSRSTF_R
[src]
Bit 3 - HCSSRSTF
pub fn vcorerstf(&self) -> VCORERSTF_R
[src]
Bit 4 - VCORERSTF
pub fn mcurstf(&self) -> MCURSTF_R
[src]
Bit 5 - MCURSTF
pub fn mpsysrstf(&self) -> MPSYSRSTF_R
[src]
Bit 6 - MPSYSRSTF
pub fn mcsysrstf(&self) -> MCSYSRSTF_R
[src]
Bit 7 - MCSYSRSTF
pub fn iwdg1rstf(&self) -> IWDG1RSTF_R
[src]
Bit 8 - IWDG1RSTF
pub fn iwdg2rstf(&self) -> IWDG2RSTF_R
[src]
Bit 9 - IWDG2RSTF
pub fn wwdg1rstf(&self) -> WWDG1RSTF_R
[src]
Bit 10 - WWDG1RSTF
impl R<u32, Reg<u32, _RCC_MC_CIER>>
[src]
pub fn lsirdyie(&self) -> LSIRDYIE_R
[src]
Bit 0 - LSIRDYIE
pub fn lserdyie(&self) -> LSERDYIE_R
[src]
Bit 1 - LSERDYIE
pub fn hsirdyie(&self) -> HSIRDYIE_R
[src]
Bit 2 - HSIRDYIE
pub fn hserdyie(&self) -> HSERDYIE_R
[src]
Bit 3 - HSERDYIE
pub fn csirdyie(&self) -> CSIRDYIE_R
[src]
Bit 4 - CSIRDYIE
pub fn pll1dyie(&self) -> PLL1DYIE_R
[src]
Bit 8 - PLL1DYIE
pub fn pll2dyie(&self) -> PLL2DYIE_R
[src]
Bit 9 - PLL2DYIE
pub fn pll3dyie(&self) -> PLL3DYIE_R
[src]
Bit 10 - PLL3DYIE
pub fn pll4dyie(&self) -> PLL4DYIE_R
[src]
Bit 11 - PLL4DYIE
pub fn lsecssie(&self) -> LSECSSIE_R
[src]
Bit 16 - LSECSSIE
pub fn wkupie(&self) -> WKUPIE_R
[src]
Bit 20 - WKUPIE
impl R<u32, Reg<u32, _RCC_MC_CIFR>>
[src]
pub fn lsirdyf(&self) -> LSIRDYF_R
[src]
Bit 0 - LSIRDYF
pub fn lserdyf(&self) -> LSERDYF_R
[src]
Bit 1 - LSERDYF
pub fn hsirdyf(&self) -> HSIRDYF_R
[src]
Bit 2 - HSIRDYF
pub fn hserdyf(&self) -> HSERDYF_R
[src]
Bit 3 - HSERDYF
pub fn csirdyf(&self) -> CSIRDYF_R
[src]
Bit 4 - CSIRDYF
pub fn pll1dyf(&self) -> PLL1DYF_R
[src]
Bit 8 - PLL1DYF
pub fn pll2dyf(&self) -> PLL2DYF_R
[src]
Bit 9 - PLL2DYF
pub fn pll3dyf(&self) -> PLL3DYF_R
[src]
Bit 10 - PLL3DYF
pub fn pll4dyf(&self) -> PLL4DYF_R
[src]
Bit 11 - PLL4DYF
pub fn lsecssf(&self) -> LSECSSF_R
[src]
Bit 16 - LSECSSF
pub fn wkupf(&self) -> WKUPF_R
[src]
Bit 20 - WKUPF
impl R<u32, Reg<u32, _RCC_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _RCC_IDR>>
[src]
impl R<u32, Reg<u32, _RCC_SIDR>>
[src]
impl R<u32, Reg<u32, _RNG_CR>>
[src]
pub fn rngen(&self) -> RNGEN_R
[src]
Bit 2 - RNGEN
pub fn ie(&self) -> IE_R
[src]
Bit 3 - IE
pub fn ced(&self) -> CED_R
[src]
Bit 5 - CED
impl R<u32, Reg<u32, _RNG_SR>>
[src]
pub fn drdy(&self) -> DRDY_R
[src]
Bit 0 - DRDY
pub fn cecs(&self) -> CECS_R
[src]
Bit 1 - CECS
pub fn secs(&self) -> SECS_R
[src]
Bit 2 - SECS
pub fn ceis(&self) -> CEIS_R
[src]
Bit 5 - CEIS
pub fn seis(&self) -> SEIS_R
[src]
Bit 6 - SEIS
impl R<u32, Reg<u32, _RNG_DR>>
[src]
impl R<u32, Reg<u32, _RNG_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _RNG_IPIDR>>
[src]
impl R<u32, Reg<u32, _RNG_SIDR>>
[src]
impl R<u32, Reg<u32, _RTC_TR>>
[src]
pub fn su(&self) -> SU_R
[src]
Bits 0:3 - SU
pub fn st(&self) -> ST_R
[src]
Bits 4:6 - ST
pub fn mnu(&self) -> MNU_R
[src]
Bits 8:11 - MNU
pub fn mnt(&self) -> MNT_R
[src]
Bits 12:14 - MNT
pub fn hu(&self) -> HU_R
[src]
Bits 16:19 - HU
pub fn ht(&self) -> HT_R
[src]
Bits 20:21 - HT
pub fn pm(&self) -> PM_R
[src]
Bit 22 - PM
impl R<u32, Reg<u32, _RTC_DR>>
[src]
pub fn du(&self) -> DU_R
[src]
Bits 0:3 - DU
pub fn dt(&self) -> DT_R
[src]
Bits 4:5 - DT
pub fn mu(&self) -> MU_R
[src]
Bits 8:11 - MU
pub fn mt(&self) -> MT_R
[src]
Bit 12 - MT
pub fn wdu(&self) -> WDU_R
[src]
Bits 13:15 - WDU
pub fn yu(&self) -> YU_R
[src]
Bits 16:19 - YU
pub fn yt(&self) -> YT_R
[src]
Bits 20:23 - YT
impl R<u32, Reg<u32, _RTC_SSR>>
[src]
impl R<u32, Reg<u32, _RTC_ICSR>>
[src]
pub fn alrawf(&self) -> ALRAWF_R
[src]
Bit 0 - ALRAWF
pub fn alrbwf(&self) -> ALRBWF_R
[src]
Bit 1 - ALRBWF
pub fn wutwf(&self) -> WUTWF_R
[src]
Bit 2 - WUTWF
pub fn shpf(&self) -> SHPF_R
[src]
Bit 3 - SHPF
pub fn inits(&self) -> INITS_R
[src]
Bit 4 - INITS
pub fn rsf(&self) -> RSF_R
[src]
Bit 5 - RSF
pub fn initf(&self) -> INITF_R
[src]
Bit 6 - INITF
pub fn init(&self) -> INIT_R
[src]
Bit 7 - INIT
pub fn recalpf(&self) -> RECALPF_R
[src]
Bit 16 - RECALPF
impl R<u32, Reg<u32, _RTC_PRER>>
[src]
pub fn prediv_s(&self) -> PREDIV_S_R
[src]
Bits 0:14 - PREDIV_S
pub fn prediv_a(&self) -> PREDIV_A_R
[src]
Bits 16:22 - PREDIV_A
impl R<u32, Reg<u32, _RTC_WUTR>>
[src]
impl R<u32, Reg<u32, _RTC_CR>>
[src]
pub fn wucksel(&self) -> WUCKSEL_R
[src]
Bits 0:2 - WUCKSEL
pub fn tsedge(&self) -> TSEDGE_R
[src]
Bit 3 - TSEDGE
pub fn refckon(&self) -> REFCKON_R
[src]
Bit 4 - REFCKON
pub fn bypshad(&self) -> BYPSHAD_R
[src]
Bit 5 - BYPSHAD
pub fn fmt(&self) -> FMT_R
[src]
Bit 6 - FMT
pub fn alrae(&self) -> ALRAE_R
[src]
Bit 8 - ALRAE
pub fn alrbe(&self) -> ALRBE_R
[src]
Bit 9 - ALRBE
pub fn wute(&self) -> WUTE_R
[src]
Bit 10 - WUTE
pub fn tse(&self) -> TSE_R
[src]
Bit 11 - TSE
pub fn alraie(&self) -> ALRAIE_R
[src]
Bit 12 - ALRAIE
pub fn alrbie(&self) -> ALRBIE_R
[src]
Bit 13 - ALRBIE
pub fn wutie(&self) -> WUTIE_R
[src]
Bit 14 - WUTIE
pub fn tsie(&self) -> TSIE_R
[src]
Bit 15 - TSIE
pub fn bkp(&self) -> BKP_R
[src]
Bit 18 - BKP
pub fn cosel(&self) -> COSEL_R
[src]
Bit 19 - COSEL
pub fn pol(&self) -> POL_R
[src]
Bit 20 - POL
pub fn osel(&self) -> OSEL_R
[src]
Bits 21:22 - OSEL
pub fn coe(&self) -> COE_R
[src]
Bit 23 - COE
pub fn itse(&self) -> ITSE_R
[src]
Bit 24 - ITSE
pub fn tampts(&self) -> TAMPTS_R
[src]
Bit 25 - TAMPTS
pub fn tampoe(&self) -> TAMPOE_R
[src]
Bit 26 - TAMPOE
pub fn tampalrm_pu(&self) -> TAMPALRM_PU_R
[src]
Bit 29 - TAMPALRM_PU
pub fn tampalrm_type(&self) -> TAMPALRM_TYPE_R
[src]
Bit 30 - TAMPALRM_TYPE
pub fn out2en(&self) -> OUT2EN_R
[src]
Bit 31 - OUT2EN
impl R<u32, Reg<u32, _RTC_SMCR>>
[src]
pub fn alradprot(&self) -> ALRADPROT_R
[src]
Bit 0 - ALRADPROT
pub fn alrbdprot(&self) -> ALRBDPROT_R
[src]
Bit 1 - ALRBDPROT
pub fn wutdprot(&self) -> WUTDPROT_R
[src]
Bit 2 - WUTDPROT
pub fn tsdprot(&self) -> TSDPROT_R
[src]
Bit 3 - TSDPROT
pub fn caldprot(&self) -> CALDPROT_R
[src]
Bit 13 - CALDPROT
pub fn initdprot(&self) -> INITDPROT_R
[src]
Bit 14 - INITDPROT
pub fn decprot(&self) -> DECPROT_R
[src]
Bit 15 - DECPROT
impl R<u32, Reg<u32, _RTC_CALR>>
[src]
pub fn calm(&self) -> CALM_R
[src]
Bits 0:8 - CALM
pub fn calw16(&self) -> CALW16_R
[src]
Bit 13 - CALW16
pub fn calw8(&self) -> CALW8_R
[src]
Bit 14 - CALW8
pub fn calp(&self) -> CALP_R
[src]
Bit 15 - CALP
impl R<u32, Reg<u32, _RTC_TSTR>>
[src]
pub fn su(&self) -> SU_R
[src]
Bits 0:3 - SU
pub fn st(&self) -> ST_R
[src]
Bits 4:6 - ST
pub fn mnu(&self) -> MNU_R
[src]
Bits 8:11 - MNU
pub fn mnt(&self) -> MNT_R
[src]
Bits 12:14 - MNT
pub fn hu(&self) -> HU_R
[src]
Bits 16:19 - HU
pub fn ht(&self) -> HT_R
[src]
Bits 20:21 - HT
pub fn pm(&self) -> PM_R
[src]
Bit 22 - PM
impl R<u32, Reg<u32, _RTC_TSDR>>
[src]
pub fn du(&self) -> DU_R
[src]
Bits 0:3 - DU
pub fn dt(&self) -> DT_R
[src]
Bits 4:5 - DT
pub fn mu(&self) -> MU_R
[src]
Bits 8:11 - MU
pub fn mt(&self) -> MT_R
[src]
Bit 12 - MT
pub fn wdu(&self) -> WDU_R
[src]
Bits 13:15 - WDU
impl R<u32, Reg<u32, _RTC_TSSSR>>
[src]
impl R<u32, Reg<u32, _RTC_ALRMAR>>
[src]
pub fn su(&self) -> SU_R
[src]
Bits 0:3 - SU
pub fn st(&self) -> ST_R
[src]
Bits 4:6 - ST
pub fn msk1(&self) -> MSK1_R
[src]
Bit 7 - MSK1
pub fn mnu(&self) -> MNU_R
[src]
Bits 8:11 - MNU
pub fn mnt(&self) -> MNT_R
[src]
Bits 12:14 - MNT
pub fn msk2(&self) -> MSK2_R
[src]
Bit 15 - MSK2
pub fn hu(&self) -> HU_R
[src]
Bits 16:19 - HU
pub fn ht(&self) -> HT_R
[src]
Bits 20:21 - HT
pub fn pm(&self) -> PM_R
[src]
Bit 22 - PM
pub fn msk3(&self) -> MSK3_R
[src]
Bit 23 - MSK3
pub fn du(&self) -> DU_R
[src]
Bits 24:27 - DU
pub fn dt(&self) -> DT_R
[src]
Bits 28:29 - DT
pub fn wdsel(&self) -> WDSEL_R
[src]
Bit 30 - WDSEL
pub fn msk4(&self) -> MSK4_R
[src]
Bit 31 - MSK4
impl R<u32, Reg<u32, _RTC_ALRMASSR>>
[src]
pub fn ss(&self) -> SS_R
[src]
Bits 0:14 - SS
pub fn maskss(&self) -> MASKSS_R
[src]
Bits 24:27 - MASKSS
impl R<u32, Reg<u32, _RTC_ALRMBR>>
[src]
pub fn su(&self) -> SU_R
[src]
Bits 0:3 - SU
pub fn st(&self) -> ST_R
[src]
Bits 4:6 - ST
pub fn msk1(&self) -> MSK1_R
[src]
Bit 7 - MSK1
pub fn mnu(&self) -> MNU_R
[src]
Bits 8:11 - MNU
pub fn mnt(&self) -> MNT_R
[src]
Bits 12:14 - MNT
pub fn msk2(&self) -> MSK2_R
[src]
Bit 15 - MSK2
pub fn hu(&self) -> HU_R
[src]
Bits 16:19 - HU
pub fn ht(&self) -> HT_R
[src]
Bits 20:21 - HT
pub fn pm(&self) -> PM_R
[src]
Bit 22 - PM
pub fn msk3(&self) -> MSK3_R
[src]
Bit 23 - MSK3
pub fn du(&self) -> DU_R
[src]
Bits 24:27 - DU
pub fn dt(&self) -> DT_R
[src]
Bits 28:29 - DT
pub fn wdsel(&self) -> WDSEL_R
[src]
Bit 30 - WDSEL
pub fn msk4(&self) -> MSK4_R
[src]
Bit 31 - MSK4
impl R<u32, Reg<u32, _RTC_ALRMBSSR>>
[src]
pub fn ss(&self) -> SS_R
[src]
Bits 0:14 - SS
pub fn maskss(&self) -> MASKSS_R
[src]
Bits 24:27 - MASKSS
impl R<u32, Reg<u32, _RTC_SR>>
[src]
pub fn alraf(&self) -> ALRAF_R
[src]
Bit 0 - ALRAF
pub fn alrbf(&self) -> ALRBF_R
[src]
Bit 1 - ALRBF
pub fn wutf(&self) -> WUTF_R
[src]
Bit 2 - WUTF
pub fn tsf(&self) -> TSF_R
[src]
Bit 3 - TSF
pub fn tsovf(&self) -> TSOVF_R
[src]
Bit 4 - TSOVF
pub fn itsf(&self) -> ITSF_R
[src]
Bit 5 - ITSF
impl R<u32, Reg<u32, _RTC_MISR>>
[src]
pub fn alramf(&self) -> ALRAMF_R
[src]
Bit 0 - ALRAMF
pub fn alrbmf(&self) -> ALRBMF_R
[src]
Bit 1 - ALRBMF
pub fn wutmf(&self) -> WUTMF_R
[src]
Bit 2 - WUTMF
pub fn tsmf(&self) -> TSMF_R
[src]
Bit 3 - TSMF
pub fn tsovmf(&self) -> TSOVMF_R
[src]
Bit 4 - TSOVMF
pub fn itsmf(&self) -> ITSMF_R
[src]
Bit 5 - ITSMF
impl R<u32, Reg<u32, _RTC_SMISR>>
[src]
pub fn alramf(&self) -> ALRAMF_R
[src]
Bit 0 - ALRAMF
pub fn alrbmf(&self) -> ALRBMF_R
[src]
Bit 1 - ALRBMF
pub fn wutmf(&self) -> WUTMF_R
[src]
Bit 2 - WUTMF
pub fn tsmf(&self) -> TSMF_R
[src]
Bit 3 - TSMF
pub fn tsovmf(&self) -> TSOVMF_R
[src]
Bit 4 - TSOVMF
pub fn itsmf(&self) -> ITSMF_R
[src]
Bit 5 - ITSMF
impl R<u32, Reg<u32, _RTC_CFGR>>
[src]
pub fn out2_rmp(&self) -> OUT2_RMP_R
[src]
Bit 0 - OUT2_RMP
pub fn lscoen(&self) -> LSCOEN_R
[src]
Bits 1:2 - LSCOEN
impl R<u32, Reg<u32, _RTC_HWCFGR>>
[src]
pub fn alarmb(&self) -> ALARMB_R
[src]
Bits 0:3 - ALARMB
pub fn wakeup(&self) -> WAKEUP_R
[src]
Bits 4:7 - WAKEUP
pub fn smooth_calib(&self) -> SMOOTH_CALIB_R
[src]
Bits 8:11 - SMOOTH_CALIB
pub fn timestamp(&self) -> TIMESTAMP_R
[src]
Bits 12:15 - TIMESTAMP
pub fn optionreg_out(&self) -> OPTIONREG_OUT_R
[src]
Bits 16:23 - OPTIONREG_OUT
pub fn trust_zone(&self) -> TRUST_ZONE_R
[src]
Bits 24:27 - TRUST_ZONE
impl R<u32, Reg<u32, _RTC_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _RTC_IPIDR>>
[src]
impl R<u32, Reg<u32, _RTC_SIDR>>
[src]
impl R<u32, Reg<u32, _SAI_GCR>>
[src]
pub fn syncin(&self) -> SYNCIN_R
[src]
Bits 0:1 - SYNCIN
pub fn syncout(&self) -> SYNCOUT_R
[src]
Bits 4:5 - SYNCOUT
impl R<u32, Reg<u32, _SAI_ACR1>>
[src]
pub fn mode(&self) -> MODE_R
[src]
Bits 0:1 - MODE
pub fn prtcfg(&self) -> PRTCFG_R
[src]
Bits 2:3 - PRTCFG
pub fn ds(&self) -> DS_R
[src]
Bits 5:7 - DS
pub fn lsbfirst(&self) -> LSBFIRST_R
[src]
Bit 8 - LSBFIRST
pub fn ckstr(&self) -> CKSTR_R
[src]
Bit 9 - CKSTR
pub fn syncen(&self) -> SYNCEN_R
[src]
Bits 10:11 - SYNCEN
pub fn mono(&self) -> MONO_R
[src]
Bit 12 - MONO
pub fn outdriv(&self) -> OUTDRIV_R
[src]
Bit 13 - OUTDRIV
pub fn saien(&self) -> SAIEN_R
[src]
Bit 16 - SAIEN
pub fn dmaen(&self) -> DMAEN_R
[src]
Bit 17 - DMAEN
pub fn nodiv(&self) -> NODIV_R
[src]
Bit 19 - NODIV
pub fn mckdiv(&self) -> MCKDIV_R
[src]
Bits 20:25 - MCKDIV
pub fn osr(&self) -> OSR_R
[src]
Bit 26 - OSR
pub fn mcken(&self) -> MCKEN_R
[src]
Bit 27 - MCKEN
impl R<u32, Reg<u32, _SAI_ACR2>>
[src]
pub fn fth(&self) -> FTH_R
[src]
Bits 0:2 - FTH
pub fn tris(&self) -> TRIS_R
[src]
Bit 4 - TRIS
pub fn mute(&self) -> MUTE_R
[src]
Bit 5 - MUTE
pub fn muteval(&self) -> MUTEVAL_R
[src]
Bit 6 - MUTEVAL
pub fn mutecnt(&self) -> MUTECNT_R
[src]
Bits 7:12 - MUTECNT
pub fn cpl(&self) -> CPL_R
[src]
Bit 13 - CPL
pub fn comp(&self) -> COMP_R
[src]
Bits 14:15 - COMP
impl R<u32, Reg<u32, _SAI_AFRCR>>
[src]
pub fn frl(&self) -> FRL_R
[src]
Bits 0:7 - FRL
pub fn fsall(&self) -> FSALL_R
[src]
Bits 8:14 - FSALL
pub fn fsdef(&self) -> FSDEF_R
[src]
Bit 16 - FSDEF
pub fn fspol(&self) -> FSPOL_R
[src]
Bit 17 - FSPOL
pub fn fsoff(&self) -> FSOFF_R
[src]
Bit 18 - FSOFF
impl R<u32, Reg<u32, _SAI_ASLOTR>>
[src]
pub fn fboff(&self) -> FBOFF_R
[src]
Bits 0:4 - FBOFF
pub fn slotsz(&self) -> SLOTSZ_R
[src]
Bits 6:7 - SLOTSZ
pub fn nbslot(&self) -> NBSLOT_R
[src]
Bits 8:11 - NBSLOT
pub fn sloten(&self) -> SLOTEN_R
[src]
Bits 16:31 - SLOTEN
impl R<u32, Reg<u32, _SAI_AIM>>
[src]
pub fn ovrudrie(&self) -> OVRUDRIE_R
[src]
Bit 0 - OVRUDRIE
pub fn mutedetie(&self) -> MUTEDETIE_R
[src]
Bit 1 - MUTEDETIE
pub fn wckcfgie(&self) -> WCKCFGIE_R
[src]
Bit 2 - WCKCFGIE
pub fn freqie(&self) -> FREQIE_R
[src]
Bit 3 - FREQIE
pub fn cnrdyie(&self) -> CNRDYIE_R
[src]
Bit 4 - CNRDYIE
pub fn afsdetie(&self) -> AFSDETIE_R
[src]
Bit 5 - AFSDETIE
pub fn lfsdetie(&self) -> LFSDETIE_R
[src]
Bit 6 - LFSDETIE
impl R<u32, Reg<u32, _SAI_ASR>>
[src]
pub fn ovrudr(&self) -> OVRUDR_R
[src]
Bit 0 - OVRUDR
pub fn mutedet(&self) -> MUTEDET_R
[src]
Bit 1 - MUTEDET
pub fn wckcfg(&self) -> WCKCFG_R
[src]
Bit 2 - WCKCFG
pub fn freq(&self) -> FREQ_R
[src]
Bit 3 - FREQ
pub fn cnrdy(&self) -> CNRDY_R
[src]
Bit 4 - CNRDY
pub fn afsdet(&self) -> AFSDET_R
[src]
Bit 5 - AFSDET
pub fn lfsdet(&self) -> LFSDET_R
[src]
Bit 6 - LFSDET
pub fn flvl(&self) -> FLVL_R
[src]
Bits 16:18 - FLVL
impl R<u32, Reg<u32, _SAI_ADR>>
[src]
impl R<u32, Reg<u32, _SAI_BCR1>>
[src]
pub fn mode(&self) -> MODE_R
[src]
Bits 0:1 - MODE
pub fn prtcfg(&self) -> PRTCFG_R
[src]
Bits 2:3 - PRTCFG
pub fn ds(&self) -> DS_R
[src]
Bits 5:7 - DS
pub fn lsbfirst(&self) -> LSBFIRST_R
[src]
Bit 8 - LSBFIRST
pub fn ckstr(&self) -> CKSTR_R
[src]
Bit 9 - CKSTR
pub fn syncen(&self) -> SYNCEN_R
[src]
Bits 10:11 - SYNCEN
pub fn mono(&self) -> MONO_R
[src]
Bit 12 - MONO
pub fn outdriv(&self) -> OUTDRIV_R
[src]
Bit 13 - OUTDRIV
pub fn saien(&self) -> SAIEN_R
[src]
Bit 16 - SAIEN
pub fn dmaen(&self) -> DMAEN_R
[src]
Bit 17 - DMAEN
pub fn nodiv(&self) -> NODIV_R
[src]
Bit 19 - NODIV
pub fn mckdiv(&self) -> MCKDIV_R
[src]
Bits 20:25 - MCKDIV
pub fn osr(&self) -> OSR_R
[src]
Bit 26 - OSR
pub fn mcken(&self) -> MCKEN_R
[src]
Bit 27 - MCKEN
impl R<u32, Reg<u32, _SAI_BCR2>>
[src]
pub fn fth(&self) -> FTH_R
[src]
Bits 0:2 - FTH
pub fn tris(&self) -> TRIS_R
[src]
Bit 4 - TRIS
pub fn mute(&self) -> MUTE_R
[src]
Bit 5 - MUTE
pub fn muteval(&self) -> MUTEVAL_R
[src]
Bit 6 - MUTEVAL
pub fn mutecnt(&self) -> MUTECNT_R
[src]
Bits 7:12 - MUTECNT
pub fn cpl(&self) -> CPL_R
[src]
Bit 13 - CPL
pub fn comp(&self) -> COMP_R
[src]
Bits 14:15 - COMP
impl R<u32, Reg<u32, _SAI_BFRCR>>
[src]
pub fn frl(&self) -> FRL_R
[src]
Bits 0:7 - FRL
pub fn fsall(&self) -> FSALL_R
[src]
Bits 8:14 - FSALL
pub fn fsdef(&self) -> FSDEF_R
[src]
Bit 16 - FSDEF
pub fn fspol(&self) -> FSPOL_R
[src]
Bit 17 - FSPOL
pub fn fsoff(&self) -> FSOFF_R
[src]
Bit 18 - FSOFF
impl R<u32, Reg<u32, _SAI_BSLOTR>>
[src]
pub fn fboff(&self) -> FBOFF_R
[src]
Bits 0:4 - FBOFF
pub fn slotsz(&self) -> SLOTSZ_R
[src]
Bits 6:7 - SLOTSZ
pub fn nbslot(&self) -> NBSLOT_R
[src]
Bits 8:11 - NBSLOT
pub fn sloten(&self) -> SLOTEN_R
[src]
Bits 16:31 - SLOTEN
impl R<u32, Reg<u32, _SAI_BIM>>
[src]
pub fn ovrudrie(&self) -> OVRUDRIE_R
[src]
Bit 0 - OVRUDRIE
pub fn mutedetie(&self) -> MUTEDETIE_R
[src]
Bit 1 - MUTEDETIE
pub fn wckcfgie(&self) -> WCKCFGIE_R
[src]
Bit 2 - WCKCFGIE
pub fn freqie(&self) -> FREQIE_R
[src]
Bit 3 - FREQIE
pub fn cnrdyie(&self) -> CNRDYIE_R
[src]
Bit 4 - CNRDYIE
pub fn afsdetie(&self) -> AFSDETIE_R
[src]
Bit 5 - AFSDETIE
pub fn lfsdetie(&self) -> LFSDETIE_R
[src]
Bit 6 - LFSDETIE
impl R<u32, Reg<u32, _SAI_BSR>>
[src]
pub fn ovrudr(&self) -> OVRUDR_R
[src]
Bit 0 - OVRUDR
pub fn mutedet(&self) -> MUTEDET_R
[src]
Bit 1 - MUTEDET
pub fn wckcfg(&self) -> WCKCFG_R
[src]
Bit 2 - WCKCFG
pub fn freq(&self) -> FREQ_R
[src]
Bit 3 - FREQ
pub fn cnrdy(&self) -> CNRDY_R
[src]
Bit 4 - CNRDY
pub fn afsdet(&self) -> AFSDET_R
[src]
Bit 5 - AFSDET
pub fn lfsdet(&self) -> LFSDET_R
[src]
Bit 6 - LFSDET
pub fn flvl(&self) -> FLVL_R
[src]
Bits 16:18 - FLVL
impl R<u32, Reg<u32, _SAI_BDR>>
[src]
impl R<u32, Reg<u32, _SAI_PDMCR>>
[src]
pub fn pdmen(&self) -> PDMEN_R
[src]
Bit 0 - PDMEN
pub fn micnbr(&self) -> MICNBR_R
[src]
Bits 4:5 - MICNBR
pub fn cken1(&self) -> CKEN1_R
[src]
Bit 8 - CKEN1
pub fn cken2(&self) -> CKEN2_R
[src]
Bit 9 - CKEN2
pub fn cken3(&self) -> CKEN3_R
[src]
Bit 10 - CKEN3
pub fn cken4(&self) -> CKEN4_R
[src]
Bit 11 - CKEN4
impl R<u32, Reg<u32, _SAI_PDMDLY>>
[src]
pub fn dlym1l(&self) -> DLYM1L_R
[src]
Bits 0:2 - DLYM1L
pub fn dlym1r(&self) -> DLYM1R_R
[src]
Bits 4:6 - DLYM1R
pub fn dlym2l(&self) -> DLYM2L_R
[src]
Bits 8:10 - DLYM2L
pub fn dlym2r(&self) -> DLYM2R_R
[src]
Bits 12:14 - DLYM2R
pub fn dlym3l(&self) -> DLYM3L_R
[src]
Bits 16:18 - DLYM3L
pub fn dlym3r(&self) -> DLYM3R_R
[src]
Bits 20:22 - DLYM3R
pub fn dlym4l(&self) -> DLYM4L_R
[src]
Bits 24:26 - DLYM4L
pub fn dlym4r(&self) -> DLYM4R_R
[src]
Bits 28:30 - DLYM4R
impl R<u32, Reg<u32, _SAI_HWCFGR>>
[src]
pub fn fifo_size(&self) -> FIFO_SIZE_R
[src]
Bits 0:7 - FIFO_SIZE
pub fn spdif_pdm(&self) -> SPDIF_PDM_R
[src]
Bits 8:11 - SPDIF_PDM
pub fn option_regout(&self) -> OPTION_REGOUT_R
[src]
Bits 12:19 - OPTION_REGOUT
impl R<u32, Reg<u32, _SAI_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _SAI_IPIDR>>
[src]
impl R<u32, Reg<u32, _SAI_SIDR>>
[src]
impl R<u32, Reg<u32, _SDMMC_POWER>>
[src]
pub fn pwrctrl(&self) -> PWRCTRL_R
[src]
Bits 0:1 - PWRCTRL
pub fn vswitch(&self) -> VSWITCH_R
[src]
Bit 2 - VSWITCH
pub fn vswitchen(&self) -> VSWITCHEN_R
[src]
Bit 3 - VSWITCHEN
pub fn dirpol(&self) -> DIRPOL_R
[src]
Bit 4 - DIRPOL
impl R<u32, Reg<u32, _SDMMC_CLKCR>>
[src]
pub fn clkdiv(&self) -> CLKDIV_R
[src]
Bits 0:9 - CLKDIV
pub fn pwrsav(&self) -> PWRSAV_R
[src]
Bit 12 - PWRSAV
pub fn widbus(&self) -> WIDBUS_R
[src]
Bits 14:15 - WIDBUS
pub fn negedge(&self) -> NEGEDGE_R
[src]
Bit 16 - NEGEDGE
pub fn hwfc_en(&self) -> HWFC_EN_R
[src]
Bit 17 - HWFC_EN
pub fn ddr(&self) -> DDR_R
[src]
Bit 18 - DDR
pub fn busspeed(&self) -> BUSSPEED_R
[src]
Bit 19 - BUSSPEED
pub fn selclkrx(&self) -> SELCLKRX_R
[src]
Bits 20:21 - SELCLKRX
impl R<u32, Reg<u32, _SDMMC_ARGR>>
[src]
impl R<u32, Reg<u32, _SDMMC_CMDR>>
[src]
pub fn cmdindex(&self) -> CMDINDEX_R
[src]
Bits 0:5 - CMDINDEX
pub fn cmdtrans(&self) -> CMDTRANS_R
[src]
Bit 6 - CMDTRANS
pub fn cmdstop(&self) -> CMDSTOP_R
[src]
Bit 7 - CMDSTOP
pub fn waitresp(&self) -> WAITRESP_R
[src]
Bits 8:9 - WAITRESP
pub fn waitint(&self) -> WAITINT_R
[src]
Bit 10 - WAITINT
pub fn waitpend(&self) -> WAITPEND_R
[src]
Bit 11 - WAITPEND
pub fn cpsmen(&self) -> CPSMEN_R
[src]
Bit 12 - CPSMEN
pub fn dthold(&self) -> DTHOLD_R
[src]
Bit 13 - DTHOLD
pub fn bootmode(&self) -> BOOTMODE_R
[src]
Bit 14 - BOOTMODE
pub fn booten(&self) -> BOOTEN_R
[src]
Bit 15 - BOOTEN
pub fn cmdsuspend(&self) -> CMDSUSPEND_R
[src]
Bit 16 - CMDSUSPEND
impl R<u32, Reg<u32, _SDMMC_RESPCMDR>>
[src]
impl R<u32, Reg<u32, _SDMMC_RESP1R>>
[src]
pub fn cardstatus1(&self) -> CARDSTATUS1_R
[src]
Bits 0:31 - CARDSTATUS1
impl R<u32, Reg<u32, _SDMMC_RESP2R>>
[src]
pub fn cardstatus2(&self) -> CARDSTATUS2_R
[src]
Bits 0:31 - CARDSTATUS2
impl R<u32, Reg<u32, _SDMMC_RESP3R>>
[src]
pub fn cardstatus3(&self) -> CARDSTATUS3_R
[src]
Bits 0:31 - CARDSTATUS3
impl R<u32, Reg<u32, _SDMMC_RESP4R>>
[src]
pub fn cardstatus4(&self) -> CARDSTATUS4_R
[src]
Bits 0:31 - CARDSTATUS4
impl R<u32, Reg<u32, _SDMMC_DTIMER>>
[src]
pub fn datatime(&self) -> DATATIME_R
[src]
Bits 0:31 - DATATIME
impl R<u32, Reg<u32, _SDMMC_DLENR>>
[src]
pub fn datalength(&self) -> DATALENGTH_R
[src]
Bits 0:24 - DATALENGTH
impl R<u32, Reg<u32, _SDMMC_DCTRL>>
[src]
pub fn dten(&self) -> DTEN_R
[src]
Bit 0 - DTEN
pub fn dtdir(&self) -> DTDIR_R
[src]
Bit 1 - DTDIR
pub fn dtmode(&self) -> DTMODE_R
[src]
Bits 2:3 - DTMODE
pub fn dblocksize(&self) -> DBLOCKSIZE_R
[src]
Bits 4:7 - DBLOCKSIZE
pub fn rwstart(&self) -> RWSTART_R
[src]
Bit 8 - RWSTART
pub fn rwstop(&self) -> RWSTOP_R
[src]
Bit 9 - RWSTOP
pub fn rwmod(&self) -> RWMOD_R
[src]
Bit 10 - RWMOD
pub fn sdioen(&self) -> SDIOEN_R
[src]
Bit 11 - SDIOEN
pub fn bootacken(&self) -> BOOTACKEN_R
[src]
Bit 12 - BOOTACKEN
pub fn fiforst(&self) -> FIFORST_R
[src]
Bit 13 - FIFORST
impl R<u32, Reg<u32, _SDMMC_DCNTR>>
[src]
pub fn datacount(&self) -> DATACOUNT_R
[src]
Bits 0:24 - DATACOUNT
impl R<u32, Reg<u32, _SDMMC_STAR>>
[src]
pub fn ccrcfail(&self) -> CCRCFAIL_R
[src]
Bit 0 - CCRCFAIL
pub fn dcrcfail(&self) -> DCRCFAIL_R
[src]
Bit 1 - DCRCFAIL
pub fn ctimeout(&self) -> CTIMEOUT_R
[src]
Bit 2 - CTIMEOUT
pub fn dtimeout(&self) -> DTIMEOUT_R
[src]
Bit 3 - DTIMEOUT
pub fn txunderr(&self) -> TXUNDERR_R
[src]
Bit 4 - TXUNDERR
pub fn rxoverr(&self) -> RXOVERR_R
[src]
Bit 5 - RXOVERR
pub fn cmdrend(&self) -> CMDREND_R
[src]
Bit 6 - CMDREND
pub fn cmdsent(&self) -> CMDSENT_R
[src]
Bit 7 - CMDSENT
pub fn dataend(&self) -> DATAEND_R
[src]
Bit 8 - DATAEND
pub fn dhold(&self) -> DHOLD_R
[src]
Bit 9 - DHOLD
pub fn dbckend(&self) -> DBCKEND_R
[src]
Bit 10 - DBCKEND
pub fn dabort(&self) -> DABORT_R
[src]
Bit 11 - DABORT
pub fn dpsmact(&self) -> DPSMACT_R
[src]
Bit 12 - DPSMACT
pub fn cpsmact(&self) -> CPSMACT_R
[src]
Bit 13 - CPSMACT
pub fn txfifohe(&self) -> TXFIFOHE_R
[src]
Bit 14 - TXFIFOHE
pub fn rxfifohf(&self) -> RXFIFOHF_R
[src]
Bit 15 - RXFIFOHF
pub fn txfifof(&self) -> TXFIFOF_R
[src]
Bit 16 - TXFIFOF
pub fn rxfifof(&self) -> RXFIFOF_R
[src]
Bit 17 - RXFIFOF
pub fn txfifoe(&self) -> TXFIFOE_R
[src]
Bit 18 - TXFIFOE
pub fn rxfifoe(&self) -> RXFIFOE_R
[src]
Bit 19 - RXFIFOE
pub fn busyd0(&self) -> BUSYD0_R
[src]
Bit 20 - BUSYD0
pub fn busyd0end(&self) -> BUSYD0END_R
[src]
Bit 21 - BUSYD0END
pub fn sdioit(&self) -> SDIOIT_R
[src]
Bit 22 - SDIOIT
pub fn ackfail(&self) -> ACKFAIL_R
[src]
Bit 23 - ACKFAIL
pub fn acktimeout(&self) -> ACKTIMEOUT_R
[src]
Bit 24 - ACKTIMEOUT
pub fn vswend(&self) -> VSWEND_R
[src]
Bit 25 - VSWEND
pub fn ckstop(&self) -> CKSTOP_R
[src]
Bit 26 - CKSTOP
pub fn idmate(&self) -> IDMATE_R
[src]
Bit 27 - IDMATE
pub fn idmabtc(&self) -> IDMABTC_R
[src]
Bit 28 - IDMABTC
impl R<u32, Reg<u32, _SDMMC_ICR>>
[src]
pub fn ccrcfailc(&self) -> CCRCFAILC_R
[src]
Bit 0 - CCRCFAILC
pub fn dcrcfailc(&self) -> DCRCFAILC_R
[src]
Bit 1 - DCRCFAILC
pub fn ctimeoutc(&self) -> CTIMEOUTC_R
[src]
Bit 2 - CTIMEOUTC
pub fn dtimeoutc(&self) -> DTIMEOUTC_R
[src]
Bit 3 - DTIMEOUTC
pub fn txunderrc(&self) -> TXUNDERRC_R
[src]
Bit 4 - TXUNDERRC
pub fn rxoverrc(&self) -> RXOVERRC_R
[src]
Bit 5 - RXOVERRC
pub fn cmdrendc(&self) -> CMDRENDC_R
[src]
Bit 6 - CMDRENDC
pub fn cmdsentc(&self) -> CMDSENTC_R
[src]
Bit 7 - CMDSENTC
pub fn dataendc(&self) -> DATAENDC_R
[src]
Bit 8 - DATAENDC
pub fn dholdc(&self) -> DHOLDC_R
[src]
Bit 9 - DHOLDC
pub fn dbckendc(&self) -> DBCKENDC_R
[src]
Bit 10 - DBCKENDC
pub fn dabortc(&self) -> DABORTC_R
[src]
Bit 11 - DABORTC
pub fn busyd0endc(&self) -> BUSYD0ENDC_R
[src]
Bit 21 - BUSYD0ENDC
pub fn sdioitc(&self) -> SDIOITC_R
[src]
Bit 22 - SDIOITC
pub fn ackfailc(&self) -> ACKFAILC_R
[src]
Bit 23 - ACKFAILC
pub fn acktimeoutc(&self) -> ACKTIMEOUTC_R
[src]
Bit 24 - ACKTIMEOUTC
pub fn vswendc(&self) -> VSWENDC_R
[src]
Bit 25 - VSWENDC
pub fn ckstopc(&self) -> CKSTOPC_R
[src]
Bit 26 - CKSTOPC
pub fn idmatec(&self) -> IDMATEC_R
[src]
Bit 27 - IDMATEC
pub fn idmabtcc(&self) -> IDMABTCC_R
[src]
Bit 28 - IDMABTCC
impl R<u32, Reg<u32, _SDMMC_MASKR>>
[src]
pub fn ccrcfailie(&self) -> CCRCFAILIE_R
[src]
Bit 0 - CCRCFAILIE
pub fn dcrcfailie(&self) -> DCRCFAILIE_R
[src]
Bit 1 - DCRCFAILIE
pub fn ctimeoutie(&self) -> CTIMEOUTIE_R
[src]
Bit 2 - CTIMEOUTIE
pub fn dtimeoutie(&self) -> DTIMEOUTIE_R
[src]
Bit 3 - DTIMEOUTIE
pub fn txunderrie(&self) -> TXUNDERRIE_R
[src]
Bit 4 - TXUNDERRIE
pub fn rxoverrie(&self) -> RXOVERRIE_R
[src]
Bit 5 - RXOVERRIE
pub fn cmdrendie(&self) -> CMDRENDIE_R
[src]
Bit 6 - CMDRENDIE
pub fn cmdsentie(&self) -> CMDSENTIE_R
[src]
Bit 7 - CMDSENTIE
pub fn dataendie(&self) -> DATAENDIE_R
[src]
Bit 8 - DATAENDIE
pub fn dholdie(&self) -> DHOLDIE_R
[src]
Bit 9 - DHOLDIE
pub fn dbckendie(&self) -> DBCKENDIE_R
[src]
Bit 10 - DBCKENDIE
pub fn dabortie(&self) -> DABORTIE_R
[src]
Bit 11 - DABORTIE
pub fn txfifoheie(&self) -> TXFIFOHEIE_R
[src]
Bit 14 - TXFIFOHEIE
pub fn rxfifohfie(&self) -> RXFIFOHFIE_R
[src]
Bit 15 - RXFIFOHFIE
pub fn rxfifofie(&self) -> RXFIFOFIE_R
[src]
Bit 17 - RXFIFOFIE
pub fn txfifoeie(&self) -> TXFIFOEIE_R
[src]
Bit 18 - TXFIFOEIE
pub fn busyd0endie(&self) -> BUSYD0ENDIE_R
[src]
Bit 21 - BUSYD0ENDIE
pub fn sdioitie(&self) -> SDIOITIE_R
[src]
Bit 22 - SDIOITIE
pub fn ackfailie(&self) -> ACKFAILIE_R
[src]
Bit 23 - ACKFAILIE
pub fn acktimeoutie(&self) -> ACKTIMEOUTIE_R
[src]
Bit 24 - ACKTIMEOUTIE
pub fn vswendie(&self) -> VSWENDIE_R
[src]
Bit 25 - VSWENDIE
pub fn ckstopie(&self) -> CKSTOPIE_R
[src]
Bit 26 - CKSTOPIE
pub fn idmabtcie(&self) -> IDMABTCIE_R
[src]
Bit 28 - IDMABTCIE
impl R<u32, Reg<u32, _SDMMC_ACKTIMER>>
[src]
impl R<u32, Reg<u32, _SDMMC_IDMACTRLR>>
[src]
pub fn idmaen(&self) -> IDMAEN_R
[src]
Bit 0 - IDMAEN
pub fn idmabmode(&self) -> IDMABMODE_R
[src]
Bit 1 - IDMABMODE
impl R<u32, Reg<u32, _SDMMC_IDMABSIZER>>
[src]
pub fn idmabndt(&self) -> IDMABNDT_R
[src]
Bits 5:16 - IDMABNDT
impl R<u32, Reg<u32, _SDMMC_IDMABASER>>
[src]
pub fn idmabase(&self) -> IDMABASE_R
[src]
Bits 0:31 - IDMABASE
impl R<u32, Reg<u32, _SDMMC_IDMALAR>>
[src]
pub fn idmala(&self) -> IDMALA_R
[src]
Bits 2:15 - IDMALA
pub fn abr(&self) -> ABR_R
[src]
Bit 29 - ABR
pub fn uls(&self) -> ULS_R
[src]
Bit 30 - ULS
pub fn ula(&self) -> ULA_R
[src]
Bit 31 - ULA
impl R<u32, Reg<u32, _SDMMC_IDMABAR>>
[src]
impl R<u32, Reg<u32, _SDMMC_FIFOR0>>
[src]
pub fn fifodata(&self) -> FIFODATA_R
[src]
Bits 0:31 - FIFODATA
impl R<u32, Reg<u32, _SDMMC_FIFOR1>>
[src]
pub fn fifodata(&self) -> FIFODATA_R
[src]
Bits 0:31 - FIFODATA
impl R<u32, Reg<u32, _SDMMC_FIFOR2>>
[src]
pub fn fifodata(&self) -> FIFODATA_R
[src]
Bits 0:31 - FIFODATA
impl R<u32, Reg<u32, _SDMMC_FIFOR3>>
[src]
pub fn fifodata(&self) -> FIFODATA_R
[src]
Bits 0:31 - FIFODATA
impl R<u32, Reg<u32, _SDMMC_FIFOR4>>
[src]
pub fn fifodata(&self) -> FIFODATA_R
[src]
Bits 0:31 - FIFODATA
impl R<u32, Reg<u32, _SDMMC_FIFOR5>>
[src]
pub fn fifodata(&self) -> FIFODATA_R
[src]
Bits 0:31 - FIFODATA
impl R<u32, Reg<u32, _SDMMC_FIFOR6>>
[src]
pub fn fifodata(&self) -> FIFODATA_R
[src]
Bits 0:31 - FIFODATA
impl R<u32, Reg<u32, _SDMMC_FIFOR7>>
[src]
pub fn fifodata(&self) -> FIFODATA_R
[src]
Bits 0:31 - FIFODATA
impl R<u32, Reg<u32, _SDMMC_FIFOR8>>
[src]
pub fn fifodata(&self) -> FIFODATA_R
[src]
Bits 0:31 - FIFODATA
impl R<u32, Reg<u32, _SDMMC_FIFOR9>>
[src]
pub fn fifodata(&self) -> FIFODATA_R
[src]
Bits 0:31 - FIFODATA
impl R<u32, Reg<u32, _SDMMC_FIFOR10>>
[src]
pub fn fifodata(&self) -> FIFODATA_R
[src]
Bits 0:31 - FIFODATA
impl R<u32, Reg<u32, _SDMMC_FIFOR11>>
[src]
pub fn fifodata(&self) -> FIFODATA_R
[src]
Bits 0:31 - FIFODATA
impl R<u32, Reg<u32, _SDMMC_FIFOR12>>
[src]
pub fn fifodata(&self) -> FIFODATA_R
[src]
Bits 0:31 - FIFODATA
impl R<u32, Reg<u32, _SDMMC_FIFOR13>>
[src]
pub fn fifodata(&self) -> FIFODATA_R
[src]
Bits 0:31 - FIFODATA
impl R<u32, Reg<u32, _SDMMC_FIFOR14>>
[src]
pub fn fifodata(&self) -> FIFODATA_R
[src]
Bits 0:31 - FIFODATA
impl R<u32, Reg<u32, _SDMMC_FIFOR15>>
[src]
pub fn fifodata(&self) -> FIFODATA_R
[src]
Bits 0:31 - FIFODATA
impl R<u32, Reg<u32, _SDMMC_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _SDMMC_IPIDR>>
[src]
impl R<u32, Reg<u32, _SDMMC_SIDR>>
[src]
impl R<u32, Reg<u32, _SPDIFRX_CR>>
[src]
pub fn spdifrxen(&self) -> SPDIFRXEN_R
[src]
Bits 0:1 - SPDIFRXEN
pub fn rxdmaen(&self) -> RXDMAEN_R
[src]
Bit 2 - RXDMAEN
pub fn rxsteo(&self) -> RXSTEO_R
[src]
Bit 3 - RXSTEO
pub fn drfmt(&self) -> DRFMT_R
[src]
Bits 4:5 - DRFMT
pub fn pmsk(&self) -> PMSK_R
[src]
Bit 6 - PMSK
pub fn vmsk(&self) -> VMSK_R
[src]
Bit 7 - VMSK
pub fn cumsk(&self) -> CUMSK_R
[src]
Bit 8 - CUMSK
pub fn ptmsk(&self) -> PTMSK_R
[src]
Bit 9 - PTMSK
pub fn cbdmaen(&self) -> CBDMAEN_R
[src]
Bit 10 - CBDMAEN
pub fn chsel(&self) -> CHSEL_R
[src]
Bit 11 - CHSEL
pub fn nbtr(&self) -> NBTR_R
[src]
Bits 12:13 - NBTR
pub fn wfa(&self) -> WFA_R
[src]
Bit 14 - WFA
pub fn insel(&self) -> INSEL_R
[src]
Bits 16:18 - INSEL
pub fn cksen(&self) -> CKSEN_R
[src]
Bit 20 - CKSEN
pub fn cksbkpen(&self) -> CKSBKPEN_R
[src]
Bit 21 - CKSBKPEN
impl R<u32, Reg<u32, _SPDIFRX_IMR>>
[src]
pub fn rxneie(&self) -> RXNEIE_R
[src]
Bit 0 - RXNEIE
pub fn csrneie(&self) -> CSRNEIE_R
[src]
Bit 1 - CSRNEIE
pub fn perrie(&self) -> PERRIE_R
[src]
Bit 2 - PERRIE
pub fn ovrie(&self) -> OVRIE_R
[src]
Bit 3 - OVRIE
pub fn sblkie(&self) -> SBLKIE_R
[src]
Bit 4 - SBLKIE
pub fn syncdie(&self) -> SYNCDIE_R
[src]
Bit 5 - SYNCDIE
pub fn ifeie(&self) -> IFEIE_R
[src]
Bit 6 - IFEIE
impl R<u32, Reg<u32, _SPDIFRX_SR>>
[src]
pub fn rxne(&self) -> RXNE_R
[src]
Bit 0 - RXNE
pub fn csrne(&self) -> CSRNE_R
[src]
Bit 1 - CSRNE
pub fn perr(&self) -> PERR_R
[src]
Bit 2 - PERR
pub fn ovr(&self) -> OVR_R
[src]
Bit 3 - OVR
pub fn sbd(&self) -> SBD_R
[src]
Bit 4 - SBD
pub fn syncd(&self) -> SYNCD_R
[src]
Bit 5 - SYNCD
pub fn ferr(&self) -> FERR_R
[src]
Bit 6 - FERR
pub fn serr(&self) -> SERR_R
[src]
Bit 7 - SERR
pub fn terr(&self) -> TERR_R
[src]
Bit 8 - TERR
pub fn width5(&self) -> WIDTH5_R
[src]
Bits 16:30 - WIDTH5
impl R<u32, Reg<u32, _SPDIFRX_FMT0_DR>>
[src]
pub fn dr(&self) -> DR_R
[src]
Bits 0:23 - DR
pub fn pe(&self) -> PE_R
[src]
Bit 24 - PE
pub fn v(&self) -> V_R
[src]
Bit 25 - V
pub fn u(&self) -> U_R
[src]
Bit 26 - U
pub fn c(&self) -> C_R
[src]
Bit 27 - C
pub fn pt(&self) -> PT_R
[src]
Bits 28:29 - PT
impl R<u32, Reg<u32, _SPDIFRX_CSR>>
[src]
pub fn usr(&self) -> USR_R
[src]
Bits 0:15 - USR
pub fn cs(&self) -> CS_R
[src]
Bits 16:23 - CS
pub fn sob(&self) -> SOB_R
[src]
Bit 24 - SOB
impl R<u32, Reg<u32, _SPDIFRX_DIR>>
[src]
impl R<u32, Reg<u32, _SPDIFRX_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _SPDIFRX_IPIDR>>
[src]
impl R<u32, Reg<u32, _SPDIFRX_SIDR>>
[src]
impl R<u32, Reg<u32, _SPI2S_CR1>>
[src]
pub fn spe(&self) -> SPE_R
[src]
Bit 0 - SPE
pub fn masrx(&self) -> MASRX_R
[src]
Bit 8 - MASRX
pub fn cstart(&self) -> CSTART_R
[src]
Bit 9 - CSTART
pub fn hddir(&self) -> HDDIR_R
[src]
Bit 11 - HDDIR
pub fn ssi(&self) -> SSI_R
[src]
Bit 12 - SSI
pub fn crc33_17(&self) -> CRC33_17_R
[src]
Bit 13 - CRC33_17
pub fn rcrcini(&self) -> RCRCINI_R
[src]
Bit 14 - RCRCINI
pub fn tcrcini(&self) -> TCRCINI_R
[src]
Bit 15 - TCRCINI
pub fn iolock(&self) -> IOLOCK_R
[src]
Bit 16 - IOLOCK
impl R<u32, Reg<u32, _SPI2S_IER>>
[src]
pub fn rxpie(&self) -> RXPIE_R
[src]
Bit 0 - RXPIE
pub fn txpie(&self) -> TXPIE_R
[src]
Bit 1 - TXPIE
pub fn dxpie(&self) -> DXPIE_R
[src]
Bit 2 - DXPIE
pub fn eotie(&self) -> EOTIE_R
[src]
Bit 3 - EOTIE
pub fn txtfie(&self) -> TXTFIE_R
[src]
Bit 4 - TXTFIE
pub fn udrie(&self) -> UDRIE_R
[src]
Bit 5 - UDRIE
pub fn ovrie(&self) -> OVRIE_R
[src]
Bit 6 - OVRIE
pub fn crceie(&self) -> CRCEIE_R
[src]
Bit 7 - CRCEIE
pub fn tifreie(&self) -> TIFREIE_R
[src]
Bit 8 - TIFREIE
pub fn modfie(&self) -> MODFIE_R
[src]
Bit 9 - MODFIE
pub fn tserfie(&self) -> TSERFIE_R
[src]
Bit 10 - TSERFIE
impl R<u32, Reg<u32, _SPI2S_SR>>
[src]
pub fn rxp(&self) -> RXP_R
[src]
Bit 0 - RXP
pub fn txp(&self) -> TXP_R
[src]
Bit 1 - TXP
pub fn dxp(&self) -> DXP_R
[src]
Bit 2 - DXP
pub fn eot(&self) -> EOT_R
[src]
Bit 3 - EOT
pub fn txtf(&self) -> TXTF_R
[src]
Bit 4 - TXTF
pub fn udr(&self) -> UDR_R
[src]
Bit 5 - UDR
pub fn ovr(&self) -> OVR_R
[src]
Bit 6 - OVR
pub fn crce(&self) -> CRCE_R
[src]
Bit 7 - CRCE
pub fn tifre(&self) -> TIFRE_R
[src]
Bit 8 - TIFRE
pub fn modf(&self) -> MODF_R
[src]
Bit 9 - MODF
pub fn tserf(&self) -> TSERF_R
[src]
Bit 10 - TSERF
pub fn susp(&self) -> SUSP_R
[src]
Bit 11 - SUSP
pub fn txc(&self) -> TXC_R
[src]
Bit 12 - TXC
pub fn rxplvl(&self) -> RXPLVL_R
[src]
Bits 13:14 - RXPLVL
pub fn rxwne(&self) -> RXWNE_R
[src]
Bit 15 - RXWNE
pub fn ctsize(&self) -> CTSIZE_R
[src]
Bits 16:31 - CTSIZE
impl R<u32, Reg<u32, _SPI2S_RXDR>>
[src]
impl R<u32, Reg<u32, _SPI_CR2>>
[src]
pub fn tsize(&self) -> TSIZE_R
[src]
Bits 0:15 - TSIZE
pub fn tser(&self) -> TSER_R
[src]
Bits 16:31 - TSER
impl R<u32, Reg<u32, _SPI_CFG1>>
[src]
pub fn dsize(&self) -> DSIZE_R
[src]
Bits 0:4 - DSIZE
pub fn fthlv(&self) -> FTHLV_R
[src]
Bits 5:8 - FTHLV
pub fn udrcfg(&self) -> UDRCFG_R
[src]
Bits 9:10 - UDRCFG
pub fn udrdet(&self) -> UDRDET_R
[src]
Bits 11:12 - UDRDET
pub fn rxdmaen(&self) -> RXDMAEN_R
[src]
Bit 14 - RXDMAEN
pub fn txdmaen(&self) -> TXDMAEN_R
[src]
Bit 15 - TXDMAEN
pub fn crcsize(&self) -> CRCSIZE_R
[src]
Bits 16:20 - CRCSIZE
pub fn crcen(&self) -> CRCEN_R
[src]
Bit 22 - CRCEN
pub fn mbr(&self) -> MBR_R
[src]
Bits 28:30 - MBR
impl R<u32, Reg<u32, _SPI_CFG2>>
[src]
pub fn mssi(&self) -> MSSI_R
[src]
Bits 0:3 - MSSI
pub fn midi(&self) -> MIDI_R
[src]
Bits 4:7 - MIDI
pub fn ioswp(&self) -> IOSWP_R
[src]
Bit 15 - IOSWP
pub fn comm(&self) -> COMM_R
[src]
Bits 17:18 - COMM
pub fn sp(&self) -> SP_R
[src]
Bits 19:21 - SP
pub fn master(&self) -> MASTER_R
[src]
Bit 22 - MASTER
pub fn lsbfrst(&self) -> LSBFRST_R
[src]
Bit 23 - LSBFRST
pub fn cpha(&self) -> CPHA_R
[src]
Bit 24 - CPHA
pub fn cpol(&self) -> CPOL_R
[src]
Bit 25 - CPOL
pub fn ssm(&self) -> SSM_R
[src]
Bit 26 - SSM
pub fn ssiop(&self) -> SSIOP_R
[src]
Bit 28 - SSIOP
pub fn ssoe(&self) -> SSOE_R
[src]
Bit 29 - SSOE
pub fn ssom(&self) -> SSOM_R
[src]
Bit 30 - SSOM
pub fn afcntr(&self) -> AFCNTR_R
[src]
Bit 31 - AFCNTR
impl R<u32, Reg<u32, _SPI_CRCPOLY>>
[src]
impl R<u32, Reg<u32, _SPI_TXCRC>>
[src]
impl R<u32, Reg<u32, _SPI_RXCRC>>
[src]
impl R<u32, Reg<u32, _SPI_UDRDR>>
[src]
impl R<u32, Reg<u32, _SPI_I2SCFGR>>
[src]
pub fn i2smod(&self) -> I2SMOD_R
[src]
Bit 0 - I2SMOD
pub fn i2scfg(&self) -> I2SCFG_R
[src]
Bits 1:3 - I2SCFG
pub fn i2sstd(&self) -> I2SSTD_R
[src]
Bits 4:5 - I2SSTD
pub fn pcmsync(&self) -> PCMSYNC_R
[src]
Bit 7 - PCMSYNC
pub fn datlen(&self) -> DATLEN_R
[src]
Bits 8:9 - DATLEN
pub fn chlen(&self) -> CHLEN_R
[src]
Bit 10 - CHLEN
pub fn ckpol(&self) -> CKPOL_R
[src]
Bit 11 - CKPOL
pub fn fixch(&self) -> FIXCH_R
[src]
Bit 12 - FIXCH
pub fn wsinv(&self) -> WSINV_R
[src]
Bit 13 - WSINV
pub fn datfmt(&self) -> DATFMT_R
[src]
Bit 14 - DATFMT
pub fn i2sdiv(&self) -> I2SDIV_R
[src]
Bits 16:23 - I2SDIV
pub fn odd(&self) -> ODD_R
[src]
Bit 24 - ODD
pub fn mckoe(&self) -> MCKOE_R
[src]
Bit 25 - MCKOE
impl R<u32, Reg<u32, _SPI_I2S_HWCFGR>>
[src]
pub fn txfcfg(&self) -> TXFCFG_R
[src]
Bits 0:3 - TXFCFG
pub fn rxfcfg(&self) -> RXFCFG_R
[src]
Bits 4:7 - RXFCFG
pub fn crccfg(&self) -> CRCCFG_R
[src]
Bits 8:11 - CRCCFG
pub fn i2scfg(&self) -> I2SCFG_R
[src]
Bits 12:15 - I2SCFG
pub fn dscfg(&self) -> DSCFG_R
[src]
Bits 16:19 - DSCFG
impl R<u32, Reg<u32, _SPI_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _SPI_IPIDR>>
[src]
impl R<u32, Reg<u32, _SPI_SIDR>>
[src]
impl R<u32, Reg<u32, _STGENC_CNTCR>>
[src]
impl R<u32, Reg<u32, _STGENC_CNTSR>>
[src]
impl R<u32, Reg<u32, _STGENC_CNTCVL>>
[src]
pub fn cntcvl_l_32(&self) -> CNTCVL_L_32_R
[src]
Bits 0:31 - CNTCVL_L_32
impl R<u32, Reg<u32, _STGENC_CNTCVU>>
[src]
pub fn cntcvu_u_32(&self) -> CNTCVU_U_32_R
[src]
Bits 0:31 - CNTCVU_U_32
impl R<u32, Reg<u32, _STGENC_CNTFID0>>
[src]
impl R<u32, Reg<u32, _STGENC_PIDR4>>
[src]
pub fn des_2(&self) -> DES_2_R
[src]
Bits 0:3 - DES_2
pub fn size(&self) -> SIZE_R
[src]
Bits 4:7 - SIZE
impl R<u32, Reg<u32, _STGENC_PIDR5>>
[src]
impl R<u32, Reg<u32, _STGENC_PIDR6>>
[src]
impl R<u32, Reg<u32, _STGENC_PIDR7>>
[src]
impl R<u32, Reg<u32, _STGENC_PIDR0>>
[src]
impl R<u32, Reg<u32, _STGENC_PIDR1>>
[src]
pub fn part_1(&self) -> PART_1_R
[src]
Bits 0:3 - PART_1
pub fn des_0(&self) -> DES_0_R
[src]
Bits 4:7 - DES_0
impl R<u32, Reg<u32, _STGENC_PIDR2>>
[src]
pub fn des_1(&self) -> DES_1_R
[src]
Bits 0:2 - DES_1
pub fn jedec(&self) -> JEDEC_R
[src]
Bit 3 - JEDEC
pub fn revision(&self) -> REVISION_R
[src]
Bits 4:7 - REVISION
impl R<u32, Reg<u32, _STGENC_PIDR3>>
[src]
pub fn cmod(&self) -> CMOD_R
[src]
Bits 0:3 - CMOD
pub fn revand(&self) -> REVAND_R
[src]
Bits 4:7 - REVAND
impl R<u32, Reg<u32, _STGENC_CIDR0>>
[src]
impl R<u32, Reg<u32, _STGENC_CIDR1>>
[src]
pub fn prmbl_1(&self) -> PRMBL_1_R
[src]
Bits 0:3 - PRMBL_1
pub fn class(&self) -> CLASS_R
[src]
Bits 4:7 - CLASS
impl R<u32, Reg<u32, _STGENC_CIDR2>>
[src]
impl R<u32, Reg<u32, _STGENC_CIDR3>>
[src]
impl R<u32, Reg<u32, _STGENR_CNTCVL>>
[src]
pub fn cntcvl_l_32(&self) -> CNTCVL_L_32_R
[src]
Bits 0:31 - CNTCVL_L_32
impl R<u32, Reg<u32, _STGENR_CNTCVU>>
[src]
pub fn cntcvu_u_32(&self) -> CNTCVU_U_32_R
[src]
Bits 0:31 - CNTCVU_U_32
impl R<u32, Reg<u32, _STGENR_PIDR4>>
[src]
pub fn des_2(&self) -> DES_2_R
[src]
Bits 0:3 - DES_2
pub fn size(&self) -> SIZE_R
[src]
Bits 4:7 - SIZE
impl R<u32, Reg<u32, _STGENR_PIDR5>>
[src]
impl R<u32, Reg<u32, _STGENR_PIDR6>>
[src]
impl R<u32, Reg<u32, _STGENR_PIDR7>>
[src]
impl R<u32, Reg<u32, _STGENR_PIDR0>>
[src]
impl R<u32, Reg<u32, _STGENR_PIDR1>>
[src]
pub fn part_1(&self) -> PART_1_R
[src]
Bits 0:3 - PART_1
pub fn des_0(&self) -> DES_0_R
[src]
Bits 4:7 - DES_0
impl R<u32, Reg<u32, _STGENR_PIDR2>>
[src]
pub fn des_1(&self) -> DES_1_R
[src]
Bits 0:2 - DES_1
pub fn jedec(&self) -> JEDEC_R
[src]
Bit 3 - JEDEC
pub fn revision(&self) -> REVISION_R
[src]
Bits 4:7 - REVISION
impl R<u32, Reg<u32, _STGENR_PIDR3>>
[src]
pub fn cmod(&self) -> CMOD_R
[src]
Bits 0:3 - CMOD
pub fn revand(&self) -> REVAND_R
[src]
Bits 4:7 - REVAND
impl R<u32, Reg<u32, _STGENR_CIDR0>>
[src]
impl R<u32, Reg<u32, _STGENR_CIDR1>>
[src]
pub fn prmbl_1(&self) -> PRMBL_1_R
[src]
Bits 0:3 - PRMBL_1
pub fn class(&self) -> CLASS_R
[src]
Bits 4:7 - CLASS
impl R<u32, Reg<u32, _STGENR_CIDR2>>
[src]
impl R<u32, Reg<u32, _STGENR_CIDR3>>
[src]
impl R<u32, Reg<u32, _SYSCFG_BOOTR>>
[src]
pub fn boot0(&self) -> BOOT0_R
[src]
Bit 0 - BOOT0
pub fn boot1(&self) -> BOOT1_R
[src]
Bit 1 - BOOT1
pub fn boot2(&self) -> BOOT2_R
[src]
Bit 2 - BOOT2
pub fn boot0_pd(&self) -> BOOT0_PD_R
[src]
Bit 4 - BOOT0_PD
pub fn boot1_pd(&self) -> BOOT1_PD_R
[src]
Bit 5 - BOOT1_PD
pub fn boot2_pd(&self) -> BOOT2_PD_R
[src]
Bit 6 - BOOT2_PD
impl R<u32, Reg<u32, _SYSCFG_PMCSETR>>
[src]
pub fn i2c1_fmp(&self) -> I2C1_FMP_R
[src]
Bit 0 - I2C1_FMP
pub fn i2c2_fmp(&self) -> I2C2_FMP_R
[src]
Bit 1 - I2C2_FMP
pub fn i2c3_fmp(&self) -> I2C3_FMP_R
[src]
Bit 2 - I2C3_FMP
pub fn i2c4_fmp(&self) -> I2C4_FMP_R
[src]
Bit 3 - I2C4_FMP
pub fn i2c5_fmp(&self) -> I2C5_FMP_R
[src]
Bit 4 - I2C5_FMP
pub fn i2c6_fmp(&self) -> I2C6_FMP_R
[src]
Bit 5 - I2C6_FMP
pub fn en_booster(&self) -> EN_BOOSTER_R
[src]
Bit 8 - EN_BOOSTER
pub fn anaswvdd(&self) -> ANASWVDD_R
[src]
Bit 9 - ANASWVDD
pub fn eth_clk_sel(&self) -> ETH_CLK_SEL_R
[src]
Bit 16 - ETH_CLK_SEL
pub fn eth_ref_clk_sel(&self) -> ETH_REF_CLK_SEL_R
[src]
Bit 17 - ETH_REF_CLK_SEL
pub fn eth_selmii(&self) -> ETH_SELMII_R
[src]
Bit 20 - ETH_SELMII
pub fn eth_sel(&self) -> ETH_SEL_R
[src]
Bits 21:23 - ETH_SEL
pub fn ana0_sel(&self) -> ANA0_SEL_R
[src]
Bit 24 - ANA0_SEL
pub fn ana1_sel(&self) -> ANA1_SEL_R
[src]
Bit 25 - ANA1_SEL
impl R<u32, Reg<u32, _SYSCFG_IOCTRLSETR>>
[src]
pub fn hslven_trace(&self) -> HSLVEN_TRACE_R
[src]
Bit 0 - HSLVEN_TRACE
pub fn hslven_quadspi(&self) -> HSLVEN_QUADSPI_R
[src]
Bit 1 - HSLVEN_QUADSPI
pub fn hslven_eth(&self) -> HSLVEN_ETH_R
[src]
Bit 2 - HSLVEN_ETH
pub fn hslven_sdmmc(&self) -> HSLVEN_SDMMC_R
[src]
Bit 3 - HSLVEN_SDMMC
pub fn hslven_spi(&self) -> HSLVEN_SPI_R
[src]
Bit 4 - HSLVEN_SPI
impl R<u32, Reg<u32, _SYSCFG_ICNR>>
[src]
pub fn axi_m0(&self) -> AXI_M0_R
[src]
Bit 0 - AXI_M0
pub fn axi_m1(&self) -> AXI_M1_R
[src]
Bit 1 - AXI_M1
pub fn axi_m2(&self) -> AXI_M2_R
[src]
Bit 2 - AXI_M2
pub fn axi_m3(&self) -> AXI_M3_R
[src]
Bit 3 - AXI_M3
pub fn axi_m5(&self) -> AXI_M5_R
[src]
Bit 5 - AXI_M5
pub fn axi_m6(&self) -> AXI_M6_R
[src]
Bit 6 - AXI_M6
pub fn axi_m7(&self) -> AXI_M7_R
[src]
Bit 7 - AXI_M7
pub fn axi_m8(&self) -> AXI_M8_R
[src]
Bit 8 - AXI_M8
pub fn axi_m9(&self) -> AXI_M9_R
[src]
Bit 9 - AXI_M9
pub fn axi_m10(&self) -> AXI_M10_R
[src]
Bit 10 - AXI_M10
impl R<u32, Reg<u32, _SYSCFG_CMPCR>>
[src]
pub fn sw_ctrl(&self) -> SW_CTRL_R
[src]
Bit 1 - SW_CTRL
pub fn ready(&self) -> READY_R
[src]
Bit 8 - READY
pub fn ransrc(&self) -> RANSRC_R
[src]
Bits 16:19 - RANSRC
pub fn rapsrc(&self) -> RAPSRC_R
[src]
Bits 20:23 - RAPSRC
pub fn ansrc(&self) -> ANSRC_R
[src]
Bits 24:27 - ANSRC
pub fn apsrc(&self) -> APSRC_R
[src]
Bits 28:31 - APSRC
impl R<u32, Reg<u32, _SYSCFG_CMPENSETR>>
[src]
pub fn mpu_en(&self) -> MPU_EN_R
[src]
Bit 0 - MPU_EN
pub fn mcu_en(&self) -> MCU_EN_R
[src]
Bit 1 - MCU_EN
impl R<u32, Reg<u32, _SYSCFG_CMPENCLRR>>
[src]
pub fn mpu_en(&self) -> MPU_EN_R
[src]
Bit 0 - MPU_EN
pub fn mcu_en(&self) -> MCU_EN_R
[src]
Bit 1 - MCU_EN
impl R<u32, Reg<u32, _SYSCFG_CBR>>
[src]
impl R<u32, Reg<u32, _SYSCFG_PMCCLRR>>
[src]
pub fn i2c1_fmp(&self) -> I2C1_FMP_R
[src]
Bit 0 - I2C1_FMP
pub fn i2c2_fmp(&self) -> I2C2_FMP_R
[src]
Bit 1 - I2C2_FMP
pub fn i2c3_fmp(&self) -> I2C3_FMP_R
[src]
Bit 2 - I2C3_FMP
pub fn i2c4_fmp(&self) -> I2C4_FMP_R
[src]
Bit 3 - I2C4_FMP
pub fn i2c5_fmp(&self) -> I2C5_FMP_R
[src]
Bit 4 - I2C5_FMP
pub fn i2c6_fmp(&self) -> I2C6_FMP_R
[src]
Bit 5 - I2C6_FMP
pub fn en_booster(&self) -> EN_BOOSTER_R
[src]
Bit 8 - EN_BOOSTER
pub fn anaswvdd(&self) -> ANASWVDD_R
[src]
Bit 9 - ANASWVDD
pub fn eth_clk_sel(&self) -> ETH_CLK_SEL_R
[src]
Bit 16 - ETH_CLK_SEL
pub fn eth_ref_clk_sel(&self) -> ETH_REF_CLK_SEL_R
[src]
Bit 17 - ETH_REF_CLK_SEL
pub fn eth_selmii(&self) -> ETH_SELMII_R
[src]
Bit 20 - ETH_SELMII
pub fn eth_sel(&self) -> ETH_SEL_R
[src]
Bits 21:23 - ETH_SEL
pub fn ana0_sel(&self) -> ANA0_SEL_R
[src]
Bit 24 - ANA0_SEL
pub fn ana1_sel(&self) -> ANA1_SEL_R
[src]
Bit 25 - ANA1_SEL
impl R<u32, Reg<u32, _SYSCFG_IOCTRLCLRR>>
[src]
pub fn hslven_trace(&self) -> HSLVEN_TRACE_R
[src]
Bit 0 - HSLVEN_TRACE
pub fn hslven_quadspi(&self) -> HSLVEN_QUADSPI_R
[src]
Bit 1 - HSLVEN_QUADSPI
pub fn hslven_eth(&self) -> HSLVEN_ETH_R
[src]
Bit 2 - HSLVEN_ETH
pub fn hslven_sdmmc(&self) -> HSLVEN_SDMMC_R
[src]
Bit 3 - HSLVEN_SDMMC
pub fn hslven_spi(&self) -> HSLVEN_SPI_R
[src]
Bit 4 - HSLVEN_SPI
impl R<u32, Reg<u32, _SYSCFG_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _SYSCFG_IPIDR>>
[src]
impl R<u32, Reg<u32, _SYSCFG_SIDR>>
[src]
impl R<u32, Reg<u32, _TAMP_CR1>>
[src]
pub fn tamp1e(&self) -> TAMP1E_R
[src]
Bit 0 - TAMP1E
pub fn tamp2e(&self) -> TAMP2E_R
[src]
Bit 1 - TAMP2E
pub fn tamp3e(&self) -> TAMP3E_R
[src]
Bit 2 - TAMP3E
pub fn itamp1e(&self) -> ITAMP1E_R
[src]
Bit 16 - ITAMP1E
pub fn itamp2e(&self) -> ITAMP2E_R
[src]
Bit 17 - ITAMP2E
pub fn itamp3e(&self) -> ITAMP3E_R
[src]
Bit 18 - ITAMP3E
pub fn itamp4e(&self) -> ITAMP4E_R
[src]
Bit 19 - ITAMP4E
pub fn itamp5e(&self) -> ITAMP5E_R
[src]
Bit 20 - ITAMP5E
pub fn itamp8e(&self) -> ITAMP8E_R
[src]
Bit 23 - ITAMP8E
impl R<u32, Reg<u32, _TAMP_CR2>>
[src]
pub fn tamp1noer(&self) -> TAMP1NOER_R
[src]
Bit 0 - TAMP1NOER
pub fn tamp2noer(&self) -> TAMP2NOER_R
[src]
Bit 1 - TAMP2NOER
pub fn tamp3noer(&self) -> TAMP3NOER_R
[src]
Bit 2 - TAMP3NOER
pub fn tamp1msk(&self) -> TAMP1MSK_R
[src]
Bit 16 - TAMP1MSK
pub fn tamp2msk(&self) -> TAMP2MSK_R
[src]
Bit 17 - TAMP2MSK
pub fn tamp3msk(&self) -> TAMP3MSK_R
[src]
Bit 18 - TAMP3MSK
pub fn tamp1trg(&self) -> TAMP1TRG_R
[src]
Bit 24 - TAMP1TRG
pub fn tamp2trg(&self) -> TAMP2TRG_R
[src]
Bit 25 - TAMP2TRG
pub fn tamp3trg(&self) -> TAMP3TRG_R
[src]
Bit 26 - TAMP3TRG
impl R<u32, Reg<u32, _TAMP_FLTCR>>
[src]
pub fn tampfreq(&self) -> TAMPFREQ_R
[src]
Bits 0:2 - TAMPFREQ
pub fn tampflt(&self) -> TAMPFLT_R
[src]
Bits 3:4 - TAMPFLT
pub fn tampprch(&self) -> TAMPPRCH_R
[src]
Bits 5:6 - TAMPPRCH
pub fn tamppudis(&self) -> TAMPPUDIS_R
[src]
Bit 7 - TAMPPUDIS
impl R<u32, Reg<u32, _TAMP_ATCR1>>
[src]
pub fn tamp1am(&self) -> TAMP1AM_R
[src]
Bit 0 - TAMP1AM
pub fn tamp2am(&self) -> TAMP2AM_R
[src]
Bit 1 - TAMP2AM
pub fn tamp3am(&self) -> TAMP3AM_R
[src]
Bit 2 - TAMP3AM
pub fn atosel1(&self) -> ATOSEL1_R
[src]
Bits 8:9 - ATOSEL1
pub fn atosel2(&self) -> ATOSEL2_R
[src]
Bits 10:11 - ATOSEL2
pub fn atosel3(&self) -> ATOSEL3_R
[src]
Bits 12:13 - ATOSEL3
pub fn atcksel(&self) -> ATCKSEL_R
[src]
Bits 16:18 - ATCKSEL
pub fn atper(&self) -> ATPER_R
[src]
Bits 24:26 - ATPER
pub fn atoshare(&self) -> ATOSHARE_R
[src]
Bit 30 - ATOSHARE
pub fn flten(&self) -> FLTEN_R
[src]
Bit 31 - FLTEN
impl R<u32, Reg<u32, _TAMP_ATOR>>
[src]
pub fn prng(&self) -> PRNG_R
[src]
Bits 0:7 - PRNG
pub fn seedf(&self) -> SEEDF_R
[src]
Bit 14 - SEEDF
pub fn inits(&self) -> INITS_R
[src]
Bit 15 - INITS
impl R<u32, Reg<u32, _TAMP_SMCR>>
[src]
pub fn bkprwdprot(&self) -> BKPRWDPROT_R
[src]
Bits 0:7 - BKPRWDPROT
pub fn bkpwdprot(&self) -> BKPWDPROT_R
[src]
Bits 16:23 - BKPWDPROT
pub fn tampdprot(&self) -> TAMPDPROT_R
[src]
Bit 31 - TAMPDPROT
impl R<u32, Reg<u32, _TAMP_IER>>
[src]
pub fn tamp1ie(&self) -> TAMP1IE_R
[src]
Bit 0 - TAMP1IE
pub fn tamp2ie(&self) -> TAMP2IE_R
[src]
Bit 1 - TAMP2IE
pub fn tamp3ie(&self) -> TAMP3IE_R
[src]
Bit 2 - TAMP3IE
pub fn itamp1ie(&self) -> ITAMP1IE_R
[src]
Bit 16 - ITAMP1IE
pub fn itamp2ie(&self) -> ITAMP2IE_R
[src]
Bit 17 - ITAMP2IE
pub fn itamp3ie(&self) -> ITAMP3IE_R
[src]
Bit 18 - ITAMP3IE
pub fn itamp4ie(&self) -> ITAMP4IE_R
[src]
Bit 19 - ITAMP4IE
pub fn itamp5ie(&self) -> ITAMP5IE_R
[src]
Bit 20 - ITAMP5IE
pub fn itamp8ie(&self) -> ITAMP8IE_R
[src]
Bit 23 - ITAMP8IE
impl R<u32, Reg<u32, _TAMP_SR>>
[src]
pub fn tamp1f(&self) -> TAMP1F_R
[src]
Bit 0 - TAMP1F
pub fn tamp2f(&self) -> TAMP2F_R
[src]
Bit 1 - TAMP2F
pub fn tamp3f(&self) -> TAMP3F_R
[src]
Bit 2 - TAMP3F
pub fn itamp1f(&self) -> ITAMP1F_R
[src]
Bit 16 - ITAMP1F
pub fn itamp2f(&self) -> ITAMP2F_R
[src]
Bit 17 - ITAMP2F
pub fn itamp3f(&self) -> ITAMP3F_R
[src]
Bit 18 - ITAMP3F
pub fn itamp4f(&self) -> ITAMP4F_R
[src]
Bit 19 - ITAMP4F
pub fn itamp5f(&self) -> ITAMP5F_R
[src]
Bit 20 - ITAMP5F
pub fn itamp8f(&self) -> ITAMP8F_R
[src]
Bit 23 - ITAMP8F
impl R<u32, Reg<u32, _TAMP_MISR>>
[src]
pub fn tamp1mf(&self) -> TAMP1MF_R
[src]
Bit 0 - TAMP1MF
pub fn tamp2mf(&self) -> TAMP2MF_R
[src]
Bit 1 - TAMP2MF
pub fn tamp3mf(&self) -> TAMP3MF_R
[src]
Bit 2 - TAMP3MF
pub fn itamp1mf(&self) -> ITAMP1MF_R
[src]
Bit 16 - ITAMP1MF
pub fn itamp2mf(&self) -> ITAMP2MF_R
[src]
Bit 17 - ITAMP2MF
pub fn itamp3mf(&self) -> ITAMP3MF_R
[src]
Bit 18 - ITAMP3MF
pub fn itamp4mf(&self) -> ITAMP4MF_R
[src]
Bit 19 - ITAMP4MF
pub fn itamp5mf(&self) -> ITAMP5MF_R
[src]
Bit 20 - ITAMP5MF
pub fn itamp8mf(&self) -> ITAMP8MF_R
[src]
Bit 23 - ITAMP8MF
impl R<u32, Reg<u32, _TAMP_SMISR>>
[src]
pub fn tamp1mf(&self) -> TAMP1MF_R
[src]
Bit 0 - TAMP1MF
pub fn tamp2mf(&self) -> TAMP2MF_R
[src]
Bit 1 - TAMP2MF
pub fn tamp3mf(&self) -> TAMP3MF_R
[src]
Bit 2 - TAMP3MF
pub fn itamp1mf(&self) -> ITAMP1MF_R
[src]
Bit 16 - ITAMP1MF
pub fn itamp2mf(&self) -> ITAMP2MF_R
[src]
Bit 17 - ITAMP2MF
pub fn itamp3mf(&self) -> ITAMP3MF_R
[src]
Bit 18 - ITAMP3MF
pub fn itamp4mf(&self) -> ITAMP4MF_R
[src]
Bit 19 - ITAMP4MF
pub fn itamp5mf(&self) -> ITAMP5MF_R
[src]
Bit 20 - ITAMP5MF
pub fn itamp8mf(&self) -> ITAMP8MF_R
[src]
Bit 23 - ITAMP8MF
impl R<u32, Reg<u32, _TAMP_COUNTR>>
[src]
impl R<u32, Reg<u32, _TAMP_CFGR>>
[src]
pub fn out3_rmp(&self) -> OUT3_RMP_R
[src]
Bit 0 - OUT3_RMP
impl R<u32, Reg<u32, _TAMP_BKP0R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP1R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP2R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP3R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP4R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP5R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP6R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP7R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP8R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP9R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP10R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP11R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP12R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP13R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP14R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP15R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP16R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP17R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP18R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP19R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP20R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP21R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP22R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP23R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP24R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP25R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP26R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP27R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP28R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP29R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP30R>>
[src]
impl R<u32, Reg<u32, _TAMP_BKP31R>>
[src]
impl R<u32, Reg<u32, _TAMP_HWCFGR2>>
[src]
pub fn optionreg_out(&self) -> OPTIONREG_OUT_R
[src]
Bits 0:7 - OPTIONREG_OUT
pub fn trust_zone(&self) -> TRUST_ZONE_R
[src]
Bits 8:11 - TRUST_ZONE
impl R<u32, Reg<u32, _TAMP_HWCFGR1>>
[src]
pub fn backup_regs(&self) -> BACKUP_REGS_R
[src]
Bits 0:7 - BACKUP_REGS
pub fn tamper(&self) -> TAMPER_R
[src]
Bits 8:11 - TAMPER
pub fn active_tamper(&self) -> ACTIVE_TAMPER_R
[src]
Bits 12:15 - ACTIVE_TAMPER
pub fn int_tamper(&self) -> INT_TAMPER_R
[src]
Bits 16:31 - INT_TAMPER
impl R<u32, Reg<u32, _TAMP_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _TAMP_IPIDR>>
[src]
impl R<u32, Reg<u32, _TAMP_SIDR>>
[src]
impl R<u16, Reg<u16, _TIM1_CR1>>
[src]
pub fn cen(&self) -> CEN_R
[src]
Bit 0 - CEN
pub fn udis(&self) -> UDIS_R
[src]
Bit 1 - UDIS
pub fn urs(&self) -> URS_R
[src]
Bit 2 - URS
pub fn opm(&self) -> OPM_R
[src]
Bit 3 - OPM
pub fn dir(&self) -> DIR_R
[src]
Bit 4 - DIR
pub fn cms(&self) -> CMS_R
[src]
Bits 5:6 - CMS
pub fn arpe(&self) -> ARPE_R
[src]
Bit 7 - ARPE
pub fn ckd(&self) -> CKD_R
[src]
Bits 8:9 - CKD
pub fn uifremap(&self) -> UIFREMAP_R
[src]
Bit 11 - UIFREMAP
impl R<u32, Reg<u32, _TIM1_CR2>>
[src]
pub fn ccpc(&self) -> CCPC_R
[src]
Bit 0 - CCPC
pub fn ccus(&self) -> CCUS_R
[src]
Bit 2 - CCUS
pub fn ccds(&self) -> CCDS_R
[src]
Bit 3 - CCDS
pub fn mms(&self) -> MMS_R
[src]
Bits 4:6 - MMS
pub fn ti1s(&self) -> TI1S_R
[src]
Bit 7 - TI1S
pub fn ois1(&self) -> OIS1_R
[src]
Bit 8 - OIS1
pub fn ois1n(&self) -> OIS1N_R
[src]
Bit 9 - OIS1N
pub fn ois2(&self) -> OIS2_R
[src]
Bit 10 - OIS2
pub fn ois2n(&self) -> OIS2N_R
[src]
Bit 11 - OIS2N
pub fn ois3(&self) -> OIS3_R
[src]
Bit 12 - OIS3
pub fn ois3n(&self) -> OIS3N_R
[src]
Bit 13 - OIS3N
pub fn ois4(&self) -> OIS4_R
[src]
Bit 14 - OIS4
pub fn ois5(&self) -> OIS5_R
[src]
Bit 16 - OIS5
pub fn ois6(&self) -> OIS6_R
[src]
Bit 18 - OIS6
pub fn mms2(&self) -> MMS2_R
[src]
Bits 20:23 - MMS2
impl R<u32, Reg<u32, _TIM1_SMCR>>
[src]
pub fn sms(&self) -> SMS_R
[src]
Bits 0:2 - SMS
pub fn ts(&self) -> TS_R
[src]
Bits 4:6 - TS
pub fn msm(&self) -> MSM_R
[src]
Bit 7 - MSM
pub fn etf(&self) -> ETF_R
[src]
Bits 8:11 - ETF
pub fn etps(&self) -> ETPS_R
[src]
Bits 12:13 - ETPS
pub fn ece(&self) -> ECE_R
[src]
Bit 14 - ECE
pub fn etp(&self) -> ETP_R
[src]
Bit 15 - ETP
pub fn sms3(&self) -> SMS3_R
[src]
Bit 16 - SMS3
pub fn ts3(&self) -> TS3_R
[src]
Bit 20 - TS3
pub fn ts4(&self) -> TS4_R
[src]
Bit 21 - TS4
impl R<u16, Reg<u16, _TIM1_DIER>>
[src]
pub fn uie(&self) -> UIE_R
[src]
Bit 0 - UIE
pub fn cc1ie(&self) -> CC1IE_R
[src]
Bit 1 - CC1IE
pub fn cc2ie(&self) -> CC2IE_R
[src]
Bit 2 - CC2IE
pub fn cc3ie(&self) -> CC3IE_R
[src]
Bit 3 - CC3IE
pub fn cc4ie(&self) -> CC4IE_R
[src]
Bit 4 - CC4IE
pub fn comie(&self) -> COMIE_R
[src]
Bit 5 - COMIE
pub fn tie(&self) -> TIE_R
[src]
Bit 6 - TIE
pub fn bie(&self) -> BIE_R
[src]
Bit 7 - BIE
pub fn ude(&self) -> UDE_R
[src]
Bit 8 - UDE
pub fn cc1de(&self) -> CC1DE_R
[src]
Bit 9 - CC1DE
pub fn cc2de(&self) -> CC2DE_R
[src]
Bit 10 - CC2DE
pub fn cc3de(&self) -> CC3DE_R
[src]
Bit 11 - CC3DE
pub fn cc4de(&self) -> CC4DE_R
[src]
Bit 12 - CC4DE
pub fn comde(&self) -> COMDE_R
[src]
Bit 13 - COMDE
pub fn tde(&self) -> TDE_R
[src]
Bit 14 - TDE
impl R<u32, Reg<u32, _TIM1_SR>>
[src]
pub fn uif(&self) -> UIF_R
[src]
Bit 0 - UIF
pub fn cc1if(&self) -> CC1IF_R
[src]
Bit 1 - CC1IF
pub fn cc2if(&self) -> CC2IF_R
[src]
Bit 2 - CC2IF
pub fn cc3if(&self) -> CC3IF_R
[src]
Bit 3 - CC3IF
pub fn cc4if(&self) -> CC4IF_R
[src]
Bit 4 - CC4IF
pub fn comif(&self) -> COMIF_R
[src]
Bit 5 - COMIF
pub fn tif(&self) -> TIF_R
[src]
Bit 6 - TIF
pub fn bif(&self) -> BIF_R
[src]
Bit 7 - BIF
pub fn b2if(&self) -> B2IF_R
[src]
Bit 8 - B2IF
pub fn cc1of(&self) -> CC1OF_R
[src]
Bit 9 - CC1OF
pub fn cc2of(&self) -> CC2OF_R
[src]
Bit 10 - CC2OF
pub fn cc3of(&self) -> CC3OF_R
[src]
Bit 11 - CC3OF
pub fn cc4of(&self) -> CC4OF_R
[src]
Bit 12 - CC4OF
pub fn sbif(&self) -> SBIF_R
[src]
Bit 13 - SBIF
pub fn cc5if(&self) -> CC5IF_R
[src]
Bit 16 - CC5IF
pub fn cc6if(&self) -> CC6IF_R
[src]
Bit 17 - CC6IF
impl R<u32, Reg<u32, _TIM1_CCMR1ALTERNATE1>>
[src]
pub fn cc1s(&self) -> CC1S_R
[src]
Bits 0:1 - CC1S
pub fn ic1psc(&self) -> IC1PSC_R
[src]
Bits 2:3 - IC1PSC
pub fn ic1f(&self) -> IC1F_R
[src]
Bits 4:7 - IC1F
pub fn cc2s(&self) -> CC2S_R
[src]
Bits 8:9 - CC2S
pub fn ic2psc(&self) -> IC2PSC_R
[src]
Bits 10:11 - IC2PSC
pub fn ic2f(&self) -> IC2F_R
[src]
Bits 12:15 - IC2F
impl R<u32, Reg<u32, _TIM1_CCMR2ALTERNATE17>>
[src]
pub fn cc3s(&self) -> CC3S_R
[src]
Bits 0:1 - CC3S
pub fn ic3psc(&self) -> IC3PSC_R
[src]
Bits 2:3 - IC3PSC
pub fn ic3f(&self) -> IC3F_R
[src]
Bits 4:7 - IC3F
pub fn cc4s(&self) -> CC4S_R
[src]
Bits 8:9 - CC4S
pub fn ic4psc(&self) -> IC4PSC_R
[src]
Bits 10:11 - IC4PSC
pub fn ic4f(&self) -> IC4F_R
[src]
Bits 12:15 - IC4F
impl R<u32, Reg<u32, _TIM1_CCER>>
[src]
pub fn cc1e(&self) -> CC1E_R
[src]
Bit 0 - CC1E
pub fn cc1p(&self) -> CC1P_R
[src]
Bit 1 - CC1P
pub fn cc1ne(&self) -> CC1NE_R
[src]
Bit 2 - CC1NE
pub fn cc1np(&self) -> CC1NP_R
[src]
Bit 3 - CC1NP
pub fn cc2e(&self) -> CC2E_R
[src]
Bit 4 - CC2E
pub fn cc2p(&self) -> CC2P_R
[src]
Bit 5 - CC2P
pub fn cc2ne(&self) -> CC2NE_R
[src]
Bit 6 - CC2NE
pub fn cc2np(&self) -> CC2NP_R
[src]
Bit 7 - CC2NP
pub fn cc3e(&self) -> CC3E_R
[src]
Bit 8 - CC3E
pub fn cc3p(&self) -> CC3P_R
[src]
Bit 9 - CC3P
pub fn cc3ne(&self) -> CC3NE_R
[src]
Bit 10 - CC3NE
pub fn cc3np(&self) -> CC3NP_R
[src]
Bit 11 - CC3NP
pub fn cc4e(&self) -> CC4E_R
[src]
Bit 12 - CC4E
pub fn cc4p(&self) -> CC4P_R
[src]
Bit 13 - CC4P
pub fn cc4np(&self) -> CC4NP_R
[src]
Bit 15 - CC4NP
pub fn cc5e(&self) -> CC5E_R
[src]
Bit 16 - CC5E
pub fn cc5p(&self) -> CC5P_R
[src]
Bit 17 - CC5P
pub fn cc6e(&self) -> CC6E_R
[src]
Bit 20 - CC6E
pub fn cc6p(&self) -> CC6P_R
[src]
Bit 21 - CC6P
impl R<u32, Reg<u32, _TIM1_CNT>>
[src]
impl R<u16, Reg<u16, _TIM1_PSC>>
[src]
impl R<u16, Reg<u16, _TIM1_ARR>>
[src]
impl R<u16, Reg<u16, _TIM1_RCR>>
[src]
impl R<u16, Reg<u16, _TIM1_CCR1>>
[src]
impl R<u16, Reg<u16, _TIM1_CCR2>>
[src]
impl R<u16, Reg<u16, _TIM1_CCR3>>
[src]
impl R<u16, Reg<u16, _TIM1_CCR4>>
[src]
impl R<u32, Reg<u32, _TIM1_BDTR>>
[src]
pub fn dtg(&self) -> DTG_R
[src]
Bits 0:7 - DTG
pub fn lock(&self) -> LOCK_R
[src]
Bits 8:9 - LOCK
pub fn ossi(&self) -> OSSI_R
[src]
Bit 10 - OSSI
pub fn ossr(&self) -> OSSR_R
[src]
Bit 11 - OSSR
pub fn bke(&self) -> BKE_R
[src]
Bit 12 - BKE
pub fn bkp(&self) -> BKP_R
[src]
Bit 13 - BKP
pub fn aoe(&self) -> AOE_R
[src]
Bit 14 - AOE
pub fn moe(&self) -> MOE_R
[src]
Bit 15 - MOE
pub fn bkf(&self) -> BKF_R
[src]
Bits 16:19 - BKF
pub fn bk2f(&self) -> BK2F_R
[src]
Bits 20:23 - BK2F
pub fn bk2e(&self) -> BK2E_R
[src]
Bit 24 - BK2E
pub fn bk2p(&self) -> BK2P_R
[src]
Bit 25 - BK2P
pub fn bkdsrm(&self) -> BKDSRM_R
[src]
Bit 26 - BKDSRM
pub fn bk2dsrm(&self) -> BK2DSRM_R
[src]
Bit 27 - BK2DSRM
pub fn bkbid(&self) -> BKBID_R
[src]
Bit 28 - BKBID
pub fn bk2bid(&self) -> BK2BID_R
[src]
Bit 29 - BK2BID
impl R<u16, Reg<u16, _TIM1_DCR>>
[src]
impl R<u32, Reg<u32, _TIM1_DMAR>>
[src]
impl R<u32, Reg<u32, _TIM1_CCMR3>>
[src]
pub fn oc5fe(&self) -> OC5FE_R
[src]
Bit 2 - OC5FE
pub fn oc5pe(&self) -> OC5PE_R
[src]
Bit 3 - OC5PE
pub fn oc5m(&self) -> OC5M_R
[src]
Bits 4:6 - OC5M
pub fn oc5ce(&self) -> OC5CE_R
[src]
Bit 7 - OC5CE
pub fn oc6fe(&self) -> OC6FE_R
[src]
Bit 10 - OC6FE
pub fn oc6pe(&self) -> OC6PE_R
[src]
Bit 11 - OC6PE
pub fn oc6m(&self) -> OC6M_R
[src]
Bits 12:14 - OC6M
pub fn oc6ce(&self) -> OC6CE_R
[src]
Bit 15 - OC6CE
pub fn oc5m3(&self) -> OC5M3_R
[src]
Bit 16 - OC5M3
pub fn oc6m3(&self) -> OC6M3_R
[src]
Bit 24 - OC6M3
impl R<u32, Reg<u32, _TIM1_CCR5>>
[src]
pub fn ccr5(&self) -> CCR5_R
[src]
Bits 0:15 - CCR5
pub fn gc5c1(&self) -> GC5C1_R
[src]
Bit 29 - GC5C1
pub fn gc5c2(&self) -> GC5C2_R
[src]
Bit 30 - GC5C2
pub fn gc5c3(&self) -> GC5C3_R
[src]
Bit 31 - GC5C3
impl R<u16, Reg<u16, _TIM1_CCR6>>
[src]
impl R<u32, Reg<u32, _TIM1_AF1>>
[src]
pub fn bkine(&self) -> BKINE_R
[src]
Bit 0 - BKINE
pub fn bkdf1bk0e(&self) -> BKDF1BK0E_R
[src]
Bit 8 - BKDF1BK0E
pub fn bkinp(&self) -> BKINP_R
[src]
Bit 9 - BKINP
pub fn etrsel(&self) -> ETRSEL_R
[src]
Bits 14:17 - ETRSEL
impl R<u32, Reg<u32, _TIM1_AF2>>
[src]
pub fn bk2ine(&self) -> BK2INE_R
[src]
Bit 0 - BK2INE
pub fn bk2df1bk1e(&self) -> BK2DF1BK1E_R
[src]
Bit 8 - BK2DF1BK1E
pub fn bk2inp(&self) -> BK2INP_R
[src]
Bit 9 - BK2INP
impl R<u32, Reg<u32, _TIM1_TISEL>>
[src]
pub fn ti1sel(&self) -> TI1SEL_R
[src]
Bits 0:3 - TI1SEL
pub fn ti2sel(&self) -> TI2SEL_R
[src]
Bits 8:11 - TI2SEL
pub fn ti3sel(&self) -> TI3SEL_R
[src]
Bits 16:19 - TI3SEL
pub fn ti4sel(&self) -> TI4SEL_R
[src]
Bits 24:27 - TI4SEL
impl R<u16, Reg<u16, _TIM2_CR1>>
[src]
pub fn cen(&self) -> CEN_R
[src]
Bit 0 - CEN
pub fn udis(&self) -> UDIS_R
[src]
Bit 1 - UDIS
pub fn urs(&self) -> URS_R
[src]
Bit 2 - URS
pub fn opm(&self) -> OPM_R
[src]
Bit 3 - OPM
pub fn dir(&self) -> DIR_R
[src]
Bit 4 - DIR
pub fn cms(&self) -> CMS_R
[src]
Bits 5:6 - CMS
pub fn arpe(&self) -> ARPE_R
[src]
Bit 7 - ARPE
pub fn ckd(&self) -> CKD_R
[src]
Bits 8:9 - CKD
pub fn uifremap(&self) -> UIFREMAP_R
[src]
Bit 11 - UIFREMAP
impl R<u32, Reg<u32, _TIM2_CR2>>
[src]
pub fn ccpc(&self) -> CCPC_R
[src]
Bit 0 - CCPC
pub fn ccus(&self) -> CCUS_R
[src]
Bit 2 - CCUS
pub fn ccds(&self) -> CCDS_R
[src]
Bit 3 - CCDS
pub fn mms(&self) -> MMS_R
[src]
Bits 4:6 - MMS
pub fn ti1s(&self) -> TI1S_R
[src]
Bit 7 - TI1S
pub fn ois1(&self) -> OIS1_R
[src]
Bit 8 - OIS1
pub fn ois1n(&self) -> OIS1N_R
[src]
Bit 9 - OIS1N
pub fn ois2(&self) -> OIS2_R
[src]
Bit 10 - OIS2
pub fn ois2n(&self) -> OIS2N_R
[src]
Bit 11 - OIS2N
pub fn ois3(&self) -> OIS3_R
[src]
Bit 12 - OIS3
pub fn ois3n(&self) -> OIS3N_R
[src]
Bit 13 - OIS3N
pub fn ois4(&self) -> OIS4_R
[src]
Bit 14 - OIS4
pub fn ois5(&self) -> OIS5_R
[src]
Bit 16 - OIS5
pub fn ois6(&self) -> OIS6_R
[src]
Bit 18 - OIS6
pub fn mms2(&self) -> MMS2_R
[src]
Bits 20:23 - MMS2
impl R<u32, Reg<u32, _TIM2_SMCR>>
[src]
pub fn sms(&self) -> SMS_R
[src]
Bits 0:2 - SMS
pub fn ts(&self) -> TS_R
[src]
Bits 4:6 - TS
pub fn msm(&self) -> MSM_R
[src]
Bit 7 - MSM
pub fn etf(&self) -> ETF_R
[src]
Bits 8:11 - ETF
pub fn etps(&self) -> ETPS_R
[src]
Bits 12:13 - ETPS
pub fn ece(&self) -> ECE_R
[src]
Bit 14 - ECE
pub fn etp(&self) -> ETP_R
[src]
Bit 15 - ETP
pub fn sms3(&self) -> SMS3_R
[src]
Bit 16 - SMS3
pub fn ts3(&self) -> TS3_R
[src]
Bit 20 - TS3
pub fn ts4(&self) -> TS4_R
[src]
Bit 21 - TS4
impl R<u16, Reg<u16, _TIM2_DIER>>
[src]
pub fn uie(&self) -> UIE_R
[src]
Bit 0 - UIE
pub fn cc1ie(&self) -> CC1IE_R
[src]
Bit 1 - CC1IE
pub fn cc2ie(&self) -> CC2IE_R
[src]
Bit 2 - CC2IE
pub fn cc3ie(&self) -> CC3IE_R
[src]
Bit 3 - CC3IE
pub fn cc4ie(&self) -> CC4IE_R
[src]
Bit 4 - CC4IE
pub fn comie(&self) -> COMIE_R
[src]
Bit 5 - COMIE
pub fn tie(&self) -> TIE_R
[src]
Bit 6 - TIE
pub fn bie(&self) -> BIE_R
[src]
Bit 7 - BIE
pub fn ude(&self) -> UDE_R
[src]
Bit 8 - UDE
pub fn cc1de(&self) -> CC1DE_R
[src]
Bit 9 - CC1DE
pub fn cc2de(&self) -> CC2DE_R
[src]
Bit 10 - CC2DE
pub fn cc3de(&self) -> CC3DE_R
[src]
Bit 11 - CC3DE
pub fn cc4de(&self) -> CC4DE_R
[src]
Bit 12 - CC4DE
pub fn comde(&self) -> COMDE_R
[src]
Bit 13 - COMDE
pub fn tde(&self) -> TDE_R
[src]
Bit 14 - TDE
impl R<u32, Reg<u32, _TIM2_SR>>
[src]
pub fn uif(&self) -> UIF_R
[src]
Bit 0 - UIF
pub fn cc1if(&self) -> CC1IF_R
[src]
Bit 1 - CC1IF
pub fn cc2if(&self) -> CC2IF_R
[src]
Bit 2 - CC2IF
pub fn cc3if(&self) -> CC3IF_R
[src]
Bit 3 - CC3IF
pub fn cc4if(&self) -> CC4IF_R
[src]
Bit 4 - CC4IF
pub fn comif(&self) -> COMIF_R
[src]
Bit 5 - COMIF
pub fn tif(&self) -> TIF_R
[src]
Bit 6 - TIF
pub fn bif(&self) -> BIF_R
[src]
Bit 7 - BIF
pub fn b2if(&self) -> B2IF_R
[src]
Bit 8 - B2IF
pub fn cc1of(&self) -> CC1OF_R
[src]
Bit 9 - CC1OF
pub fn cc2of(&self) -> CC2OF_R
[src]
Bit 10 - CC2OF
pub fn cc3of(&self) -> CC3OF_R
[src]
Bit 11 - CC3OF
pub fn cc4of(&self) -> CC4OF_R
[src]
Bit 12 - CC4OF
pub fn sbif(&self) -> SBIF_R
[src]
Bit 13 - SBIF
pub fn cc5if(&self) -> CC5IF_R
[src]
Bit 16 - CC5IF
pub fn cc6if(&self) -> CC6IF_R
[src]
Bit 17 - CC6IF
impl R<u32, Reg<u32, _TIM2_CCMR1ALTERNATE2>>
[src]
pub fn cc1s(&self) -> CC1S_R
[src]
Bits 0:1 - CC1S
pub fn ic1psc(&self) -> IC1PSC_R
[src]
Bits 2:3 - IC1PSC
pub fn ic1f(&self) -> IC1F_R
[src]
Bits 4:7 - IC1F
pub fn cc2s(&self) -> CC2S_R
[src]
Bits 8:9 - CC2S
pub fn ic2psc(&self) -> IC2PSC_R
[src]
Bits 10:11 - IC2PSC
pub fn ic2f(&self) -> IC2F_R
[src]
Bits 12:15 - IC2F
impl R<u32, Reg<u32, _TIM2_CCMR2ALTERNATE18>>
[src]
pub fn cc3s(&self) -> CC3S_R
[src]
Bits 0:1 - CC3S
pub fn ic3psc(&self) -> IC3PSC_R
[src]
Bits 2:3 - IC3PSC
pub fn ic3f(&self) -> IC3F_R
[src]
Bits 4:7 - IC3F
pub fn cc4s(&self) -> CC4S_R
[src]
Bits 8:9 - CC4S
pub fn ic4psc(&self) -> IC4PSC_R
[src]
Bits 10:11 - IC4PSC
pub fn ic4f(&self) -> IC4F_R
[src]
Bits 12:15 - IC4F
impl R<u32, Reg<u32, _TIM2_CCER>>
[src]
pub fn cc1e(&self) -> CC1E_R
[src]
Bit 0 - CC1E
pub fn cc1p(&self) -> CC1P_R
[src]
Bit 1 - CC1P
pub fn cc1ne(&self) -> CC1NE_R
[src]
Bit 2 - CC1NE
pub fn cc1np(&self) -> CC1NP_R
[src]
Bit 3 - CC1NP
pub fn cc2e(&self) -> CC2E_R
[src]
Bit 4 - CC2E
pub fn cc2p(&self) -> CC2P_R
[src]
Bit 5 - CC2P
pub fn cc2ne(&self) -> CC2NE_R
[src]
Bit 6 - CC2NE
pub fn cc2np(&self) -> CC2NP_R
[src]
Bit 7 - CC2NP
pub fn cc3e(&self) -> CC3E_R
[src]
Bit 8 - CC3E
pub fn cc3p(&self) -> CC3P_R
[src]
Bit 9 - CC3P
pub fn cc3ne(&self) -> CC3NE_R
[src]
Bit 10 - CC3NE
pub fn cc3np(&self) -> CC3NP_R
[src]
Bit 11 - CC3NP
pub fn cc4e(&self) -> CC4E_R
[src]
Bit 12 - CC4E
pub fn cc4p(&self) -> CC4P_R
[src]
Bit 13 - CC4P
pub fn cc4np(&self) -> CC4NP_R
[src]
Bit 15 - CC4NP
pub fn cc5e(&self) -> CC5E_R
[src]
Bit 16 - CC5E
pub fn cc5p(&self) -> CC5P_R
[src]
Bit 17 - CC5P
pub fn cc6e(&self) -> CC6E_R
[src]
Bit 20 - CC6E
pub fn cc6p(&self) -> CC6P_R
[src]
Bit 21 - CC6P
impl R<u32, Reg<u32, _TIM2_CNT>>
[src]
impl R<u16, Reg<u16, _TIM2_PSC>>
[src]
impl R<u16, Reg<u16, _TIM2_ARR>>
[src]
impl R<u16, Reg<u16, _TIM2_RCR>>
[src]
impl R<u16, Reg<u16, _TIM2_CCR1>>
[src]
impl R<u16, Reg<u16, _TIM2_CCR2>>
[src]
impl R<u16, Reg<u16, _TIM2_CCR3>>
[src]
impl R<u16, Reg<u16, _TIM2_CCR4>>
[src]
impl R<u32, Reg<u32, _TIM2_BDTR>>
[src]
pub fn dtg(&self) -> DTG_R
[src]
Bits 0:7 - DTG
pub fn lock(&self) -> LOCK_R
[src]
Bits 8:9 - LOCK
pub fn ossi(&self) -> OSSI_R
[src]
Bit 10 - OSSI
pub fn ossr(&self) -> OSSR_R
[src]
Bit 11 - OSSR
pub fn bke(&self) -> BKE_R
[src]
Bit 12 - BKE
pub fn bkp(&self) -> BKP_R
[src]
Bit 13 - BKP
pub fn aoe(&self) -> AOE_R
[src]
Bit 14 - AOE
pub fn moe(&self) -> MOE_R
[src]
Bit 15 - MOE
pub fn bkf(&self) -> BKF_R
[src]
Bits 16:19 - BKF
pub fn bk2f(&self) -> BK2F_R
[src]
Bits 20:23 - BK2F
pub fn bk2e(&self) -> BK2E_R
[src]
Bit 24 - BK2E
pub fn bk2p(&self) -> BK2P_R
[src]
Bit 25 - BK2P
pub fn bkdsrm(&self) -> BKDSRM_R
[src]
Bit 26 - BKDSRM
pub fn bk2dsrm(&self) -> BK2DSRM_R
[src]
Bit 27 - BK2DSRM
pub fn bkbid(&self) -> BKBID_R
[src]
Bit 28 - BKBID
pub fn bk2bid(&self) -> BK2BID_R
[src]
Bit 29 - BK2BID
impl R<u16, Reg<u16, _TIM2_DCR>>
[src]
impl R<u32, Reg<u32, _TIM2_DMAR>>
[src]
impl R<u32, Reg<u32, _TIM2_CCMR3>>
[src]
pub fn oc5fe(&self) -> OC5FE_R
[src]
Bit 2 - OC5FE
pub fn oc5pe(&self) -> OC5PE_R
[src]
Bit 3 - OC5PE
pub fn oc5m(&self) -> OC5M_R
[src]
Bits 4:6 - OC5M
pub fn oc5ce(&self) -> OC5CE_R
[src]
Bit 7 - OC5CE
pub fn oc6fe(&self) -> OC6FE_R
[src]
Bit 10 - OC6FE
pub fn oc6pe(&self) -> OC6PE_R
[src]
Bit 11 - OC6PE
pub fn oc6m(&self) -> OC6M_R
[src]
Bits 12:14 - OC6M
pub fn oc6ce(&self) -> OC6CE_R
[src]
Bit 15 - OC6CE
pub fn oc5m3(&self) -> OC5M3_R
[src]
Bit 16 - OC5M3
pub fn oc6m3(&self) -> OC6M3_R
[src]
Bit 24 - OC6M3
impl R<u32, Reg<u32, _TIM2_CCR5>>
[src]
pub fn ccr5(&self) -> CCR5_R
[src]
Bits 0:15 - CCR5
pub fn gc5c1(&self) -> GC5C1_R
[src]
Bit 29 - GC5C1
pub fn gc5c2(&self) -> GC5C2_R
[src]
Bit 30 - GC5C2
pub fn gc5c3(&self) -> GC5C3_R
[src]
Bit 31 - GC5C3
impl R<u16, Reg<u16, _TIM2_CCR6>>
[src]
impl R<u16, Reg<u16, _TIM3_CR1>>
[src]
pub fn cen(&self) -> CEN_R
[src]
Bit 0 - CEN
pub fn udis(&self) -> UDIS_R
[src]
Bit 1 - UDIS
pub fn urs(&self) -> URS_R
[src]
Bit 2 - URS
pub fn opm(&self) -> OPM_R
[src]
Bit 3 - OPM
pub fn dir(&self) -> DIR_R
[src]
Bit 4 - DIR
pub fn cms(&self) -> CMS_R
[src]
Bits 5:6 - CMS
pub fn arpe(&self) -> ARPE_R
[src]
Bit 7 - ARPE
pub fn ckd(&self) -> CKD_R
[src]
Bits 8:9 - CKD
pub fn uifremap(&self) -> UIFREMAP_R
[src]
Bit 11 - UIFREMAP
impl R<u32, Reg<u32, _TIM3_CR2>>
[src]
pub fn ccpc(&self) -> CCPC_R
[src]
Bit 0 - CCPC
pub fn ccus(&self) -> CCUS_R
[src]
Bit 2 - CCUS
pub fn ccds(&self) -> CCDS_R
[src]
Bit 3 - CCDS
pub fn mms(&self) -> MMS_R
[src]
Bits 4:6 - MMS
pub fn ti1s(&self) -> TI1S_R
[src]
Bit 7 - TI1S
pub fn ois1(&self) -> OIS1_R
[src]
Bit 8 - OIS1
pub fn ois1n(&self) -> OIS1N_R
[src]
Bit 9 - OIS1N
pub fn ois2(&self) -> OIS2_R
[src]
Bit 10 - OIS2
pub fn ois2n(&self) -> OIS2N_R
[src]
Bit 11 - OIS2N
pub fn ois3(&self) -> OIS3_R
[src]
Bit 12 - OIS3
pub fn ois3n(&self) -> OIS3N_R
[src]
Bit 13 - OIS3N
pub fn ois4(&self) -> OIS4_R
[src]
Bit 14 - OIS4
pub fn ois5(&self) -> OIS5_R
[src]
Bit 16 - OIS5
pub fn ois6(&self) -> OIS6_R
[src]
Bit 18 - OIS6
pub fn mms2(&self) -> MMS2_R
[src]
Bits 20:23 - MMS2
impl R<u32, Reg<u32, _TIM3_SMCR>>
[src]
pub fn sms(&self) -> SMS_R
[src]
Bits 0:2 - SMS
pub fn ts(&self) -> TS_R
[src]
Bits 4:6 - TS
pub fn msm(&self) -> MSM_R
[src]
Bit 7 - MSM
pub fn etf(&self) -> ETF_R
[src]
Bits 8:11 - ETF
pub fn etps(&self) -> ETPS_R
[src]
Bits 12:13 - ETPS
pub fn ece(&self) -> ECE_R
[src]
Bit 14 - ECE
pub fn etp(&self) -> ETP_R
[src]
Bit 15 - ETP
pub fn sms3(&self) -> SMS3_R
[src]
Bit 16 - SMS3
pub fn ts3(&self) -> TS3_R
[src]
Bit 20 - TS3
pub fn ts4(&self) -> TS4_R
[src]
Bit 21 - TS4
impl R<u16, Reg<u16, _TIM3_DIER>>
[src]
pub fn uie(&self) -> UIE_R
[src]
Bit 0 - UIE
pub fn cc1ie(&self) -> CC1IE_R
[src]
Bit 1 - CC1IE
pub fn cc2ie(&self) -> CC2IE_R
[src]
Bit 2 - CC2IE
pub fn cc3ie(&self) -> CC3IE_R
[src]
Bit 3 - CC3IE
pub fn cc4ie(&self) -> CC4IE_R
[src]
Bit 4 - CC4IE
pub fn comie(&self) -> COMIE_R
[src]
Bit 5 - COMIE
pub fn tie(&self) -> TIE_R
[src]
Bit 6 - TIE
pub fn bie(&self) -> BIE_R
[src]
Bit 7 - BIE
pub fn ude(&self) -> UDE_R
[src]
Bit 8 - UDE
pub fn cc1de(&self) -> CC1DE_R
[src]
Bit 9 - CC1DE
pub fn cc2de(&self) -> CC2DE_R
[src]
Bit 10 - CC2DE
pub fn cc3de(&self) -> CC3DE_R
[src]
Bit 11 - CC3DE
pub fn cc4de(&self) -> CC4DE_R
[src]
Bit 12 - CC4DE
pub fn comde(&self) -> COMDE_R
[src]
Bit 13 - COMDE
pub fn tde(&self) -> TDE_R
[src]
Bit 14 - TDE
impl R<u32, Reg<u32, _TIM3_SR>>
[src]
pub fn uif(&self) -> UIF_R
[src]
Bit 0 - UIF
pub fn cc1if(&self) -> CC1IF_R
[src]
Bit 1 - CC1IF
pub fn cc2if(&self) -> CC2IF_R
[src]
Bit 2 - CC2IF
pub fn cc3if(&self) -> CC3IF_R
[src]
Bit 3 - CC3IF
pub fn cc4if(&self) -> CC4IF_R
[src]
Bit 4 - CC4IF
pub fn comif(&self) -> COMIF_R
[src]
Bit 5 - COMIF
pub fn tif(&self) -> TIF_R
[src]
Bit 6 - TIF
pub fn bif(&self) -> BIF_R
[src]
Bit 7 - BIF
pub fn b2if(&self) -> B2IF_R
[src]
Bit 8 - B2IF
pub fn cc1of(&self) -> CC1OF_R
[src]
Bit 9 - CC1OF
pub fn cc2of(&self) -> CC2OF_R
[src]
Bit 10 - CC2OF
pub fn cc3of(&self) -> CC3OF_R
[src]
Bit 11 - CC3OF
pub fn cc4of(&self) -> CC4OF_R
[src]
Bit 12 - CC4OF
pub fn sbif(&self) -> SBIF_R
[src]
Bit 13 - SBIF
pub fn cc5if(&self) -> CC5IF_R
[src]
Bit 16 - CC5IF
pub fn cc6if(&self) -> CC6IF_R
[src]
Bit 17 - CC6IF
impl R<u32, Reg<u32, _TIM3_CCMR1ALTERNATE3>>
[src]
pub fn cc1s(&self) -> CC1S_R
[src]
Bits 0:1 - CC1S
pub fn ic1psc(&self) -> IC1PSC_R
[src]
Bits 2:3 - IC1PSC
pub fn ic1f(&self) -> IC1F_R
[src]
Bits 4:7 - IC1F
pub fn cc2s(&self) -> CC2S_R
[src]
Bits 8:9 - CC2S
pub fn ic2psc(&self) -> IC2PSC_R
[src]
Bits 10:11 - IC2PSC
pub fn ic2f(&self) -> IC2F_R
[src]
Bits 12:15 - IC2F
impl R<u32, Reg<u32, _TIM3_CCMR2ALTERNATE19>>
[src]
pub fn cc3s(&self) -> CC3S_R
[src]
Bits 0:1 - CC3S
pub fn ic3psc(&self) -> IC3PSC_R
[src]
Bits 2:3 - IC3PSC
pub fn ic3f(&self) -> IC3F_R
[src]
Bits 4:7 - IC3F
pub fn cc4s(&self) -> CC4S_R
[src]
Bits 8:9 - CC4S
pub fn ic4psc(&self) -> IC4PSC_R
[src]
Bits 10:11 - IC4PSC
pub fn ic4f(&self) -> IC4F_R
[src]
Bits 12:15 - IC4F
impl R<u32, Reg<u32, _TIM3_CCER>>
[src]
pub fn cc1e(&self) -> CC1E_R
[src]
Bit 0 - CC1E
pub fn cc1p(&self) -> CC1P_R
[src]
Bit 1 - CC1P
pub fn cc1ne(&self) -> CC1NE_R
[src]
Bit 2 - CC1NE
pub fn cc1np(&self) -> CC1NP_R
[src]
Bit 3 - CC1NP
pub fn cc2e(&self) -> CC2E_R
[src]
Bit 4 - CC2E
pub fn cc2p(&self) -> CC2P_R
[src]
Bit 5 - CC2P
pub fn cc2ne(&self) -> CC2NE_R
[src]
Bit 6 - CC2NE
pub fn cc2np(&self) -> CC2NP_R
[src]
Bit 7 - CC2NP
pub fn cc3e(&self) -> CC3E_R
[src]
Bit 8 - CC3E
pub fn cc3p(&self) -> CC3P_R
[src]
Bit 9 - CC3P
pub fn cc3ne(&self) -> CC3NE_R
[src]
Bit 10 - CC3NE
pub fn cc3np(&self) -> CC3NP_R
[src]
Bit 11 - CC3NP
pub fn cc4e(&self) -> CC4E_R
[src]
Bit 12 - CC4E
pub fn cc4p(&self) -> CC4P_R
[src]
Bit 13 - CC4P
pub fn cc4np(&self) -> CC4NP_R
[src]
Bit 15 - CC4NP
pub fn cc5e(&self) -> CC5E_R
[src]
Bit 16 - CC5E
pub fn cc5p(&self) -> CC5P_R
[src]
Bit 17 - CC5P
pub fn cc6e(&self) -> CC6E_R
[src]
Bit 20 - CC6E
pub fn cc6p(&self) -> CC6P_R
[src]
Bit 21 - CC6P
impl R<u32, Reg<u32, _TIM3_CNT>>
[src]
impl R<u16, Reg<u16, _TIM3_PSC>>
[src]
impl R<u16, Reg<u16, _TIM3_ARR>>
[src]
impl R<u16, Reg<u16, _TIM3_RCR>>
[src]
impl R<u16, Reg<u16, _TIM3_CCR1>>
[src]
impl R<u16, Reg<u16, _TIM3_CCR2>>
[src]
impl R<u16, Reg<u16, _TIM3_CCR3>>
[src]
impl R<u16, Reg<u16, _TIM3_CCR4>>
[src]
impl R<u32, Reg<u32, _TIM3_BDTR>>
[src]
pub fn dtg(&self) -> DTG_R
[src]
Bits 0:7 - DTG
pub fn lock(&self) -> LOCK_R
[src]
Bits 8:9 - LOCK
pub fn ossi(&self) -> OSSI_R
[src]
Bit 10 - OSSI
pub fn ossr(&self) -> OSSR_R
[src]
Bit 11 - OSSR
pub fn bke(&self) -> BKE_R
[src]
Bit 12 - BKE
pub fn bkp(&self) -> BKP_R
[src]
Bit 13 - BKP
pub fn aoe(&self) -> AOE_R
[src]
Bit 14 - AOE
pub fn moe(&self) -> MOE_R
[src]
Bit 15 - MOE
pub fn bkf(&self) -> BKF_R
[src]
Bits 16:19 - BKF
pub fn bk2f(&self) -> BK2F_R
[src]
Bits 20:23 - BK2F
pub fn bk2e(&self) -> BK2E_R
[src]
Bit 24 - BK2E
pub fn bk2p(&self) -> BK2P_R
[src]
Bit 25 - BK2P
pub fn bkdsrm(&self) -> BKDSRM_R
[src]
Bit 26 - BKDSRM
pub fn bk2dsrm(&self) -> BK2DSRM_R
[src]
Bit 27 - BK2DSRM
pub fn bkbid(&self) -> BKBID_R
[src]
Bit 28 - BKBID
pub fn bk2bid(&self) -> BK2BID_R
[src]
Bit 29 - BK2BID
impl R<u16, Reg<u16, _TIM3_DCR>>
[src]
impl R<u32, Reg<u32, _TIM3_DMAR>>
[src]
impl R<u32, Reg<u32, _TIM3_CCMR3>>
[src]
pub fn oc5fe(&self) -> OC5FE_R
[src]
Bit 2 - OC5FE
pub fn oc5pe(&self) -> OC5PE_R
[src]
Bit 3 - OC5PE
pub fn oc5m(&self) -> OC5M_R
[src]
Bits 4:6 - OC5M
pub fn oc5ce(&self) -> OC5CE_R
[src]
Bit 7 - OC5CE
pub fn oc6fe(&self) -> OC6FE_R
[src]
Bit 10 - OC6FE
pub fn oc6pe(&self) -> OC6PE_R
[src]
Bit 11 - OC6PE
pub fn oc6m(&self) -> OC6M_R
[src]
Bits 12:14 - OC6M
pub fn oc6ce(&self) -> OC6CE_R
[src]
Bit 15 - OC6CE
pub fn oc5m3(&self) -> OC5M3_R
[src]
Bit 16 - OC5M3
pub fn oc6m3(&self) -> OC6M3_R
[src]
Bit 24 - OC6M3
impl R<u32, Reg<u32, _TIM3_CCR5>>
[src]
pub fn ccr5(&self) -> CCR5_R
[src]
Bits 0:15 - CCR5
pub fn gc5c1(&self) -> GC5C1_R
[src]
Bit 29 - GC5C1
pub fn gc5c2(&self) -> GC5C2_R
[src]
Bit 30 - GC5C2
pub fn gc5c3(&self) -> GC5C3_R
[src]
Bit 31 - GC5C3
impl R<u16, Reg<u16, _TIM3_CCR6>>
[src]
impl R<u16, Reg<u16, _TIM4_CR1>>
[src]
pub fn cen(&self) -> CEN_R
[src]
Bit 0 - CEN
pub fn udis(&self) -> UDIS_R
[src]
Bit 1 - UDIS
pub fn urs(&self) -> URS_R
[src]
Bit 2 - URS
pub fn opm(&self) -> OPM_R
[src]
Bit 3 - OPM
pub fn dir(&self) -> DIR_R
[src]
Bit 4 - DIR
pub fn cms(&self) -> CMS_R
[src]
Bits 5:6 - CMS
pub fn arpe(&self) -> ARPE_R
[src]
Bit 7 - ARPE
pub fn ckd(&self) -> CKD_R
[src]
Bits 8:9 - CKD
pub fn uifremap(&self) -> UIFREMAP_R
[src]
Bit 11 - UIFREMAP
impl R<u32, Reg<u32, _TIM4_CR2>>
[src]
pub fn ccpc(&self) -> CCPC_R
[src]
Bit 0 - CCPC
pub fn ccus(&self) -> CCUS_R
[src]
Bit 2 - CCUS
pub fn ccds(&self) -> CCDS_R
[src]
Bit 3 - CCDS
pub fn mms(&self) -> MMS_R
[src]
Bits 4:6 - MMS
pub fn ti1s(&self) -> TI1S_R
[src]
Bit 7 - TI1S
pub fn ois1(&self) -> OIS1_R
[src]
Bit 8 - OIS1
pub fn ois1n(&self) -> OIS1N_R
[src]
Bit 9 - OIS1N
pub fn ois2(&self) -> OIS2_R
[src]
Bit 10 - OIS2
pub fn ois2n(&self) -> OIS2N_R
[src]
Bit 11 - OIS2N
pub fn ois3(&self) -> OIS3_R
[src]
Bit 12 - OIS3
pub fn ois3n(&self) -> OIS3N_R
[src]
Bit 13 - OIS3N
pub fn ois4(&self) -> OIS4_R
[src]
Bit 14 - OIS4
pub fn ois5(&self) -> OIS5_R
[src]
Bit 16 - OIS5
pub fn ois6(&self) -> OIS6_R
[src]
Bit 18 - OIS6
pub fn mms2(&self) -> MMS2_R
[src]
Bits 20:23 - MMS2
impl R<u32, Reg<u32, _TIM4_SMCR>>
[src]
pub fn sms(&self) -> SMS_R
[src]
Bits 0:2 - SMS
pub fn ts(&self) -> TS_R
[src]
Bits 4:6 - TS
pub fn msm(&self) -> MSM_R
[src]
Bit 7 - MSM
pub fn etf(&self) -> ETF_R
[src]
Bits 8:11 - ETF
pub fn etps(&self) -> ETPS_R
[src]
Bits 12:13 - ETPS
pub fn ece(&self) -> ECE_R
[src]
Bit 14 - ECE
pub fn etp(&self) -> ETP_R
[src]
Bit 15 - ETP
pub fn sms3(&self) -> SMS3_R
[src]
Bit 16 - SMS3
pub fn ts3(&self) -> TS3_R
[src]
Bit 20 - TS3
pub fn ts4(&self) -> TS4_R
[src]
Bit 21 - TS4
impl R<u16, Reg<u16, _TIM4_DIER>>
[src]
pub fn uie(&self) -> UIE_R
[src]
Bit 0 - UIE
pub fn cc1ie(&self) -> CC1IE_R
[src]
Bit 1 - CC1IE
pub fn cc2ie(&self) -> CC2IE_R
[src]
Bit 2 - CC2IE
pub fn cc3ie(&self) -> CC3IE_R
[src]
Bit 3 - CC3IE
pub fn cc4ie(&self) -> CC4IE_R
[src]
Bit 4 - CC4IE
pub fn comie(&self) -> COMIE_R
[src]
Bit 5 - COMIE
pub fn tie(&self) -> TIE_R
[src]
Bit 6 - TIE
pub fn bie(&self) -> BIE_R
[src]
Bit 7 - BIE
pub fn ude(&self) -> UDE_R
[src]
Bit 8 - UDE
pub fn cc1de(&self) -> CC1DE_R
[src]
Bit 9 - CC1DE
pub fn cc2de(&self) -> CC2DE_R
[src]
Bit 10 - CC2DE
pub fn cc3de(&self) -> CC3DE_R
[src]
Bit 11 - CC3DE
pub fn cc4de(&self) -> CC4DE_R
[src]
Bit 12 - CC4DE
pub fn comde(&self) -> COMDE_R
[src]
Bit 13 - COMDE
pub fn tde(&self) -> TDE_R
[src]
Bit 14 - TDE
impl R<u32, Reg<u32, _TIM4_SR>>
[src]
pub fn uif(&self) -> UIF_R
[src]
Bit 0 - UIF
pub fn cc1if(&self) -> CC1IF_R
[src]
Bit 1 - CC1IF
pub fn cc2if(&self) -> CC2IF_R
[src]
Bit 2 - CC2IF
pub fn cc3if(&self) -> CC3IF_R
[src]
Bit 3 - CC3IF
pub fn cc4if(&self) -> CC4IF_R
[src]
Bit 4 - CC4IF
pub fn comif(&self) -> COMIF_R
[src]
Bit 5 - COMIF
pub fn tif(&self) -> TIF_R
[src]
Bit 6 - TIF
pub fn bif(&self) -> BIF_R
[src]
Bit 7 - BIF
pub fn b2if(&self) -> B2IF_R
[src]
Bit 8 - B2IF
pub fn cc1of(&self) -> CC1OF_R
[src]
Bit 9 - CC1OF
pub fn cc2of(&self) -> CC2OF_R
[src]
Bit 10 - CC2OF
pub fn cc3of(&self) -> CC3OF_R
[src]
Bit 11 - CC3OF
pub fn cc4of(&self) -> CC4OF_R
[src]
Bit 12 - CC4OF
pub fn sbif(&self) -> SBIF_R
[src]
Bit 13 - SBIF
pub fn cc5if(&self) -> CC5IF_R
[src]
Bit 16 - CC5IF
pub fn cc6if(&self) -> CC6IF_R
[src]
Bit 17 - CC6IF
impl R<u32, Reg<u32, _TIM4_CCMR1ALTERNATE4>>
[src]
pub fn cc1s(&self) -> CC1S_R
[src]
Bits 0:1 - CC1S
pub fn ic1psc(&self) -> IC1PSC_R
[src]
Bits 2:3 - IC1PSC
pub fn ic1f(&self) -> IC1F_R
[src]
Bits 4:7 - IC1F
pub fn cc2s(&self) -> CC2S_R
[src]
Bits 8:9 - CC2S
pub fn ic2psc(&self) -> IC2PSC_R
[src]
Bits 10:11 - IC2PSC
pub fn ic2f(&self) -> IC2F_R
[src]
Bits 12:15 - IC2F
impl R<u32, Reg<u32, _TIM4_CCMR2ALTERNATE20>>
[src]
pub fn cc3s(&self) -> CC3S_R
[src]
Bits 0:1 - CC3S
pub fn ic3psc(&self) -> IC3PSC_R
[src]
Bits 2:3 - IC3PSC
pub fn ic3f(&self) -> IC3F_R
[src]
Bits 4:7 - IC3F
pub fn cc4s(&self) -> CC4S_R
[src]
Bits 8:9 - CC4S
pub fn ic4psc(&self) -> IC4PSC_R
[src]
Bits 10:11 - IC4PSC
pub fn ic4f(&self) -> IC4F_R
[src]
Bits 12:15 - IC4F
impl R<u32, Reg<u32, _TIM4_CCER>>
[src]
pub fn cc1e(&self) -> CC1E_R
[src]
Bit 0 - CC1E
pub fn cc1p(&self) -> CC1P_R
[src]
Bit 1 - CC1P
pub fn cc1ne(&self) -> CC1NE_R
[src]
Bit 2 - CC1NE
pub fn cc1np(&self) -> CC1NP_R
[src]
Bit 3 - CC1NP
pub fn cc2e(&self) -> CC2E_R
[src]
Bit 4 - CC2E
pub fn cc2p(&self) -> CC2P_R
[src]
Bit 5 - CC2P
pub fn cc2ne(&self) -> CC2NE_R
[src]
Bit 6 - CC2NE
pub fn cc2np(&self) -> CC2NP_R
[src]
Bit 7 - CC2NP
pub fn cc3e(&self) -> CC3E_R
[src]
Bit 8 - CC3E
pub fn cc3p(&self) -> CC3P_R
[src]
Bit 9 - CC3P
pub fn cc3ne(&self) -> CC3NE_R
[src]
Bit 10 - CC3NE
pub fn cc3np(&self) -> CC3NP_R
[src]
Bit 11 - CC3NP
pub fn cc4e(&self) -> CC4E_R
[src]
Bit 12 - CC4E
pub fn cc4p(&self) -> CC4P_R
[src]
Bit 13 - CC4P
pub fn cc4np(&self) -> CC4NP_R
[src]
Bit 15 - CC4NP
pub fn cc5e(&self) -> CC5E_R
[src]
Bit 16 - CC5E
pub fn cc5p(&self) -> CC5P_R
[src]
Bit 17 - CC5P
pub fn cc6e(&self) -> CC6E_R
[src]
Bit 20 - CC6E
pub fn cc6p(&self) -> CC6P_R
[src]
Bit 21 - CC6P
impl R<u32, Reg<u32, _TIM4_CNT>>
[src]
impl R<u16, Reg<u16, _TIM4_PSC>>
[src]
impl R<u16, Reg<u16, _TIM4_ARR>>
[src]
impl R<u16, Reg<u16, _TIM4_RCR>>
[src]
impl R<u16, Reg<u16, _TIM4_CCR1>>
[src]
impl R<u16, Reg<u16, _TIM4_CCR2>>
[src]
impl R<u16, Reg<u16, _TIM4_CCR3>>
[src]
impl R<u16, Reg<u16, _TIM4_CCR4>>
[src]
impl R<u32, Reg<u32, _TIM4_BDTR>>
[src]
pub fn dtg(&self) -> DTG_R
[src]
Bits 0:7 - DTG
pub fn lock(&self) -> LOCK_R
[src]
Bits 8:9 - LOCK
pub fn ossi(&self) -> OSSI_R
[src]
Bit 10 - OSSI
pub fn ossr(&self) -> OSSR_R
[src]
Bit 11 - OSSR
pub fn bke(&self) -> BKE_R
[src]
Bit 12 - BKE
pub fn bkp(&self) -> BKP_R
[src]
Bit 13 - BKP
pub fn aoe(&self) -> AOE_R
[src]
Bit 14 - AOE
pub fn moe(&self) -> MOE_R
[src]
Bit 15 - MOE
pub fn bkf(&self) -> BKF_R
[src]
Bits 16:19 - BKF
pub fn bk2f(&self) -> BK2F_R
[src]
Bits 20:23 - BK2F
pub fn bk2e(&self) -> BK2E_R
[src]
Bit 24 - BK2E
pub fn bk2p(&self) -> BK2P_R
[src]
Bit 25 - BK2P
pub fn bkdsrm(&self) -> BKDSRM_R
[src]
Bit 26 - BKDSRM
pub fn bk2dsrm(&self) -> BK2DSRM_R
[src]
Bit 27 - BK2DSRM
pub fn bkbid(&self) -> BKBID_R
[src]
Bit 28 - BKBID
pub fn bk2bid(&self) -> BK2BID_R
[src]
Bit 29 - BK2BID
impl R<u16, Reg<u16, _TIM4_DCR>>
[src]
impl R<u32, Reg<u32, _TIM4_DMAR>>
[src]
impl R<u32, Reg<u32, _TIM4_CCMR3>>
[src]
pub fn oc5fe(&self) -> OC5FE_R
[src]
Bit 2 - OC5FE
pub fn oc5pe(&self) -> OC5PE_R
[src]
Bit 3 - OC5PE
pub fn oc5m(&self) -> OC5M_R
[src]
Bits 4:6 - OC5M
pub fn oc5ce(&self) -> OC5CE_R
[src]
Bit 7 - OC5CE
pub fn oc6fe(&self) -> OC6FE_R
[src]
Bit 10 - OC6FE
pub fn oc6pe(&self) -> OC6PE_R
[src]
Bit 11 - OC6PE
pub fn oc6m(&self) -> OC6M_R
[src]
Bits 12:14 - OC6M
pub fn oc6ce(&self) -> OC6CE_R
[src]
Bit 15 - OC6CE
pub fn oc5m3(&self) -> OC5M3_R
[src]
Bit 16 - OC5M3
pub fn oc6m3(&self) -> OC6M3_R
[src]
Bit 24 - OC6M3
impl R<u32, Reg<u32, _TIM4_CCR5>>
[src]
pub fn ccr5(&self) -> CCR5_R
[src]
Bits 0:15 - CCR5
pub fn gc5c1(&self) -> GC5C1_R
[src]
Bit 29 - GC5C1
pub fn gc5c2(&self) -> GC5C2_R
[src]
Bit 30 - GC5C2
pub fn gc5c3(&self) -> GC5C3_R
[src]
Bit 31 - GC5C3
impl R<u16, Reg<u16, _TIM4_CCR6>>
[src]
impl R<u16, Reg<u16, _TIM5_CR1>>
[src]
pub fn cen(&self) -> CEN_R
[src]
Bit 0 - CEN
pub fn udis(&self) -> UDIS_R
[src]
Bit 1 - UDIS
pub fn urs(&self) -> URS_R
[src]
Bit 2 - URS
pub fn opm(&self) -> OPM_R
[src]
Bit 3 - OPM
pub fn dir(&self) -> DIR_R
[src]
Bit 4 - DIR
pub fn cms(&self) -> CMS_R
[src]
Bits 5:6 - CMS
pub fn arpe(&self) -> ARPE_R
[src]
Bit 7 - ARPE
pub fn ckd(&self) -> CKD_R
[src]
Bits 8:9 - CKD
pub fn uifremap(&self) -> UIFREMAP_R
[src]
Bit 11 - UIFREMAP
impl R<u32, Reg<u32, _TIM5_CR2>>
[src]
pub fn ccpc(&self) -> CCPC_R
[src]
Bit 0 - CCPC
pub fn ccus(&self) -> CCUS_R
[src]
Bit 2 - CCUS
pub fn ccds(&self) -> CCDS_R
[src]
Bit 3 - CCDS
pub fn mms(&self) -> MMS_R
[src]
Bits 4:6 - MMS
pub fn ti1s(&self) -> TI1S_R
[src]
Bit 7 - TI1S
pub fn ois1(&self) -> OIS1_R
[src]
Bit 8 - OIS1
pub fn ois1n(&self) -> OIS1N_R
[src]
Bit 9 - OIS1N
pub fn ois2(&self) -> OIS2_R
[src]
Bit 10 - OIS2
pub fn ois2n(&self) -> OIS2N_R
[src]
Bit 11 - OIS2N
pub fn ois3(&self) -> OIS3_R
[src]
Bit 12 - OIS3
pub fn ois3n(&self) -> OIS3N_R
[src]
Bit 13 - OIS3N
pub fn ois4(&self) -> OIS4_R
[src]
Bit 14 - OIS4
pub fn ois5(&self) -> OIS5_R
[src]
Bit 16 - OIS5
pub fn ois6(&self) -> OIS6_R
[src]
Bit 18 - OIS6
pub fn mms2(&self) -> MMS2_R
[src]
Bits 20:23 - MMS2
impl R<u32, Reg<u32, _TIM5_SMCR>>
[src]
pub fn sms(&self) -> SMS_R
[src]
Bits 0:2 - SMS
pub fn ts(&self) -> TS_R
[src]
Bits 4:6 - TS
pub fn msm(&self) -> MSM_R
[src]
Bit 7 - MSM
pub fn etf(&self) -> ETF_R
[src]
Bits 8:11 - ETF
pub fn etps(&self) -> ETPS_R
[src]
Bits 12:13 - ETPS
pub fn ece(&self) -> ECE_R
[src]
Bit 14 - ECE
pub fn etp(&self) -> ETP_R
[src]
Bit 15 - ETP
pub fn sms3(&self) -> SMS3_R
[src]
Bit 16 - SMS3
pub fn ts3(&self) -> TS3_R
[src]
Bit 20 - TS3
pub fn ts4(&self) -> TS4_R
[src]
Bit 21 - TS4
impl R<u16, Reg<u16, _TIM5_DIER>>
[src]
pub fn uie(&self) -> UIE_R
[src]
Bit 0 - UIE
pub fn cc1ie(&self) -> CC1IE_R
[src]
Bit 1 - CC1IE
pub fn cc2ie(&self) -> CC2IE_R
[src]
Bit 2 - CC2IE
pub fn cc3ie(&self) -> CC3IE_R
[src]
Bit 3 - CC3IE
pub fn cc4ie(&self) -> CC4IE_R
[src]
Bit 4 - CC4IE
pub fn comie(&self) -> COMIE_R
[src]
Bit 5 - COMIE
pub fn tie(&self) -> TIE_R
[src]
Bit 6 - TIE
pub fn bie(&self) -> BIE_R
[src]
Bit 7 - BIE
pub fn ude(&self) -> UDE_R
[src]
Bit 8 - UDE
pub fn cc1de(&self) -> CC1DE_R
[src]
Bit 9 - CC1DE
pub fn cc2de(&self) -> CC2DE_R
[src]
Bit 10 - CC2DE
pub fn cc3de(&self) -> CC3DE_R
[src]
Bit 11 - CC3DE
pub fn cc4de(&self) -> CC4DE_R
[src]
Bit 12 - CC4DE
pub fn comde(&self) -> COMDE_R
[src]
Bit 13 - COMDE
pub fn tde(&self) -> TDE_R
[src]
Bit 14 - TDE
impl R<u32, Reg<u32, _TIM5_SR>>
[src]
pub fn uif(&self) -> UIF_R
[src]
Bit 0 - UIF
pub fn cc1if(&self) -> CC1IF_R
[src]
Bit 1 - CC1IF
pub fn cc2if(&self) -> CC2IF_R
[src]
Bit 2 - CC2IF
pub fn cc3if(&self) -> CC3IF_R
[src]
Bit 3 - CC3IF
pub fn cc4if(&self) -> CC4IF_R
[src]
Bit 4 - CC4IF
pub fn comif(&self) -> COMIF_R
[src]
Bit 5 - COMIF
pub fn tif(&self) -> TIF_R
[src]
Bit 6 - TIF
pub fn bif(&self) -> BIF_R
[src]
Bit 7 - BIF
pub fn b2if(&self) -> B2IF_R
[src]
Bit 8 - B2IF
pub fn cc1of(&self) -> CC1OF_R
[src]
Bit 9 - CC1OF
pub fn cc2of(&self) -> CC2OF_R
[src]
Bit 10 - CC2OF
pub fn cc3of(&self) -> CC3OF_R
[src]
Bit 11 - CC3OF
pub fn cc4of(&self) -> CC4OF_R
[src]
Bit 12 - CC4OF
pub fn sbif(&self) -> SBIF_R
[src]
Bit 13 - SBIF
pub fn cc5if(&self) -> CC5IF_R
[src]
Bit 16 - CC5IF
pub fn cc6if(&self) -> CC6IF_R
[src]
Bit 17 - CC6IF
impl R<u32, Reg<u32, _TIM5_CCMR1ALTERNATE5>>
[src]
pub fn cc1s(&self) -> CC1S_R
[src]
Bits 0:1 - CC1S
pub fn ic1psc(&self) -> IC1PSC_R
[src]
Bits 2:3 - IC1PSC
pub fn ic1f(&self) -> IC1F_R
[src]
Bits 4:7 - IC1F
pub fn cc2s(&self) -> CC2S_R
[src]
Bits 8:9 - CC2S
pub fn ic2psc(&self) -> IC2PSC_R
[src]
Bits 10:11 - IC2PSC
pub fn ic2f(&self) -> IC2F_R
[src]
Bits 12:15 - IC2F
impl R<u32, Reg<u32, _TIM5_CCMR2ALTERNATE21>>
[src]
pub fn cc3s(&self) -> CC3S_R
[src]
Bits 0:1 - CC3S
pub fn ic3psc(&self) -> IC3PSC_R
[src]
Bits 2:3 - IC3PSC
pub fn ic3f(&self) -> IC3F_R
[src]
Bits 4:7 - IC3F
pub fn cc4s(&self) -> CC4S_R
[src]
Bits 8:9 - CC4S
pub fn ic4psc(&self) -> IC4PSC_R
[src]
Bits 10:11 - IC4PSC
pub fn ic4f(&self) -> IC4F_R
[src]
Bits 12:15 - IC4F
impl R<u32, Reg<u32, _TIM5_CCER>>
[src]
pub fn cc1e(&self) -> CC1E_R
[src]
Bit 0 - CC1E
pub fn cc1p(&self) -> CC1P_R
[src]
Bit 1 - CC1P
pub fn cc1ne(&self) -> CC1NE_R
[src]
Bit 2 - CC1NE
pub fn cc1np(&self) -> CC1NP_R
[src]
Bit 3 - CC1NP
pub fn cc2e(&self) -> CC2E_R
[src]
Bit 4 - CC2E
pub fn cc2p(&self) -> CC2P_R
[src]
Bit 5 - CC2P
pub fn cc2ne(&self) -> CC2NE_R
[src]
Bit 6 - CC2NE
pub fn cc2np(&self) -> CC2NP_R
[src]
Bit 7 - CC2NP
pub fn cc3e(&self) -> CC3E_R
[src]
Bit 8 - CC3E
pub fn cc3p(&self) -> CC3P_R
[src]
Bit 9 - CC3P
pub fn cc3ne(&self) -> CC3NE_R
[src]
Bit 10 - CC3NE
pub fn cc3np(&self) -> CC3NP_R
[src]
Bit 11 - CC3NP
pub fn cc4e(&self) -> CC4E_R
[src]
Bit 12 - CC4E
pub fn cc4p(&self) -> CC4P_R
[src]
Bit 13 - CC4P
pub fn cc4np(&self) -> CC4NP_R
[src]
Bit 15 - CC4NP
pub fn cc5e(&self) -> CC5E_R
[src]
Bit 16 - CC5E
pub fn cc5p(&self) -> CC5P_R
[src]
Bit 17 - CC5P
pub fn cc6e(&self) -> CC6E_R
[src]
Bit 20 - CC6E
pub fn cc6p(&self) -> CC6P_R
[src]
Bit 21 - CC6P
impl R<u32, Reg<u32, _TIM5_CNT>>
[src]
impl R<u16, Reg<u16, _TIM5_PSC>>
[src]
impl R<u16, Reg<u16, _TIM5_ARR>>
[src]
impl R<u16, Reg<u16, _TIM5_RCR>>
[src]
impl R<u16, Reg<u16, _TIM5_CCR1>>
[src]
impl R<u16, Reg<u16, _TIM5_CCR2>>
[src]
impl R<u16, Reg<u16, _TIM5_CCR3>>
[src]
impl R<u16, Reg<u16, _TIM5_CCR4>>
[src]
impl R<u32, Reg<u32, _TIM5_BDTR>>
[src]
pub fn dtg(&self) -> DTG_R
[src]
Bits 0:7 - DTG
pub fn lock(&self) -> LOCK_R
[src]
Bits 8:9 - LOCK
pub fn ossi(&self) -> OSSI_R
[src]
Bit 10 - OSSI
pub fn ossr(&self) -> OSSR_R
[src]
Bit 11 - OSSR
pub fn bke(&self) -> BKE_R
[src]
Bit 12 - BKE
pub fn bkp(&self) -> BKP_R
[src]
Bit 13 - BKP
pub fn aoe(&self) -> AOE_R
[src]
Bit 14 - AOE
pub fn moe(&self) -> MOE_R
[src]
Bit 15 - MOE
pub fn bkf(&self) -> BKF_R
[src]
Bits 16:19 - BKF
pub fn bk2f(&self) -> BK2F_R
[src]
Bits 20:23 - BK2F
pub fn bk2e(&self) -> BK2E_R
[src]
Bit 24 - BK2E
pub fn bk2p(&self) -> BK2P_R
[src]
Bit 25 - BK2P
pub fn bkdsrm(&self) -> BKDSRM_R
[src]
Bit 26 - BKDSRM
pub fn bk2dsrm(&self) -> BK2DSRM_R
[src]
Bit 27 - BK2DSRM
pub fn bkbid(&self) -> BKBID_R
[src]
Bit 28 - BKBID
pub fn bk2bid(&self) -> BK2BID_R
[src]
Bit 29 - BK2BID
impl R<u16, Reg<u16, _TIM5_DCR>>
[src]
impl R<u32, Reg<u32, _TIM5_DMAR>>
[src]
impl R<u32, Reg<u32, _TIM5_CCMR3>>
[src]
pub fn oc5fe(&self) -> OC5FE_R
[src]
Bit 2 - OC5FE
pub fn oc5pe(&self) -> OC5PE_R
[src]
Bit 3 - OC5PE
pub fn oc5m(&self) -> OC5M_R
[src]
Bits 4:6 - OC5M
pub fn oc5ce(&self) -> OC5CE_R
[src]
Bit 7 - OC5CE
pub fn oc6fe(&self) -> OC6FE_R
[src]
Bit 10 - OC6FE
pub fn oc6pe(&self) -> OC6PE_R
[src]
Bit 11 - OC6PE
pub fn oc6m(&self) -> OC6M_R
[src]
Bits 12:14 - OC6M
pub fn oc6ce(&self) -> OC6CE_R
[src]
Bit 15 - OC6CE
pub fn oc5m3(&self) -> OC5M3_R
[src]
Bit 16 - OC5M3
pub fn oc6m3(&self) -> OC6M3_R
[src]
Bit 24 - OC6M3
impl R<u32, Reg<u32, _TIM5_CCR5>>
[src]
pub fn ccr5(&self) -> CCR5_R
[src]
Bits 0:15 - CCR5
pub fn gc5c1(&self) -> GC5C1_R
[src]
Bit 29 - GC5C1
pub fn gc5c2(&self) -> GC5C2_R
[src]
Bit 30 - GC5C2
pub fn gc5c3(&self) -> GC5C3_R
[src]
Bit 31 - GC5C3
impl R<u16, Reg<u16, _TIM5_CCR6>>
[src]
impl R<u16, Reg<u16, _TIM6_CR1>>
[src]
pub fn cen(&self) -> CEN_R
[src]
Bit 0 - CEN
pub fn udis(&self) -> UDIS_R
[src]
Bit 1 - UDIS
pub fn urs(&self) -> URS_R
[src]
Bit 2 - URS
pub fn opm(&self) -> OPM_R
[src]
Bit 3 - OPM
pub fn dir(&self) -> DIR_R
[src]
Bit 4 - DIR
pub fn cms(&self) -> CMS_R
[src]
Bits 5:6 - CMS
pub fn arpe(&self) -> ARPE_R
[src]
Bit 7 - ARPE
pub fn ckd(&self) -> CKD_R
[src]
Bits 8:9 - CKD
pub fn uifremap(&self) -> UIFREMAP_R
[src]
Bit 11 - UIFREMAP
impl R<u32, Reg<u32, _TIM6_CR2>>
[src]
pub fn ccpc(&self) -> CCPC_R
[src]
Bit 0 - CCPC
pub fn ccus(&self) -> CCUS_R
[src]
Bit 2 - CCUS
pub fn ccds(&self) -> CCDS_R
[src]
Bit 3 - CCDS
pub fn mms(&self) -> MMS_R
[src]
Bits 4:6 - MMS
pub fn ti1s(&self) -> TI1S_R
[src]
Bit 7 - TI1S
pub fn ois1(&self) -> OIS1_R
[src]
Bit 8 - OIS1
pub fn ois1n(&self) -> OIS1N_R
[src]
Bit 9 - OIS1N
pub fn ois2(&self) -> OIS2_R
[src]
Bit 10 - OIS2
pub fn ois2n(&self) -> OIS2N_R
[src]
Bit 11 - OIS2N
pub fn ois3(&self) -> OIS3_R
[src]
Bit 12 - OIS3
pub fn ois3n(&self) -> OIS3N_R
[src]
Bit 13 - OIS3N
pub fn ois4(&self) -> OIS4_R
[src]
Bit 14 - OIS4
pub fn ois5(&self) -> OIS5_R
[src]
Bit 16 - OIS5
pub fn ois6(&self) -> OIS6_R
[src]
Bit 18 - OIS6
pub fn mms2(&self) -> MMS2_R
[src]
Bits 20:23 - MMS2
impl R<u32, Reg<u32, _TIM6_SMCR>>
[src]
pub fn sms(&self) -> SMS_R
[src]
Bits 0:2 - SMS
pub fn ts(&self) -> TS_R
[src]
Bits 4:6 - TS
pub fn msm(&self) -> MSM_R
[src]
Bit 7 - MSM
pub fn etf(&self) -> ETF_R
[src]
Bits 8:11 - ETF
pub fn etps(&self) -> ETPS_R
[src]
Bits 12:13 - ETPS
pub fn ece(&self) -> ECE_R
[src]
Bit 14 - ECE
pub fn etp(&self) -> ETP_R
[src]
Bit 15 - ETP
pub fn sms3(&self) -> SMS3_R
[src]
Bit 16 - SMS3
pub fn ts3(&self) -> TS3_R
[src]
Bit 20 - TS3
pub fn ts4(&self) -> TS4_R
[src]
Bit 21 - TS4
impl R<u16, Reg<u16, _TIM6_DIER>>
[src]
pub fn uie(&self) -> UIE_R
[src]
Bit 0 - UIE
pub fn cc1ie(&self) -> CC1IE_R
[src]
Bit 1 - CC1IE
pub fn cc2ie(&self) -> CC2IE_R
[src]
Bit 2 - CC2IE
pub fn cc3ie(&self) -> CC3IE_R
[src]
Bit 3 - CC3IE
pub fn cc4ie(&self) -> CC4IE_R
[src]
Bit 4 - CC4IE
pub fn comie(&self) -> COMIE_R
[src]
Bit 5 - COMIE
pub fn tie(&self) -> TIE_R
[src]
Bit 6 - TIE
pub fn bie(&self) -> BIE_R
[src]
Bit 7 - BIE
pub fn ude(&self) -> UDE_R
[src]
Bit 8 - UDE
pub fn cc1de(&self) -> CC1DE_R
[src]
Bit 9 - CC1DE
pub fn cc2de(&self) -> CC2DE_R
[src]
Bit 10 - CC2DE
pub fn cc3de(&self) -> CC3DE_R
[src]
Bit 11 - CC3DE
pub fn cc4de(&self) -> CC4DE_R
[src]
Bit 12 - CC4DE
pub fn comde(&self) -> COMDE_R
[src]
Bit 13 - COMDE
pub fn tde(&self) -> TDE_R
[src]
Bit 14 - TDE
impl R<u32, Reg<u32, _TIM6_SR>>
[src]
pub fn uif(&self) -> UIF_R
[src]
Bit 0 - UIF
pub fn cc1if(&self) -> CC1IF_R
[src]
Bit 1 - CC1IF
pub fn cc2if(&self) -> CC2IF_R
[src]
Bit 2 - CC2IF
pub fn cc3if(&self) -> CC3IF_R
[src]
Bit 3 - CC3IF
pub fn cc4if(&self) -> CC4IF_R
[src]
Bit 4 - CC4IF
pub fn comif(&self) -> COMIF_R
[src]
Bit 5 - COMIF
pub fn tif(&self) -> TIF_R
[src]
Bit 6 - TIF
pub fn bif(&self) -> BIF_R
[src]
Bit 7 - BIF
pub fn b2if(&self) -> B2IF_R
[src]
Bit 8 - B2IF
pub fn cc1of(&self) -> CC1OF_R
[src]
Bit 9 - CC1OF
pub fn cc2of(&self) -> CC2OF_R
[src]
Bit 10 - CC2OF
pub fn cc3of(&self) -> CC3OF_R
[src]
Bit 11 - CC3OF
pub fn cc4of(&self) -> CC4OF_R
[src]
Bit 12 - CC4OF
pub fn sbif(&self) -> SBIF_R
[src]
Bit 13 - SBIF
pub fn cc5if(&self) -> CC5IF_R
[src]
Bit 16 - CC5IF
pub fn cc6if(&self) -> CC6IF_R
[src]
Bit 17 - CC6IF
impl R<u32, Reg<u32, _TIM6_CCMR1ALTERNATE6>>
[src]
pub fn cc1s(&self) -> CC1S_R
[src]
Bits 0:1 - CC1S
pub fn ic1psc(&self) -> IC1PSC_R
[src]
Bits 2:3 - IC1PSC
pub fn ic1f(&self) -> IC1F_R
[src]
Bits 4:7 - IC1F
pub fn cc2s(&self) -> CC2S_R
[src]
Bits 8:9 - CC2S
pub fn ic2psc(&self) -> IC2PSC_R
[src]
Bits 10:11 - IC2PSC
pub fn ic2f(&self) -> IC2F_R
[src]
Bits 12:15 - IC2F
impl R<u32, Reg<u32, _TIM6_CCMR2ALTERNATE22>>
[src]
pub fn cc3s(&self) -> CC3S_R
[src]
Bits 0:1 - CC3S
pub fn ic3psc(&self) -> IC3PSC_R
[src]
Bits 2:3 - IC3PSC
pub fn ic3f(&self) -> IC3F_R
[src]
Bits 4:7 - IC3F
pub fn cc4s(&self) -> CC4S_R
[src]
Bits 8:9 - CC4S
pub fn ic4psc(&self) -> IC4PSC_R
[src]
Bits 10:11 - IC4PSC
pub fn ic4f(&self) -> IC4F_R
[src]
Bits 12:15 - IC4F
impl R<u32, Reg<u32, _TIM6_CCER>>
[src]
pub fn cc1e(&self) -> CC1E_R
[src]
Bit 0 - CC1E
pub fn cc1p(&self) -> CC1P_R
[src]
Bit 1 - CC1P
pub fn cc1ne(&self) -> CC1NE_R
[src]
Bit 2 - CC1NE
pub fn cc1np(&self) -> CC1NP_R
[src]
Bit 3 - CC1NP
pub fn cc2e(&self) -> CC2E_R
[src]
Bit 4 - CC2E
pub fn cc2p(&self) -> CC2P_R
[src]
Bit 5 - CC2P
pub fn cc2ne(&self) -> CC2NE_R
[src]
Bit 6 - CC2NE
pub fn cc2np(&self) -> CC2NP_R
[src]
Bit 7 - CC2NP
pub fn cc3e(&self) -> CC3E_R
[src]
Bit 8 - CC3E
pub fn cc3p(&self) -> CC3P_R
[src]
Bit 9 - CC3P
pub fn cc3ne(&self) -> CC3NE_R
[src]
Bit 10 - CC3NE
pub fn cc3np(&self) -> CC3NP_R
[src]
Bit 11 - CC3NP
pub fn cc4e(&self) -> CC4E_R
[src]
Bit 12 - CC4E
pub fn cc4p(&self) -> CC4P_R
[src]
Bit 13 - CC4P
pub fn cc4np(&self) -> CC4NP_R
[src]
Bit 15 - CC4NP
pub fn cc5e(&self) -> CC5E_R
[src]
Bit 16 - CC5E
pub fn cc5p(&self) -> CC5P_R
[src]
Bit 17 - CC5P
pub fn cc6e(&self) -> CC6E_R
[src]
Bit 20 - CC6E
pub fn cc6p(&self) -> CC6P_R
[src]
Bit 21 - CC6P
impl R<u32, Reg<u32, _TIM6_CNT>>
[src]
impl R<u16, Reg<u16, _TIM6_PSC>>
[src]
impl R<u16, Reg<u16, _TIM6_ARR>>
[src]
impl R<u16, Reg<u16, _TIM6_RCR>>
[src]
impl R<u16, Reg<u16, _TIM6_CCR1>>
[src]
impl R<u16, Reg<u16, _TIM6_CCR2>>
[src]
impl R<u16, Reg<u16, _TIM6_CCR3>>
[src]
impl R<u16, Reg<u16, _TIM6_CCR4>>
[src]
impl R<u32, Reg<u32, _TIM6_BDTR>>
[src]
pub fn dtg(&self) -> DTG_R
[src]
Bits 0:7 - DTG
pub fn lock(&self) -> LOCK_R
[src]
Bits 8:9 - LOCK
pub fn ossi(&self) -> OSSI_R
[src]
Bit 10 - OSSI
pub fn ossr(&self) -> OSSR_R
[src]
Bit 11 - OSSR
pub fn bke(&self) -> BKE_R
[src]
Bit 12 - BKE
pub fn bkp(&self) -> BKP_R
[src]
Bit 13 - BKP
pub fn aoe(&self) -> AOE_R
[src]
Bit 14 - AOE
pub fn moe(&self) -> MOE_R
[src]
Bit 15 - MOE
pub fn bkf(&self) -> BKF_R
[src]
Bits 16:19 - BKF
pub fn bk2f(&self) -> BK2F_R
[src]
Bits 20:23 - BK2F
pub fn bk2e(&self) -> BK2E_R
[src]
Bit 24 - BK2E
pub fn bk2p(&self) -> BK2P_R
[src]
Bit 25 - BK2P
pub fn bkdsrm(&self) -> BKDSRM_R
[src]
Bit 26 - BKDSRM
pub fn bk2dsrm(&self) -> BK2DSRM_R
[src]
Bit 27 - BK2DSRM
pub fn bkbid(&self) -> BKBID_R
[src]
Bit 28 - BKBID
pub fn bk2bid(&self) -> BK2BID_R
[src]
Bit 29 - BK2BID
impl R<u16, Reg<u16, _TIM6_DCR>>
[src]
impl R<u32, Reg<u32, _TIM6_DMAR>>
[src]
impl R<u32, Reg<u32, _TIM6_CCMR3>>
[src]
pub fn oc5fe(&self) -> OC5FE_R
[src]
Bit 2 - OC5FE
pub fn oc5pe(&self) -> OC5PE_R
[src]
Bit 3 - OC5PE
pub fn oc5m(&self) -> OC5M_R
[src]
Bits 4:6 - OC5M
pub fn oc5ce(&self) -> OC5CE_R
[src]
Bit 7 - OC5CE
pub fn oc6fe(&self) -> OC6FE_R
[src]
Bit 10 - OC6FE
pub fn oc6pe(&self) -> OC6PE_R
[src]
Bit 11 - OC6PE
pub fn oc6m(&self) -> OC6M_R
[src]
Bits 12:14 - OC6M
pub fn oc6ce(&self) -> OC6CE_R
[src]
Bit 15 - OC6CE
pub fn oc5m3(&self) -> OC5M3_R
[src]
Bit 16 - OC5M3
pub fn oc6m3(&self) -> OC6M3_R
[src]
Bit 24 - OC6M3
impl R<u32, Reg<u32, _TIM6_CCR5>>
[src]
pub fn ccr5(&self) -> CCR5_R
[src]
Bits 0:15 - CCR5
pub fn gc5c1(&self) -> GC5C1_R
[src]
Bit 29 - GC5C1
pub fn gc5c2(&self) -> GC5C2_R
[src]
Bit 30 - GC5C2
pub fn gc5c3(&self) -> GC5C3_R
[src]
Bit 31 - GC5C3
impl R<u16, Reg<u16, _TIM6_CCR6>>
[src]
impl R<u16, Reg<u16, _TIM7_CR1>>
[src]
pub fn cen(&self) -> CEN_R
[src]
Bit 0 - CEN
pub fn udis(&self) -> UDIS_R
[src]
Bit 1 - UDIS
pub fn urs(&self) -> URS_R
[src]
Bit 2 - URS
pub fn opm(&self) -> OPM_R
[src]
Bit 3 - OPM
pub fn dir(&self) -> DIR_R
[src]
Bit 4 - DIR
pub fn cms(&self) -> CMS_R
[src]
Bits 5:6 - CMS
pub fn arpe(&self) -> ARPE_R
[src]
Bit 7 - ARPE
pub fn ckd(&self) -> CKD_R
[src]
Bits 8:9 - CKD
pub fn uifremap(&self) -> UIFREMAP_R
[src]
Bit 11 - UIFREMAP
impl R<u32, Reg<u32, _TIM7_CR2>>
[src]
pub fn ccpc(&self) -> CCPC_R
[src]
Bit 0 - CCPC
pub fn ccus(&self) -> CCUS_R
[src]
Bit 2 - CCUS
pub fn ccds(&self) -> CCDS_R
[src]
Bit 3 - CCDS
pub fn mms(&self) -> MMS_R
[src]
Bits 4:6 - MMS
pub fn ti1s(&self) -> TI1S_R
[src]
Bit 7 - TI1S
pub fn ois1(&self) -> OIS1_R
[src]
Bit 8 - OIS1
pub fn ois1n(&self) -> OIS1N_R
[src]
Bit 9 - OIS1N
pub fn ois2(&self) -> OIS2_R
[src]
Bit 10 - OIS2
pub fn ois2n(&self) -> OIS2N_R
[src]
Bit 11 - OIS2N
pub fn ois3(&self) -> OIS3_R
[src]
Bit 12 - OIS3
pub fn ois3n(&self) -> OIS3N_R
[src]
Bit 13 - OIS3N
pub fn ois4(&self) -> OIS4_R
[src]
Bit 14 - OIS4
pub fn ois5(&self) -> OIS5_R
[src]
Bit 16 - OIS5
pub fn ois6(&self) -> OIS6_R
[src]
Bit 18 - OIS6
pub fn mms2(&self) -> MMS2_R
[src]
Bits 20:23 - MMS2
impl R<u32, Reg<u32, _TIM7_SMCR>>
[src]
pub fn sms(&self) -> SMS_R
[src]
Bits 0:2 - SMS
pub fn ts(&self) -> TS_R
[src]
Bits 4:6 - TS
pub fn msm(&self) -> MSM_R
[src]
Bit 7 - MSM
pub fn etf(&self) -> ETF_R
[src]
Bits 8:11 - ETF
pub fn etps(&self) -> ETPS_R
[src]
Bits 12:13 - ETPS
pub fn ece(&self) -> ECE_R
[src]
Bit 14 - ECE
pub fn etp(&self) -> ETP_R
[src]
Bit 15 - ETP
pub fn sms3(&self) -> SMS3_R
[src]
Bit 16 - SMS3
pub fn ts3(&self) -> TS3_R
[src]
Bit 20 - TS3
pub fn ts4(&self) -> TS4_R
[src]
Bit 21 - TS4
impl R<u16, Reg<u16, _TIM7_DIER>>
[src]
pub fn uie(&self) -> UIE_R
[src]
Bit 0 - UIE
pub fn cc1ie(&self) -> CC1IE_R
[src]
Bit 1 - CC1IE
pub fn cc2ie(&self) -> CC2IE_R
[src]
Bit 2 - CC2IE
pub fn cc3ie(&self) -> CC3IE_R
[src]
Bit 3 - CC3IE
pub fn cc4ie(&self) -> CC4IE_R
[src]
Bit 4 - CC4IE
pub fn comie(&self) -> COMIE_R
[src]
Bit 5 - COMIE
pub fn tie(&self) -> TIE_R
[src]
Bit 6 - TIE
pub fn bie(&self) -> BIE_R
[src]
Bit 7 - BIE
pub fn ude(&self) -> UDE_R
[src]
Bit 8 - UDE
pub fn cc1de(&self) -> CC1DE_R
[src]
Bit 9 - CC1DE
pub fn cc2de(&self) -> CC2DE_R
[src]
Bit 10 - CC2DE
pub fn cc3de(&self) -> CC3DE_R
[src]
Bit 11 - CC3DE
pub fn cc4de(&self) -> CC4DE_R
[src]
Bit 12 - CC4DE
pub fn comde(&self) -> COMDE_R
[src]
Bit 13 - COMDE
pub fn tde(&self) -> TDE_R
[src]
Bit 14 - TDE
impl R<u32, Reg<u32, _TIM7_SR>>
[src]
pub fn uif(&self) -> UIF_R
[src]
Bit 0 - UIF
pub fn cc1if(&self) -> CC1IF_R
[src]
Bit 1 - CC1IF
pub fn cc2if(&self) -> CC2IF_R
[src]
Bit 2 - CC2IF
pub fn cc3if(&self) -> CC3IF_R
[src]
Bit 3 - CC3IF
pub fn cc4if(&self) -> CC4IF_R
[src]
Bit 4 - CC4IF
pub fn comif(&self) -> COMIF_R
[src]
Bit 5 - COMIF
pub fn tif(&self) -> TIF_R
[src]
Bit 6 - TIF
pub fn bif(&self) -> BIF_R
[src]
Bit 7 - BIF
pub fn b2if(&self) -> B2IF_R
[src]
Bit 8 - B2IF
pub fn cc1of(&self) -> CC1OF_R
[src]
Bit 9 - CC1OF
pub fn cc2of(&self) -> CC2OF_R
[src]
Bit 10 - CC2OF
pub fn cc3of(&self) -> CC3OF_R
[src]
Bit 11 - CC3OF
pub fn cc4of(&self) -> CC4OF_R
[src]
Bit 12 - CC4OF
pub fn sbif(&self) -> SBIF_R
[src]
Bit 13 - SBIF
pub fn cc5if(&self) -> CC5IF_R
[src]
Bit 16 - CC5IF
pub fn cc6if(&self) -> CC6IF_R
[src]
Bit 17 - CC6IF
impl R<u32, Reg<u32, _TIM7_CCMR1ALTERNATE7>>
[src]
pub fn cc1s(&self) -> CC1S_R
[src]
Bits 0:1 - CC1S
pub fn ic1psc(&self) -> IC1PSC_R
[src]
Bits 2:3 - IC1PSC
pub fn ic1f(&self) -> IC1F_R
[src]
Bits 4:7 - IC1F
pub fn cc2s(&self) -> CC2S_R
[src]
Bits 8:9 - CC2S
pub fn ic2psc(&self) -> IC2PSC_R
[src]
Bits 10:11 - IC2PSC
pub fn ic2f(&self) -> IC2F_R
[src]
Bits 12:15 - IC2F
impl R<u32, Reg<u32, _TIM7_CCMR2ALTERNATE23>>
[src]
pub fn cc3s(&self) -> CC3S_R
[src]
Bits 0:1 - CC3S
pub fn ic3psc(&self) -> IC3PSC_R
[src]
Bits 2:3 - IC3PSC
pub fn ic3f(&self) -> IC3F_R
[src]
Bits 4:7 - IC3F
pub fn cc4s(&self) -> CC4S_R
[src]
Bits 8:9 - CC4S
pub fn ic4psc(&self) -> IC4PSC_R
[src]
Bits 10:11 - IC4PSC
pub fn ic4f(&self) -> IC4F_R
[src]
Bits 12:15 - IC4F
impl R<u32, Reg<u32, _TIM7_CCER>>
[src]
pub fn cc1e(&self) -> CC1E_R
[src]
Bit 0 - CC1E
pub fn cc1p(&self) -> CC1P_R
[src]
Bit 1 - CC1P
pub fn cc1ne(&self) -> CC1NE_R
[src]
Bit 2 - CC1NE
pub fn cc1np(&self) -> CC1NP_R
[src]
Bit 3 - CC1NP
pub fn cc2e(&self) -> CC2E_R
[src]
Bit 4 - CC2E
pub fn cc2p(&self) -> CC2P_R
[src]
Bit 5 - CC2P
pub fn cc2ne(&self) -> CC2NE_R
[src]
Bit 6 - CC2NE
pub fn cc2np(&self) -> CC2NP_R
[src]
Bit 7 - CC2NP
pub fn cc3e(&self) -> CC3E_R
[src]
Bit 8 - CC3E
pub fn cc3p(&self) -> CC3P_R
[src]
Bit 9 - CC3P
pub fn cc3ne(&self) -> CC3NE_R
[src]
Bit 10 - CC3NE
pub fn cc3np(&self) -> CC3NP_R
[src]
Bit 11 - CC3NP
pub fn cc4e(&self) -> CC4E_R
[src]
Bit 12 - CC4E
pub fn cc4p(&self) -> CC4P_R
[src]
Bit 13 - CC4P
pub fn cc4np(&self) -> CC4NP_R
[src]
Bit 15 - CC4NP
pub fn cc5e(&self) -> CC5E_R
[src]
Bit 16 - CC5E
pub fn cc5p(&self) -> CC5P_R
[src]
Bit 17 - CC5P
pub fn cc6e(&self) -> CC6E_R
[src]
Bit 20 - CC6E
pub fn cc6p(&self) -> CC6P_R
[src]
Bit 21 - CC6P
impl R<u32, Reg<u32, _TIM7_CNT>>
[src]
impl R<u16, Reg<u16, _TIM7_PSC>>
[src]
impl R<u16, Reg<u16, _TIM7_ARR>>
[src]
impl R<u16, Reg<u16, _TIM7_RCR>>
[src]
impl R<u16, Reg<u16, _TIM7_CCR1>>
[src]
impl R<u16, Reg<u16, _TIM7_CCR2>>
[src]
impl R<u16, Reg<u16, _TIM7_CCR3>>
[src]
impl R<u16, Reg<u16, _TIM7_CCR4>>
[src]
impl R<u32, Reg<u32, _TIM7_BDTR>>
[src]
pub fn dtg(&self) -> DTG_R
[src]
Bits 0:7 - DTG
pub fn lock(&self) -> LOCK_R
[src]
Bits 8:9 - LOCK
pub fn ossi(&self) -> OSSI_R
[src]
Bit 10 - OSSI
pub fn ossr(&self) -> OSSR_R
[src]
Bit 11 - OSSR
pub fn bke(&self) -> BKE_R
[src]
Bit 12 - BKE
pub fn bkp(&self) -> BKP_R
[src]
Bit 13 - BKP
pub fn aoe(&self) -> AOE_R
[src]
Bit 14 - AOE
pub fn moe(&self) -> MOE_R
[src]
Bit 15 - MOE
pub fn bkf(&self) -> BKF_R
[src]
Bits 16:19 - BKF
pub fn bk2f(&self) -> BK2F_R
[src]
Bits 20:23 - BK2F
pub fn bk2e(&self) -> BK2E_R
[src]
Bit 24 - BK2E
pub fn bk2p(&self) -> BK2P_R
[src]
Bit 25 - BK2P
pub fn bkdsrm(&self) -> BKDSRM_R
[src]
Bit 26 - BKDSRM
pub fn bk2dsrm(&self) -> BK2DSRM_R
[src]
Bit 27 - BK2DSRM
pub fn bkbid(&self) -> BKBID_R
[src]
Bit 28 - BKBID
pub fn bk2bid(&self) -> BK2BID_R
[src]
Bit 29 - BK2BID
impl R<u16, Reg<u16, _TIM7_DCR>>
[src]
impl R<u32, Reg<u32, _TIM7_DMAR>>
[src]
impl R<u32, Reg<u32, _TIM7_CCMR3>>
[src]
pub fn oc5fe(&self) -> OC5FE_R
[src]
Bit 2 - OC5FE
pub fn oc5pe(&self) -> OC5PE_R
[src]
Bit 3 - OC5PE
pub fn oc5m(&self) -> OC5M_R
[src]
Bits 4:6 - OC5M
pub fn oc5ce(&self) -> OC5CE_R
[src]
Bit 7 - OC5CE
pub fn oc6fe(&self) -> OC6FE_R
[src]
Bit 10 - OC6FE
pub fn oc6pe(&self) -> OC6PE_R
[src]
Bit 11 - OC6PE
pub fn oc6m(&self) -> OC6M_R
[src]
Bits 12:14 - OC6M
pub fn oc6ce(&self) -> OC6CE_R
[src]
Bit 15 - OC6CE
pub fn oc5m3(&self) -> OC5M3_R
[src]
Bit 16 - OC5M3
pub fn oc6m3(&self) -> OC6M3_R
[src]
Bit 24 - OC6M3
impl R<u32, Reg<u32, _TIM7_CCR5>>
[src]
pub fn ccr5(&self) -> CCR5_R
[src]
Bits 0:15 - CCR5
pub fn gc5c1(&self) -> GC5C1_R
[src]
Bit 29 - GC5C1
pub fn gc5c2(&self) -> GC5C2_R
[src]
Bit 30 - GC5C2
pub fn gc5c3(&self) -> GC5C3_R
[src]
Bit 31 - GC5C3
impl R<u16, Reg<u16, _TIM7_CCR6>>
[src]
impl R<u16, Reg<u16, _TIM8_CR1>>
[src]
pub fn cen(&self) -> CEN_R
[src]
Bit 0 - CEN
pub fn udis(&self) -> UDIS_R
[src]
Bit 1 - UDIS
pub fn urs(&self) -> URS_R
[src]
Bit 2 - URS
pub fn opm(&self) -> OPM_R
[src]
Bit 3 - OPM
pub fn dir(&self) -> DIR_R
[src]
Bit 4 - DIR
pub fn cms(&self) -> CMS_R
[src]
Bits 5:6 - CMS
pub fn arpe(&self) -> ARPE_R
[src]
Bit 7 - ARPE
pub fn ckd(&self) -> CKD_R
[src]
Bits 8:9 - CKD
pub fn uifremap(&self) -> UIFREMAP_R
[src]
Bit 11 - UIFREMAP
impl R<u32, Reg<u32, _TIM8_CR2>>
[src]
pub fn ccpc(&self) -> CCPC_R
[src]
Bit 0 - CCPC
pub fn ccus(&self) -> CCUS_R
[src]
Bit 2 - CCUS
pub fn ccds(&self) -> CCDS_R
[src]
Bit 3 - CCDS
pub fn mms(&self) -> MMS_R
[src]
Bits 4:6 - MMS
pub fn ti1s(&self) -> TI1S_R
[src]
Bit 7 - TI1S
pub fn ois1(&self) -> OIS1_R
[src]
Bit 8 - OIS1
pub fn ois1n(&self) -> OIS1N_R
[src]
Bit 9 - OIS1N
pub fn ois2(&self) -> OIS2_R
[src]
Bit 10 - OIS2
pub fn ois2n(&self) -> OIS2N_R
[src]
Bit 11 - OIS2N
pub fn ois3(&self) -> OIS3_R
[src]
Bit 12 - OIS3
pub fn ois3n(&self) -> OIS3N_R
[src]
Bit 13 - OIS3N
pub fn ois4(&self) -> OIS4_R
[src]
Bit 14 - OIS4
pub fn ois5(&self) -> OIS5_R
[src]
Bit 16 - OIS5
pub fn ois6(&self) -> OIS6_R
[src]
Bit 18 - OIS6
pub fn mms2(&self) -> MMS2_R
[src]
Bits 20:23 - MMS2
impl R<u32, Reg<u32, _TIM8_SMCR>>
[src]
pub fn sms(&self) -> SMS_R
[src]
Bits 0:2 - SMS
pub fn ts(&self) -> TS_R
[src]
Bits 4:6 - TS
pub fn msm(&self) -> MSM_R
[src]
Bit 7 - MSM
pub fn etf(&self) -> ETF_R
[src]
Bits 8:11 - ETF
pub fn etps(&self) -> ETPS_R
[src]
Bits 12:13 - ETPS
pub fn ece(&self) -> ECE_R
[src]
Bit 14 - ECE
pub fn etp(&self) -> ETP_R
[src]
Bit 15 - ETP
pub fn sms3(&self) -> SMS3_R
[src]
Bit 16 - SMS3
pub fn ts3(&self) -> TS3_R
[src]
Bit 20 - TS3
pub fn ts4(&self) -> TS4_R
[src]
Bit 21 - TS4
impl R<u16, Reg<u16, _TIM8_DIER>>
[src]
pub fn uie(&self) -> UIE_R
[src]
Bit 0 - UIE
pub fn cc1ie(&self) -> CC1IE_R
[src]
Bit 1 - CC1IE
pub fn cc2ie(&self) -> CC2IE_R
[src]
Bit 2 - CC2IE
pub fn cc3ie(&self) -> CC3IE_R
[src]
Bit 3 - CC3IE
pub fn cc4ie(&self) -> CC4IE_R
[src]
Bit 4 - CC4IE
pub fn comie(&self) -> COMIE_R
[src]
Bit 5 - COMIE
pub fn tie(&self) -> TIE_R
[src]
Bit 6 - TIE
pub fn bie(&self) -> BIE_R
[src]
Bit 7 - BIE
pub fn ude(&self) -> UDE_R
[src]
Bit 8 - UDE
pub fn cc1de(&self) -> CC1DE_R
[src]
Bit 9 - CC1DE
pub fn cc2de(&self) -> CC2DE_R
[src]
Bit 10 - CC2DE
pub fn cc3de(&self) -> CC3DE_R
[src]
Bit 11 - CC3DE
pub fn cc4de(&self) -> CC4DE_R
[src]
Bit 12 - CC4DE
pub fn comde(&self) -> COMDE_R
[src]
Bit 13 - COMDE
pub fn tde(&self) -> TDE_R
[src]
Bit 14 - TDE
impl R<u32, Reg<u32, _TIM8_SR>>
[src]
pub fn uif(&self) -> UIF_R
[src]
Bit 0 - UIF
pub fn cc1if(&self) -> CC1IF_R
[src]
Bit 1 - CC1IF
pub fn cc2if(&self) -> CC2IF_R
[src]
Bit 2 - CC2IF
pub fn cc3if(&self) -> CC3IF_R
[src]
Bit 3 - CC3IF
pub fn cc4if(&self) -> CC4IF_R
[src]
Bit 4 - CC4IF
pub fn comif(&self) -> COMIF_R
[src]
Bit 5 - COMIF
pub fn tif(&self) -> TIF_R
[src]
Bit 6 - TIF
pub fn bif(&self) -> BIF_R
[src]
Bit 7 - BIF
pub fn b2if(&self) -> B2IF_R
[src]
Bit 8 - B2IF
pub fn cc1of(&self) -> CC1OF_R
[src]
Bit 9 - CC1OF
pub fn cc2of(&self) -> CC2OF_R
[src]
Bit 10 - CC2OF
pub fn cc3of(&self) -> CC3OF_R
[src]
Bit 11 - CC3OF
pub fn cc4of(&self) -> CC4OF_R
[src]
Bit 12 - CC4OF
pub fn sbif(&self) -> SBIF_R
[src]
Bit 13 - SBIF
pub fn cc5if(&self) -> CC5IF_R
[src]
Bit 16 - CC5IF
pub fn cc6if(&self) -> CC6IF_R
[src]
Bit 17 - CC6IF
impl R<u32, Reg<u32, _TIM8_CCMR1ALTERNATE8>>
[src]
pub fn cc1s(&self) -> CC1S_R
[src]
Bits 0:1 - CC1S
pub fn ic1psc(&self) -> IC1PSC_R
[src]
Bits 2:3 - IC1PSC
pub fn ic1f(&self) -> IC1F_R
[src]
Bits 4:7 - IC1F
pub fn cc2s(&self) -> CC2S_R
[src]
Bits 8:9 - CC2S
pub fn ic2psc(&self) -> IC2PSC_R
[src]
Bits 10:11 - IC2PSC
pub fn ic2f(&self) -> IC2F_R
[src]
Bits 12:15 - IC2F
impl R<u32, Reg<u32, _TIM8_CCMR2ALTERNATE24>>
[src]
pub fn cc3s(&self) -> CC3S_R
[src]
Bits 0:1 - CC3S
pub fn ic3psc(&self) -> IC3PSC_R
[src]
Bits 2:3 - IC3PSC
pub fn ic3f(&self) -> IC3F_R
[src]
Bits 4:7 - IC3F
pub fn cc4s(&self) -> CC4S_R
[src]
Bits 8:9 - CC4S
pub fn ic4psc(&self) -> IC4PSC_R
[src]
Bits 10:11 - IC4PSC
pub fn ic4f(&self) -> IC4F_R
[src]
Bits 12:15 - IC4F
impl R<u32, Reg<u32, _TIM8_CCER>>
[src]
pub fn cc1e(&self) -> CC1E_R
[src]
Bit 0 - CC1E
pub fn cc1p(&self) -> CC1P_R
[src]
Bit 1 - CC1P
pub fn cc1ne(&self) -> CC1NE_R
[src]
Bit 2 - CC1NE
pub fn cc1np(&self) -> CC1NP_R
[src]
Bit 3 - CC1NP
pub fn cc2e(&self) -> CC2E_R
[src]
Bit 4 - CC2E
pub fn cc2p(&self) -> CC2P_R
[src]
Bit 5 - CC2P
pub fn cc2ne(&self) -> CC2NE_R
[src]
Bit 6 - CC2NE
pub fn cc2np(&self) -> CC2NP_R
[src]
Bit 7 - CC2NP
pub fn cc3e(&self) -> CC3E_R
[src]
Bit 8 - CC3E
pub fn cc3p(&self) -> CC3P_R
[src]
Bit 9 - CC3P
pub fn cc3ne(&self) -> CC3NE_R
[src]
Bit 10 - CC3NE
pub fn cc3np(&self) -> CC3NP_R
[src]
Bit 11 - CC3NP
pub fn cc4e(&self) -> CC4E_R
[src]
Bit 12 - CC4E
pub fn cc4p(&self) -> CC4P_R
[src]
Bit 13 - CC4P
pub fn cc4np(&self) -> CC4NP_R
[src]
Bit 15 - CC4NP
pub fn cc5e(&self) -> CC5E_R
[src]
Bit 16 - CC5E
pub fn cc5p(&self) -> CC5P_R
[src]
Bit 17 - CC5P
pub fn cc6e(&self) -> CC6E_R
[src]
Bit 20 - CC6E
pub fn cc6p(&self) -> CC6P_R
[src]
Bit 21 - CC6P
impl R<u32, Reg<u32, _TIM8_CNT>>
[src]
impl R<u16, Reg<u16, _TIM8_PSC>>
[src]
impl R<u16, Reg<u16, _TIM8_ARR>>
[src]
impl R<u16, Reg<u16, _TIM8_RCR>>
[src]
impl R<u16, Reg<u16, _TIM8_CCR1>>
[src]
impl R<u16, Reg<u16, _TIM8_CCR2>>
[src]
impl R<u16, Reg<u16, _TIM8_CCR3>>
[src]
impl R<u16, Reg<u16, _TIM8_CCR4>>
[src]
impl R<u32, Reg<u32, _TIM8_BDTR>>
[src]
pub fn dtg(&self) -> DTG_R
[src]
Bits 0:7 - DTG
pub fn lock(&self) -> LOCK_R
[src]
Bits 8:9 - LOCK
pub fn ossi(&self) -> OSSI_R
[src]
Bit 10 - OSSI
pub fn ossr(&self) -> OSSR_R
[src]
Bit 11 - OSSR
pub fn bke(&self) -> BKE_R
[src]
Bit 12 - BKE
pub fn bkp(&self) -> BKP_R
[src]
Bit 13 - BKP
pub fn aoe(&self) -> AOE_R
[src]
Bit 14 - AOE
pub fn moe(&self) -> MOE_R
[src]
Bit 15 - MOE
pub fn bkf(&self) -> BKF_R
[src]
Bits 16:19 - BKF
pub fn bk2f(&self) -> BK2F_R
[src]
Bits 20:23 - BK2F
pub fn bk2e(&self) -> BK2E_R
[src]
Bit 24 - BK2E
pub fn bk2p(&self) -> BK2P_R
[src]
Bit 25 - BK2P
pub fn bkdsrm(&self) -> BKDSRM_R
[src]
Bit 26 - BKDSRM
pub fn bk2dsrm(&self) -> BK2DSRM_R
[src]
Bit 27 - BK2DSRM
pub fn bkbid(&self) -> BKBID_R
[src]
Bit 28 - BKBID
pub fn bk2bid(&self) -> BK2BID_R
[src]
Bit 29 - BK2BID
impl R<u16, Reg<u16, _TIM8_DCR>>
[src]
impl R<u32, Reg<u32, _TIM8_DMAR>>
[src]
impl R<u32, Reg<u32, _TIM8_CCMR3>>
[src]
pub fn oc5fe(&self) -> OC5FE_R
[src]
Bit 2 - OC5FE
pub fn oc5pe(&self) -> OC5PE_R
[src]
Bit 3 - OC5PE
pub fn oc5m(&self) -> OC5M_R
[src]
Bits 4:6 - OC5M
pub fn oc5ce(&self) -> OC5CE_R
[src]
Bit 7 - OC5CE
pub fn oc6fe(&self) -> OC6FE_R
[src]
Bit 10 - OC6FE
pub fn oc6pe(&self) -> OC6PE_R
[src]
Bit 11 - OC6PE
pub fn oc6m(&self) -> OC6M_R
[src]
Bits 12:14 - OC6M
pub fn oc6ce(&self) -> OC6CE_R
[src]
Bit 15 - OC6CE
pub fn oc5m3(&self) -> OC5M3_R
[src]
Bit 16 - OC5M3
pub fn oc6m3(&self) -> OC6M3_R
[src]
Bit 24 - OC6M3
impl R<u32, Reg<u32, _TIM8_CCR5>>
[src]
pub fn ccr5(&self) -> CCR5_R
[src]
Bits 0:15 - CCR5
pub fn gc5c1(&self) -> GC5C1_R
[src]
Bit 29 - GC5C1
pub fn gc5c2(&self) -> GC5C2_R
[src]
Bit 30 - GC5C2
pub fn gc5c3(&self) -> GC5C3_R
[src]
Bit 31 - GC5C3
impl R<u16, Reg<u16, _TIM8_CCR6>>
[src]
impl R<u32, Reg<u32, _TIM8_AF1>>
[src]
pub fn bkine(&self) -> BKINE_R
[src]
Bit 0 - BKINE
pub fn bkdf1bk2e(&self) -> BKDF1BK2E_R
[src]
Bit 8 - BKDF1BK2E
pub fn bkinp(&self) -> BKINP_R
[src]
Bit 9 - BKINP
pub fn etrsel(&self) -> ETRSEL_R
[src]
Bits 14:17 - ETRSEL
impl R<u32, Reg<u32, _TIM8_AF2>>
[src]
pub fn bk2ine(&self) -> BK2INE_R
[src]
Bit 0 - BK2INE
pub fn bk2df1bk3e(&self) -> BK2DF1BK3E_R
[src]
Bit 8 - BK2DF1BK3E
pub fn bk2inp(&self) -> BK2INP_R
[src]
Bit 9 - BK2INP
impl R<u32, Reg<u32, _TIM8_TISEL>>
[src]
pub fn ti1sel(&self) -> TI1SEL_R
[src]
Bits 0:3 - TI1SEL
pub fn ti2sel(&self) -> TI2SEL_R
[src]
Bits 8:11 - TI2SEL
pub fn ti3sel(&self) -> TI3SEL_R
[src]
Bits 16:19 - TI3SEL
pub fn ti4sel(&self) -> TI4SEL_R
[src]
Bits 24:27 - TI4SEL
impl R<u16, Reg<u16, _TIM12_CR1>>
[src]
pub fn cen(&self) -> CEN_R
[src]
Bit 0 - CEN
pub fn udis(&self) -> UDIS_R
[src]
Bit 1 - UDIS
pub fn urs(&self) -> URS_R
[src]
Bit 2 - URS
pub fn opm(&self) -> OPM_R
[src]
Bit 3 - OPM
pub fn arpe(&self) -> ARPE_R
[src]
Bit 7 - ARPE
pub fn ckd(&self) -> CKD_R
[src]
Bits 8:9 - CKD
pub fn uifremap(&self) -> UIFREMAP_R
[src]
Bit 11 - UIFREMAP
impl R<u32, Reg<u32, _TIM12_CR2>>
[src]
impl R<u32, Reg<u32, _TIM12_SMCR>>
[src]
pub fn sms(&self) -> SMS_R
[src]
Bits 0:2 - SMS
pub fn ts(&self) -> TS_R
[src]
Bits 4:6 - TS
pub fn msm(&self) -> MSM_R
[src]
Bit 7 - MSM
pub fn sms_3(&self) -> SMS_3_R
[src]
Bit 16 - SMS_3
pub fn ts_3(&self) -> TS_3_R
[src]
Bit 20 - TS_3
pub fn ts_4(&self) -> TS_4_R
[src]
Bit 21 - TS_4
impl R<u16, Reg<u16, _TIM12_DIER>>
[src]
pub fn uie(&self) -> UIE_R
[src]
Bit 0 - UIE
pub fn cc1ie(&self) -> CC1IE_R
[src]
Bit 1 - CC1IE
pub fn cc2ie(&self) -> CC2IE_R
[src]
Bit 2 - CC2IE
pub fn tie(&self) -> TIE_R
[src]
Bit 6 - TIE
impl R<u32, Reg<u32, _TIM12_SR>>
[src]
pub fn uif(&self) -> UIF_R
[src]
Bit 0 - UIF
pub fn cc1if(&self) -> CC1IF_R
[src]
Bit 1 - CC1IF
pub fn cc2if(&self) -> CC2IF_R
[src]
Bit 2 - CC2IF
pub fn tif(&self) -> TIF_R
[src]
Bit 6 - TIF
pub fn cc1of(&self) -> CC1OF_R
[src]
Bit 9 - CC1OF
pub fn cc2of(&self) -> CC2OF_R
[src]
Bit 10 - CC2OF
impl R<u32, Reg<u32, _TIM12_CCMR1_INPUT>>
[src]
pub fn cc1s(&self) -> CC1S_R
[src]
Bits 0:1 - CC1S
pub fn ic1psc(&self) -> IC1PSC_R
[src]
Bits 2:3 - IC1PSC
pub fn ic1f(&self) -> IC1F_R
[src]
Bits 4:7 - IC1F
pub fn cc2s(&self) -> CC2S_R
[src]
Bits 8:9 - CC2S
pub fn ic2psc(&self) -> IC2PSC_R
[src]
Bits 10:11 - IC2PSC
pub fn ic2f(&self) -> IC2F_R
[src]
Bits 12:15 - IC2F
impl R<u32, Reg<u32, _TIM12_CCMR1_OUTPUT>>
[src]
pub fn cc1s(&self) -> CC1S_R
[src]
Bits 0:1 - CC1S
pub fn oc1fe(&self) -> OC1FE_R
[src]
Bit 2 - OC1FE
pub fn oc1pe(&self) -> OC1PE_R
[src]
Bit 3 - OC1FE
pub fn oc1m(&self) -> OC1M_R
[src]
Bits 4:6 - OC1M
pub fn cc2s(&self) -> CC2S_R
[src]
Bits 8:9 - CC2S
pub fn oc2fe(&self) -> OC2FE_R
[src]
Bit 10 - OC2FE
pub fn oc2pe(&self) -> OC2PE_R
[src]
Bit 11 - OC2PE
pub fn oc2m(&self) -> OC2M_R
[src]
Bits 12:14 - OC2M
pub fn oc1m_3(&self) -> OC1M_3_R
[src]
Bit 16 - OC1M_3
pub fn oc2m_3(&self) -> OC2M_3_R
[src]
Bit 24 - OC2M_3
impl R<u32, Reg<u32, _TIM12_CCER>>
[src]
pub fn cc1e(&self) -> CC1E_R
[src]
Bit 0 - CC1E
pub fn cc1p(&self) -> CC1P_R
[src]
Bit 1 - CC1P
pub fn cc1np(&self) -> CC1NP_R
[src]
Bit 3 - CC1NP
pub fn cc2e(&self) -> CC2E_R
[src]
Bit 4 - CC2E
pub fn cc2p(&self) -> CC2P_R
[src]
Bit 5 - CC2P
pub fn cc2np(&self) -> CC2NP_R
[src]
Bit 7 - CC2NP
impl R<u32, Reg<u32, _TIM12_CNT>>
[src]
impl R<u16, Reg<u16, _TIM12_PSC>>
[src]
impl R<u16, Reg<u16, _TIM12_ARR>>
[src]
impl R<u16, Reg<u16, _TIM12_CCR1>>
[src]
impl R<u16, Reg<u16, _TIM12_CCR2>>
[src]
impl R<u32, Reg<u32, _TIM12_TISEL>>
[src]
pub fn ti1sel(&self) -> TI1SEL_R
[src]
Bits 0:3 - TI1SEL
pub fn ti2sel(&self) -> TI2SEL_R
[src]
Bits 8:11 - TI2SEL
impl R<u16, Reg<u16, _TIM13_CR1>>
[src]
pub fn cen(&self) -> CEN_R
[src]
Bit 0 - CEN
pub fn udis(&self) -> UDIS_R
[src]
Bit 1 - UDIS
pub fn urs(&self) -> URS_R
[src]
Bit 2 - URS
pub fn opm(&self) -> OPM_R
[src]
Bit 3 - OPM
pub fn arpe(&self) -> ARPE_R
[src]
Bit 7 - ARPE
pub fn ckd(&self) -> CKD_R
[src]
Bits 8:9 - CKD
pub fn uifremap(&self) -> UIFREMAP_R
[src]
Bit 11 - UIFREMAP
impl R<u16, Reg<u16, _TIM13_DIER>>
[src]
impl R<u16, Reg<u16, _TIM13_SR>>
[src]
pub fn uif(&self) -> UIF_R
[src]
Bit 0 - UIF
pub fn cc1if(&self) -> CC1IF_R
[src]
Bit 1 - CC1IF
pub fn cc1of(&self) -> CC1OF_R
[src]
Bit 9 - CC1OF
impl R<u32, Reg<u32, _TIM13_CCMR1>>
[src]
pub fn cc1s(&self) -> CC1S_R
[src]
Bits 0:1 - CC1S
pub fn oc1fe(&self) -> OC1FE_R
[src]
Bit 2 - OC1FE
pub fn oc1pe(&self) -> OC1PE_R
[src]
Bit 3 - OC1PE
pub fn oc1m(&self) -> OC1M_R
[src]
Bits 4:6 - OC1M
pub fn oc1m3(&self) -> OC1M3_R
[src]
Bit 16 - OC1M3
impl R<u16, Reg<u16, _TIM13_CCER>>
[src]
pub fn cc1e(&self) -> CC1E_R
[src]
Bit 0 - CC1E
pub fn cc1p(&self) -> CC1P_R
[src]
Bit 1 - CC1P
pub fn cc1np(&self) -> CC1NP_R
[src]
Bit 3 - CC1NP
impl R<u32, Reg<u32, _TIM13_CNT>>
[src]
impl R<u16, Reg<u16, _TIM13_PSC>>
[src]
impl R<u16, Reg<u16, _TIM13_ARR>>
[src]
impl R<u16, Reg<u16, _TIM13_CCR1>>
[src]
impl R<u16, Reg<u16, _TIM13_TISEL>>
[src]
impl R<u16, Reg<u16, _TIM14_CR1>>
[src]
pub fn cen(&self) -> CEN_R
[src]
Bit 0 - CEN
pub fn udis(&self) -> UDIS_R
[src]
Bit 1 - UDIS
pub fn urs(&self) -> URS_R
[src]
Bit 2 - URS
pub fn opm(&self) -> OPM_R
[src]
Bit 3 - OPM
pub fn arpe(&self) -> ARPE_R
[src]
Bit 7 - ARPE
pub fn ckd(&self) -> CKD_R
[src]
Bits 8:9 - CKD
pub fn uifremap(&self) -> UIFREMAP_R
[src]
Bit 11 - UIFREMAP
impl R<u16, Reg<u16, _TIM14_DIER>>
[src]
impl R<u16, Reg<u16, _TIM14_SR>>
[src]
pub fn uif(&self) -> UIF_R
[src]
Bit 0 - UIF
pub fn cc1if(&self) -> CC1IF_R
[src]
Bit 1 - CC1IF
pub fn cc1of(&self) -> CC1OF_R
[src]
Bit 9 - CC1OF
impl R<u32, Reg<u32, _TIM14_CCMR1>>
[src]
pub fn cc1s(&self) -> CC1S_R
[src]
Bits 0:1 - CC1S
pub fn oc1fe(&self) -> OC1FE_R
[src]
Bit 2 - OC1FE
pub fn oc1pe(&self) -> OC1PE_R
[src]
Bit 3 - OC1PE
pub fn oc1m(&self) -> OC1M_R
[src]
Bits 4:6 - OC1M
pub fn oc1m3(&self) -> OC1M3_R
[src]
Bit 16 - OC1M3
impl R<u16, Reg<u16, _TIM14_CCER>>
[src]
pub fn cc1e(&self) -> CC1E_R
[src]
Bit 0 - CC1E
pub fn cc1p(&self) -> CC1P_R
[src]
Bit 1 - CC1P
pub fn cc1np(&self) -> CC1NP_R
[src]
Bit 3 - CC1NP
impl R<u32, Reg<u32, _TIM14_CNT>>
[src]
impl R<u16, Reg<u16, _TIM14_PSC>>
[src]
impl R<u16, Reg<u16, _TIM14_ARR>>
[src]
impl R<u16, Reg<u16, _TIM14_CCR1>>
[src]
impl R<u16, Reg<u16, _TIM14_TISEL>>
[src]
impl R<u16, Reg<u16, _TIM15_CR1>>
[src]
pub fn cen(&self) -> CEN_R
[src]
Bit 0 - CEN
pub fn udis(&self) -> UDIS_R
[src]
Bit 1 - UDIS
pub fn urs(&self) -> URS_R
[src]
Bit 2 - URS
pub fn opm(&self) -> OPM_R
[src]
Bit 3 - OPM
pub fn arpe(&self) -> ARPE_R
[src]
Bit 7 - ARPE
pub fn ckd(&self) -> CKD_R
[src]
Bits 8:9 - CKD
pub fn uifremap(&self) -> UIFREMAP_R
[src]
Bit 11 - UIFREMAP
impl R<u16, Reg<u16, _TIM15_CR2>>
[src]
pub fn ccpc(&self) -> CCPC_R
[src]
Bit 0 - CCPC
pub fn ccus(&self) -> CCUS_R
[src]
Bit 2 - CCUS
pub fn ccds(&self) -> CCDS_R
[src]
Bit 3 - CCDS
pub fn mms(&self) -> MMS_R
[src]
Bits 4:6 - MMS
pub fn ti1s(&self) -> TI1S_R
[src]
Bit 7 - TI1S
pub fn ois1(&self) -> OIS1_R
[src]
Bit 8 - OIS1
pub fn ois1n(&self) -> OIS1N_R
[src]
Bit 9 - OIS1N
pub fn ois2(&self) -> OIS2_R
[src]
Bit 10 - OIS2
impl R<u32, Reg<u32, _TIMX_SMCR>>
[src]
pub fn ts_4_3(&self) -> TS_4_3_R
[src]
Bits 20:21 - Trigger selection
pub fn sms_3(&self) -> SMS_3_R
[src]
Bit 16 - Slave mode selection - bit 3
pub fn msm(&self) -> MSM_R
[src]
Bit 7 - Master/Slave mode
pub fn ts(&self) -> TS_R
[src]
Bits 4:6 - Trigger selection
pub fn sms(&self) -> SMS_R
[src]
Bits 0:2 - Slave mode selection
impl R<u16, Reg<u16, _TIM15_DIER>>
[src]
pub fn uie(&self) -> UIE_R
[src]
Bit 0 - UIE
pub fn cc1ie(&self) -> CC1IE_R
[src]
Bit 1 - CC1IE
pub fn cc2ie(&self) -> CC2IE_R
[src]
Bit 2 - CC2IE
pub fn comie(&self) -> COMIE_R
[src]
Bit 5 - COMIE
pub fn tie(&self) -> TIE_R
[src]
Bit 6 - TIE
pub fn bie(&self) -> BIE_R
[src]
Bit 7 - BIE
pub fn ude(&self) -> UDE_R
[src]
Bit 8 - UDE
pub fn cc1de(&self) -> CC1DE_R
[src]
Bit 9 - CC1DE
pub fn cc2de(&self) -> CC2DE_R
[src]
Bit 10 - CC2DE
pub fn comde(&self) -> COMDE_R
[src]
Bit 13 - COMDE
pub fn tde(&self) -> TDE_R
[src]
Bit 14 - TDE
impl R<u16, Reg<u16, _TIM15_SR>>
[src]
pub fn uif(&self) -> UIF_R
[src]
Bit 0 - UIF
pub fn cc1if(&self) -> CC1IF_R
[src]
Bit 1 - CC1IF
pub fn cc2if(&self) -> CC2IF_R
[src]
Bit 2 - CC2IF
pub fn comif(&self) -> COMIF_R
[src]
Bit 5 - COMIF
pub fn tif(&self) -> TIF_R
[src]
Bit 6 - TIF
pub fn bif(&self) -> BIF_R
[src]
Bit 7 - BIF
pub fn cc1of(&self) -> CC1OF_R
[src]
Bit 9 - CC1OF
pub fn cc2of(&self) -> CC2OF_R
[src]
Bit 10 - CC2OF
impl R<u32, Reg<u32, _TIMX_CCMR1_OUTPUT>>
[src]
pub fn oc2m_3(&self) -> OC2M_3_R
[src]
Bit 24 - Output Compare 2 mode - bit 3
pub fn oc1m_3(&self) -> OC1M_3_R
[src]
Bit 16 - Output Compare 1 mode - bit 3
pub fn oc2ce(&self) -> OC2CE_R
[src]
Bit 15 - Output compare 2 clear enable
pub fn oc2m(&self) -> OC2M_R
[src]
Bits 12:14 - Output compare 2 mode
pub fn oc2pe(&self) -> OC2PE_R
[src]
Bit 11 - Output compare 2 preload enable
pub fn oc2fe(&self) -> OC2FE_R
[src]
Bit 10 - Output compare 2 fast enable
pub fn cc2s(&self) -> CC2S_R
[src]
Bits 8:9 - Capture/Compare 2 selection
pub fn oc1ce(&self) -> OC1CE_R
[src]
Bit 7 - Output compare 1 clear enable
pub fn oc1m(&self) -> OC1M_R
[src]
Bits 4:6 - Output compare 1 mode
pub fn oc1pe(&self) -> OC1PE_R
[src]
Bit 3 - Output compare 1 preload enable
pub fn oc1fe(&self) -> OC1FE_R
[src]
Bit 2 - Output compare 1 fast enable
pub fn cc1s(&self) -> CC1S_R
[src]
Bits 0:1 - Capture/Compare 1 selection
impl R<u32, Reg<u32, _TIMX_CCMR1_INPUT>>
[src]
pub fn ic2f(&self) -> IC2F_R
[src]
Bits 12:15 - Input capture 2 filter
pub fn ic2psc(&self) -> IC2PSC_R
[src]
Bits 10:11 - Input capture 2 prescaler
pub fn cc2s(&self) -> CC2S_R
[src]
Bits 8:9 - Capture/compare 2 selection
pub fn ic1f(&self) -> IC1F_R
[src]
Bits 4:7 - Input capture 1 filter
pub fn ic1psc(&self) -> IC1PSC_R
[src]
Bits 2:3 - Input capture 1 prescaler
pub fn cc1s(&self) -> CC1S_R
[src]
Bits 0:1 - Capture/Compare 1 selection
impl R<u16, Reg<u16, _TIM15_CCER>>
[src]
pub fn cc1e(&self) -> CC1E_R
[src]
Bit 0 - CC1E
pub fn cc1p(&self) -> CC1P_R
[src]
Bit 1 - CC1P
pub fn cc1ne(&self) -> CC1NE_R
[src]
Bit 2 - CC1NE
pub fn cc1np(&self) -> CC1NP_R
[src]
Bit 3 - CC1NP
pub fn cc2e(&self) -> CC2E_R
[src]
Bit 4 - CC2E
pub fn cc2p(&self) -> CC2P_R
[src]
Bit 5 - CC2P
pub fn cc2np(&self) -> CC2NP_R
[src]
Bit 7 - CC2NP
impl R<u32, Reg<u32, _TIM15_CNT>>
[src]
impl R<u16, Reg<u16, _TIM15_PSC>>
[src]
impl R<u16, Reg<u16, _TIM15_ARR>>
[src]
impl R<u16, Reg<u16, _TIM15_RCR>>
[src]
impl R<u16, Reg<u16, _TIM15_CCR1>>
[src]
impl R<u16, Reg<u16, _TIM15_CCR2>>
[src]
impl R<u32, Reg<u32, _TIMX_BDTR>>
[src]
pub fn dtg(&self) -> DTG_R
[src]
Bits 0:7 - DTG
pub fn lock(&self) -> LOCK_R
[src]
Bits 8:9 - LOCK
pub fn ossi(&self) -> OSSI_R
[src]
Bit 10 - OSSI
pub fn ossr(&self) -> OSSR_R
[src]
Bit 11 - OSSR
pub fn bke(&self) -> BKE_R
[src]
Bit 12 - BKE
pub fn bkp(&self) -> BKP_R
[src]
Bit 13 - BKP
pub fn aoe(&self) -> AOE_R
[src]
Bit 14 - AOE
pub fn moe(&self) -> MOE_R
[src]
Bit 15 - MOE
pub fn bkf(&self) -> BKF_R
[src]
Bits 16:19 - BKF
pub fn bkdsrm(&self) -> BKDSRM_R
[src]
Bit 26 - BKDSRM
pub fn bkbid(&self) -> BKBID_R
[src]
Bit 28 - BKBID
impl R<u16, Reg<u16, _TIM15_DCR>>
[src]
impl R<u16, Reg<u16, _TIM15_DMAR>>
[src]
impl R<u32, Reg<u32, _TIM15_AF1>>
[src]
pub fn bkine(&self) -> BKINE_R
[src]
Bit 0 - BKINE
pub fn bkdf1bk0e(&self) -> BKDF1BK0E_R
[src]
Bit 8 - BKDF1BK0E
pub fn bkinp(&self) -> BKINP_R
[src]
Bit 9 - BKINP
impl R<u32, Reg<u32, _TIM15_TISEL>>
[src]
pub fn ti1sel(&self) -> TI1SEL_R
[src]
Bits 0:3 - TI1SEL
pub fn ti2sel(&self) -> TI2SEL_R
[src]
Bits 8:11 - TI2SEL
impl R<u16, Reg<u16, _TIMX_CR1>>
[src]
pub fn cen(&self) -> CEN_R
[src]
Bit 0 - CEN
pub fn udis(&self) -> UDIS_R
[src]
Bit 1 - UDIS
pub fn urs(&self) -> URS_R
[src]
Bit 2 - URS
pub fn opm(&self) -> OPM_R
[src]
Bit 3 - OPM
pub fn arpe(&self) -> ARPE_R
[src]
Bit 7 - ARPE
pub fn ckd(&self) -> CKD_R
[src]
Bits 8:9 - CKD
pub fn uifremap(&self) -> UIFREMAP_R
[src]
Bit 11 - UIFREMAP
impl R<u16, Reg<u16, _TIMX_CR2>>
[src]
pub fn ccpc(&self) -> CCPC_R
[src]
Bit 0 - CCPC
pub fn ccus(&self) -> CCUS_R
[src]
Bit 2 - CCUS
pub fn ccds(&self) -> CCDS_R
[src]
Bit 3 - CCDS
pub fn ois1(&self) -> OIS1_R
[src]
Bit 8 - OIS1
pub fn ois1n(&self) -> OIS1N_R
[src]
Bit 9 - OIS1N
impl R<u16, Reg<u16, _TIMX_DIER>>
[src]
pub fn uie(&self) -> UIE_R
[src]
Bit 0 - UIE
pub fn cc1ie(&self) -> CC1IE_R
[src]
Bit 1 - CC1IE
pub fn comie(&self) -> COMIE_R
[src]
Bit 5 - COMIE
pub fn bie(&self) -> BIE_R
[src]
Bit 7 - BIE
pub fn ude(&self) -> UDE_R
[src]
Bit 8 - UDE
pub fn cc1de(&self) -> CC1DE_R
[src]
Bit 9 - CC1DE
pub fn comde(&self) -> COMDE_R
[src]
Bit 13 - COMDE
impl R<u16, Reg<u16, _TIMX_SR>>
[src]
pub fn uif(&self) -> UIF_R
[src]
Bit 0 - UIF
pub fn cc1if(&self) -> CC1IF_R
[src]
Bit 1 - CC1IF
pub fn comif(&self) -> COMIF_R
[src]
Bit 5 - COMIF
pub fn bif(&self) -> BIF_R
[src]
Bit 7 - BIF
pub fn cc1of(&self) -> CC1OF_R
[src]
Bit 9 - CC1OF
impl R<u16, Reg<u16, _TIMX_CCER>>
[src]
pub fn cc1e(&self) -> CC1E_R
[src]
Bit 0 - CC1E
pub fn cc1p(&self) -> CC1P_R
[src]
Bit 1 - CC1P
pub fn cc1ne(&self) -> CC1NE_R
[src]
Bit 2 - CC1NE
pub fn cc1np(&self) -> CC1NP_R
[src]
Bit 3 - CC1NP
impl R<u32, Reg<u32, _TIMX_CNT>>
[src]
impl R<u16, Reg<u16, _TIMX_PSC>>
[src]
impl R<u16, Reg<u16, _TIMX_ARR>>
[src]
impl R<u16, Reg<u16, _TIMX_RCR>>
[src]
impl R<u16, Reg<u16, _TIMX_CCR1>>
[src]
impl R<u32, Reg<u32, _TIMX_BDTR>>
[src]
pub fn dtg(&self) -> DTG_R
[src]
Bits 0:7 - DTG
pub fn lock(&self) -> LOCK_R
[src]
Bits 8:9 - LOCK
pub fn ossi(&self) -> OSSI_R
[src]
Bit 10 - OSSI
pub fn ossr(&self) -> OSSR_R
[src]
Bit 11 - OSSR
pub fn bke(&self) -> BKE_R
[src]
Bit 12 - BKE
pub fn bkp(&self) -> BKP_R
[src]
Bit 13 - BKP
pub fn aoe(&self) -> AOE_R
[src]
Bit 14 - AOE
pub fn moe(&self) -> MOE_R
[src]
Bit 15 - MOE
pub fn bkf(&self) -> BKF_R
[src]
Bits 16:19 - BKF
pub fn bkdsrm(&self) -> BKDSRM_R
[src]
Bit 26 - BKDSRM
pub fn bkbid(&self) -> BKBID_R
[src]
Bit 28 - BKBID
impl R<u16, Reg<u16, _TIMX_DCR>>
[src]
impl R<u16, Reg<u16, _TIMX_DMAR>>
[src]
impl R<u32, Reg<u32, _TIMX_AF1>>
[src]
pub fn bkine(&self) -> BKINE_R
[src]
Bit 0 - BKINE
pub fn bkdf1bk2e(&self) -> BKDF1BK2E_R
[src]
Bit 8 - BKDF1BK2E
pub fn bkinp(&self) -> BKINP_R
[src]
Bit 9 - BKINP
impl R<u32, Reg<u32, _TIMX_TISEL>>
[src]
impl R<u32, Reg<u32, _TZC_BUILD_CONFIG>>
[src]
pub fn no_of_regions(&self) -> NO_OF_REGIONS_R
[src]
Bits 0:4 - NO_OF_REGIONS
pub fn address_width(&self) -> ADDRESS_WIDTH_R
[src]
Bits 8:13 - ADDRESS_WIDTH
pub fn no_of_filters(&self) -> NO_OF_FILTERS_R
[src]
Bits 24:25 - NO_OF_FILTERS
impl R<u32, Reg<u32, _TZC_ACTION>>
[src]
pub fn reaction_value(&self) -> REACTION_VALUE_R
[src]
Bits 0:1 - REACTION_VALUE
impl R<u32, Reg<u32, _TZC_GATE_KEEPER>>
[src]
pub fn openreq(&self) -> OPENREQ_R
[src]
Bits 0:1 - OPENREQ
pub fn openstat(&self) -> OPENSTAT_R
[src]
Bits 16:17 - OPENSTAT
impl R<u32, Reg<u32, _TZC_SPECULATION_CTRL>>
[src]
pub fn readspec_disable(&self) -> READSPEC_DISABLE_R
[src]
Bit 0 - READSPEC_DISABLE
pub fn writespec_disable(&self) -> WRITESPEC_DISABLE_R
[src]
Bit 1 - WRITESPEC_DISABLE
impl R<u32, Reg<u32, _TZC_INT_STATUS>>
[src]
pub fn status(&self) -> STATUS_R
[src]
Bits 0:1 - STATUS
pub fn overrun(&self) -> OVERRUN_R
[src]
Bits 8:9 - OVERRUN
pub fn overlap(&self) -> OVERLAP_R
[src]
Bits 16:17 - OVERLAP
impl R<u32, Reg<u32, _TZC_FAIL_CONTROL0>>
[src]
pub fn privilege(&self) -> PRIVILEGE_R
[src]
Bit 20 - PRIVILEGE
pub fn non_secure(&self) -> NON_SECURE_R
[src]
Bit 21 - NON_SECURE
pub fn direction(&self) -> DIRECTION_R
[src]
Bit 24 - DIRECTION
impl R<u32, Reg<u32, _TZC_FAIL_ID0>>
[src]
impl R<u32, Reg<u32, _TZC_FAIL_CONTROL1>>
[src]
pub fn privilege(&self) -> PRIVILEGE_R
[src]
Bit 20 - PRIVILEGE
pub fn non_secure(&self) -> NON_SECURE_R
[src]
Bit 21 - NON_SECURE
pub fn direction(&self) -> DIRECTION_R
[src]
Bit 24 - DIRECTION
impl R<u32, Reg<u32, _TZC_FAIL_ID1>>
[src]
impl R<u32, Reg<u32, _TZC_REGION_ATTRIBUTE0>>
[src]
pub fn filter_en(&self) -> FILTER_EN_R
[src]
Bits 0:1 - FILTER_EN
pub fn s_rd_en(&self) -> S_RD_EN_R
[src]
Bit 30 - S_RD_EN
pub fn s_wr_en(&self) -> S_WR_EN_R
[src]
Bit 31 - S_WR_EN
impl R<u32, Reg<u32, _TZC_REGION_ATTRIBUTE1>>
[src]
pub fn filter_en(&self) -> FILTER_EN_R
[src]
Bits 0:1 - FILTER_EN
pub fn s_rd_en(&self) -> S_RD_EN_R
[src]
Bit 30 - S_RD_EN
pub fn s_wr_en(&self) -> S_WR_EN_R
[src]
Bit 31 - S_WR_EN
impl R<u32, Reg<u32, _TZC_REGION_ATTRIBUTE2>>
[src]
pub fn filter_en(&self) -> FILTER_EN_R
[src]
Bits 0:1 - FILTER_EN
pub fn s_rd_en(&self) -> S_RD_EN_R
[src]
Bit 30 - S_RD_EN
pub fn s_wr_en(&self) -> S_WR_EN_R
[src]
Bit 31 - S_WR_EN
impl R<u32, Reg<u32, _TZC_REGION_ATTRIBUTE3>>
[src]
pub fn filter_en(&self) -> FILTER_EN_R
[src]
Bits 0:1 - FILTER_EN
pub fn s_rd_en(&self) -> S_RD_EN_R
[src]
Bit 30 - S_RD_EN
pub fn s_wr_en(&self) -> S_WR_EN_R
[src]
Bit 31 - S_WR_EN
impl R<u32, Reg<u32, _TZC_REGION_ATTRIBUTE4>>
[src]
pub fn filter_en(&self) -> FILTER_EN_R
[src]
Bits 0:1 - FILTER_EN
pub fn s_rd_en(&self) -> S_RD_EN_R
[src]
Bit 30 - S_RD_EN
pub fn s_wr_en(&self) -> S_WR_EN_R
[src]
Bit 31 - S_WR_EN
impl R<u32, Reg<u32, _TZC_REGION_ATTRIBUTE5>>
[src]
pub fn filter_en(&self) -> FILTER_EN_R
[src]
Bits 0:1 - FILTER_EN
pub fn s_rd_en(&self) -> S_RD_EN_R
[src]
Bit 30 - S_RD_EN
pub fn s_wr_en(&self) -> S_WR_EN_R
[src]
Bit 31 - S_WR_EN
impl R<u32, Reg<u32, _TZC_REGION_ATTRIBUTE6>>
[src]
pub fn filter_en(&self) -> FILTER_EN_R
[src]
Bits 0:1 - FILTER_EN
pub fn s_rd_en(&self) -> S_RD_EN_R
[src]
Bit 30 - S_RD_EN
pub fn s_wr_en(&self) -> S_WR_EN_R
[src]
Bit 31 - S_WR_EN
impl R<u32, Reg<u32, _TZC_REGION_ATTRIBUTE7>>
[src]
pub fn filter_en(&self) -> FILTER_EN_R
[src]
Bits 0:1 - FILTER_EN
pub fn s_rd_en(&self) -> S_RD_EN_R
[src]
Bit 30 - S_RD_EN
pub fn s_wr_en(&self) -> S_WR_EN_R
[src]
Bit 31 - S_WR_EN
impl R<u32, Reg<u32, _TZC_REGION_ATTRIBUTE8>>
[src]
pub fn filter_en(&self) -> FILTER_EN_R
[src]
Bits 0:1 - FILTER_EN
pub fn s_rd_en(&self) -> S_RD_EN_R
[src]
Bit 30 - S_RD_EN
pub fn s_wr_en(&self) -> S_WR_EN_R
[src]
Bit 31 - S_WR_EN
impl R<u32, Reg<u32, _TZC_PID4>>
[src]
pub fn per_id_4(&self) -> PER_ID_4_R
[src]
Bits 0:7 - PER_ID_4
impl R<u32, Reg<u32, _TZC_PID5>>
[src]
pub fn per_id_5(&self) -> PER_ID_5_R
[src]
Bits 0:7 - PER_ID_5
impl R<u32, Reg<u32, _TZC_PID6>>
[src]
pub fn per_id_6(&self) -> PER_ID_6_R
[src]
Bits 0:7 - PER_ID_6
impl R<u32, Reg<u32, _TZC_PID7>>
[src]
pub fn per_id_7(&self) -> PER_ID_7_R
[src]
Bits 0:7 - PER_ID_7
impl R<u32, Reg<u32, _TZC_PID0>>
[src]
pub fn per_id_0(&self) -> PER_ID_0_R
[src]
Bits 0:7 - PER_ID_0
impl R<u32, Reg<u32, _TZC_PID1>>
[src]
pub fn per_id_1(&self) -> PER_ID_1_R
[src]
Bits 0:7 - PER_ID_1
impl R<u32, Reg<u32, _TZC_PID2>>
[src]
pub fn per_id_2(&self) -> PER_ID_2_R
[src]
Bits 0:7 - PER_ID_2
impl R<u32, Reg<u32, _TZC_PID3>>
[src]
pub fn per_id_3(&self) -> PER_ID_3_R
[src]
Bits 0:7 - PER_ID_3
impl R<u32, Reg<u32, _TZC_CID0>>
[src]
pub fn comp_id_0(&self) -> COMP_ID_0_R
[src]
Bits 0:7 - COMP_ID_0
impl R<u32, Reg<u32, _TZC_CID1>>
[src]
pub fn comp_id_1(&self) -> COMP_ID_1_R
[src]
Bits 0:7 - COMP_ID_1
impl R<u32, Reg<u32, _TZC_CID2>>
[src]
pub fn comp_id_2(&self) -> COMP_ID_2_R
[src]
Bits 0:7 - COMP_ID_2
impl R<u32, Reg<u32, _TZC_CID3>>
[src]
pub fn comp_id_3(&self) -> COMP_ID_3_R
[src]
Bits 0:7 - COMP_ID_3
impl R<u32, Reg<u32, _TZC_FAIL_ADDRESS_LOW0>>
[src]
pub fn addr_status_low(&self) -> ADDR_STATUS_LOW_R
[src]
Bits 0:31 - ADDR_STATUS_LOW
impl R<u32, Reg<u32, _TZC_FAIL_ADDRESS_LOW1>>
[src]
pub fn addr_status_low(&self) -> ADDR_STATUS_LOW_R
[src]
Bits 0:31 - ADDR_STATUS_LOW
impl R<u32, Reg<u32, _TZC_REGION_TOP_LOW0>>
[src]
pub fn top_address_low(&self) -> TOP_ADDRESS_LOW_R
[src]
Bits 12:31 - TOP_ADDRESS_LOW
impl R<u32, Reg<u32, _TZC_REGION_ID_ACCESS0>>
[src]
pub fn nsaid_rd_en(&self) -> NSAID_RD_EN_R
[src]
Bits 0:15 - NSAID_RD_EN
pub fn nsaid_wr_en(&self) -> NSAID_WR_EN_R
[src]
Bits 16:31 - NSAID_WR_EN
impl R<u32, Reg<u32, _TZC_REGION_BASE_LOW1>>
[src]
pub fn base_address_low(&self) -> BASE_ADDRESS_LOW_R
[src]
Bits 12:31 - BASE_ADDRESS_LOW
impl R<u32, Reg<u32, _TZC_REGION_TOP_LOW1>>
[src]
pub fn top_address_low(&self) -> TOP_ADDRESS_LOW_R
[src]
Bits 12:31 - TOP_ADDRESS_LOW
impl R<u32, Reg<u32, _TZC_REGION_ID_ACCESS1>>
[src]
pub fn nsaid_rd_en(&self) -> NSAID_RD_EN_R
[src]
Bits 0:15 - NSAID_RD_EN
pub fn nsaid_wr_en(&self) -> NSAID_WR_EN_R
[src]
Bits 16:31 - NSAID_WR_EN
impl R<u32, Reg<u32, _TZC_REGION_BASE_LOW2>>
[src]
pub fn base_address_low(&self) -> BASE_ADDRESS_LOW_R
[src]
Bits 12:31 - BASE_ADDRESS_LOW
impl R<u32, Reg<u32, _TZC_REGION_TOP_LOW2>>
[src]
pub fn top_address_low(&self) -> TOP_ADDRESS_LOW_R
[src]
Bits 12:31 - TOP_ADDRESS_LOW
impl R<u32, Reg<u32, _TZC_REGION_ID_ACCESS2>>
[src]
pub fn nsaid_rd_en(&self) -> NSAID_RD_EN_R
[src]
Bits 0:15 - NSAID_RD_EN
pub fn nsaid_wr_en(&self) -> NSAID_WR_EN_R
[src]
Bits 16:31 - NSAID_WR_EN
impl R<u32, Reg<u32, _TZC_REGION_BASE_LOW3>>
[src]
pub fn base_address_low(&self) -> BASE_ADDRESS_LOW_R
[src]
Bits 12:31 - BASE_ADDRESS_LOW
impl R<u32, Reg<u32, _TZC_REGION_TOP_LOW3>>
[src]
pub fn top_address_low(&self) -> TOP_ADDRESS_LOW_R
[src]
Bits 12:31 - TOP_ADDRESS_LOW
impl R<u32, Reg<u32, _TZC_REGION_ID_ACCESS3>>
[src]
pub fn nsaid_rd_en(&self) -> NSAID_RD_EN_R
[src]
Bits 0:15 - NSAID_RD_EN
pub fn nsaid_wr_en(&self) -> NSAID_WR_EN_R
[src]
Bits 16:31 - NSAID_WR_EN
impl R<u32, Reg<u32, _TZC_REGION_BASE_LOW4>>
[src]
pub fn base_address_low(&self) -> BASE_ADDRESS_LOW_R
[src]
Bits 12:31 - BASE_ADDRESS_LOW
impl R<u32, Reg<u32, _TZC_REGION_TOP_LOW4>>
[src]
pub fn top_address_low(&self) -> TOP_ADDRESS_LOW_R
[src]
Bits 12:31 - TOP_ADDRESS_LOW
impl R<u32, Reg<u32, _TZC_REGION_ID_ACCESS4>>
[src]
pub fn nsaid_rd_en(&self) -> NSAID_RD_EN_R
[src]
Bits 0:15 - NSAID_RD_EN
pub fn nsaid_wr_en(&self) -> NSAID_WR_EN_R
[src]
Bits 16:31 - NSAID_WR_EN
impl R<u32, Reg<u32, _TZC_REGION_BASE_LOW5>>
[src]
pub fn base_address_low(&self) -> BASE_ADDRESS_LOW_R
[src]
Bits 12:31 - BASE_ADDRESS_LOW
impl R<u32, Reg<u32, _TZC_REGION_TOP_LOW5>>
[src]
pub fn top_address_low(&self) -> TOP_ADDRESS_LOW_R
[src]
Bits 12:31 - TOP_ADDRESS_LOW
impl R<u32, Reg<u32, _TZC_REGION_ID_ACCESS5>>
[src]
pub fn nsaid_rd_en(&self) -> NSAID_RD_EN_R
[src]
Bits 0:15 - NSAID_RD_EN
pub fn nsaid_wr_en(&self) -> NSAID_WR_EN_R
[src]
Bits 16:31 - NSAID_WR_EN
impl R<u32, Reg<u32, _TZC_REGION_BASE_LOW6>>
[src]
pub fn base_address_low(&self) -> BASE_ADDRESS_LOW_R
[src]
Bits 12:31 - BASE_ADDRESS_LOW
impl R<u32, Reg<u32, _TZC_REGION_TOP_LOW6>>
[src]
pub fn top_address_low(&self) -> TOP_ADDRESS_LOW_R
[src]
Bits 12:31 - TOP_ADDRESS_LOW
impl R<u32, Reg<u32, _TZC_REGION_ID_ACCESS6>>
[src]
pub fn nsaid_rd_en(&self) -> NSAID_RD_EN_R
[src]
Bits 0:15 - NSAID_RD_EN
pub fn nsaid_wr_en(&self) -> NSAID_WR_EN_R
[src]
Bits 16:31 - NSAID_WR_EN
impl R<u32, Reg<u32, _TZC_REGION_BASE_LOW7>>
[src]
pub fn base_address_low(&self) -> BASE_ADDRESS_LOW_R
[src]
Bits 12:31 - BASE_ADDRESS_LOW
impl R<u32, Reg<u32, _TZC_REGION_TOP_LOW7>>
[src]
pub fn top_address_low(&self) -> TOP_ADDRESS_LOW_R
[src]
Bits 12:31 - TOP_ADDRESS_LOW
impl R<u32, Reg<u32, _TZC_REGION_ID_ACCESS7>>
[src]
pub fn nsaid_rd_en(&self) -> NSAID_RD_EN_R
[src]
Bits 0:15 - NSAID_RD_EN
pub fn nsaid_wr_en(&self) -> NSAID_WR_EN_R
[src]
Bits 16:31 - NSAID_WR_EN
impl R<u32, Reg<u32, _TZC_REGION_BASE_LOW8>>
[src]
pub fn base_address_low(&self) -> BASE_ADDRESS_LOW_R
[src]
Bits 12:31 - BASE_ADDRESS_LOW
impl R<u32, Reg<u32, _TZC_REGION_TOP_LOW8>>
[src]
pub fn top_address_low(&self) -> TOP_ADDRESS_LOW_R
[src]
Bits 12:31 - TOP_ADDRESS_LOW
impl R<u32, Reg<u32, _TZC_REGION_ID_ACCESS8>>
[src]
pub fn nsaid_rd_en(&self) -> NSAID_RD_EN_R
[src]
Bits 0:15 - NSAID_RD_EN
pub fn nsaid_wr_en(&self) -> NSAID_WR_EN_R
[src]
Bits 16:31 - NSAID_WR_EN
impl R<u32, Reg<u32, _CR1>>
[src]
pub fn rxffie(&self) -> RXFFIE_R
[src]
Bit 31 - RXFIFO Full interrupt enable
pub fn txfeie(&self) -> TXFEIE_R
[src]
Bit 30 - TXFIFO empty interrupt enable
pub fn fifoen(&self) -> FIFOEN_R
[src]
Bit 29 - FIFO mode enable
pub fn m1(&self) -> M1_R
[src]
Bit 28 - Word length
pub fn eobie(&self) -> EOBIE_R
[src]
Bit 27 - End of Block interrupt enable
pub fn rtoie(&self) -> RTOIE_R
[src]
Bit 26 - Receiver timeout interrupt enable
pub fn deat(&self) -> DEAT_R
[src]
Bits 21:25 - DEAT
pub fn dedt(&self) -> DEDT_R
[src]
Bits 16:20 - DEDT
pub fn over8(&self) -> OVER8_R
[src]
Bit 15 - Oversampling mode
pub fn cmie(&self) -> CMIE_R
[src]
Bit 14 - Character match interrupt enable
pub fn mme(&self) -> MME_R
[src]
Bit 13 - Mute mode enable
pub fn m0(&self) -> M0_R
[src]
Bit 12 - Word length
pub fn wake(&self) -> WAKE_R
[src]
Bit 11 - Receiver wakeup method
pub fn pce(&self) -> PCE_R
[src]
Bit 10 - Parity control enable
pub fn ps(&self) -> PS_R
[src]
Bit 9 - Parity selection
pub fn peie(&self) -> PEIE_R
[src]
Bit 8 - PE interrupt enable
pub fn txeie(&self) -> TXEIE_R
[src]
Bit 7 - interrupt enable
pub fn tcie(&self) -> TCIE_R
[src]
Bit 6 - Transmission complete interrupt enable
pub fn rxneie(&self) -> RXNEIE_R
[src]
Bit 5 - RXNE interrupt enable
pub fn idleie(&self) -> IDLEIE_R
[src]
Bit 4 - IDLE interrupt enable
pub fn te(&self) -> TE_R
[src]
Bit 3 - Transmitter enable
pub fn re(&self) -> RE_R
[src]
Bit 2 - Receiver enable
pub fn uesm(&self) -> UESM_R
[src]
Bit 1 - USART enable in Stop mode
pub fn ue(&self) -> UE_R
[src]
Bit 0 - USART enable
impl R<u32, Reg<u32, _CR2>>
[src]
pub fn add4_7(&self) -> ADD4_7_R
[src]
Bits 28:31 - Address of the USART node
pub fn add0_3(&self) -> ADD0_3_R
[src]
Bits 24:27 - Address of the USART node
pub fn rtoen(&self) -> RTOEN_R
[src]
Bit 23 - Receiver timeout enable
pub fn abrmod(&self) -> ABRMOD_R
[src]
Bits 21:22 - Auto baud rate mode
pub fn abren(&self) -> ABREN_R
[src]
Bit 20 - Auto baud rate enable
pub fn msbfirst(&self) -> MSBFIRST_R
[src]
Bit 19 - Most significant bit first
pub fn tainv(&self) -> TAINV_R
[src]
Bit 18 - Binary data inversion
pub fn txinv(&self) -> TXINV_R
[src]
Bit 17 - TX pin active level inversion
pub fn rxinv(&self) -> RXINV_R
[src]
Bit 16 - RX pin active level inversion
pub fn swap(&self) -> SWAP_R
[src]
Bit 15 - Swap TX/RX pins
pub fn linen(&self) -> LINEN_R
[src]
Bit 14 - LIN mode enable
pub fn stop(&self) -> STOP_R
[src]
Bits 12:13 - STOP bits
pub fn clken(&self) -> CLKEN_R
[src]
Bit 11 - Clock enable
pub fn cpol(&self) -> CPOL_R
[src]
Bit 10 - Clock polarity
pub fn cpha(&self) -> CPHA_R
[src]
Bit 9 - Clock phase
pub fn lbcl(&self) -> LBCL_R
[src]
Bit 8 - Last bit clock pulse
pub fn lbdie(&self) -> LBDIE_R
[src]
Bit 6 - LIN break detection interrupt enable
pub fn lbdl(&self) -> LBDL_R
[src]
Bit 5 - LIN break detection length
pub fn addm7(&self) -> ADDM7_R
[src]
Bit 4 - 7-bit Address Detection/4-bit Address Detection
pub fn dis_nss(&self) -> DIS_NSS_R
[src]
Bit 3 - When the DSI_NSS bit is set, the NSS pin input will be ignored
pub fn slven(&self) -> SLVEN_R
[src]
Bit 0 - Synchronous Slave mode enable
impl R<u32, Reg<u32, _CR3>>
[src]
pub fn txftcfg(&self) -> TXFTCFG_R
[src]
Bits 29:31 - TXFIFO threshold configuration
pub fn rxftie(&self) -> RXFTIE_R
[src]
Bit 28 - RXFIFO threshold interrupt enable
pub fn rxftcfg(&self) -> RXFTCFG_R
[src]
Bits 25:27 - Receive FIFO threshold configuration
pub fn tcbgtie(&self) -> TCBGTIE_R
[src]
Bit 24 - Tr Complete before guard time, interrupt enable
pub fn txftie(&self) -> TXFTIE_R
[src]
Bit 23 - threshold interrupt enable
pub fn wufie(&self) -> WUFIE_R
[src]
Bit 22 - Wakeup from Stop mode interrupt enable
pub fn wus(&self) -> WUS_R
[src]
Bits 20:21 - Wakeup from Stop mode interrupt flag selection
pub fn scarcnt(&self) -> SCARCNT_R
[src]
Bits 17:19 - Smartcard auto-retry count
pub fn dep(&self) -> DEP_R
[src]
Bit 15 - Driver enable polarity selection
pub fn dem(&self) -> DEM_R
[src]
Bit 14 - Driver enable mode
pub fn ddre(&self) -> DDRE_R
[src]
Bit 13 - DMA Disable on Reception Error
pub fn ovrdis(&self) -> OVRDIS_R
[src]
Bit 12 - Overrun Disable
pub fn onebit(&self) -> ONEBIT_R
[src]
Bit 11 - One sample bit method enable
pub fn ctsie(&self) -> CTSIE_R
[src]
Bit 10 - CTS interrupt enable
pub fn ctse(&self) -> CTSE_R
[src]
Bit 9 - CTS enable
pub fn rtse(&self) -> RTSE_R
[src]
Bit 8 - RTS enable
pub fn dmat(&self) -> DMAT_R
[src]
Bit 7 - DMA enable transmitter
pub fn dmar(&self) -> DMAR_R
[src]
Bit 6 - DMA enable receiver
pub fn scen(&self) -> SCEN_R
[src]
Bit 5 - Smartcard mode enable
pub fn nack(&self) -> NACK_R
[src]
Bit 4 - Smartcard NACK enable
pub fn hdsel(&self) -> HDSEL_R
[src]
Bit 3 - Half-duplex selection
pub fn irlp(&self) -> IRLP_R
[src]
Bit 2 - Ir low-power
pub fn iren(&self) -> IREN_R
[src]
Bit 1 - Ir mode enable
pub fn eie(&self) -> EIE_R
[src]
Bit 0 - Error interrupt enable
impl R<u32, Reg<u32, _BRR>>
[src]
pub fn brr_4_15(&self) -> BRR_4_15_R
[src]
Bits 4:15 - BRR_4_15
pub fn brr_0_3(&self) -> BRR_0_3_R
[src]
Bits 0:3 - BRR_0_3
impl R<u32, Reg<u32, _GTPR>>
[src]
pub fn gt(&self) -> GT_R
[src]
Bits 8:15 - Guard time value
pub fn psc(&self) -> PSC_R
[src]
Bits 0:7 - Prescaler value
impl R<u32, Reg<u32, _RTOR>>
[src]
pub fn blen(&self) -> BLEN_R
[src]
Bits 24:31 - Block Length
pub fn rto(&self) -> RTO_R
[src]
Bits 0:23 - Receiver timeout value
impl R<u32, Reg<u32, _ISR>>
[src]
pub fn txft(&self) -> TXFT_R
[src]
Bit 27 - TXFIFO threshold flag
pub fn rxft(&self) -> RXFT_R
[src]
Bit 26 - RXFIFO threshold flag
pub fn tcbgt(&self) -> TCBGT_R
[src]
Bit 25 - Transmission complete before guard time flag
pub fn rxff(&self) -> RXFF_R
[src]
Bit 24 - RXFIFO Full
pub fn txfe(&self) -> TXFE_R
[src]
Bit 23 - TXFIFO Empty
pub fn reack(&self) -> REACK_R
[src]
Bit 22 - REACK
pub fn teack(&self) -> TEACK_R
[src]
Bit 21 - TEACK
pub fn wuf(&self) -> WUF_R
[src]
Bit 20 - WUF
pub fn rwu(&self) -> RWU_R
[src]
Bit 19 - RWU
pub fn sbkf(&self) -> SBKF_R
[src]
Bit 18 - SBKF
pub fn cmf(&self) -> CMF_R
[src]
Bit 17 - CMF
pub fn busy(&self) -> BUSY_R
[src]
Bit 16 - BUSY
pub fn abrf(&self) -> ABRF_R
[src]
Bit 15 - ABRF
pub fn abre(&self) -> ABRE_R
[src]
Bit 14 - ABRE
pub fn udr(&self) -> UDR_R
[src]
Bit 13 - SPI slave underrun error flag
pub fn eobf(&self) -> EOBF_R
[src]
Bit 12 - EOBF
pub fn rtof(&self) -> RTOF_R
[src]
Bit 11 - RTOF
pub fn cts(&self) -> CTS_R
[src]
Bit 10 - CTS
pub fn ctsif(&self) -> CTSIF_R
[src]
Bit 9 - CTSIF
pub fn lbdf(&self) -> LBDF_R
[src]
Bit 8 - LBDF
pub fn txe(&self) -> TXE_R
[src]
Bit 7 - TXE
pub fn tc(&self) -> TC_R
[src]
Bit 6 - TC
pub fn rxne(&self) -> RXNE_R
[src]
Bit 5 - RXNE
pub fn idle(&self) -> IDLE_R
[src]
Bit 4 - IDLE
pub fn ore(&self) -> ORE_R
[src]
Bit 3 - ORE
pub fn nf(&self) -> NF_R
[src]
Bit 2 - NF
pub fn fe(&self) -> FE_R
[src]
Bit 1 - FE
pub fn pe(&self) -> PE_R
[src]
Bit 0 - PE
impl R<u32, Reg<u32, _RDR>>
[src]
impl R<u32, Reg<u32, _TDR>>
[src]
impl R<u32, Reg<u32, _PRESC>>
[src]
pub fn prescaler(&self) -> PRESCALER_R
[src]
Bits 0:3 - Clock prescaler
impl R<u32, Reg<u32, _HWCFGR2>>
[src]
impl R<u32, Reg<u32, _HWCFGR1>>
[src]
pub fn cfg1(&self) -> CFG1_R
[src]
Bits 0:3 - CFG1
pub fn cfg2(&self) -> CFG2_R
[src]
Bits 4:7 - CFG2
pub fn cfg3(&self) -> CFG3_R
[src]
Bits 8:11 - CFG3
pub fn cfg4(&self) -> CFG4_R
[src]
Bits 12:15 - CFG4
pub fn cfg5(&self) -> CFG5_R
[src]
Bits 16:19 - CFG5
pub fn cfg6(&self) -> CFG6_R
[src]
Bits 20:23 - CFG6
pub fn cfg7(&self) -> CFG7_R
[src]
Bits 24:27 - CFG7
pub fn cfg8(&self) -> CFG8_R
[src]
Bits 28:31 - CFG8
impl R<u32, Reg<u32, _VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - Minor Revision number
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - Major Revision number
impl R<u32, Reg<u32, _IPIDR>>
[src]
impl R<u32, Reg<u32, _SIDR>>
[src]
impl R<u32, Reg<u32, _USBPHYC_PLL>>
[src]
pub fn pllndiv(&self) -> PLLNDIV_R
[src]
Bits 0:6 - PLLNDIV
pub fn pllodf(&self) -> PLLODF_R
[src]
Bits 7:9 - PLLODF
pub fn pllfracin(&self) -> PLLFRACIN_R
[src]
Bits 10:25 - PLLFRACIN
pub fn pllen(&self) -> PLLEN_R
[src]
Bit 26 - PLLEN
pub fn pllstrb(&self) -> PLLSTRB_R
[src]
Bit 27 - PLLSTRB
pub fn pllstrbyp(&self) -> PLLSTRBYP_R
[src]
Bit 28 - PLLSTRBYP
pub fn pllfracctl(&self) -> PLLFRACCTL_R
[src]
Bit 29 - PLLFRACCTL
pub fn plldithen0(&self) -> PLLDITHEN0_R
[src]
Bit 30 - PLLDITHEN0
pub fn plldithen1(&self) -> PLLDITHEN1_R
[src]
Bit 31 - PLLDITHEN1
impl R<u32, Reg<u32, _USBPHYC_MISC>>
[src]
pub fn swithost(&self) -> SWITHOST_R
[src]
Bit 0 - SWITHOST
pub fn ppckdis(&self) -> PPCKDIS_R
[src]
Bits 1:2 - PPCKDIS
impl R<u32, Reg<u32, _USBPHYC_TUNE1>>
[src]
pub fn incurren(&self) -> INCURREN_R
[src]
Bit 0 - INCURREN
pub fn incurrint(&self) -> INCURRINT_R
[src]
Bit 1 - INCURRINT
pub fn lfscapen(&self) -> LFSCAPEN_R
[src]
Bit 2 - LFSCAPEN
pub fn hsdrvslew(&self) -> HSDRVSLEW_R
[src]
Bit 3 - HSDRVSLEW
pub fn hsdrvdccur(&self) -> HSDRVDCCUR_R
[src]
Bit 4 - HSDRVDCCUR
pub fn hsdrvdclev(&self) -> HSDRVDCLEV_R
[src]
Bit 5 - HSDRVDCLEV
pub fn hsdrvcurincr(&self) -> HSDRVCURINCR_R
[src]
Bit 6 - HSDRVCURINCR
pub fn fsdrvrfadj(&self) -> FSDRVRFADJ_R
[src]
Bit 7 - FSDRVRFADJ
pub fn hsdrvrfred(&self) -> HSDRVRFRED_R
[src]
Bit 8 - HSDRVRFRED
pub fn hsdrvchkitrm(&self) -> HSDRVCHKITRM_R
[src]
Bits 9:12 - HSDRVCHKITRM
pub fn hsdrvchkztrm(&self) -> HSDRVCHKZTRM_R
[src]
Bits 13:14 - HSDRVCHKZTRM
pub fn otpcomp(&self) -> OTPCOMP_R
[src]
Bits 15:19 - OTPCOMP
pub fn sqlchctl(&self) -> SQLCHCTL_R
[src]
Bits 20:21 - SQLCHCTL
pub fn hdrxgneqen(&self) -> HDRXGNEQEN_R
[src]
Bit 22 - HDRXGNEQEN
pub fn hsrxoff(&self) -> HSRXOFF_R
[src]
Bits 23:24 - HSRXOFF
pub fn hsfallpreem(&self) -> HSFALLPREEM_R
[src]
Bit 25 - HSFALLPREEM
pub fn shtcctctlprot(&self) -> SHTCCTCTLPROT_R
[src]
Bit 26 - SHTCCTCTLPROT
pub fn stagsel(&self) -> STAGSEL_R
[src]
Bit 27 - STAGSEL
impl R<u32, Reg<u32, _USBPHYC_TUNE2>>
[src]
pub fn incurren(&self) -> INCURREN_R
[src]
Bit 0 - INCURREN
pub fn incurrint(&self) -> INCURRINT_R
[src]
Bit 1 - INCURRINT
pub fn lfscapen(&self) -> LFSCAPEN_R
[src]
Bit 2 - LFSCAPEN
pub fn hsdrvslew(&self) -> HSDRVSLEW_R
[src]
Bit 3 - HSDRVSLEW
pub fn hsdrvdccur(&self) -> HSDRVDCCUR_R
[src]
Bit 4 - HSDRVDCCUR
pub fn hsdrvdclev(&self) -> HSDRVDCLEV_R
[src]
Bit 5 - HSDRVDCLEV
pub fn hsdrvcurincr(&self) -> HSDRVCURINCR_R
[src]
Bit 6 - HSDRVCURINCR
pub fn fsdrvrfadj(&self) -> FSDRVRFADJ_R
[src]
Bit 7 - FSDRVRFADJ
pub fn hsdrvrfred(&self) -> HSDRVRFRED_R
[src]
Bit 8 - HSDRVRFRED
pub fn hsdrvchkitrm(&self) -> HSDRVCHKITRM_R
[src]
Bits 9:12 - HSDRVCHKITRM
pub fn hsdrvchkztrm(&self) -> HSDRVCHKZTRM_R
[src]
Bits 13:14 - HSDRVCHKZTRM
pub fn otpcomp(&self) -> OTPCOMP_R
[src]
Bits 15:19 - OTPCOMP
pub fn sqlchctl(&self) -> SQLCHCTL_R
[src]
Bits 20:21 - SQLCHCTL
pub fn hdrxgneqen(&self) -> HDRXGNEQEN_R
[src]
Bit 22 - HDRXGNEQEN
pub fn hsrxoff(&self) -> HSRXOFF_R
[src]
Bits 23:24 - HSRXOFF
pub fn hsfallpreem(&self) -> HSFALLPREEM_R
[src]
Bit 25 - HSFALLPREEM
pub fn shtcctctlprot(&self) -> SHTCCTCTLPROT_R
[src]
Bit 26 - SHTCCTCTLPROT
pub fn stagsel(&self) -> STAGSEL_R
[src]
Bit 27 - STAGSEL
impl R<u32, Reg<u32, _USBPHYC_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _VREFBUF_CSR>>
[src]
pub fn envr(&self) -> ENVR_R
[src]
Bit 0 - ENVR
pub fn hiz(&self) -> HIZ_R
[src]
Bit 1 - HIZ
pub fn vrr(&self) -> VRR_R
[src]
Bit 3 - VRR
pub fn vrs(&self) -> VRS_R
[src]
Bits 4:6 - VRS
impl R<u32, Reg<u32, _VREFBUF_CCR>>
[src]
impl R<u32, Reg<u32, _WWDG_CR>>
[src]
impl R<u32, Reg<u32, _WWDG_CFR>>
[src]
pub fn w(&self) -> W_R
[src]
Bits 0:6 - W
pub fn ewi(&self) -> EWI_R
[src]
Bit 9 - EWI
pub fn wdgtb(&self) -> WDGTB_R
[src]
Bits 11:13 - WDGTB
impl R<u32, Reg<u32, _WWDG_SR>>
[src]
impl R<u32, Reg<u32, _WWDG_HWCFGR>>
[src]
impl R<u32, Reg<u32, _WWDG_VERR>>
[src]
pub fn minrev(&self) -> MINREV_R
[src]
Bits 0:3 - MINREV
pub fn majrev(&self) -> MAJREV_R
[src]
Bits 4:7 - MAJREV
impl R<u32, Reg<u32, _WWDG_IPIDR>>
[src]
impl R<u32, Reg<u32, _WWDG_SIDR>>
[src]
Trait Implementations
Auto Trait Implementations
impl<U, T> Send for R<U, T> where
T: Send,
U: Send,
T: Send,
U: Send,
impl<U, T> Sync for R<U, T> where
T: Sync,
U: Sync,
T: Sync,
U: Sync,
impl<U, T> Unpin for R<U, T> where
T: Unpin,
U: Unpin,
T: Unpin,
U: Unpin,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,