[][src]Trait nuc1xx::generic::ResetValue

pub trait ResetValue {
    type Type;
    fn reset_value() -> Self::Type;
}

Reset value of the register

This value is initial value for write method. It can be also directly writed to register by reset method.

Associated Types

type Type

Register size

Loading content...

Required methods

fn reset_value() -> Self::Type

Reset value of the register

Loading content...

Implementors

impl ResetValue for ADCALR[src]

Register ADCALR reset()'s with value 0

type Type = u32

impl ResetValue for ADCHER[src]

Register ADCHER reset()'s with value 0

type Type = u32

impl ResetValue for ADCMPR0[src]

Register ADCMPR0 reset()'s with value 0

type Type = u32

impl ResetValue for ADCMPR1[src]

Register ADCMPR1 reset()'s with value 0

type Type = u32

impl ResetValue for ADCR[src]

Register ADCR reset()'s with value 0

type Type = u32

impl ResetValue for ADSR[src]

Register ADSR reset()'s with value 0

type Type = u32

impl ResetValue for CAN_BRPE[src]

Register CAN_BRPE reset()'s with value 0

type Type = u32

impl ResetValue for CAN_BTIME[src]

Register CAN_BTIME reset()'s with value 0x2301

type Type = u32

impl ResetValue for CAN_CON[src]

Register CAN_CON reset()'s with value 0x01

type Type = u32

impl ResetValue for CAN_IF1_ARB1[src]

Register CAN_IF1_ARB1 reset()'s with value 0

type Type = u32

impl ResetValue for CAN_IF1_ARB2[src]

Register CAN_IF1_ARB2 reset()'s with value 0

type Type = u32

impl ResetValue for CAN_IF1_CMASK[src]

Register CAN_IF1_CMASK reset()'s with value 0

type Type = u32

impl ResetValue for CAN_IF1_CREQ[src]

Register CAN_IF1_CREQ reset()'s with value 0x01

type Type = u32

impl ResetValue for CAN_IF1_DAT_A1[src]

Register CAN_IF1_DAT_A1 reset()'s with value 0

type Type = u32

impl ResetValue for CAN_IF1_DAT_A2[src]

Register CAN_IF1_DAT_A2 reset()'s with value 0

type Type = u32

impl ResetValue for CAN_IF1_DAT_B1[src]

Register CAN_IF1_DAT_B1 reset()'s with value 0

type Type = u32

impl ResetValue for CAN_IF1_DAT_B2[src]

Register CAN_IF1_DAT_B2 reset()'s with value 0

type Type = u32

impl ResetValue for CAN_IF1_MASK1[src]

Register CAN_IF1_MASK1 reset()'s with value 0xffff

type Type = u32

impl ResetValue for CAN_IF1_MASK2[src]

Register CAN_IF1_MASK2 reset()'s with value 0xffff

type Type = u32

impl ResetValue for CAN_IF1_MCON[src]

Register CAN_IF1_MCON reset()'s with value 0

type Type = u32

impl ResetValue for CAN_IF2_ARB1[src]

Register CAN_IF2_ARB1 reset()'s with value 0

type Type = u32

impl ResetValue for CAN_IF2_ARB2[src]

Register CAN_IF2_ARB2 reset()'s with value 0

type Type = u32

impl ResetValue for CAN_IF2_CMASK[src]

Register CAN_IF2_CMASK reset()'s with value 0

type Type = u32

impl ResetValue for CAN_IF2_CREQ[src]

Register CAN_IF2_CREQ reset()'s with value 0x01

type Type = u32

impl ResetValue for CAN_IF2_DAT_A1[src]

Register CAN_IF2_DAT_A1 reset()'s with value 0

type Type = u32

impl ResetValue for CAN_IF2_DAT_A2[src]

Register CAN_IF2_DAT_A2 reset()'s with value 0

type Type = u32

impl ResetValue for CAN_IF2_DAT_B1[src]

Register CAN_IF2_DAT_B1 reset()'s with value 0

type Type = u32

impl ResetValue for CAN_IF2_DAT_B2[src]

Register CAN_IF2_DAT_B2 reset()'s with value 0

type Type = u32

impl ResetValue for CAN_IF2_MASK1[src]

Register CAN_IF2_MASK1 reset()'s with value 0xffff

type Type = u32

