pub trait Readable: RegisterSpec {
type Reader: From<R<Self>> + Deref<Target = R<Self>>;
}
Expand description
Trait implemented by readable registers to enable the read
method.
Registers marked with Writable
can be also be modify
’ed.
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
Source§impl Readable for ch32v1::ch32v103::adc::ctlr1::CTLR1_SPEC
read()
method returns ctlr1::R reader structure
impl Readable for ch32v1::ch32v103::adc::ctlr1::CTLR1_SPEC
read()
method returns ctlr1::R reader structure
Source§impl Readable for ch32v1::ch32v103::adc::ctlr2::CTLR2_SPEC
read()
method returns ctlr2::R reader structure
impl Readable for ch32v1::ch32v103::adc::ctlr2::CTLR2_SPEC
read()
method returns ctlr2::R reader structure
Source§impl Readable for IDATAR1_SPEC
read()
method returns idatar1::R reader structure
impl Readable for IDATAR1_SPEC
read()
method returns idatar1::R reader structure
Source§impl Readable for IDATAR2_SPEC
read()
method returns idatar2::R reader structure
impl Readable for IDATAR2_SPEC
read()
method returns idatar2::R reader structure
Source§impl Readable for IDATAR3_SPEC
read()
method returns idatar3::R reader structure
impl Readable for IDATAR3_SPEC
read()
method returns idatar3::R reader structure
Source§impl Readable for IDATAR4_SPEC
read()
method returns idatar4::R reader structure
impl Readable for IDATAR4_SPEC
read()
method returns idatar4::R reader structure
Source§impl Readable for IOFR1_SPEC
read()
method returns iofr1::R reader structure
impl Readable for IOFR1_SPEC
read()
method returns iofr1::R reader structure
Source§impl Readable for IOFR2_SPEC
read()
method returns iofr2::R reader structure
impl Readable for IOFR2_SPEC
read()
method returns iofr2::R reader structure
Source§impl Readable for IOFR3_SPEC
read()
method returns iofr3::R reader structure
impl Readable for IOFR3_SPEC
read()
method returns iofr3::R reader structure
Source§impl Readable for IOFR4_SPEC
read()
method returns iofr4::R reader structure
impl Readable for IOFR4_SPEC
read()
method returns iofr4::R reader structure
Source§impl Readable for RDATAR_SPEC
read()
method returns rdatar::R reader structure
impl Readable for RDATAR_SPEC
read()
method returns rdatar::R reader structure
Source§impl Readable for RSQR1_SPEC
read()
method returns rsqr1::R reader structure
impl Readable for RSQR1_SPEC
read()
method returns rsqr1::R reader structure
Source§impl Readable for RSQR2_SPEC
read()
method returns rsqr2::R reader structure
impl Readable for RSQR2_SPEC
read()
method returns rsqr2::R reader structure
Source§impl Readable for RSQR3_SPEC
read()
method returns rsqr3::R reader structure
impl Readable for RSQR3_SPEC
read()
method returns rsqr3::R reader structure
Source§impl Readable for SAMPTR1_SPEC
read()
method returns samptr1::R reader structure
impl Readable for SAMPTR1_SPEC
read()
method returns samptr1::R reader structure
Source§impl Readable for SAMPTR2_SPEC
read()
method returns samptr2::R reader structure
impl Readable for SAMPTR2_SPEC
read()
method returns samptr2::R reader structure
Source§impl Readable for ch32v1::ch32v103::adc::statr::STATR_SPEC
read()
method returns statr::R reader structure
impl Readable for ch32v1::ch32v103::adc::statr::STATR_SPEC
read()
method returns statr::R reader structure
Source§impl Readable for WDHTR_SPEC
read()
method returns wdhtr::R reader structure
impl Readable for WDHTR_SPEC
read()
method returns wdhtr::R reader structure
Source§impl Readable for WDLTR_SPEC
read()
method returns wdltr::R reader structure
impl Readable for WDLTR_SPEC
read()
method returns wdltr::R reader structure
Source§impl Readable for EXTICR1_SPEC
read()
method returns exticr1::R reader structure
impl Readable for EXTICR1_SPEC
read()
method returns exticr1::R reader structure
Source§impl Readable for EXTICR2_SPEC
read()
method returns exticr2::R reader structure
impl Readable for EXTICR2_SPEC
read()
method returns exticr2::R reader structure
Source§impl Readable for EXTICR3_SPEC
read()
method returns exticr3::R reader structure
impl Readable for EXTICR3_SPEC
read()
method returns exticr3::R reader structure
Source§impl Readable for EXTICR4_SPEC
read()
method returns exticr4::R reader structure
impl Readable for EXTICR4_SPEC
read()
method returns exticr4::R reader structure
Source§impl Readable for DATAR1_SPEC
read()
method returns datar1::R reader structure
impl Readable for DATAR1_SPEC
read()
method returns datar1::R reader structure
Source§impl Readable for DATAR2_SPEC
read()
method returns datar2::R reader structure
impl Readable for DATAR2_SPEC
read()
method returns datar2::R reader structure
Source§impl Readable for DATAR3_SPEC
read()
method returns datar3::R reader structure
impl Readable for DATAR3_SPEC
read()
method returns datar3::R reader structure
Source§impl Readable for DATAR4_SPEC
read()
method returns datar4::R reader structure
impl Readable for DATAR4_SPEC
read()
method returns datar4::R reader structure
Source§impl Readable for DATAR5_SPEC
read()
method returns datar5::R reader structure
impl Readable for DATAR5_SPEC
read()
method returns datar5::R reader structure
Source§impl Readable for DATAR6_SPEC
read()
method returns datar6::R reader structure
impl Readable for DATAR6_SPEC
read()
method returns datar6::R reader structure
Source§impl Readable for DATAR7_SPEC
read()
method returns datar7::R reader structure
impl Readable for DATAR7_SPEC
read()
method returns datar7::R reader structure
Source§impl Readable for DATAR8_SPEC
read()
method returns datar8::R reader structure
impl Readable for DATAR8_SPEC
read()
method returns datar8::R reader structure
Source§impl Readable for DATAR9_SPEC
read()
method returns datar9::R reader structure
impl Readable for DATAR9_SPEC
read()
method returns datar9::R reader structure
Source§impl Readable for DATAR10_SPEC
read()
method returns datar10::R reader structure
impl Readable for DATAR10_SPEC
read()
method returns datar10::R reader structure
Source§impl Readable for OCTLR_SPEC
read()
method returns octlr::R reader structure
impl Readable for OCTLR_SPEC
read()
method returns octlr::R reader structure
Source§impl Readable for TPCSR_SPEC
read()
method returns tpcsr::R reader structure
impl Readable for TPCSR_SPEC
read()
method returns tpcsr::R reader structure
Source§impl Readable for TPCTLR_SPEC
read()
method returns tpctlr::R reader structure
impl Readable for TPCTLR_SPEC
read()
method returns tpctlr::R reader structure
Source§impl Readable for ch32v1::ch32v103::crc::datar::DATAR_SPEC
read()
method returns datar::R reader structure
impl Readable for ch32v1::ch32v103::crc::datar::DATAR_SPEC
read()
method returns datar::R reader structure
Source§impl Readable for IDATAR_SPEC
read()
method returns idatar::R reader structure
impl Readable for IDATAR_SPEC
read()
method returns idatar::R reader structure
Source§impl Readable for ch32v1::ch32v103::dac1::ctlr::CTLR_SPEC
read()
method returns ctlr::R reader structure
impl Readable for ch32v1::ch32v103::dac1::ctlr::CTLR_SPEC
read()
method returns ctlr::R reader structure
Source§impl Readable for L12BDHR1_SPEC
read()
method returns l12bdhr1::R reader structure
impl Readable for L12BDHR1_SPEC
read()
method returns l12bdhr1::R reader structure
Source§impl Readable for L12BDHR2_SPEC
read()
method returns l12bdhr2::R reader structure
impl Readable for L12BDHR2_SPEC
read()
method returns l12bdhr2::R reader structure
Source§impl Readable for R12BDHR1_SPEC
read()
method returns r12bdhr1::R reader structure
impl Readable for R12BDHR1_SPEC
read()
method returns r12bdhr1::R reader structure
Source§impl Readable for R12BDHR2_SPEC
read()
method returns r12bdhr2::R reader structure
impl Readable for R12BDHR2_SPEC
read()
method returns r12bdhr2::R reader structure
Source§impl Readable for ch32v1::ch32v103::dbg::cfgr::CFGR_SPEC
read()
method returns cfgr::R reader structure
impl Readable for ch32v1::ch32v103::dbg::cfgr::CFGR_SPEC
read()
method returns cfgr::R reader structure
Source§impl Readable for IDCODE_SPEC
read()
method returns idcode::R reader structure
impl Readable for IDCODE_SPEC
read()
method returns idcode::R reader structure
Source§impl Readable for CFGR1_SPEC
read()
method returns cfgr1::R reader structure
impl Readable for CFGR1_SPEC
read()
method returns cfgr1::R reader structure
Source§impl Readable for CFGR2_SPEC
read()
method returns cfgr2::R reader structure
impl Readable for CFGR2_SPEC
read()
method returns cfgr2::R reader structure
Source§impl Readable for CFGR3_SPEC
read()
method returns cfgr3::R reader structure
impl Readable for CFGR3_SPEC
read()
method returns cfgr3::R reader structure
Source§impl Readable for CFGR4_SPEC
read()
method returns cfgr4::R reader structure
impl Readable for CFGR4_SPEC
read()
method returns cfgr4::R reader structure
Source§impl Readable for CFGR5_SPEC
read()
method returns cfgr5::R reader structure
impl Readable for CFGR5_SPEC
read()
method returns cfgr5::R reader structure
Source§impl Readable for CFGR6_SPEC
read()
method returns cfgr6::R reader structure
impl Readable for CFGR6_SPEC
read()
method returns cfgr6::R reader structure
Source§impl Readable for CFGR7_SPEC
read()
method returns cfgr7::R reader structure
impl Readable for CFGR7_SPEC
read()
method returns cfgr7::R reader structure
Source§impl Readable for CNTR1_SPEC
read()
method returns cntr1::R reader structure
impl Readable for CNTR1_SPEC
read()
method returns cntr1::R reader structure
Source§impl Readable for CNTR2_SPEC
read()
method returns cntr2::R reader structure
impl Readable for CNTR2_SPEC
read()
method returns cntr2::R reader structure
Source§impl Readable for CNTR3_SPEC
read()
method returns cntr3::R reader structure
impl Readable for CNTR3_SPEC
read()
method returns cntr3::R reader structure
Source§impl Readable for CNTR4_SPEC
read()
method returns cntr4::R reader structure
impl Readable for CNTR4_SPEC
read()
method returns cntr4::R reader structure
Source§impl Readable for CNTR5_SPEC
read()
method returns cntr5::R reader structure
impl Readable for CNTR5_SPEC
read()
method returns cntr5::R reader structure
Source§impl Readable for CNTR6_SPEC
read()
method returns cntr6::R reader structure
impl Readable for CNTR6_SPEC
read()
method returns cntr6::R reader structure
Source§impl Readable for CNTR7_SPEC
read()
method returns cntr7::R reader structure
impl Readable for CNTR7_SPEC
read()
method returns cntr7::R reader structure
Source§impl Readable for ch32v1::ch32v103::dma::intfr::INTFR_SPEC
read()
method returns intfr::R reader structure
impl Readable for ch32v1::ch32v103::dma::intfr::INTFR_SPEC
read()
method returns intfr::R reader structure
Source§impl Readable for MADDR1_SPEC
read()
method returns maddr1::R reader structure
impl Readable for MADDR1_SPEC
read()
method returns maddr1::R reader structure
Source§impl Readable for MADDR2_SPEC
read()
method returns maddr2::R reader structure
impl Readable for MADDR2_SPEC
read()
method returns maddr2::R reader structure
Source§impl Readable for MADDR3_SPEC
read()
method returns maddr3::R reader structure
impl Readable for MADDR3_SPEC
read()
method returns maddr3::R reader structure
Source§impl Readable for MADDR4_SPEC
read()
method returns maddr4::R reader structure
impl Readable for MADDR4_SPEC
read()
method returns maddr4::R reader structure
Source§impl Readable for MADDR5_SPEC
read()
method returns maddr5::R reader structure
impl Readable for MADDR5_SPEC
read()
method returns maddr5::R reader structure
Source§impl Readable for MADDR6_SPEC
read()
method returns maddr6::R reader structure
impl Readable for MADDR6_SPEC
read()
method returns maddr6::R reader structure
Source§impl Readable for MADDR7_SPEC
read()
method returns maddr7::R reader structure
impl Readable for MADDR7_SPEC
read()
method returns maddr7::R reader structure
Source§impl Readable for PADDR1_SPEC
read()
method returns paddr1::R reader structure
impl Readable for PADDR1_SPEC
read()
method returns paddr1::R reader structure
Source§impl Readable for PADDR2_SPEC
read()
method returns paddr2::R reader structure
impl Readable for PADDR2_SPEC
read()
method returns paddr2::R reader structure
Source§impl Readable for PADDR3_SPEC
read()
method returns paddr3::R reader structure
impl Readable for PADDR3_SPEC
read()
method returns paddr3::R reader structure
Source§impl Readable for PADDR4_SPEC
read()
method returns paddr4::R reader structure
impl Readable for PADDR4_SPEC
read()
method returns paddr4::R reader structure
Source§impl Readable for PADDR5_SPEC
read()
method returns paddr5::R reader structure
impl Readable for PADDR5_SPEC
read()
method returns paddr5::R reader structure
Source§impl Readable for PADDR6_SPEC
read()
method returns paddr6::R reader structure
impl Readable for PADDR6_SPEC
read()
method returns paddr6::R reader structure
Source§impl Readable for PADDR7_SPEC
read()
method returns paddr7::R reader structure
impl Readable for PADDR7_SPEC
read()
method returns paddr7::R reader structure
Source§impl Readable for EXTEND_CTR_SPEC
read()
method returns extend_ctr::R reader structure
impl Readable for EXTEND_CTR_SPEC
read()
method returns extend_ctr::R reader structure
Source§impl Readable for EVENR_SPEC
read()
method returns evenr::R reader structure
impl Readable for EVENR_SPEC
read()
method returns evenr::R reader structure
Source§impl Readable for FTENR_SPEC
read()
method returns ftenr::R reader structure
impl Readable for FTENR_SPEC
read()
method returns ftenr::R reader structure
Source§impl Readable for INTENR_SPEC
read()
method returns intenr::R reader structure
impl Readable for INTENR_SPEC
read()
method returns intenr::R reader structure
Source§impl Readable for ch32v1::ch32v103::exti::intfr::INTFR_SPEC
read()
method returns intfr::R reader structure
impl Readable for ch32v1::ch32v103::exti::intfr::INTFR_SPEC
read()
method returns intfr::R reader structure
Source§impl Readable for RTENR_SPEC
read()
method returns rtenr::R reader structure
impl Readable for RTENR_SPEC
read()
method returns rtenr::R reader structure
Source§impl Readable for SWIEVR_SPEC
read()
method returns swievr::R reader structure
impl Readable for SWIEVR_SPEC
read()
method returns swievr::R reader structure
Source§impl Readable for ACTLR_SPEC
read()
method returns actlr::R reader structure
impl Readable for ACTLR_SPEC
read()
method returns actlr::R reader structure
Source§impl Readable for ch32v1::ch32v103::flash::ctlr::CTLR_SPEC
read()
method returns ctlr::R reader structure
impl Readable for ch32v1::ch32v103::flash::ctlr::CTLR_SPEC
read()
method returns ctlr::R reader structure
Source§impl Readable for ch32v1::ch32v103::flash::statr::STATR_SPEC
read()
method returns statr::R reader structure
impl Readable for ch32v1::ch32v103::flash::statr::STATR_SPEC
read()
method returns statr::R reader structure
Source§impl Readable for CFGHR_SPEC
read()
method returns cfghr::R reader structure
impl Readable for CFGHR_SPEC
read()
method returns cfghr::R reader structure
Source§impl Readable for CFGLR_SPEC
read()
method returns cfglr::R reader structure
impl Readable for CFGLR_SPEC
read()
method returns cfglr::R reader structure
Source§impl Readable for OUTDR_SPEC
read()
method returns outdr::R reader structure
impl Readable for OUTDR_SPEC
read()
method returns outdr::R reader structure
Source§impl Readable for CKCFGR_SPEC
read()
method returns ckcfgr::R reader structure
impl Readable for CKCFGR_SPEC
read()
method returns ckcfgr::R reader structure
Source§impl Readable for ch32v1::ch32v103::i2c1::ctlr1::CTLR1_SPEC
read()
method returns ctlr1::R reader structure
impl Readable for ch32v1::ch32v103::i2c1::ctlr1::CTLR1_SPEC
read()
method returns ctlr1::R reader structure
Source§impl Readable for ch32v1::ch32v103::i2c1::ctlr2::CTLR2_SPEC
read()
method returns ctlr2::R reader structure
impl Readable for ch32v1::ch32v103::i2c1::ctlr2::CTLR2_SPEC
read()
method returns ctlr2::R reader structure
Source§impl Readable for ch32v1::ch32v103::i2c1::datar::DATAR_SPEC
read()
method returns datar::R reader structure
impl Readable for ch32v1::ch32v103::i2c1::datar::DATAR_SPEC
read()
method returns datar::R reader structure
Source§impl Readable for OADDR1_SPEC
read()
method returns oaddr1::R reader structure
impl Readable for OADDR1_SPEC
read()
method returns oaddr1::R reader structure
Source§impl Readable for OADDR2_SPEC
read()
method returns oaddr2::R reader structure
impl Readable for OADDR2_SPEC
read()
method returns oaddr2::R reader structure
Source§impl Readable for STAR1_SPEC
read()
method returns star1::R reader structure
impl Readable for STAR1_SPEC
read()
method returns star1::R reader structure
Source§impl Readable for STAR2_SPEC
read()
method returns star2::R reader structure
impl Readable for STAR2_SPEC
read()
method returns star2::R reader structure
Source§impl Readable for ch32v1::ch32v103::iwdg::statr::STATR_SPEC
read()
method returns statr::R reader structure
impl Readable for ch32v1::ch32v103::iwdg::statr::STATR_SPEC
read()
method returns statr::R reader structure
Source§impl Readable for ch32v1::ch32v103::pfic::cfgr::CFGR_SPEC
read()
method returns cfgr::R reader structure
impl Readable for ch32v1::ch32v103::pfic::cfgr::CFGR_SPEC
read()
method returns cfgr::R reader structure
Source§impl Readable for FIBADDRR_SPEC
read()
method returns fibaddrr::R reader structure
impl Readable for FIBADDRR_SPEC
read()
method returns fibaddrr::R reader structure
Source§impl Readable for FIFOADDRR0_SPEC
read()
method returns fifoaddrr0::R reader structure
impl Readable for FIFOADDRR0_SPEC
read()
method returns fifoaddrr0::R reader structure
Source§impl Readable for FIFOADDRR1_SPEC
read()
method returns fifoaddrr1::R reader structure
impl Readable for FIFOADDRR1_SPEC
read()
method returns fifoaddrr1::R reader structure
Source§impl Readable for FIFOADDRR2_SPEC
read()
method returns fifoaddrr2::R reader structure
impl Readable for FIFOADDRR2_SPEC
read()
method returns fifoaddrr2::R reader structure
Source§impl Readable for FIFOADDRR3_SPEC
read()
method returns fifoaddrr3::R reader structure
impl Readable for FIFOADDRR3_SPEC
read()
method returns fifoaddrr3::R reader structure
Source§impl Readable for IACTR1_SPEC
read()
method returns iactr1::R reader structure
impl Readable for IACTR1_SPEC
read()
method returns iactr1::R reader structure
Source§impl Readable for IACTR2_SPEC
read()
method returns iactr2::R reader structure
impl Readable for IACTR2_SPEC
read()
method returns iactr2::R reader structure
Source§impl Readable for IENR1_SPEC
read()
method returns ienr1::R reader structure
impl Readable for IENR1_SPEC
read()
method returns ienr1::R reader structure
Source§impl Readable for IENR2_SPEC
read()
method returns ienr2::R reader structure
impl Readable for IENR2_SPEC
read()
method returns ienr2::R reader structure
Source§impl Readable for IPRR1_SPEC
read()
method returns iprr1::R reader structure
impl Readable for IPRR1_SPEC
read()
method returns iprr1::R reader structure
Source§impl Readable for IPRR2_SPEC
read()
method returns iprr2::R reader structure
impl Readable for IPRR2_SPEC
read()
method returns iprr2::R reader structure
Source§impl Readable for IPSR1_SPEC
read()
method returns ipsr1::R reader structure
impl Readable for IPSR1_SPEC
read()
method returns ipsr1::R reader structure
Source§impl Readable for IPSR2_SPEC
read()
method returns ipsr2::R reader structure
impl Readable for IPSR2_SPEC
read()
method returns ipsr2::R reader structure
Source§impl Readable for IRER1_SPEC
read()
method returns irer1::R reader structure
impl Readable for IRER1_SPEC
read()
method returns irer1::R reader structure
Source§impl Readable for IRER2_SPEC
read()
method returns irer2::R reader structure
impl Readable for IRER2_SPEC
read()
method returns irer2::R reader structure
Source§impl Readable for ITHRESDR_SPEC
read()
method returns ithresdr::R reader structure
impl Readable for ITHRESDR_SPEC
read()
method returns ithresdr::R reader structure
Source§impl Readable for SCTLR_SPEC
read()
method returns sctlr::R reader structure
impl Readable for SCTLR_SPEC
read()
method returns sctlr::R reader structure
Source§impl Readable for ch32v1::ch32v103::pwr::ctlr::CTLR_SPEC
read()
method returns ctlr::R reader structure
impl Readable for ch32v1::ch32v103::pwr::ctlr::CTLR_SPEC
read()
method returns ctlr::R reader structure
Source§impl Readable for AHBPCENR_SPEC
read()
method returns ahbpcenr::R reader structure
impl Readable for AHBPCENR_SPEC
read()
method returns ahbpcenr::R reader structure
Source§impl Readable for AHBRSTR_SPEC
read()
method returns ahbrstr::R reader structure
impl Readable for AHBRSTR_SPEC
read()
method returns ahbrstr::R reader structure
Source§impl Readable for APB1PCENR_SPEC
read()
method returns apb1pcenr::R reader structure
impl Readable for APB1PCENR_SPEC
read()
method returns apb1pcenr::R reader structure
Source§impl Readable for APB1PRSTR_SPEC
read()
method returns apb1prstr::R reader structure
impl Readable for APB1PRSTR_SPEC
read()
method returns apb1prstr::R reader structure
Source§impl Readable for APB2PCENR_SPEC
read()
method returns apb2pcenr::R reader structure
impl Readable for APB2PCENR_SPEC
read()
method returns apb2pcenr::R reader structure
Source§impl Readable for APB2PRSTR_SPEC
read()
method returns apb2prstr::R reader structure
impl Readable for APB2PRSTR_SPEC
read()
method returns apb2prstr::R reader structure
Source§impl Readable for BDCTLR_SPEC
read()
method returns bdctlr::R reader structure
impl Readable for BDCTLR_SPEC
read()
method returns bdctlr::R reader structure
Source§impl Readable for CFGR0_SPEC
read()
method returns cfgr0::R reader structure
impl Readable for CFGR0_SPEC
read()
method returns cfgr0::R reader structure
Source§impl Readable for ch32v1::ch32v103::rcc::ctlr::CTLR_SPEC
read()
method returns ctlr::R reader structure
impl Readable for ch32v1::ch32v103::rcc::ctlr::CTLR_SPEC
read()
method returns ctlr::R reader structure
Source§impl Readable for RSTSCKR_SPEC
read()
method returns rstsckr::R reader structure
impl Readable for RSTSCKR_SPEC
read()
method returns rstsckr::R reader structure
Source§impl Readable for ch32v1::ch32v103::rtc::cnth::CNTH_SPEC
read()
method returns cnth::R reader structure
impl Readable for ch32v1::ch32v103::rtc::cnth::CNTH_SPEC
read()
method returns cnth::R reader structure
Source§impl Readable for ch32v1::ch32v103::rtc::cntl::CNTL_SPEC
read()
method returns cntl::R reader structure
impl Readable for ch32v1::ch32v103::rtc::cntl::CNTL_SPEC
read()
method returns cntl::R reader structure
Source§impl Readable for CTLRH_SPEC
read()
method returns ctlrh::R reader structure
impl Readable for CTLRH_SPEC
read()
method returns ctlrh::R reader structure
Source§impl Readable for CTLRL_SPEC
read()
method returns ctlrl::R reader structure
impl Readable for CTLRL_SPEC
read()
method returns ctlrl::R reader structure
Source§impl Readable for ch32v1::ch32v103::spi1::ctlr1::CTLR1_SPEC
read()
method returns ctlr1::R reader structure
impl Readable for ch32v1::ch32v103::spi1::ctlr1::CTLR1_SPEC
read()
method returns ctlr1::R reader structure
Source§impl Readable for ch32v1::ch32v103::spi1::ctlr2::CTLR2_SPEC
read()
method returns ctlr2::R reader structure
impl Readable for ch32v1::ch32v103::spi1::ctlr2::CTLR2_SPEC
read()
method returns ctlr2::R reader structure
Source§impl Readable for ch32v1::ch32v103::spi1::datar::DATAR_SPEC
read()
method returns datar::R reader structure
impl Readable for ch32v1::ch32v103::spi1::datar::DATAR_SPEC
read()
method returns datar::R reader structure
Source§impl Readable for RCRCR_SPEC
read()
method returns rcrcr::R reader structure
impl Readable for RCRCR_SPEC
read()
method returns rcrcr::R reader structure
Source§impl Readable for ch32v1::ch32v103::spi1::statr::STATR_SPEC
read()
method returns statr::R reader structure
impl Readable for ch32v1::ch32v103::spi1::statr::STATR_SPEC
read()
method returns statr::R reader structure
Source§impl Readable for TCRCR_SPEC
read()
method returns tcrcr::R reader structure
impl Readable for TCRCR_SPEC
read()
method returns tcrcr::R reader structure
Source§impl Readable for CMPHR_SPEC
read()
method returns cmphr::R reader structure
impl Readable for CMPHR_SPEC
read()
method returns cmphr::R reader structure
Source§impl Readable for CMPLR_SPEC
read()
method returns cmplr::R reader structure
impl Readable for CMPLR_SPEC
read()
method returns cmplr::R reader structure
Source§impl Readable for ch32v1::ch32v103::systick::cnth::CNTH_SPEC
read()
method returns cnth::R reader structure
impl Readable for ch32v1::ch32v103::systick::cnth::CNTH_SPEC
read()
method returns cnth::R reader structure
Source§impl Readable for ch32v1::ch32v103::systick::cntl::CNTL_SPEC
read()
method returns cntl::R reader structure
impl Readable for ch32v1::ch32v103::systick::cntl::CNTL_SPEC
read()
method returns cntl::R reader structure
Source§impl Readable for ch32v1::ch32v103::systick::ctlr::CTLR_SPEC
read()
method returns ctlr::R reader structure
impl Readable for ch32v1::ch32v103::systick::ctlr::CTLR_SPEC
read()
method returns ctlr::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim1::atrlr::ATRLR_SPEC
read()
method returns atrlr::R reader structure
impl Readable for ch32v1::ch32v103::tim1::atrlr::ATRLR_SPEC
read()
method returns atrlr::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim1::bdtr::BDTR_SPEC
read()
method returns bdtr::R reader structure
impl Readable for ch32v1::ch32v103::tim1::bdtr::BDTR_SPEC
read()
method returns bdtr::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim1::ccer::CCER_SPEC
read()
method returns ccer::R reader structure
impl Readable for ch32v1::ch32v103::tim1::ccer::CCER_SPEC
read()
method returns ccer::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim1::ch1cvr::CH1CVR_SPEC
read()
method returns ch1cvr::R reader structure
impl Readable for ch32v1::ch32v103::tim1::ch1cvr::CH1CVR_SPEC
read()
method returns ch1cvr::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim1::ch2cvr::CH2CVR_SPEC
read()
method returns ch2cvr::R reader structure
impl Readable for ch32v1::ch32v103::tim1::ch2cvr::CH2CVR_SPEC
read()
method returns ch2cvr::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim1::ch3cvr::CH3CVR_SPEC
read()
method returns ch3cvr::R reader structure
impl Readable for ch32v1::ch32v103::tim1::ch3cvr::CH3CVR_SPEC
read()
method returns ch3cvr::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim1::ch4cvr::CH4CVR_SPEC
read()
method returns ch4cvr::R reader structure
impl Readable for ch32v1::ch32v103::tim1::ch4cvr::CH4CVR_SPEC
read()
method returns ch4cvr::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim1::chctlr1i::CHCTLR1I_SPEC
read()
method returns chctlr1i::R reader structure
impl Readable for ch32v1::ch32v103::tim1::chctlr1i::CHCTLR1I_SPEC
read()
method returns chctlr1i::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim1::chctlr1o::CHCTLR1O_SPEC
read()
method returns chctlr1o::R reader structure
impl Readable for ch32v1::ch32v103::tim1::chctlr1o::CHCTLR1O_SPEC
read()
method returns chctlr1o::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim1::chctlr2i::CHCTLR2I_SPEC
read()
method returns chctlr2i::R reader structure
impl Readable for ch32v1::ch32v103::tim1::chctlr2i::CHCTLR2I_SPEC
read()
method returns chctlr2i::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim1::chctlr2o::CHCTLR2O_SPEC
read()
method returns chctlr2o::R reader structure
impl Readable for ch32v1::ch32v103::tim1::chctlr2o::CHCTLR2O_SPEC
read()
method returns chctlr2o::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim1::cnt::CNT_SPEC
read()
method returns cnt::R reader structure
impl Readable for ch32v1::ch32v103::tim1::cnt::CNT_SPEC
read()
method returns cnt::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim1::ctlr1::CTLR1_SPEC
read()
method returns ctlr1::R reader structure
impl Readable for ch32v1::ch32v103::tim1::ctlr1::CTLR1_SPEC
read()
method returns ctlr1::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim1::ctlr2::CTLR2_SPEC
read()
method returns ctlr2::R reader structure
impl Readable for ch32v1::ch32v103::tim1::ctlr2::CTLR2_SPEC
read()
method returns ctlr2::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim1::dmacfgr::DMACFGR_SPEC
read()
method returns dmacfgr::R reader structure
impl Readable for ch32v1::ch32v103::tim1::dmacfgr::DMACFGR_SPEC
read()
method returns dmacfgr::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim1::dmaintenr::DMAINTENR_SPEC
read()
method returns dmaintenr::R reader structure
impl Readable for ch32v1::ch32v103::tim1::dmaintenr::DMAINTENR_SPEC
read()
method returns dmaintenr::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim1::dmar::DMAR_SPEC
read()
method returns dmar::R reader structure
impl Readable for ch32v1::ch32v103::tim1::dmar::DMAR_SPEC
read()
method returns dmar::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim1::intfr::INTFR_SPEC
read()
method returns intfr::R reader structure
impl Readable for ch32v1::ch32v103::tim1::intfr::INTFR_SPEC
read()
method returns intfr::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim1::psc::PSC_SPEC
read()
method returns psc::R reader structure
impl Readable for ch32v1::ch32v103::tim1::psc::PSC_SPEC
read()
method returns psc::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim1::rptcr::RPTCR_SPEC
read()
method returns rptcr::R reader structure
impl Readable for ch32v1::ch32v103::tim1::rptcr::RPTCR_SPEC
read()
method returns rptcr::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim1::smcfgr::SMCFGR_SPEC
read()
method returns smcfgr::R reader structure
impl Readable for ch32v1::ch32v103::tim1::smcfgr::SMCFGR_SPEC
read()
method returns smcfgr::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim2::atrlr::ATRLR_SPEC
read()
method returns atrlr::R reader structure
impl Readable for ch32v1::ch32v103::tim2::atrlr::ATRLR_SPEC
read()
method returns atrlr::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim2::bdtr::BDTR_SPEC
read()
method returns bdtr::R reader structure
impl Readable for ch32v1::ch32v103::tim2::bdtr::BDTR_SPEC
read()
method returns bdtr::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim2::ccer::CCER_SPEC
read()
method returns ccer::R reader structure
impl Readable for ch32v1::ch32v103::tim2::ccer::CCER_SPEC
read()
method returns ccer::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim2::ch1cvr::CH1CVR_SPEC
read()
method returns ch1cvr::R reader structure
impl Readable for ch32v1::ch32v103::tim2::ch1cvr::CH1CVR_SPEC
read()
method returns ch1cvr::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim2::ch2cvr::CH2CVR_SPEC
read()
method returns ch2cvr::R reader structure
impl Readable for ch32v1::ch32v103::tim2::ch2cvr::CH2CVR_SPEC
read()
method returns ch2cvr::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim2::ch3cvr::CH3CVR_SPEC
read()
method returns ch3cvr::R reader structure
impl Readable for ch32v1::ch32v103::tim2::ch3cvr::CH3CVR_SPEC
read()
method returns ch3cvr::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim2::ch4cvr::CH4CVR_SPEC
read()
method returns ch4cvr::R reader structure
impl Readable for ch32v1::ch32v103::tim2::ch4cvr::CH4CVR_SPEC
read()
method returns ch4cvr::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim2::chctlr1i::CHCTLR1I_SPEC
read()
method returns chctlr1i::R reader structure
impl Readable for ch32v1::ch32v103::tim2::chctlr1i::CHCTLR1I_SPEC
read()
method returns chctlr1i::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim2::chctlr1o::CHCTLR1O_SPEC
read()
method returns chctlr1o::R reader structure
impl Readable for ch32v1::ch32v103::tim2::chctlr1o::CHCTLR1O_SPEC
read()
method returns chctlr1o::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim2::chctlr2i::CHCTLR2I_SPEC
read()
method returns chctlr2i::R reader structure
impl Readable for ch32v1::ch32v103::tim2::chctlr2i::CHCTLR2I_SPEC
read()
method returns chctlr2i::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim2::chctlr2o::CHCTLR2O_SPEC
read()
method returns chctlr2o::R reader structure
impl Readable for ch32v1::ch32v103::tim2::chctlr2o::CHCTLR2O_SPEC
read()
method returns chctlr2o::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim2::cnt::CNT_SPEC
read()
method returns cnt::R reader structure
impl Readable for ch32v1::ch32v103::tim2::cnt::CNT_SPEC
read()
method returns cnt::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim2::ctlr1::CTLR1_SPEC
read()
method returns ctlr1::R reader structure
impl Readable for ch32v1::ch32v103::tim2::ctlr1::CTLR1_SPEC
read()
method returns ctlr1::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim2::ctlr2::CTLR2_SPEC
read()
method returns ctlr2::R reader structure
impl Readable for ch32v1::ch32v103::tim2::ctlr2::CTLR2_SPEC
read()
method returns ctlr2::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim2::dmacfgr::DMACFGR_SPEC
read()
method returns dmacfgr::R reader structure
impl Readable for ch32v1::ch32v103::tim2::dmacfgr::DMACFGR_SPEC
read()
method returns dmacfgr::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim2::dmaintenr::DMAINTENR_SPEC
read()
method returns dmaintenr::R reader structure
impl Readable for ch32v1::ch32v103::tim2::dmaintenr::DMAINTENR_SPEC
read()
method returns dmaintenr::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim2::dmar::DMAR_SPEC
read()
method returns dmar::R reader structure
impl Readable for ch32v1::ch32v103::tim2::dmar::DMAR_SPEC
read()
method returns dmar::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim2::intfr::INTFR_SPEC
read()
method returns intfr::R reader structure
impl Readable for ch32v1::ch32v103::tim2::intfr::INTFR_SPEC
read()
method returns intfr::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim2::psc::PSC_SPEC
read()
method returns psc::R reader structure
impl Readable for ch32v1::ch32v103::tim2::psc::PSC_SPEC
read()
method returns psc::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim2::rptcr::RPTCR_SPEC
read()
method returns rptcr::R reader structure
impl Readable for ch32v1::ch32v103::tim2::rptcr::RPTCR_SPEC
read()
method returns rptcr::R reader structure
Source§impl Readable for ch32v1::ch32v103::tim2::smcfgr::SMCFGR_SPEC
read()
method returns smcfgr::R reader structure
impl Readable for ch32v1::ch32v103::tim2::smcfgr::SMCFGR_SPEC
read()
method returns smcfgr::R reader structure
Source§impl Readable for FCHARGE1_SPEC
read()
method returns fcharge1::R reader structure
impl Readable for FCHARGE1_SPEC
read()
method returns fcharge1::R reader structure
Source§impl Readable for FCHARGE2_SPEC
read()
method returns fcharge2::R reader structure
impl Readable for FCHARGE2_SPEC
read()
method returns fcharge2::R reader structure
Source§impl Readable for VCHANNEL_SPEC
read()
method returns vchannel::R reader structure
impl Readable for VCHANNEL_SPEC
read()
method returns vchannel::R reader structure
Source§impl Readable for VCTLR_SPEC
read()
method returns vctlr::R reader structure
impl Readable for VCTLR_SPEC
read()
method returns vctlr::R reader structure
Source§impl Readable for ch32v1::ch32v103::usart1::ctlr1::CTLR1_SPEC
read()
method returns ctlr1::R reader structure
impl Readable for ch32v1::ch32v103::usart1::ctlr1::CTLR1_SPEC
read()
method returns ctlr1::R reader structure
Source§impl Readable for ch32v1::ch32v103::usart1::ctlr2::CTLR2_SPEC
read()
method returns ctlr2::R reader structure
impl Readable for ch32v1::ch32v103::usart1::ctlr2::CTLR2_SPEC
read()
method returns ctlr2::R reader structure
Source§impl Readable for CTLR3_SPEC
read()
method returns ctlr3::R reader structure
impl Readable for CTLR3_SPEC
read()
method returns ctlr3::R reader structure
Source§impl Readable for ch32v1::ch32v103::usart1::datar::DATAR_SPEC
read()
method returns datar::R reader structure
impl Readable for ch32v1::ch32v103::usart1::datar::DATAR_SPEC
read()
method returns datar::R reader structure
Source§impl Readable for ch32v1::ch32v103::usart1::statr::STATR_SPEC
read()
method returns statr::R reader structure
impl Readable for ch32v1::ch32v103::usart1::statr::STATR_SPEC
read()
method returns statr::R reader structure
Source§impl Readable for BTABLE_SPEC
read()
method returns btable::R reader structure
impl Readable for BTABLE_SPEC
read()
method returns btable::R reader structure
Source§impl Readable for DADDR_SPEC
read()
method returns daddr::R reader structure
impl Readable for DADDR_SPEC
read()
method returns daddr::R reader structure
Source§impl Readable for UDEV_CTRL__R8_UHOST_CTRL_SPEC
read()
method returns udev_ctrl__r8_uhost_ctrl::R reader structure
impl Readable for UDEV_CTRL__R8_UHOST_CTRL_SPEC
read()
method returns udev_ctrl__r8_uhost_ctrl::R reader structure
Source§impl Readable for UEP0_CTRL_SPEC
read()
method returns uep0_ctrl::R reader structure
impl Readable for UEP0_CTRL_SPEC
read()
method returns uep0_ctrl::R reader structure
Source§impl Readable for UEP0_DMA_SPEC
read()
method returns uep0_dma::R reader structure
impl Readable for UEP0_DMA_SPEC
read()
method returns uep0_dma::R reader structure
Source§impl Readable for UEP0_T_LEN_SPEC
read()
method returns uep0_t_len::R reader structure
impl Readable for UEP0_T_LEN_SPEC
read()
method returns uep0_t_len::R reader structure
Source§impl Readable for UEP1_CTRL__R8_UH_SETUP_SPEC
read()
method returns uep1_ctrl__r8_uh_setup::R reader structure
impl Readable for UEP1_CTRL__R8_UH_SETUP_SPEC
read()
method returns uep1_ctrl__r8_uh_setup::R reader structure
Source§impl Readable for UEP1_DMA_SPEC
read()
method returns uep1_dma::R reader structure
impl Readable for UEP1_DMA_SPEC
read()
method returns uep1_dma::R reader structure
Source§impl Readable for UEP1_T_LEN_SPEC
read()
method returns uep1_t_len::R reader structure
impl Readable for UEP1_T_LEN_SPEC
read()
method returns uep1_t_len::R reader structure
Source§impl Readable for UEP2_3_MOD__R8_UH_EP_MOD_SPEC
read()
method returns uep2_3_mod__r8_uh_ep_mod::R reader structure
impl Readable for UEP2_3_MOD__R8_UH_EP_MOD_SPEC
read()
method returns uep2_3_mod__r8_uh_ep_mod::R reader structure
Source§impl Readable for UEP2_CTRL__R8_UH_RX_CTRL_SPEC
read()
method returns uep2_ctrl__r8_uh_rx_ctrl::R reader structure
impl Readable for UEP2_CTRL__R8_UH_RX_CTRL_SPEC
read()
method returns uep2_ctrl__r8_uh_rx_ctrl::R reader structure
Source§impl Readable for UEP2_DMA__R16_UH_RX_DMA_SPEC
read()
method returns uep2_dma__r16_uh_rx_dma::R reader structure
impl Readable for UEP2_DMA__R16_UH_RX_DMA_SPEC
read()
method returns uep2_dma__r16_uh_rx_dma::R reader structure
Source§impl Readable for UEP2_T_LEN__R8_UH_EP_PID_SPEC
read()
method returns uep2_t_len__r8_uh_ep_pid::R reader structure
impl Readable for UEP2_T_LEN__R8_UH_EP_PID_SPEC
read()
method returns uep2_t_len__r8_uh_ep_pid::R reader structure
Source§impl Readable for UEP3_CTRL__R8_UH_TX_CTRL_SPEC
read()
method returns uep3_ctrl__r8_uh_tx_ctrl::R reader structure
impl Readable for UEP3_CTRL__R8_UH_TX_CTRL_SPEC
read()
method returns uep3_ctrl__r8_uh_tx_ctrl::R reader structure
Source§impl Readable for UEP3_DMA__R16_UH_TX_DMA_SPEC
read()
method returns uep3_dma__r16_uh_tx_dma::R reader structure
impl Readable for UEP3_DMA__R16_UH_TX_DMA_SPEC
read()
method returns uep3_dma__r16_uh_tx_dma::R reader structure
Source§impl Readable for UEP3_T_LEN__R8_UH_TX_LEN_SPEC
read()
method returns uep3_t_len__r8_uh_tx_len::R reader structure
impl Readable for UEP3_T_LEN__R8_UH_TX_LEN_SPEC
read()
method returns uep3_t_len__r8_uh_tx_len::R reader structure
Source§impl Readable for UEP4_1_MOD_SPEC
read()
method returns uep4_1_mod::R reader structure
impl Readable for UEP4_1_MOD_SPEC
read()
method returns uep4_1_mod::R reader structure
Source§impl Readable for UEP4_CTRL_SPEC
read()
method returns uep4_ctrl::R reader structure
impl Readable for UEP4_CTRL_SPEC
read()
method returns uep4_ctrl::R reader structure
Source§impl Readable for UEP4_T_LEN_SPEC
read()
method returns uep4_t_len::R reader structure
impl Readable for UEP4_T_LEN_SPEC
read()
method returns uep4_t_len::R reader structure
Source§impl Readable for USB_CTRL_SPEC
read()
method returns usb_ctrl::R reader structure
impl Readable for USB_CTRL_SPEC
read()
method returns usb_ctrl::R reader structure
Source§impl Readable for USB_DEV_AD_SPEC
read()
method returns usb_dev_ad::R reader structure
impl Readable for USB_DEV_AD_SPEC
read()
method returns usb_dev_ad::R reader structure
Source§impl Readable for USB_INT_EN_SPEC
read()
method returns usb_int_en::R reader structure
impl Readable for USB_INT_EN_SPEC
read()
method returns usb_int_en::R reader structure
Source§impl Readable for USB_INT_FG_SPEC
read()
method returns usb_int_fg::R reader structure
impl Readable for USB_INT_FG_SPEC
read()
method returns usb_int_fg::R reader structure
Source§impl Readable for USB_INT_ST_SPEC
read()
method returns usb_int_st::R reader structure
impl Readable for USB_INT_ST_SPEC
read()
method returns usb_int_st::R reader structure
Source§impl Readable for USB_MIS_ST_SPEC
read()
method returns usb_mis_st::R reader structure
impl Readable for USB_MIS_ST_SPEC
read()
method returns usb_mis_st::R reader structure
Source§impl Readable for USB_RX_LEN_SPEC
read()
method returns usb_rx_len::R reader structure
impl Readable for USB_RX_LEN_SPEC
read()
method returns usb_rx_len::R reader structure
Source§impl Readable for USB_TYPE_C_CTRL_SPEC
read()
method returns usb_type_c_ctrl::R reader structure
impl Readable for USB_TYPE_C_CTRL_SPEC
read()
method returns usb_type_c_ctrl::R reader structure
Source§impl Readable for ch32v1::ch32v103::wwdg::cfgr::CFGR_SPEC
read()
method returns cfgr::R reader structure
impl Readable for ch32v1::ch32v103::wwdg::cfgr::CFGR_SPEC
read()
method returns cfgr::R reader structure