impl ResetValue for CAN_IF2_MASK2[src]

Register CAN_IF2_MASK2 reset()'s with value 0xffff

type Type = u32

impl ResetValue for CAN_IF2_MCON[src]

Register CAN_IF2_MCON reset()'s with value 0

type Type = u32

impl ResetValue for CAN_STATUS[src]

Register CAN_STATUS reset()'s with value 0

type Type = u32

impl ResetValue for CAN_TEST[src]

Register CAN_TEST reset()'s with value 0

type Type = u32

impl ResetValue for CAN_WU_EN[src]

Register CAN_WU_EN reset()'s with value 0

type Type = u32

impl ResetValue for CAN_WU_STATUS[src]

Register CAN_WU_STATUS reset()'s with value 0

type Type = u32

impl ResetValue for AHBCLK[src]

Register AHBCLK reset()'s with value 0x0d

type Type = u32

impl ResetValue for APBCLK[src]

Register APBCLK reset()'s with value 0

type Type = u32

impl ResetValue for CLKDIV[src]

Register CLKDIV reset()'s with value 0

type Type = u32

impl ResetValue for CLKSEL0[src]

Register CLKSEL0 reset()'s with value 0xffff_fff8

type Type = u32

impl ResetValue for CLKSEL1[src]

Register CLKSEL1 reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for CLKSEL2[src]

Register CLKSEL2 reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for CLKSTATUS[src]

Register CLKSTATUS reset()'s with value 0

type Type = u32

impl ResetValue for FRQDIV[src]

Register FRQDIV reset()'s with value 0

type Type = u32

impl ResetValue for PLLCON[src]

Register PLLCON reset()'s with value 0x0005_c22e

type Type = u32

impl ResetValue for PWRCON[src]

Register PWRCON reset()'s with value 0x10

type Type = u32

impl ResetValue for CMP0CR[src]

Register CMP0CR reset()'s with value 0

type Type = u32

impl ResetValue for CMP1CR[src]

Register CMP1CR reset()'s with value 0

type Type = u32

impl ResetValue for CMPSR[src]

Register CMPSR reset()'s with value 0

type Type = u32

impl ResetValue for EBICON[src]

Register EBICON reset()'s with value 0

type Type = u32

impl ResetValue for EXTIME[src]

Register EXTIME reset()'s with value 0

type Type = u32

impl ResetValue for FATCON[src]

Register FATCON reset()'s with value 0

type Type = u32

impl ResetValue for ISPADR[src]

Register ISPADR reset()'s with value 0

type Type = u32

impl ResetValue for ISPCMD[src]

Register ISPCMD reset()'s with value 0

type Type = u32

impl ResetValue for ISPCON[src]

Register ISPCON reset()'s with value 0

type Type = u32

impl ResetValue for ISPDAT[src]

Register ISPDAT reset()'s with value 0

type Type = u32

impl ResetValue for ISPTRG[src]

Register ISPTRG reset()'s with value 0

type Type = u32

impl ResetValue for ALT_MFP[src]

Register ALT_MFP reset()'s with value 0

type Type = u32

impl ResetValue for BODCR[src]

Register BODCR reset()'s with value 0x80

type Type = u32

impl ResetValue for GPA_MFP[src]

Register GPA_MFP reset()'s with value 0

type Type = u32

impl ResetValue for GPB_MFP[src]

Register GPB_MFP reset()'s with value 0

type Type = u32

impl ResetValue for GPC_MFP[src]

Register GPC_MFP reset()'s with value 0

type Type = u32

impl ResetValue for GPD_MFP[src]

Register GPD_MFP reset()'s with value 0

type Type = u32

impl ResetValue for GPE_MFP[src]

Register GPE_MFP reset()'s with value 0

type Type = u32

impl ResetValue for IPRSTC1[src]

Register IPRSTC1 reset()'s with value 0

type Type = u32

impl ResetValue for IPRSTC2[src]

Register IPRSTC2 reset()'s with value 0

type Type = u32

impl ResetValue for PORCR[src]

Register PORCR reset()'s with value 0

type Type = u32

impl ResetValue for REGWRPROT[src]

Register REGWRPROT reset()'s with value 0

type Type = u32

impl ResetValue for RSTSRC[src]

Register RSTSRC reset()'s with value 0

type Type = u32

impl ResetValue for TEMPCR[src]

Register TEMPCR reset()'s with value 0

type Type = u32

impl ResetValue for DBEN[src]

Register DBEN reset()'s with value 0

type Type = u32

impl ResetValue for DMASK[src]

Register DMASK reset()'s with value 0

type Type = u32

impl ResetValue for nuc1xx::gpa::DOUT[src]

Register DOUT reset()'s with value 0xffff

type Type = u32

impl ResetValue for IEN[src]

Register IEN reset()'s with value 0

type Type = u32

impl ResetValue for IMD[src]

Register IMD reset()'s with value 0

type Type = u32

impl ResetValue for ISRC[src]

Register ISRC reset()'s with value 0

type Type = u32

impl ResetValue for OFFD[src]

Register OFFD reset()'s with value 0

type Type = u32

impl ResetValue for PMD[src]

Register PMD reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for nuc1xx::gpa_bits::DOUT[src]

Register DOUT[%s] reset()'s with value 0x01

type Type = u32

impl ResetValue for DBNCECON[src]

Register DBNCECON reset()'s with value 0x20

type Type = u32

impl ResetValue for I2CADDR0[src]

Register I2CADDR0 reset()'s with value 0

type Type = u32

impl ResetValue for I2CADDR1[src]

Register I2CADDR1 reset()'s with value 0

type Type = u32

impl ResetValue for I2CADDR2[src]

Register I2CADDR2 reset()'s with value 0

type Type = u32

impl ResetValue for I2CADDR3[src]

Register I2CADDR3 reset()'s with value 0

type Type = u32

impl ResetValue for I2CADM0[src]

Register I2CADM0 reset()'s with value 0

type Type = u32

impl ResetValue for I2CADM1[src]

Register I2CADM1 reset()'s with value 0

type Type = u32

impl ResetValue for I2CADM2[src]

Register I2CADM2 reset()'s with value 0

type Type = u32

impl ResetValue for I2CADM3[src]

Register I2CADM3 reset()'s with value 0

type Type = u32

impl ResetValue for I2CDAT[src]

Register I2CDAT reset()'s with value 0

type Type = u32

impl ResetValue for I2CLK[src]

Register I2CLK reset()'s with value 0

type Type = u32

impl ResetValue for I2CON[src]

Register I2CON reset()'s with value 0

type Type = u32

impl ResetValue for I2CTOC[src]

Register I2CTOC reset()'s with value 0

type Type = u32

impl ResetValue for I2S_CLKDIV[src]

Register I2S_CLKDIV reset()'s with value 0

type Type = u32

impl ResetValue for I2S_CON[src]

Register I2S_CON reset()'s with value 0

type Type = u32

impl ResetValue for I2S_IE[src]

Register I2S_IE reset()'s with value 0

type Type = u32

impl ResetValue for I2S_STATUS[src]

Register I2S_STATUS reset()'s with value 0x0014_1000

type Type = u32

impl ResetValue for I2S_TXFIFO[src]

Register I2S_TXFIFO reset()'s with value 0

type Type = u32

impl ResetValue for MCU_IRQ[src]

Register MCU_IRQ reset()'s with value 0

type Type = u32

impl ResetValue for NMI_SEL[src]

Register NMI_SEL reset()'s with value 0

type Type = u32

impl ResetValue for PDMA_BCRX[src]

Register PDMA_BCRx reset()'s with value 0

type Type = u32

impl ResetValue for PDMA_CSRX[src]

Register PDMA_CSRx reset()'s with value 0

type Type = u32

impl ResetValue for PDMA_DARX[src]

Register PDMA_DARx reset()'s with value 0

type Type = u32

impl ResetValue for PDMA_IERX[src]

Register PDMA_IERx reset()'s with value 0x01

type Type = u32

impl ResetValue for PDMA_ISRX[src]

Register PDMA_ISRx reset()'s with value 0

type Type = u32

impl ResetValue for PDMA_SARX[src]

Register PDMA_SARx reset()'s with value 0

type Type = u32

impl ResetValue for PDMA_GCRCSR[src]

Register PDMA_GCRCSR reset()'s with value 0

type Type = u32

impl ResetValue for PDSSR0[src]

Register PDSSR0 reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for PDSSR1[src]

Register PDSSR1 reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for PDSSR2[src]

Register PDSSR2 reset()'s with value 0xff

type Type = u32

impl ResetValue for PS2CON[src]

Register PS2CON reset()'s with value 0

type Type = u32

impl ResetValue for PS2INTID[src]

Register PS2INTID reset()'s with value 0

type Type = u32

impl ResetValue for PS2RXDATA[src]

Register PS2RXDATA reset()'s with value 0

type Type = u32

impl ResetValue for PS2STATUS[src]

Register PS2STATUS reset()'s with value 0x83

type Type = u32

impl ResetValue for PS2TXDATA0[src]

Register PS2TXDATA0 reset()'s with value 0

type Type = u32

impl ResetValue for PS2TXDATA1[src]

Register PS2TXDATA1 reset()'s with value 0

type Type = u32

impl ResetValue for PS2TXDATA2[src]

Register PS2TXDATA2 reset()'s with value 0

type Type = u32

impl ResetValue for PS2TXDATA3[src]

Register PS2TXDATA3 reset()'s with value 0

type Type = u32

impl ResetValue for CAPENR[src]

Register CAPENR reset()'s with value 0

type Type = u32

impl ResetValue for CCR0[src]

Register CCR0 reset()'s with value 0

type Type = u32

impl ResetValue for CCR2[src]

Register CCR2 reset()'s with value 0

type Type = u32

impl ResetValue for CMR0[src]

Register CMR0 reset()'s with value 0

type Type = u32

impl ResetValue for CMR1[src]

Register CMR1 reset()'s with value 0

type Type = u32

impl ResetValue for CMR2[src]

Register CMR2 reset()'s with value 0

type Type = u32

impl ResetValue for CMR3[src]

Register CMR3 reset()'s with value 0

type Type = u32

impl ResetValue for CNR0[src]

Register CNR0 reset()'s with value 0

type Type = u32

impl ResetValue for CNR1[src]

Register CNR1 reset()'s with value 0

type Type = u32

impl ResetValue for CNR2[src]

Register CNR2 reset()'s with value 0

type Type = u32

impl ResetValue for CNR3[src]

Register CNR3 reset()'s with value 0

type Type = u32

impl ResetValue for CSR[src]

Register CSR reset()'s with value 0

type Type = u32

impl ResetValue for PBCR[src]

Register PBCR reset()'s with value 0

type Type = u32

impl ResetValue for PCR[src]

Register PCR reset()'s with value 0

type Type = u32

impl ResetValue for PIER[src]

Register PIER reset()'s with value 0

type Type = u32

impl ResetValue for PIIR[src]

Register PIIR reset()'s with value 0

type Type = u32

impl ResetValue for POE[src]

Register POE reset()'s with value 0

type Type = u32

impl ResetValue for PPR[src]

Register PPR reset()'s with value 0

type Type = u32

impl ResetValue for AER[src]

Register AER reset()'s with value 0

type Type = u32

impl ResetValue for CAR[src]

Register CAR reset()'s with value 0

type Type = u32

impl ResetValue for CLR[src]

Register CLR reset()'s with value 0x0005_0101

type Type = u32

impl ResetValue for DWR[src]

Register DWR reset()'s with value 0x06

type Type = u32

impl ResetValue for FCR[src]

Register FCR reset()'s with value 0x0700

type Type = u32

impl ResetValue for INIR[src]

Register INIR reset()'s with value 0

type Type = u32

impl ResetValue for RIER[src]

Register RIER reset()'s with value 0

type Type = u32

impl ResetValue for RIIR[src]

Register RIIR reset()'s with value 0

type Type = u32

impl ResetValue for TAR[src]

Register TAR reset()'s with value 0

type Type = u32

impl ResetValue for TLR[src]

Register TLR reset()'s with value 0

type Type = u32

impl ResetValue for TSSR[src]

Register TSSR reset()'s with value 0x01

type Type = u32

impl ResetValue for TTR[src]

Register TTR reset()'s with value 0

type Type = u32

impl ResetValue for AIRCR[src]

Register AIRCR reset()'s with value 0

type Type = u32

impl ResetValue for ICSR[src]

Register ICSR reset()'s with value 0

type Type = u32

impl ResetValue for NVIC_ICER[src]

Register NVIC_ICER reset()'s with value 0

type Type = u32

impl ResetValue for NVIC_ICPR[src]

Register NVIC_ICPR reset()'s with value 0

type Type = u32

impl ResetValue for NVIC_IPR0[src]

Register NVIC_IPR0 reset()'s with value 0

type Type = u32

impl ResetValue for NVIC_IPR1[src]

Register NVIC_IPR1 reset()'s with value 0

type Type = u32

impl ResetValue for NVIC_IPR2[src]

Register NVIC_IPR2 reset()'s with value 0

type Type = u32

impl ResetValue for NVIC_IPR3[src]

Register NVIC_IPR3 reset()'s with value 0

type Type = u32

impl ResetValue for NVIC_IPR4[src]

Register NVIC_IPR4 reset()'s with value 0

type Type = u32

impl ResetValue for NVIC_IPR5[src]

Register NVIC_IPR5 reset()'s with value 0

type Type = u32

impl ResetValue for NVIC_IPR6[src]

Register NVIC_IPR6 reset()'s with value 0

type Type = u32

impl ResetValue for NVIC_IPR7[src]

Register NVIC_IPR7 reset()'s with value 0

type Type = u32

impl ResetValue for NVIC_ISER[src]

Register NVIC_ISER reset()'s with value 0

type Type = u32

impl ResetValue for NVIC_ISPR[src]

Register NVIC_ISPR reset()'s with value 0

type Type = u32

impl ResetValue for SCR[src]

Register SCR reset()'s with value 0

type Type = u32

impl ResetValue for SHPR2[src]

Register SHPR2 reset()'s with value 0

type Type = u32

impl ResetValue for SHPR3[src]

Register SHPR3 reset()'s with value 0

type Type = u32

impl ResetValue for SYST_CSR[src]

Register SYST_CSR reset()'s with value 0x04

type Type = u32

impl ResetValue for SYST_CVR[src]

Register SYST_CVR reset()'s with value 0

type Type = u32

impl ResetValue for SYST_RVR[src]

Register SYST_RVR reset()'s with value 0

type Type = u32

impl ResetValue for SPI_CNTRL[src]

Register SPI_CNTRL reset()'s with value 0x04

type Type = u32

impl ResetValue for SPI_DIVIDER[src]

Register SPI_DIVIDER reset()'s with value 0

type Type = u32

impl ResetValue for SPI_DMA[src]

Register SPI_DMA reset()'s with value 0

type Type = u32

impl ResetValue for SPI_SSR[src]

Register SPI_SSR reset()'s with value 0

type Type = u32

impl ResetValue for SPI_TX0[src]

Register SPI_TX0 reset()'s with value 0

type Type = u32

impl ResetValue for SPI_TX1[src]

Register SPI_TX1 reset()'s with value 0

type Type = u32

impl ResetValue for SPI_VARCLK[src]

Register SPI_VARCLK reset()'s with value 0x007f_ff87

type Type = u32

impl ResetValue for TCMPR[src]

Register TCMPR reset()'s with value 0

type Type = u32

impl ResetValue for TCSR[src]

Register TCSR reset()'s with value 0x05

type Type = u32

impl ResetValue for TISR[src]

Register TISR reset()'s with value 0

type Type = u32

impl ResetValue for UA_ALT_CSR[src]

Register UA_ALT_CSR reset()'s with value 0

type Type = u32

impl ResetValue for UA_BAUD[src]

Register UA_BAUD reset()'s with value 0x0f00_0000

type Type = u32

impl ResetValue for UA_FCR[src]

Register UA_FCR reset()'s with value 0

type Type = u32

impl ResetValue for UA_FSR[src]

Register UA_FSR reset()'s with value 0x1040_4000

type Type = u32

impl ResetValue for UA_FUN_SEL[src]

Register UA_FUN_SEL reset()'s with value 0

type Type = u32

impl ResetValue for UA_IER[src]

Register UA_IER reset()'s with value 0

type Type = u32

impl ResetValue for UA_IRCR[src]

Register UA_IRCR reset()'s with value 0x40

type Type = u32

impl ResetValue for UA_ISR[src]

Register UA_ISR reset()'s with value 0x02

type Type = u32

impl ResetValue for UA_LCR[src]

Register UA_LCR reset()'s with value 0

type Type = u32

impl ResetValue for UA_MCR[src]

Register UA_MCR reset()'s with value 0

type Type = u32

impl ResetValue for UA_MSR[src]

Register UA_MSR reset()'s with value 0

type Type = u32

impl ResetValue for UA_THR[src]

Register UA_THR reset()'s with value 0

type Type = u32

impl ResetValue for UA_TOR[src]

Register UA_TOR reset()'s with value 0

type Type = u32

impl ResetValue for USB_ATTR[src]

Register USB_ATTR reset()'s with value 0x40

type Type = u32

impl ResetValue for USB_BUFSEG[src]

Register USB_BUFSEG reset()'s with value 0

type Type = u32

impl ResetValue for USB_BUFSEG0[src]

Register USB_BUFSEG0 reset()'s with value 0

type Type = u32

impl ResetValue for USB_BUFSEG1[src]

Register USB_BUFSEG1 reset()'s with value 0

type Type = u32

impl ResetValue for USB_BUFSEG2[src]

Register USB_BUFSEG2 reset()'s with value 0

type Type = u32

impl ResetValue for USB_BUFSEG3[src]

Register USB_BUFSEG3 reset()'s with value 0

type Type = u32

impl ResetValue for USB_BUFSEG4[src]

Register USB_BUFSEG4 reset()'s with value 0

type Type = u32

impl ResetValue for USB_BUFSEG5[src]

Register USB_BUFSEG5 reset()'s with value 0

type Type = u32

impl ResetValue for USB_CFG0[src]

Register USB_CFG0 reset()'s with value 0

type Type = u32

impl ResetValue for USB_CFG1[src]

Register USB_CFG1 reset()'s with value 0

type Type = u32

impl ResetValue for USB_CFG2[src]

Register USB_CFG2 reset()'s with value 0

type Type = u32

impl ResetValue for USB_CFG3[src]

Register USB_CFG3 reset()'s with value 0

type Type = u32

impl ResetValue for USB_CFG4[src]

Register USB_CFG4 reset()'s with value 0

type Type = u32

impl ResetValue for USB_CFG5[src]

Register USB_CFG5 reset()'s with value 0

type Type = u32

impl ResetValue for USB_CFGP0[src]

Register USB_CFGP0 reset()'s with value 0

type Type = u32

impl ResetValue for USB_CFGP1[src]

Register USB_CFGP1 reset()'s with value 0

type Type = u32

impl ResetValue for USB_CFGP2[src]

Register USB_CFGP2 reset()'s with value 0

type Type = u32

impl ResetValue for USB_CFGP3[src]

Register USB_CFGP3 reset()'s with value 0

type Type = u32

impl ResetValue for USB_CFGP4[src]

Register USB_CFGP4 reset()'s with value 0

type Type = u32

impl ResetValue for USB_CFGP5[src]

Register USB_CFGP5 reset()'s with value 0

type Type = u32

impl ResetValue for USB_DRVSE0[src]

Register USB_DRVSE0 reset()'s with value 0x01

type Type = u32

impl ResetValue for USB_FADDR[src]

Register USB_FADDR reset()'s with value 0

type Type = u32

impl ResetValue for USB_INTEN[src]

Register USB_INTEN reset()'s with value 0

type Type = u32

impl ResetValue for USB_INTSTS[src]

Register USB_INTSTS reset()'s with value 0

type Type = u32

impl ResetValue for USB_MXPLD0[src]

Register USB_MXPLD0 reset()'s with value 0

type Type = u32

impl ResetValue for USB_MXPLD1[src]

Register USB_MXPLD1 reset()'s with value 0

type Type = u32

impl ResetValue for USB_MXPLD2[src]

Register USB_MXPLD2 reset()'s with value 0

type Type = u32

impl ResetValue for USB_MXPLD3[src]

Register USB_MXPLD3 reset()'s with value 0

type Type = u32

impl ResetValue for USB_MXPLD4[src]

Register USB_MXPLD4 reset()'s with value 0

type Type = u32

impl ResetValue for USB_MXPLD5[src]

Register USB_MXPLD5 reset()'s with value 0

type Type = u32

impl ResetValue for USB_PDMA[src]

Register USB_PDMA reset()'s with value 0

type Type = u32

impl ResetValue for WTCR[src]

Register WTCR reset()'s with value 0x0700

type Type = u32

Loading content...