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 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 ADDRPTR_SPEC
read() method returns addrptr::R reader structure
impl Readable for ADDRPTR_SPEC
read() method returns addrptr::R reader structure
Source§impl Readable for nrf52820_pac::aar::enable::ENABLE_SPEC
read() method returns enable::R reader structure
impl Readable for nrf52820_pac::aar::enable::ENABLE_SPEC
read() method returns enable::R reader structure
Source§impl Readable for nrf52820_pac::aar::events_end::EVENTS_END_SPEC
read() method returns events_end::R reader structure
impl Readable for nrf52820_pac::aar::events_end::EVENTS_END_SPEC
read() method returns events_end::R reader structure
Source§impl Readable for EVENTS_NOTRESOLVED_SPEC
read() method returns events_notresolved::R reader structure
impl Readable for EVENTS_NOTRESOLVED_SPEC
read() method returns events_notresolved::R reader structure
Source§impl Readable for EVENTS_RESOLVED_SPEC
read() method returns events_resolved::R reader structure
impl Readable for EVENTS_RESOLVED_SPEC
read() method returns events_resolved::R reader structure
Source§impl Readable for nrf52820_pac::aar::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
impl Readable for nrf52820_pac::aar::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
Source§impl Readable for nrf52820_pac::aar::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
impl Readable for nrf52820_pac::aar::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
Source§impl Readable for IRKPTR_SPEC
read() method returns irkptr::R reader structure
impl Readable for IRKPTR_SPEC
read() method returns irkptr::R reader structure
Source§impl Readable for nrf52820_pac::aar::scratchptr::SCRATCHPTR_SPEC
read() method returns scratchptr::R reader structure
impl Readable for nrf52820_pac::aar::scratchptr::SCRATCHPTR_SPEC
read() method returns scratchptr::R reader structure
Source§impl Readable for nrf52820_pac::aar::status::STATUS_SPEC
read() method returns status::R reader structure
impl Readable for nrf52820_pac::aar::status::STATUS_SPEC
read() method returns status::R reader structure
Source§impl Readable for DISABLE_SPEC
read() method returns disable::R reader structure
impl Readable for DISABLE_SPEC
read() method returns disable::R reader structure
Source§impl Readable for FORCEPROTECT_SPEC
read() method returns forceprotect::R reader structure
impl Readable for FORCEPROTECT_SPEC
read() method returns forceprotect::R reader structure
Source§impl Readable for CNFPTR_SPEC
read() method returns cnfptr::R reader structure
impl Readable for CNFPTR_SPEC
read() method returns cnfptr::R reader structure
Source§impl Readable for nrf52820_pac::ccm::enable::ENABLE_SPEC
read() method returns enable::R reader structure
impl Readable for nrf52820_pac::ccm::enable::ENABLE_SPEC
read() method returns enable::R reader structure
Source§impl Readable for EVENTS_ENDCRYPT_SPEC
read() method returns events_endcrypt::R reader structure
impl Readable for EVENTS_ENDCRYPT_SPEC
read() method returns events_endcrypt::R reader structure
Source§impl Readable for EVENTS_ENDKSGEN_SPEC
read() method returns events_endksgen::R reader structure
impl Readable for EVENTS_ENDKSGEN_SPEC
read() method returns events_endksgen::R reader structure
Source§impl Readable for nrf52820_pac::ccm::events_error::EVENTS_ERROR_SPEC
read() method returns events_error::R reader structure
impl Readable for nrf52820_pac::ccm::events_error::EVENTS_ERROR_SPEC
read() method returns events_error::R reader structure
Source§impl Readable for INPTR_SPEC
read() method returns inptr::R reader structure
impl Readable for INPTR_SPEC
read() method returns inptr::R reader structure
Source§impl Readable for nrf52820_pac::ccm::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
impl Readable for nrf52820_pac::ccm::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
Source§impl Readable for nrf52820_pac::ccm::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
impl Readable for nrf52820_pac::ccm::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
Source§impl Readable for MAXPACKETSIZE_SPEC
read() method returns maxpacketsize::R reader structure
impl Readable for MAXPACKETSIZE_SPEC
read() method returns maxpacketsize::R reader structure
Source§impl Readable for MICSTATUS_SPEC
read() method returns micstatus::R reader structure
impl Readable for MICSTATUS_SPEC
read() method returns micstatus::R reader structure
Source§impl Readable for nrf52820_pac::ccm::mode::MODE_SPEC
read() method returns mode::R reader structure
impl Readable for nrf52820_pac::ccm::mode::MODE_SPEC
read() method returns mode::R reader structure
Source§impl Readable for OUTPTR_SPEC
read() method returns outptr::R reader structure
impl Readable for OUTPTR_SPEC
read() method returns outptr::R reader structure
Source§impl Readable for RATEOVERRIDE_SPEC
read() method returns rateoverride::R reader structure
impl Readable for RATEOVERRIDE_SPEC
read() method returns rateoverride::R reader structure
Source§impl Readable for nrf52820_pac::ccm::scratchptr::SCRATCHPTR_SPEC
read() method returns scratchptr::R reader structure
impl Readable for nrf52820_pac::ccm::scratchptr::SCRATCHPTR_SPEC
read() method returns scratchptr::R reader structure
Source§impl Readable for nrf52820_pac::ccm::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
impl Readable for nrf52820_pac::ccm::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
Source§impl Readable for EVENTS_CTSTARTED_SPEC
read() method returns events_ctstarted::R reader structure
impl Readable for EVENTS_CTSTARTED_SPEC
read() method returns events_ctstarted::R reader structure
Source§impl Readable for EVENTS_CTSTOPPED_SPEC
read() method returns events_ctstopped::R reader structure
impl Readable for EVENTS_CTSTOPPED_SPEC
read() method returns events_ctstopped::R reader structure
Source§impl Readable for EVENTS_CTTO_SPEC
read() method returns events_ctto::R reader structure
impl Readable for EVENTS_CTTO_SPEC
read() method returns events_ctto::R reader structure
Source§impl Readable for EVENTS_DONE_SPEC
read() method returns events_done::R reader structure
impl Readable for EVENTS_DONE_SPEC
read() method returns events_done::R reader structure
Source§impl Readable for EVENTS_HFCLKSTARTED_SPEC
read() method returns events_hfclkstarted::R reader structure
impl Readable for EVENTS_HFCLKSTARTED_SPEC
read() method returns events_hfclkstarted::R reader structure
Source§impl Readable for EVENTS_LFCLKSTARTED_SPEC
read() method returns events_lfclkstarted::R reader structure
impl Readable for EVENTS_LFCLKSTARTED_SPEC
read() method returns events_lfclkstarted::R reader structure
Source§impl Readable for HFCLKRUN_SPEC
read() method returns hfclkrun::R reader structure
impl Readable for HFCLKRUN_SPEC
read() method returns hfclkrun::R reader structure
Source§impl Readable for HFCLKSTAT_SPEC
read() method returns hfclkstat::R reader structure
impl Readable for HFCLKSTAT_SPEC
read() method returns hfclkstat::R reader structure
Source§impl Readable for HFXODEBOUNCE_SPEC
read() method returns hfxodebounce::R reader structure
impl Readable for HFXODEBOUNCE_SPEC
read() method returns hfxodebounce::R reader structure
Source§impl Readable for nrf52820_pac::clock::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
impl Readable for nrf52820_pac::clock::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
Source§impl Readable for nrf52820_pac::clock::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
impl Readable for nrf52820_pac::clock::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
Source§impl Readable for LFCLKRUN_SPEC
read() method returns lfclkrun::R reader structure
impl Readable for LFCLKRUN_SPEC
read() method returns lfclkrun::R reader structure
Source§impl Readable for LFCLKSRC_SPEC
read() method returns lfclksrc::R reader structure
impl Readable for LFCLKSRC_SPEC
read() method returns lfclksrc::R reader structure
Source§impl Readable for LFCLKSRCCOPY_SPEC
read() method returns lfclksrccopy::R reader structure
impl Readable for LFCLKSRCCOPY_SPEC
read() method returns lfclksrccopy::R reader structure
Source§impl Readable for LFCLKSTAT_SPEC
read() method returns lfclkstat::R reader structure
impl Readable for LFCLKSTAT_SPEC
read() method returns lfclkstat::R reader structure
Source§impl Readable for LFXODEBOUNCE_SPEC
read() method returns lfxodebounce::R reader structure
impl Readable for LFXODEBOUNCE_SPEC
read() method returns lfxodebounce::R reader structure
Source§impl Readable for nrf52820_pac::comp::enable::ENABLE_SPEC
read() method returns enable::R reader structure
impl Readable for nrf52820_pac::comp::enable::ENABLE_SPEC
read() method returns enable::R reader structure
Source§impl Readable for EVENTS_CROSS_SPEC
read() method returns events_cross::R reader structure
impl Readable for EVENTS_CROSS_SPEC
read() method returns events_cross::R reader structure
Source§impl Readable for EVENTS_DOWN_SPEC
read() method returns events_down::R reader structure
impl Readable for EVENTS_DOWN_SPEC
read() method returns events_down::R reader structure
Source§impl Readable for nrf52820_pac::comp::events_ready::EVENTS_READY_SPEC
read() method returns events_ready::R reader structure
impl Readable for nrf52820_pac::comp::events_ready::EVENTS_READY_SPEC
read() method returns events_ready::R reader structure
Source§impl Readable for EVENTS_UP_SPEC
read() method returns events_up::R reader structure
impl Readable for EVENTS_UP_SPEC
read() method returns events_up::R reader structure
Source§impl Readable for EXTREFSEL_SPEC
read() method returns extrefsel::R reader structure
impl Readable for EXTREFSEL_SPEC
read() method returns extrefsel::R reader structure
Source§impl Readable for nrf52820_pac::comp::inten::INTEN_SPEC
read() method returns inten::R reader structure
impl Readable for nrf52820_pac::comp::inten::INTEN_SPEC
read() method returns inten::R reader structure
Source§impl Readable for nrf52820_pac::comp::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
impl Readable for nrf52820_pac::comp::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
Source§impl Readable for nrf52820_pac::comp::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
impl Readable for nrf52820_pac::comp::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
Source§impl Readable for nrf52820_pac::comp::mode::MODE_SPEC
read() method returns mode::R reader structure
impl Readable for nrf52820_pac::comp::mode::MODE_SPEC
read() method returns mode::R reader structure
Source§impl Readable for REFSEL_SPEC
read() method returns refsel::R reader structure
impl Readable for REFSEL_SPEC
read() method returns refsel::R reader structure
Source§impl Readable for RESULT_SPEC
read() method returns result::R reader structure
impl Readable for RESULT_SPEC
read() method returns result::R reader structure
Source§impl Readable for nrf52820_pac::comp::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
impl Readable for nrf52820_pac::comp::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
Source§impl Readable for ECBDATAPTR_SPEC
read() method returns ecbdataptr::R reader structure
impl Readable for ECBDATAPTR_SPEC
read() method returns ecbdataptr::R reader structure
Source§impl Readable for EVENTS_ENDECB_SPEC
read() method returns events_endecb::R reader structure
impl Readable for EVENTS_ENDECB_SPEC
read() method returns events_endecb::R reader structure
Source§impl Readable for EVENTS_ERRORECB_SPEC
read() method returns events_errorecb::R reader structure
impl Readable for EVENTS_ERRORECB_SPEC
read() method returns events_errorecb::R reader structure
Source§impl Readable for nrf52820_pac::ecb::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
impl Readable for nrf52820_pac::ecb::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
Source§impl Readable for nrf52820_pac::ecb::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
impl Readable for nrf52820_pac::ecb::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
Source§impl Readable for EVENTS_TRIGGERED_SPEC
read() method returns events_triggered::R reader structure
impl Readable for EVENTS_TRIGGERED_SPEC
read() method returns events_triggered::R reader structure
Source§impl Readable for nrf52820_pac::egu0::inten::INTEN_SPEC
read() method returns inten::R reader structure
impl Readable for nrf52820_pac::egu0::inten::INTEN_SPEC
read() method returns inten::R reader structure
Source§impl Readable for nrf52820_pac::egu0::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
impl Readable for nrf52820_pac::egu0::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
Source§impl Readable for nrf52820_pac::egu0::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
impl Readable for nrf52820_pac::egu0::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
Source§impl Readable for CODEPAGESIZE_SPEC
read() method returns codepagesize::R reader structure
impl Readable for CODEPAGESIZE_SPEC
read() method returns codepagesize::R reader structure
Source§impl Readable for CODESIZE_SPEC
read() method returns codesize::R reader structure
impl Readable for CODESIZE_SPEC
read() method returns codesize::R reader structure
Source§impl Readable for DEVICEADDR_SPEC
read() method returns deviceaddr::R reader structure
impl Readable for DEVICEADDR_SPEC
read() method returns deviceaddr::R reader structure
Source§impl Readable for DEVICEADDRTYPE_SPEC
read() method returns deviceaddrtype::R reader structure
impl Readable for DEVICEADDRTYPE_SPEC
read() method returns deviceaddrtype::R reader structure
Source§impl Readable for DEVICEID_SPEC
read() method returns deviceid::R reader structure
impl Readable for DEVICEID_SPEC
read() method returns deviceid::R reader structure
Source§impl Readable for FLASH_SPEC
read() method returns flash::R reader structure
impl Readable for FLASH_SPEC
read() method returns flash::R reader structure
Source§impl Readable for PACKAGE_SPEC
read() method returns package::R reader structure
impl Readable for PACKAGE_SPEC
read() method returns package::R reader structure
Source§impl Readable for VARIANT_SPEC
read() method returns variant::R reader structure
impl Readable for VARIANT_SPEC
read() method returns variant::R reader structure
Source§impl Readable for PRODTEST_SPEC
read() method returns prodtest::R reader structure
impl Readable for PRODTEST_SPEC
read() method returns prodtest::R reader structure
Source§impl Readable for nrf52820_pac::ficr::temp::a0::A0_SPEC
read() method returns a0::R reader structure
impl Readable for nrf52820_pac::ficr::temp::a0::A0_SPEC
read() method returns a0::R reader structure
Source§impl Readable for nrf52820_pac::ficr::temp::a1::A1_SPEC
read() method returns a1::R reader structure
impl Readable for nrf52820_pac::ficr::temp::a1::A1_SPEC
read() method returns a1::R reader structure
Source§impl Readable for nrf52820_pac::ficr::temp::a2::A2_SPEC
read() method returns a2::R reader structure
impl Readable for nrf52820_pac::ficr::temp::a2::A2_SPEC
read() method returns a2::R reader structure
Source§impl Readable for nrf52820_pac::ficr::temp::a3::A3_SPEC
read() method returns a3::R reader structure
impl Readable for nrf52820_pac::ficr::temp::a3::A3_SPEC
read() method returns a3::R reader structure
Source§impl Readable for nrf52820_pac::ficr::temp::a4::A4_SPEC
read() method returns a4::R reader structure
impl Readable for nrf52820_pac::ficr::temp::a4::A4_SPEC
read() method returns a4::R reader structure
Source§impl Readable for nrf52820_pac::ficr::temp::a5::A5_SPEC
read() method returns a5::R reader structure
impl Readable for nrf52820_pac::ficr::temp::a5::A5_SPEC
read() method returns a5::R reader structure
Source§impl Readable for nrf52820_pac::ficr::temp::b0::B0_SPEC
read() method returns b0::R reader structure
impl Readable for nrf52820_pac::ficr::temp::b0::B0_SPEC
read() method returns b0::R reader structure
Source§impl Readable for nrf52820_pac::ficr::temp::b1::B1_SPEC
read() method returns b1::R reader structure
impl Readable for nrf52820_pac::ficr::temp::b1::B1_SPEC
read() method returns b1::R reader structure
Source§impl Readable for nrf52820_pac::ficr::temp::b2::B2_SPEC
read() method returns b2::R reader structure
impl Readable for nrf52820_pac::ficr::temp::b2::B2_SPEC
read() method returns b2::R reader structure
Source§impl Readable for nrf52820_pac::ficr::temp::b3::B3_SPEC
read() method returns b3::R reader structure
impl Readable for nrf52820_pac::ficr::temp::b3::B3_SPEC
read() method returns b3::R reader structure
Source§impl Readable for nrf52820_pac::ficr::temp::b4::B4_SPEC
read() method returns b4::R reader structure
impl Readable for nrf52820_pac::ficr::temp::b4::B4_SPEC
read() method returns b4::R reader structure
Source§impl Readable for nrf52820_pac::ficr::temp::b5::B5_SPEC
read() method returns b5::R reader structure
impl Readable for nrf52820_pac::ficr::temp::b5::B5_SPEC
read() method returns b5::R reader structure
Source§impl Readable for nrf52820_pac::ficr::temp::t0::T0_SPEC
read() method returns t0::R reader structure
impl Readable for nrf52820_pac::ficr::temp::t0::T0_SPEC
read() method returns t0::R reader structure
Source§impl Readable for nrf52820_pac::ficr::temp::t1::T1_SPEC
read() method returns t1::R reader structure
impl Readable for nrf52820_pac::ficr::temp::t1::T1_SPEC
read() method returns t1::R reader structure
Source§impl Readable for nrf52820_pac::ficr::temp::t2::T2_SPEC
read() method returns t2::R reader structure
impl Readable for nrf52820_pac::ficr::temp::t2::T2_SPEC
read() method returns t2::R reader structure
Source§impl Readable for nrf52820_pac::ficr::temp::t3::T3_SPEC
read() method returns t3::R reader structure
impl Readable for nrf52820_pac::ficr::temp::t3::T3_SPEC
read() method returns t3::R reader structure
Source§impl Readable for nrf52820_pac::ficr::temp::t4::T4_SPEC
read() method returns t4::R reader structure
impl Readable for nrf52820_pac::ficr::temp::t4::T4_SPEC
read() method returns t4::R reader structure
Source§impl Readable for nrf52820_pac::gpiote::config::CONFIG_SPEC
read() method returns config::R reader structure
impl Readable for nrf52820_pac::gpiote::config::CONFIG_SPEC
read() method returns config::R reader structure
Source§impl Readable for EVENTS_IN_SPEC
read() method returns events_in::R reader structure
impl Readable for EVENTS_IN_SPEC
read() method returns events_in::R reader structure
Source§impl Readable for EVENTS_PORT_SPEC
read() method returns events_port::R reader structure
impl Readable for EVENTS_PORT_SPEC
read() method returns events_port::R reader structure
Source§impl Readable for nrf52820_pac::gpiote::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
impl Readable for nrf52820_pac::gpiote::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
Source§impl Readable for nrf52820_pac::gpiote::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
impl Readable for nrf52820_pac::gpiote::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
Source§impl Readable for nrf52820_pac::nvmc::config::CONFIG_SPEC
read() method returns config::R reader structure
impl Readable for nrf52820_pac::nvmc::config::CONFIG_SPEC
read() method returns config::R reader structure
Source§impl Readable for ERASEPAGEPARTIALCFG_SPEC
read() method returns erasepagepartialcfg::R reader structure
impl Readable for ERASEPAGEPARTIALCFG_SPEC
read() method returns erasepagepartialcfg::R reader structure
Source§impl Readable for READY_SPEC
read() method returns ready::R reader structure
impl Readable for READY_SPEC
read() method returns ready::R reader structure
Source§impl Readable for READYNEXT_SPEC
read() method returns readynext::R reader structure
impl Readable for READYNEXT_SPEC
read() method returns readynext::R reader structure
Source§impl Readable for DETECTMODE_SPEC
read() method returns detectmode::R reader structure
impl Readable for DETECTMODE_SPEC
read() method returns detectmode::R reader structure
Source§impl Readable for DIRCLR_SPEC
read() method returns dirclr::R reader structure
impl Readable for DIRCLR_SPEC
read() method returns dirclr::R reader structure
Source§impl Readable for DIRSET_SPEC
read() method returns dirset::R reader structure
impl Readable for DIRSET_SPEC
read() method returns dirset::R reader structure
Source§impl Readable for LATCH_SPEC
read() method returns latch::R reader structure
impl Readable for LATCH_SPEC
read() method returns latch::R reader structure
Source§impl Readable for OUTCLR_SPEC
read() method returns outclr::R reader structure
impl Readable for OUTCLR_SPEC
read() method returns outclr::R reader structure
Source§impl Readable for OUTSET_SPEC
read() method returns outset::R reader structure
impl Readable for OUTSET_SPEC
read() method returns outset::R reader structure
Source§impl Readable for PIN_CNF_SPEC
read() method returns pin_cnf::R reader structure
impl Readable for PIN_CNF_SPEC
read() method returns pin_cnf::R reader structure
Source§impl Readable for DCDCEN_SPEC
read() method returns dcdcen::R reader structure
impl Readable for DCDCEN_SPEC
read() method returns dcdcen::R reader structure
Source§impl Readable for EVENTS_POFWARN_SPEC
read() method returns events_pofwarn::R reader structure
impl Readable for EVENTS_POFWARN_SPEC
read() method returns events_pofwarn::R reader structure
Source§impl Readable for EVENTS_SLEEPENTER_SPEC
read() method returns events_sleepenter::R reader structure
impl Readable for EVENTS_SLEEPENTER_SPEC
read() method returns events_sleepenter::R reader structure
Source§impl Readable for EVENTS_SLEEPEXIT_SPEC
read() method returns events_sleepexit::R reader structure
impl Readable for EVENTS_SLEEPEXIT_SPEC
read() method returns events_sleepexit::R reader structure
Source§impl Readable for EVENTS_USBDETECTED_SPEC
read() method returns events_usbdetected::R reader structure
impl Readable for EVENTS_USBDETECTED_SPEC
read() method returns events_usbdetected::R reader structure
Source§impl Readable for EVENTS_USBPWRRDY_SPEC
read() method returns events_usbpwrrdy::R reader structure
impl Readable for EVENTS_USBPWRRDY_SPEC
read() method returns events_usbpwrrdy::R reader structure
Source§impl Readable for EVENTS_USBREMOVED_SPEC
read() method returns events_usbremoved::R reader structure
impl Readable for EVENTS_USBREMOVED_SPEC
read() method returns events_usbremoved::R reader structure
Source§impl Readable for GPREGRET2_SPEC
read() method returns gpregret2::R reader structure
impl Readable for GPREGRET2_SPEC
read() method returns gpregret2::R reader structure
Source§impl Readable for GPREGRET_SPEC
read() method returns gpregret::R reader structure
impl Readable for GPREGRET_SPEC
read() method returns gpregret::R reader structure
Source§impl Readable for nrf52820_pac::power::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
impl Readable for nrf52820_pac::power::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
Source§impl Readable for nrf52820_pac::power::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
impl Readable for nrf52820_pac::power::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
Source§impl Readable for MAINREGSTATUS_SPEC
read() method returns mainregstatus::R reader structure
impl Readable for MAINREGSTATUS_SPEC
read() method returns mainregstatus::R reader structure
Source§impl Readable for POFCON_SPEC
read() method returns pofcon::R reader structure
impl Readable for POFCON_SPEC
read() method returns pofcon::R reader structure
Source§impl Readable for nrf52820_pac::power::ram::power::POWER_SPEC
read() method returns power::R reader structure
impl Readable for nrf52820_pac::power::ram::power::POWER_SPEC
read() method returns power::R reader structure
Source§impl Readable for RAMSTATUS_SPEC
read() method returns ramstatus::R reader structure
impl Readable for RAMSTATUS_SPEC
read() method returns ramstatus::R reader structure
Source§impl Readable for RESETREAS_SPEC
read() method returns resetreas::R reader structure
impl Readable for RESETREAS_SPEC
read() method returns resetreas::R reader structure
Source§impl Readable for USBREGSTATUS_SPEC
read() method returns usbregstatus::R reader structure
impl Readable for USBREGSTATUS_SPEC
read() method returns usbregstatus::R reader structure
Source§impl Readable for nrf52820_pac::ppi::ch::tep::TEP_SPEC
read() method returns tep::R reader structure
impl Readable for nrf52820_pac::ppi::ch::tep::TEP_SPEC
read() method returns tep::R reader structure
Source§impl Readable for CHENCLR_SPEC
read() method returns chenclr::R reader structure
impl Readable for CHENCLR_SPEC
read() method returns chenclr::R reader structure
Source§impl Readable for CHENSET_SPEC
read() method returns chenset::R reader structure
impl Readable for CHENSET_SPEC
read() method returns chenset::R reader structure
Source§impl Readable for nrf52820_pac::ppi::fork::tep::TEP_SPEC
read() method returns tep::R reader structure
impl Readable for nrf52820_pac::ppi::fork::tep::TEP_SPEC
read() method returns tep::R reader structure
Source§impl Readable for ACCDBL_SPEC
read() method returns accdbl::R reader structure
impl Readable for ACCDBL_SPEC
read() method returns accdbl::R reader structure
Source§impl Readable for ACCDBLREAD_SPEC
read() method returns accdblread::R reader structure
impl Readable for ACCDBLREAD_SPEC
read() method returns accdblread::R reader structure
Source§impl Readable for ACCREAD_SPEC
read() method returns accread::R reader structure
impl Readable for ACCREAD_SPEC
read() method returns accread::R reader structure
Source§impl Readable for DBFEN_SPEC
read() method returns dbfen::R reader structure
impl Readable for DBFEN_SPEC
read() method returns dbfen::R reader structure
Source§impl Readable for nrf52820_pac::qdec::enable::ENABLE_SPEC
read() method returns enable::R reader structure
impl Readable for nrf52820_pac::qdec::enable::ENABLE_SPEC
read() method returns enable::R reader structure
Source§impl Readable for EVENTS_ACCOF_SPEC
read() method returns events_accof::R reader structure
impl Readable for EVENTS_ACCOF_SPEC
read() method returns events_accof::R reader structure
Source§impl Readable for EVENTS_DBLRDY_SPEC
read() method returns events_dblrdy::R reader structure
impl Readable for EVENTS_DBLRDY_SPEC
read() method returns events_dblrdy::R reader structure
Source§impl Readable for EVENTS_REPORTRDY_SPEC
read() method returns events_reportrdy::R reader structure
impl Readable for EVENTS_REPORTRDY_SPEC
read() method returns events_reportrdy::R reader structure
Source§impl Readable for EVENTS_SAMPLERDY_SPEC
read() method returns events_samplerdy::R reader structure
impl Readable for EVENTS_SAMPLERDY_SPEC
read() method returns events_samplerdy::R reader structure
Source§impl Readable for nrf52820_pac::qdec::events_stopped::EVENTS_STOPPED_SPEC
read() method returns events_stopped::R reader structure
impl Readable for nrf52820_pac::qdec::events_stopped::EVENTS_STOPPED_SPEC
read() method returns events_stopped::R reader structure
Source§impl Readable for nrf52820_pac::qdec::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
impl Readable for nrf52820_pac::qdec::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
Source§impl Readable for nrf52820_pac::qdec::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
impl Readable for nrf52820_pac::qdec::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
Source§impl Readable for LEDPOL_SPEC
read() method returns ledpol::R reader structure
impl Readable for LEDPOL_SPEC
read() method returns ledpol::R reader structure
Source§impl Readable for LEDPRE_SPEC
read() method returns ledpre::R reader structure
impl Readable for LEDPRE_SPEC
read() method returns ledpre::R reader structure
Source§impl Readable for REPORTPER_SPEC
read() method returns reportper::R reader structure
impl Readable for REPORTPER_SPEC
read() method returns reportper::R reader structure
Source§impl Readable for SAMPLE_SPEC
read() method returns sample::R reader structure
impl Readable for SAMPLE_SPEC
read() method returns sample::R reader structure
Source§impl Readable for SAMPLEPER_SPEC
read() method returns sampleper::R reader structure
impl Readable for SAMPLEPER_SPEC
read() method returns sampleper::R reader structure
Source§impl Readable for nrf52820_pac::qdec::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
impl Readable for nrf52820_pac::qdec::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
Source§impl Readable for BASE0_SPEC
read() method returns base0::R reader structure
impl Readable for BASE0_SPEC
read() method returns base0::R reader structure
Source§impl Readable for BASE1_SPEC
read() method returns base1::R reader structure
impl Readable for BASE1_SPEC
read() method returns base1::R reader structure
Source§impl Readable for CCACTRL_SPEC
read() method returns ccactrl::R reader structure
impl Readable for CCACTRL_SPEC
read() method returns ccactrl::R reader structure
Source§impl Readable for CLEARPATTERN_SPEC
read() method returns clearpattern::R reader structure
impl Readable for CLEARPATTERN_SPEC
read() method returns clearpattern::R reader structure
Source§impl Readable for CRCCNF_SPEC
read() method returns crccnf::R reader structure
impl Readable for CRCCNF_SPEC
read() method returns crccnf::R reader structure
Source§impl Readable for CRCINIT_SPEC
read() method returns crcinit::R reader structure
impl Readable for CRCINIT_SPEC
read() method returns crcinit::R reader structure
Source§impl Readable for CRCPOLY_SPEC
read() method returns crcpoly::R reader structure
impl Readable for CRCPOLY_SPEC
read() method returns crcpoly::R reader structure
Source§impl Readable for CRCSTATUS_SPEC
read() method returns crcstatus::R reader structure
impl Readable for CRCSTATUS_SPEC
read() method returns crcstatus::R reader structure
Source§impl Readable for CTEINLINECONF_SPEC
read() method returns cteinlineconf::R reader structure
impl Readable for CTEINLINECONF_SPEC
read() method returns cteinlineconf::R reader structure
Source§impl Readable for CTESTATUS_SPEC
read() method returns ctestatus::R reader structure
impl Readable for CTESTATUS_SPEC
read() method returns ctestatus::R reader structure
Source§impl Readable for DACNF_SPEC
read() method returns dacnf::R reader structure
impl Readable for DACNF_SPEC
read() method returns dacnf::R reader structure
Source§impl Readable for DATAWHITEIV_SPEC
read() method returns datawhiteiv::R reader structure
impl Readable for DATAWHITEIV_SPEC
read() method returns datawhiteiv::R reader structure
Source§impl Readable for DFECTRL1_SPEC
read() method returns dfectrl1::R reader structure
impl Readable for DFECTRL1_SPEC
read() method returns dfectrl1::R reader structure
Source§impl Readable for DFECTRL2_SPEC
read() method returns dfectrl2::R reader structure
impl Readable for DFECTRL2_SPEC
read() method returns dfectrl2::R reader structure
Source§impl Readable for DFEMODE_SPEC
read() method returns dfemode::R reader structure
impl Readable for DFEMODE_SPEC
read() method returns dfemode::R reader structure
Source§impl Readable for nrf52820_pac::radio::dfepacket::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
impl Readable for nrf52820_pac::radio::dfepacket::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
Source§impl Readable for nrf52820_pac::radio::dfepacket::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
impl Readable for nrf52820_pac::radio::dfepacket::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
Source§impl Readable for nrf52820_pac::radio::dfepacket::ptr::PTR_SPEC
read() method returns ptr::R reader structure
impl Readable for nrf52820_pac::radio::dfepacket::ptr::PTR_SPEC
read() method returns ptr::R reader structure
Source§impl Readable for DFESTATUS_SPEC
read() method returns dfestatus::R reader structure
impl Readable for DFESTATUS_SPEC
read() method returns dfestatus::R reader structure
Source§impl Readable for EDCNT_SPEC
read() method returns edcnt::R reader structure
impl Readable for EDCNT_SPEC
read() method returns edcnt::R reader structure
Source§impl Readable for EDSAMPLE_SPEC
read() method returns edsample::R reader structure
impl Readable for EDSAMPLE_SPEC
read() method returns edsample::R reader structure
Source§impl Readable for EVENTS_ADDRESS_SPEC
read() method returns events_address::R reader structure
impl Readable for EVENTS_ADDRESS_SPEC
read() method returns events_address::R reader structure
Source§impl Readable for EVENTS_BCMATCH_SPEC
read() method returns events_bcmatch::R reader structure
impl Readable for EVENTS_BCMATCH_SPEC
read() method returns events_bcmatch::R reader structure
Source§impl Readable for EVENTS_CCABUSY_SPEC
read() method returns events_ccabusy::R reader structure
impl Readable for EVENTS_CCABUSY_SPEC
read() method returns events_ccabusy::R reader structure
Source§impl Readable for EVENTS_CCAIDLE_SPEC
read() method returns events_ccaidle::R reader structure
impl Readable for EVENTS_CCAIDLE_SPEC
read() method returns events_ccaidle::R reader structure
Source§impl Readable for EVENTS_CCASTOPPED_SPEC
read() method returns events_ccastopped::R reader structure
impl Readable for EVENTS_CCASTOPPED_SPEC
read() method returns events_ccastopped::R reader structure
Source§impl Readable for EVENTS_CRCERROR_SPEC
read() method returns events_crcerror::R reader structure
impl Readable for EVENTS_CRCERROR_SPEC
read() method returns events_crcerror::R reader structure
Source§impl Readable for EVENTS_CRCOK_SPEC
read() method returns events_crcok::R reader structure
impl Readable for EVENTS_CRCOK_SPEC
read() method returns events_crcok::R reader structure
Source§impl Readable for EVENTS_CTEPRESENT_SPEC
read() method returns events_ctepresent::R reader structure
impl Readable for EVENTS_CTEPRESENT_SPEC
read() method returns events_ctepresent::R reader structure
Source§impl Readable for EVENTS_DEVMATCH_SPEC
read() method returns events_devmatch::R reader structure
impl Readable for EVENTS_DEVMATCH_SPEC
read() method returns events_devmatch::R reader structure
Source§impl Readable for EVENTS_DEVMISS_SPEC
read() method returns events_devmiss::R reader structure
impl Readable for EVENTS_DEVMISS_SPEC
read() method returns events_devmiss::R reader structure
Source§impl Readable for EVENTS_DISABLED_SPEC
read() method returns events_disabled::R reader structure
impl Readable for EVENTS_DISABLED_SPEC
read() method returns events_disabled::R reader structure
Source§impl Readable for EVENTS_EDEND_SPEC
read() method returns events_edend::R reader structure
impl Readable for EVENTS_EDEND_SPEC
read() method returns events_edend::R reader structure
Source§impl Readable for EVENTS_EDSTOPPED_SPEC
read() method returns events_edstopped::R reader structure
impl Readable for EVENTS_EDSTOPPED_SPEC
read() method returns events_edstopped::R reader structure
Source§impl Readable for nrf52820_pac::radio::events_end::EVENTS_END_SPEC
read() method returns events_end::R reader structure
impl Readable for nrf52820_pac::radio::events_end::EVENTS_END_SPEC
read() method returns events_end::R reader structure
Source§impl Readable for EVENTS_FRAMESTART_SPEC
read() method returns events_framestart::R reader structure
impl Readable for EVENTS_FRAMESTART_SPEC
read() method returns events_framestart::R reader structure
Source§impl Readable for EVENTS_MHRMATCH_SPEC
read() method returns events_mhrmatch::R reader structure
impl Readable for EVENTS_MHRMATCH_SPEC
read() method returns events_mhrmatch::R reader structure
Source§impl Readable for EVENTS_PAYLOAD_SPEC
read() method returns events_payload::R reader structure
impl Readable for EVENTS_PAYLOAD_SPEC
read() method returns events_payload::R reader structure
Source§impl Readable for EVENTS_PHYEND_SPEC
read() method returns events_phyend::R reader structure
impl Readable for EVENTS_PHYEND_SPEC
read() method returns events_phyend::R reader structure
Source§impl Readable for EVENTS_RATEBOOST_SPEC
read() method returns events_rateboost::R reader structure
impl Readable for EVENTS_RATEBOOST_SPEC
read() method returns events_rateboost::R reader structure
Source§impl Readable for nrf52820_pac::radio::events_ready::EVENTS_READY_SPEC
read() method returns events_ready::R reader structure
impl Readable for nrf52820_pac::radio::events_ready::EVENTS_READY_SPEC
read() method returns events_ready::R reader structure
Source§impl Readable for EVENTS_RSSIEND_SPEC
read() method returns events_rssiend::R reader structure
impl Readable for EVENTS_RSSIEND_SPEC
read() method returns events_rssiend::R reader structure
Source§impl Readable for EVENTS_RXREADY_SPEC
read() method returns events_rxready::R reader structure
impl Readable for EVENTS_RXREADY_SPEC
read() method returns events_rxready::R reader structure
Source§impl Readable for EVENTS_SYNC_SPEC
read() method returns events_sync::R reader structure
impl Readable for EVENTS_SYNC_SPEC
read() method returns events_sync::R reader structure
Source§impl Readable for EVENTS_TXREADY_SPEC
read() method returns events_txready::R reader structure
impl Readable for EVENTS_TXREADY_SPEC
read() method returns events_txready::R reader structure
Source§impl Readable for nrf52820_pac::radio::frequency::FREQUENCY_SPEC
read() method returns frequency::R reader structure
impl Readable for nrf52820_pac::radio::frequency::FREQUENCY_SPEC
read() method returns frequency::R reader structure
Source§impl Readable for nrf52820_pac::radio::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
impl Readable for nrf52820_pac::radio::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
Source§impl Readable for nrf52820_pac::radio::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
impl Readable for nrf52820_pac::radio::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
Source§impl Readable for MHRMATCHCONF_SPEC
read() method returns mhrmatchconf::R reader structure
impl Readable for MHRMATCHCONF_SPEC
read() method returns mhrmatchconf::R reader structure
Source§impl Readable for MHRMATCHMAS_SPEC
read() method returns mhrmatchmas::R reader structure
impl Readable for MHRMATCHMAS_SPEC
read() method returns mhrmatchmas::R reader structure
Source§impl Readable for nrf52820_pac::radio::mode::MODE_SPEC
read() method returns mode::R reader structure
impl Readable for nrf52820_pac::radio::mode::MODE_SPEC
read() method returns mode::R reader structure
Source§impl Readable for MODECNF0_SPEC
read() method returns modecnf0::R reader structure
impl Readable for MODECNF0_SPEC
read() method returns modecnf0::R reader structure
Source§impl Readable for PACKETPTR_SPEC
read() method returns packetptr::R reader structure
impl Readable for PACKETPTR_SPEC
read() method returns packetptr::R reader structure
Source§impl Readable for PCNF0_SPEC
read() method returns pcnf0::R reader structure
impl Readable for PCNF0_SPEC
read() method returns pcnf0::R reader structure
Source§impl Readable for PCNF1_SPEC
read() method returns pcnf1::R reader structure
impl Readable for PCNF1_SPEC
read() method returns pcnf1::R reader structure
Source§impl Readable for PDUSTAT_SPEC
read() method returns pdustat::R reader structure
impl Readable for PDUSTAT_SPEC
read() method returns pdustat::R reader structure
Source§impl Readable for nrf52820_pac::radio::power::POWER_SPEC
read() method returns power::R reader structure
impl Readable for nrf52820_pac::radio::power::POWER_SPEC
read() method returns power::R reader structure
Source§impl Readable for PREFIX0_SPEC
read() method returns prefix0::R reader structure
impl Readable for PREFIX0_SPEC
read() method returns prefix0::R reader structure
Source§impl Readable for PREFIX1_SPEC
read() method returns prefix1::R reader structure
impl Readable for PREFIX1_SPEC
read() method returns prefix1::R reader structure
Source§impl Readable for DFEGPIO_SPEC
read() method returns dfegpio::R reader structure
impl Readable for DFEGPIO_SPEC
read() method returns dfegpio::R reader structure
Source§impl Readable for RSSISAMPLE_SPEC
read() method returns rssisample::R reader structure
impl Readable for RSSISAMPLE_SPEC
read() method returns rssisample::R reader structure
Source§impl Readable for RXADDRESSES_SPEC
read() method returns rxaddresses::R reader structure
impl Readable for RXADDRESSES_SPEC
read() method returns rxaddresses::R reader structure
Source§impl Readable for RXCRC_SPEC
read() method returns rxcrc::R reader structure
impl Readable for RXCRC_SPEC
read() method returns rxcrc::R reader structure
Source§impl Readable for RXMATCH_SPEC
read() method returns rxmatch::R reader structure
impl Readable for RXMATCH_SPEC
read() method returns rxmatch::R reader structure
Source§impl Readable for nrf52820_pac::radio::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
impl Readable for nrf52820_pac::radio::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
Source§impl Readable for STATE_SPEC
read() method returns state::R reader structure
impl Readable for STATE_SPEC
read() method returns state::R reader structure
Source§impl Readable for SWITCHPATTERN_SPEC
read() method returns switchpattern::R reader structure
impl Readable for SWITCHPATTERN_SPEC
read() method returns switchpattern::R reader structure
Source§impl Readable for TXADDRESS_SPEC
read() method returns txaddress::R reader structure
impl Readable for TXADDRESS_SPEC
read() method returns txaddress::R reader structure
Source§impl Readable for TXPOWER_SPEC
read() method returns txpower::R reader structure
impl Readable for TXPOWER_SPEC
read() method returns txpower::R reader structure
Source§impl Readable for nrf52820_pac::rng::config::CONFIG_SPEC
read() method returns config::R reader structure
impl Readable for nrf52820_pac::rng::config::CONFIG_SPEC
read() method returns config::R reader structure
Source§impl Readable for EVENTS_VALRDY_SPEC
read() method returns events_valrdy::R reader structure
impl Readable for EVENTS_VALRDY_SPEC
read() method returns events_valrdy::R reader structure
Source§impl Readable for nrf52820_pac::rng::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
impl Readable for nrf52820_pac::rng::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
Source§impl Readable for nrf52820_pac::rng::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
impl Readable for nrf52820_pac::rng::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
Source§impl Readable for nrf52820_pac::rng::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
impl Readable for nrf52820_pac::rng::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
Source§impl Readable for VALUE_SPEC
read() method returns value::R reader structure
impl Readable for VALUE_SPEC
read() method returns value::R reader structure
Source§impl Readable for nrf52820_pac::rtc0::cc::CC_SPEC
read() method returns cc::R reader structure
impl Readable for nrf52820_pac::rtc0::cc::CC_SPEC
read() method returns cc::R reader structure
Source§impl Readable for COUNTER_SPEC
read() method returns counter::R reader structure
impl Readable for COUNTER_SPEC
read() method returns counter::R reader structure
Source§impl Readable for nrf52820_pac::rtc0::events_compare::EVENTS_COMPARE_SPEC
read() method returns events_compare::R reader structure
impl Readable for nrf52820_pac::rtc0::events_compare::EVENTS_COMPARE_SPEC
read() method returns events_compare::R reader structure
Source§impl Readable for EVENTS_OVRFLW_SPEC
read() method returns events_ovrflw::R reader structure
impl Readable for EVENTS_OVRFLW_SPEC
read() method returns events_ovrflw::R reader structure
Source§impl Readable for EVENTS_TICK_SPEC
read() method returns events_tick::R reader structure
impl Readable for EVENTS_TICK_SPEC
read() method returns events_tick::R reader structure
Source§impl Readable for EVTEN_SPEC
read() method returns evten::R reader structure
impl Readable for EVTEN_SPEC
read() method returns evten::R reader structure
Source§impl Readable for EVTENCLR_SPEC
read() method returns evtenclr::R reader structure
impl Readable for EVTENCLR_SPEC
read() method returns evtenclr::R reader structure
Source§impl Readable for EVTENSET_SPEC
read() method returns evtenset::R reader structure
impl Readable for EVTENSET_SPEC
read() method returns evtenset::R reader structure
Source§impl Readable for nrf52820_pac::rtc0::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
impl Readable for nrf52820_pac::rtc0::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
Source§impl Readable for nrf52820_pac::rtc0::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
impl Readable for nrf52820_pac::rtc0::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
Source§impl Readable for nrf52820_pac::rtc0::prescaler::PRESCALER_SPEC
read() method returns prescaler::R reader structure
impl Readable for nrf52820_pac::rtc0::prescaler::PRESCALER_SPEC
read() method returns prescaler::R reader structure
Source§impl Readable for nrf52820_pac::spi0::config::CONFIG_SPEC
read() method returns config::R reader structure
impl Readable for nrf52820_pac::spi0::config::CONFIG_SPEC
read() method returns config::R reader structure
Source§impl Readable for nrf52820_pac::spi0::enable::ENABLE_SPEC
read() method returns enable::R reader structure
impl Readable for nrf52820_pac::spi0::enable::ENABLE_SPEC
read() method returns enable::R reader structure
Source§impl Readable for nrf52820_pac::spi0::events_ready::EVENTS_READY_SPEC
read() method returns events_ready::R reader structure
impl Readable for nrf52820_pac::spi0::events_ready::EVENTS_READY_SPEC
read() method returns events_ready::R reader structure
Source§impl Readable for nrf52820_pac::spi0::frequency::FREQUENCY_SPEC
read() method returns frequency::R reader structure
impl Readable for nrf52820_pac::spi0::frequency::FREQUENCY_SPEC
read() method returns frequency::R reader structure
Source§impl Readable for nrf52820_pac::spi0::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
impl Readable for nrf52820_pac::spi0::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
Source§impl Readable for nrf52820_pac::spi0::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
impl Readable for nrf52820_pac::spi0::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
Source§impl Readable for nrf52820_pac::spi0::psel::miso::MISO_SPEC
read() method returns miso::R reader structure
impl Readable for nrf52820_pac::spi0::psel::miso::MISO_SPEC
read() method returns miso::R reader structure
Source§impl Readable for nrf52820_pac::spi0::psel::mosi::MOSI_SPEC
read() method returns mosi::R reader structure
impl Readable for nrf52820_pac::spi0::psel::mosi::MOSI_SPEC
read() method returns mosi::R reader structure
Source§impl Readable for nrf52820_pac::spi0::psel::sck::SCK_SPEC
read() method returns sck::R reader structure
impl Readable for nrf52820_pac::spi0::psel::sck::SCK_SPEC
read() method returns sck::R reader structure
Source§impl Readable for nrf52820_pac::spi0::rxd::RXD_SPEC
read() method returns rxd::R reader structure
impl Readable for nrf52820_pac::spi0::rxd::RXD_SPEC
read() method returns rxd::R reader structure
Source§impl Readable for nrf52820_pac::spi0::txd::TXD_SPEC
read() method returns txd::R reader structure
impl Readable for nrf52820_pac::spi0::txd::TXD_SPEC
read() method returns txd::R reader structure
Source§impl Readable for nrf52820_pac::spim0::config::CONFIG_SPEC
read() method returns config::R reader structure
impl Readable for nrf52820_pac::spim0::config::CONFIG_SPEC
read() method returns config::R reader structure
Source§impl Readable for nrf52820_pac::spim0::enable::ENABLE_SPEC
read() method returns enable::R reader structure
impl Readable for nrf52820_pac::spim0::enable::ENABLE_SPEC
read() method returns enable::R reader structure
Source§impl Readable for nrf52820_pac::spim0::events_end::EVENTS_END_SPEC
read() method returns events_end::R reader structure
impl Readable for nrf52820_pac::spim0::events_end::EVENTS_END_SPEC
read() method returns events_end::R reader structure
Source§impl Readable for nrf52820_pac::spim0::events_endrx::EVENTS_ENDRX_SPEC
read() method returns events_endrx::R reader structure
impl Readable for nrf52820_pac::spim0::events_endrx::EVENTS_ENDRX_SPEC
read() method returns events_endrx::R reader structure
Source§impl Readable for nrf52820_pac::spim0::events_endtx::EVENTS_ENDTX_SPEC
read() method returns events_endtx::R reader structure
impl Readable for nrf52820_pac::spim0::events_endtx::EVENTS_ENDTX_SPEC
read() method returns events_endtx::R reader structure
Source§impl Readable for nrf52820_pac::spim0::events_started::EVENTS_STARTED_SPEC
read() method returns events_started::R reader structure
impl Readable for nrf52820_pac::spim0::events_started::EVENTS_STARTED_SPEC
read() method returns events_started::R reader structure
Source§impl Readable for nrf52820_pac::spim0::events_stopped::EVENTS_STOPPED_SPEC
read() method returns events_stopped::R reader structure
impl Readable for nrf52820_pac::spim0::events_stopped::EVENTS_STOPPED_SPEC
read() method returns events_stopped::R reader structure
Source§impl Readable for nrf52820_pac::spim0::frequency::FREQUENCY_SPEC
read() method returns frequency::R reader structure
impl Readable for nrf52820_pac::spim0::frequency::FREQUENCY_SPEC
read() method returns frequency::R reader structure
Source§impl Readable for nrf52820_pac::spim0::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
impl Readable for nrf52820_pac::spim0::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
Source§impl Readable for nrf52820_pac::spim0::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
impl Readable for nrf52820_pac::spim0::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
Source§impl Readable for nrf52820_pac::spim0::orc::ORC_SPEC
read() method returns orc::R reader structure
impl Readable for nrf52820_pac::spim0::orc::ORC_SPEC
read() method returns orc::R reader structure
Source§impl Readable for nrf52820_pac::spim0::psel::miso::MISO_SPEC
read() method returns miso::R reader structure
impl Readable for nrf52820_pac::spim0::psel::miso::MISO_SPEC
read() method returns miso::R reader structure
Source§impl Readable for nrf52820_pac::spim0::psel::mosi::MOSI_SPEC
read() method returns mosi::R reader structure
impl Readable for nrf52820_pac::spim0::psel::mosi::MOSI_SPEC
read() method returns mosi::R reader structure
Source§impl Readable for nrf52820_pac::spim0::psel::sck::SCK_SPEC
read() method returns sck::R reader structure
impl Readable for nrf52820_pac::spim0::psel::sck::SCK_SPEC
read() method returns sck::R reader structure
Source§impl Readable for nrf52820_pac::spim0::rxd::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
impl Readable for nrf52820_pac::spim0::rxd::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
Source§impl Readable for nrf52820_pac::spim0::rxd::list::LIST_SPEC
read() method returns list::R reader structure
impl Readable for nrf52820_pac::spim0::rxd::list::LIST_SPEC
read() method returns list::R reader structure
Source§impl Readable for nrf52820_pac::spim0::rxd::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
impl Readable for nrf52820_pac::spim0::rxd::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
Source§impl Readable for nrf52820_pac::spim0::rxd::ptr::PTR_SPEC
read() method returns ptr::R reader structure
impl Readable for nrf52820_pac::spim0::rxd::ptr::PTR_SPEC
read() method returns ptr::R reader structure
Source§impl Readable for nrf52820_pac::spim0::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
impl Readable for nrf52820_pac::spim0::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
Source§impl Readable for nrf52820_pac::spim0::txd::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
impl Readable for nrf52820_pac::spim0::txd::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
Source§impl Readable for nrf52820_pac::spim0::txd::list::LIST_SPEC
read() method returns list::R reader structure
impl Readable for nrf52820_pac::spim0::txd::list::LIST_SPEC
read() method returns list::R reader structure
Source§impl Readable for nrf52820_pac::spim0::txd::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
impl Readable for nrf52820_pac::spim0::txd::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
Source§impl Readable for nrf52820_pac::spim0::txd::ptr::PTR_SPEC
read() method returns ptr::R reader structure
impl Readable for nrf52820_pac::spim0::txd::ptr::PTR_SPEC
read() method returns ptr::R reader structure
Source§impl Readable for nrf52820_pac::spis0::config::CONFIG_SPEC
read() method returns config::R reader structure
impl Readable for nrf52820_pac::spis0::config::CONFIG_SPEC
read() method returns config::R reader structure
Source§impl Readable for nrf52820_pac::spis0::enable::ENABLE_SPEC
read() method returns enable::R reader structure
impl Readable for nrf52820_pac::spis0::enable::ENABLE_SPEC
read() method returns enable::R reader structure
Source§impl Readable for EVENTS_ACQUIRED_SPEC
read() method returns events_acquired::R reader structure
impl Readable for EVENTS_ACQUIRED_SPEC
read() method returns events_acquired::R reader structure
Source§impl Readable for nrf52820_pac::spis0::events_end::EVENTS_END_SPEC
read() method returns events_end::R reader structure
impl Readable for nrf52820_pac::spis0::events_end::EVENTS_END_SPEC
read() method returns events_end::R reader structure
Source§impl Readable for nrf52820_pac::spis0::events_endrx::EVENTS_ENDRX_SPEC
read() method returns events_endrx::R reader structure
impl Readable for nrf52820_pac::spis0::events_endrx::EVENTS_ENDRX_SPEC
read() method returns events_endrx::R reader structure
Source§impl Readable for nrf52820_pac::spis0::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
impl Readable for nrf52820_pac::spis0::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
Source§impl Readable for nrf52820_pac::spis0::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
impl Readable for nrf52820_pac::spis0::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
Source§impl Readable for nrf52820_pac::spis0::orc::ORC_SPEC
read() method returns orc::R reader structure
impl Readable for nrf52820_pac::spis0::orc::ORC_SPEC
read() method returns orc::R reader structure
Source§impl Readable for nrf52820_pac::spis0::psel::miso::MISO_SPEC
read() method returns miso::R reader structure
impl Readable for nrf52820_pac::spis0::psel::miso::MISO_SPEC
read() method returns miso::R reader structure
Source§impl Readable for nrf52820_pac::spis0::psel::mosi::MOSI_SPEC
read() method returns mosi::R reader structure
impl Readable for nrf52820_pac::spis0::psel::mosi::MOSI_SPEC
read() method returns mosi::R reader structure
Source§impl Readable for nrf52820_pac::spis0::psel::sck::SCK_SPEC
read() method returns sck::R reader structure
impl Readable for nrf52820_pac::spis0::psel::sck::SCK_SPEC
read() method returns sck::R reader structure
Source§impl Readable for nrf52820_pac::spis0::rxd::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
impl Readable for nrf52820_pac::spis0::rxd::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
Source§impl Readable for nrf52820_pac::spis0::rxd::list::LIST_SPEC
read() method returns list::R reader structure
impl Readable for nrf52820_pac::spis0::rxd::list::LIST_SPEC
read() method returns list::R reader structure
Source§impl Readable for nrf52820_pac::spis0::rxd::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
impl Readable for nrf52820_pac::spis0::rxd::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
Source§impl Readable for nrf52820_pac::spis0::rxd::ptr::PTR_SPEC
read() method returns ptr::R reader structure
impl Readable for nrf52820_pac::spis0::rxd::ptr::PTR_SPEC
read() method returns ptr::R reader structure
Source§impl Readable for SEMSTAT_SPEC
read() method returns semstat::R reader structure
impl Readable for SEMSTAT_SPEC
read() method returns semstat::R reader structure
Source§impl Readable for nrf52820_pac::spis0::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
impl Readable for nrf52820_pac::spis0::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
Source§impl Readable for nrf52820_pac::spis0::status::STATUS_SPEC
read() method returns status::R reader structure
impl Readable for nrf52820_pac::spis0::status::STATUS_SPEC
read() method returns status::R reader structure
Source§impl Readable for nrf52820_pac::spis0::txd::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
impl Readable for nrf52820_pac::spis0::txd::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
Source§impl Readable for nrf52820_pac::spis0::txd::list::LIST_SPEC
read() method returns list::R reader structure
impl Readable for nrf52820_pac::spis0::txd::list::LIST_SPEC
read() method returns list::R reader structure
Source§impl Readable for nrf52820_pac::spis0::txd::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
impl Readable for nrf52820_pac::spis0::txd::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
Source§impl Readable for nrf52820_pac::spis0::txd::ptr::PTR_SPEC
read() method returns ptr::R reader structure
impl Readable for nrf52820_pac::spis0::txd::ptr::PTR_SPEC
read() method returns ptr::R reader structure
Source§impl Readable for UNUSED_SPEC
read() method returns unused::R reader structure
impl Readable for UNUSED_SPEC
read() method returns unused::R reader structure
Source§impl Readable for nrf52820_pac::temp::a0::A0_SPEC
read() method returns a0::R reader structure
impl Readable for nrf52820_pac::temp::a0::A0_SPEC
read() method returns a0::R reader structure
Source§impl Readable for nrf52820_pac::temp::a1::A1_SPEC
read() method returns a1::R reader structure
impl Readable for nrf52820_pac::temp::a1::A1_SPEC
read() method returns a1::R reader structure
Source§impl Readable for nrf52820_pac::temp::a2::A2_SPEC
read() method returns a2::R reader structure
impl Readable for nrf52820_pac::temp::a2::A2_SPEC
read() method returns a2::R reader structure
Source§impl Readable for nrf52820_pac::temp::a3::A3_SPEC
read() method returns a3::R reader structure
impl Readable for nrf52820_pac::temp::a3::A3_SPEC
read() method returns a3::R reader structure
Source§impl Readable for nrf52820_pac::temp::a4::A4_SPEC
read() method returns a4::R reader structure
impl Readable for nrf52820_pac::temp::a4::A4_SPEC
read() method returns a4::R reader structure
Source§impl Readable for nrf52820_pac::temp::a5::A5_SPEC
read() method returns a5::R reader structure
impl Readable for nrf52820_pac::temp::a5::A5_SPEC
read() method returns a5::R reader structure
Source§impl Readable for nrf52820_pac::temp::b0::B0_SPEC
read() method returns b0::R reader structure
impl Readable for nrf52820_pac::temp::b0::B0_SPEC
read() method returns b0::R reader structure
Source§impl Readable for nrf52820_pac::temp::b1::B1_SPEC
read() method returns b1::R reader structure
impl Readable for nrf52820_pac::temp::b1::B1_SPEC
read() method returns b1::R reader structure
Source§impl Readable for nrf52820_pac::temp::b2::B2_SPEC
read() method returns b2::R reader structure
impl Readable for nrf52820_pac::temp::b2::B2_SPEC
read() method returns b2::R reader structure
Source§impl Readable for nrf52820_pac::temp::b3::B3_SPEC
read() method returns b3::R reader structure
impl Readable for nrf52820_pac::temp::b3::B3_SPEC
read() method returns b3::R reader structure
Source§impl Readable for nrf52820_pac::temp::b4::B4_SPEC
read() method returns b4::R reader structure
impl Readable for nrf52820_pac::temp::b4::B4_SPEC
read() method returns b4::R reader structure
Source§impl Readable for nrf52820_pac::temp::b5::B5_SPEC
read() method returns b5::R reader structure
impl Readable for nrf52820_pac::temp::b5::B5_SPEC
read() method returns b5::R reader structure
Source§impl Readable for EVENTS_DATARDY_SPEC
read() method returns events_datardy::R reader structure
impl Readable for EVENTS_DATARDY_SPEC
read() method returns events_datardy::R reader structure
Source§impl Readable for nrf52820_pac::temp::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
impl Readable for nrf52820_pac::temp::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
Source§impl Readable for nrf52820_pac::temp::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
impl Readable for nrf52820_pac::temp::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
Source§impl Readable for nrf52820_pac::temp::t0::T0_SPEC
read() method returns t0::R reader structure
impl Readable for nrf52820_pac::temp::t0::T0_SPEC
read() method returns t0::R reader structure
Source§impl Readable for nrf52820_pac::temp::t1::T1_SPEC
read() method returns t1::R reader structure
impl Readable for nrf52820_pac::temp::t1::T1_SPEC
read() method returns t1::R reader structure
Source§impl Readable for nrf52820_pac::temp::t2::T2_SPEC
read() method returns t2::R reader structure
impl Readable for nrf52820_pac::temp::t2::T2_SPEC
read() method returns t2::R reader structure
Source§impl Readable for nrf52820_pac::temp::t3::T3_SPEC
read() method returns t3::R reader structure
impl Readable for nrf52820_pac::temp::t3::T3_SPEC
read() method returns t3::R reader structure
Source§impl Readable for nrf52820_pac::temp::t4::T4_SPEC
read() method returns t4::R reader structure
impl Readable for nrf52820_pac::temp::t4::T4_SPEC
read() method returns t4::R reader structure
Source§impl Readable for BITMODE_SPEC
read() method returns bitmode::R reader structure
impl Readable for BITMODE_SPEC
read() method returns bitmode::R reader structure
Source§impl Readable for nrf52820_pac::timer0::cc::CC_SPEC
read() method returns cc::R reader structure
impl Readable for nrf52820_pac::timer0::cc::CC_SPEC
read() method returns cc::R reader structure
Source§impl Readable for nrf52820_pac::timer0::events_compare::EVENTS_COMPARE_SPEC
read() method returns events_compare::R reader structure
impl Readable for nrf52820_pac::timer0::events_compare::EVENTS_COMPARE_SPEC
read() method returns events_compare::R reader structure
Source§impl Readable for nrf52820_pac::timer0::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
impl Readable for nrf52820_pac::timer0::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
Source§impl Readable for nrf52820_pac::timer0::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
impl Readable for nrf52820_pac::timer0::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
Source§impl Readable for nrf52820_pac::timer0::mode::MODE_SPEC
read() method returns mode::R reader structure
impl Readable for nrf52820_pac::timer0::mode::MODE_SPEC
read() method returns mode::R reader structure
Source§impl Readable for nrf52820_pac::timer0::prescaler::PRESCALER_SPEC
read() method returns prescaler::R reader structure
impl Readable for nrf52820_pac::timer0::prescaler::PRESCALER_SPEC
read() method returns prescaler::R reader structure
Source§impl Readable for nrf52820_pac::timer0::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
impl Readable for nrf52820_pac::timer0::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
Source§impl Readable for nrf52820_pac::twi0::address::ADDRESS_SPEC
read() method returns address::R reader structure
impl Readable for nrf52820_pac::twi0::address::ADDRESS_SPEC
read() method returns address::R reader structure
Source§impl Readable for nrf52820_pac::twi0::enable::ENABLE_SPEC
read() method returns enable::R reader structure
impl Readable for nrf52820_pac::twi0::enable::ENABLE_SPEC
read() method returns enable::R reader structure
Source§impl Readable for nrf52820_pac::twi0::errorsrc::ERRORSRC_SPEC
read() method returns errorsrc::R reader structure
impl Readable for nrf52820_pac::twi0::errorsrc::ERRORSRC_SPEC
read() method returns errorsrc::R reader structure
Source§impl Readable for EVENTS_BB_SPEC
read() method returns events_bb::R reader structure
impl Readable for EVENTS_BB_SPEC
read() method returns events_bb::R reader structure
Source§impl Readable for nrf52820_pac::twi0::events_error::EVENTS_ERROR_SPEC
read() method returns events_error::R reader structure
impl Readable for nrf52820_pac::twi0::events_error::EVENTS_ERROR_SPEC
read() method returns events_error::R reader structure
Source§impl Readable for EVENTS_RXDREADY_SPEC
read() method returns events_rxdready::R reader structure
impl Readable for EVENTS_RXDREADY_SPEC
read() method returns events_rxdready::R reader structure
Source§impl Readable for nrf52820_pac::twi0::events_stopped::EVENTS_STOPPED_SPEC
read() method returns events_stopped::R reader structure
impl Readable for nrf52820_pac::twi0::events_stopped::EVENTS_STOPPED_SPEC
read() method returns events_stopped::R reader structure
Source§impl Readable for nrf52820_pac::twi0::events_suspended::EVENTS_SUSPENDED_SPEC
read() method returns events_suspended::R reader structure
impl Readable for nrf52820_pac::twi0::events_suspended::EVENTS_SUSPENDED_SPEC
read() method returns events_suspended::R reader structure
Source§impl Readable for EVENTS_TXDSENT_SPEC
read() method returns events_txdsent::R reader structure
impl Readable for EVENTS_TXDSENT_SPEC
read() method returns events_txdsent::R reader structure
Source§impl Readable for nrf52820_pac::twi0::frequency::FREQUENCY_SPEC
read() method returns frequency::R reader structure
impl Readable for nrf52820_pac::twi0::frequency::FREQUENCY_SPEC
read() method returns frequency::R reader structure
Source§impl Readable for nrf52820_pac::twi0::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
impl Readable for nrf52820_pac::twi0::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
Source§impl Readable for nrf52820_pac::twi0::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
impl Readable for nrf52820_pac::twi0::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
Source§impl Readable for nrf52820_pac::twi0::psel::scl::SCL_SPEC
read() method returns scl::R reader structure
impl Readable for nrf52820_pac::twi0::psel::scl::SCL_SPEC
read() method returns scl::R reader structure
Source§impl Readable for nrf52820_pac::twi0::psel::sda::SDA_SPEC
read() method returns sda::R reader structure
impl Readable for nrf52820_pac::twi0::psel::sda::SDA_SPEC
read() method returns sda::R reader structure
Source§impl Readable for nrf52820_pac::twi0::rxd::RXD_SPEC
read() method returns rxd::R reader structure
impl Readable for nrf52820_pac::twi0::rxd::RXD_SPEC
read() method returns rxd::R reader structure
Source§impl Readable for nrf52820_pac::twi0::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
impl Readable for nrf52820_pac::twi0::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
Source§impl Readable for nrf52820_pac::twi0::txd::TXD_SPEC
read() method returns txd::R reader structure
impl Readable for nrf52820_pac::twi0::txd::TXD_SPEC
read() method returns txd::R reader structure
Source§impl Readable for nrf52820_pac::twim0::address::ADDRESS_SPEC
read() method returns address::R reader structure
impl Readable for nrf52820_pac::twim0::address::ADDRESS_SPEC
read() method returns address::R reader structure
Source§impl Readable for nrf52820_pac::twim0::enable::ENABLE_SPEC
read() method returns enable::R reader structure
impl Readable for nrf52820_pac::twim0::enable::ENABLE_SPEC
read() method returns enable::R reader structure
Source§impl Readable for nrf52820_pac::twim0::errorsrc::ERRORSRC_SPEC
read() method returns errorsrc::R reader structure
impl Readable for nrf52820_pac::twim0::errorsrc::ERRORSRC_SPEC
read() method returns errorsrc::R reader structure
Source§impl Readable for nrf52820_pac::twim0::events_error::EVENTS_ERROR_SPEC
read() method returns events_error::R reader structure
impl Readable for nrf52820_pac::twim0::events_error::EVENTS_ERROR_SPEC
read() method returns events_error::R reader structure
Source§impl Readable for EVENTS_LASTRX_SPEC
read() method returns events_lastrx::R reader structure
impl Readable for EVENTS_LASTRX_SPEC
read() method returns events_lastrx::R reader structure
Source§impl Readable for EVENTS_LASTTX_SPEC
read() method returns events_lasttx::R reader structure
impl Readable for EVENTS_LASTTX_SPEC
read() method returns events_lasttx::R reader structure
Source§impl Readable for nrf52820_pac::twim0::events_rxstarted::EVENTS_RXSTARTED_SPEC
read() method returns events_rxstarted::R reader structure
impl Readable for nrf52820_pac::twim0::events_rxstarted::EVENTS_RXSTARTED_SPEC
read() method returns events_rxstarted::R reader structure
Source§impl Readable for nrf52820_pac::twim0::events_stopped::EVENTS_STOPPED_SPEC
read() method returns events_stopped::R reader structure
impl Readable for nrf52820_pac::twim0::events_stopped::EVENTS_STOPPED_SPEC
read() method returns events_stopped::R reader structure
Source§impl Readable for nrf52820_pac::twim0::events_suspended::EVENTS_SUSPENDED_SPEC
read() method returns events_suspended::R reader structure
impl Readable for nrf52820_pac::twim0::events_suspended::EVENTS_SUSPENDED_SPEC
read() method returns events_suspended::R reader structure
Source§impl Readable for nrf52820_pac::twim0::events_txstarted::EVENTS_TXSTARTED_SPEC
read() method returns events_txstarted::R reader structure
impl Readable for nrf52820_pac::twim0::events_txstarted::EVENTS_TXSTARTED_SPEC
read() method returns events_txstarted::R reader structure
Source§impl Readable for nrf52820_pac::twim0::frequency::FREQUENCY_SPEC
read() method returns frequency::R reader structure
impl Readable for nrf52820_pac::twim0::frequency::FREQUENCY_SPEC
read() method returns frequency::R reader structure
Source§impl Readable for nrf52820_pac::twim0::inten::INTEN_SPEC
read() method returns inten::R reader structure
impl Readable for nrf52820_pac::twim0::inten::INTEN_SPEC
read() method returns inten::R reader structure
Source§impl Readable for nrf52820_pac::twim0::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
impl Readable for nrf52820_pac::twim0::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
Source§impl Readable for nrf52820_pac::twim0::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
impl Readable for nrf52820_pac::twim0::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
Source§impl Readable for nrf52820_pac::twim0::psel::scl::SCL_SPEC
read() method returns scl::R reader structure
impl Readable for nrf52820_pac::twim0::psel::scl::SCL_SPEC
read() method returns scl::R reader structure
Source§impl Readable for nrf52820_pac::twim0::psel::sda::SDA_SPEC
read() method returns sda::R reader structure
impl Readable for nrf52820_pac::twim0::psel::sda::SDA_SPEC
read() method returns sda::R reader structure
Source§impl Readable for nrf52820_pac::twim0::rxd::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
impl Readable for nrf52820_pac::twim0::rxd::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
Source§impl Readable for nrf52820_pac::twim0::rxd::list::LIST_SPEC
read() method returns list::R reader structure
impl Readable for nrf52820_pac::twim0::rxd::list::LIST_SPEC
read() method returns list::R reader structure
Source§impl Readable for nrf52820_pac::twim0::rxd::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
impl Readable for nrf52820_pac::twim0::rxd::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
Source§impl Readable for nrf52820_pac::twim0::rxd::ptr::PTR_SPEC
read() method returns ptr::R reader structure
impl Readable for nrf52820_pac::twim0::rxd::ptr::PTR_SPEC
read() method returns ptr::R reader structure
Source§impl Readable for nrf52820_pac::twim0::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
impl Readable for nrf52820_pac::twim0::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
Source§impl Readable for nrf52820_pac::twim0::txd::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
impl Readable for nrf52820_pac::twim0::txd::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
Source§impl Readable for nrf52820_pac::twim0::txd::list::LIST_SPEC
read() method returns list::R reader structure
impl Readable for nrf52820_pac::twim0::txd::list::LIST_SPEC
read() method returns list::R reader structure
Source§impl Readable for nrf52820_pac::twim0::txd::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
impl Readable for nrf52820_pac::twim0::txd::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
Source§impl Readable for nrf52820_pac::twim0::txd::ptr::PTR_SPEC
read() method returns ptr::R reader structure
impl Readable for nrf52820_pac::twim0::txd::ptr::PTR_SPEC
read() method returns ptr::R reader structure
Source§impl Readable for nrf52820_pac::twis0::address::ADDRESS_SPEC
read() method returns address::R reader structure
impl Readable for nrf52820_pac::twis0::address::ADDRESS_SPEC
read() method returns address::R reader structure
Source§impl Readable for nrf52820_pac::twis0::config::CONFIG_SPEC
read() method returns config::R reader structure
impl Readable for nrf52820_pac::twis0::config::CONFIG_SPEC
read() method returns config::R reader structure
Source§impl Readable for nrf52820_pac::twis0::enable::ENABLE_SPEC
read() method returns enable::R reader structure
impl Readable for nrf52820_pac::twis0::enable::ENABLE_SPEC
read() method returns enable::R reader structure
Source§impl Readable for nrf52820_pac::twis0::errorsrc::ERRORSRC_SPEC
read() method returns errorsrc::R reader structure
impl Readable for nrf52820_pac::twis0::errorsrc::ERRORSRC_SPEC
read() method returns errorsrc::R reader structure
Source§impl Readable for nrf52820_pac::twis0::events_error::EVENTS_ERROR_SPEC
read() method returns events_error::R reader structure
impl Readable for nrf52820_pac::twis0::events_error::EVENTS_ERROR_SPEC
read() method returns events_error::R reader structure
Source§impl Readable for EVENTS_READ_SPEC
read() method returns events_read::R reader structure
impl Readable for EVENTS_READ_SPEC
read() method returns events_read::R reader structure
Source§impl Readable for nrf52820_pac::twis0::events_rxstarted::EVENTS_RXSTARTED_SPEC
read() method returns events_rxstarted::R reader structure
impl Readable for nrf52820_pac::twis0::events_rxstarted::EVENTS_RXSTARTED_SPEC
read() method returns events_rxstarted::R reader structure
Source§impl Readable for nrf52820_pac::twis0::events_stopped::EVENTS_STOPPED_SPEC
read() method returns events_stopped::R reader structure
impl Readable for nrf52820_pac::twis0::events_stopped::EVENTS_STOPPED_SPEC
read() method returns events_stopped::R reader structure
Source§impl Readable for nrf52820_pac::twis0::events_txstarted::EVENTS_TXSTARTED_SPEC
read() method returns events_txstarted::R reader structure
impl Readable for nrf52820_pac::twis0::events_txstarted::EVENTS_TXSTARTED_SPEC
read() method returns events_txstarted::R reader structure
Source§impl Readable for EVENTS_WRITE_SPEC
read() method returns events_write::R reader structure
impl Readable for EVENTS_WRITE_SPEC
read() method returns events_write::R reader structure
Source§impl Readable for nrf52820_pac::twis0::inten::INTEN_SPEC
read() method returns inten::R reader structure
impl Readable for nrf52820_pac::twis0::inten::INTEN_SPEC
read() method returns inten::R reader structure
Source§impl Readable for nrf52820_pac::twis0::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
impl Readable for nrf52820_pac::twis0::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
Source§impl Readable for nrf52820_pac::twis0::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
impl Readable for nrf52820_pac::twis0::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
Source§impl Readable for MATCH_SPEC
read() method returns match_::R reader structure
impl Readable for MATCH_SPEC
read() method returns match_::R reader structure
Source§impl Readable for nrf52820_pac::twis0::orc::ORC_SPEC
read() method returns orc::R reader structure
impl Readable for nrf52820_pac::twis0::orc::ORC_SPEC
read() method returns orc::R reader structure
Source§impl Readable for nrf52820_pac::twis0::psel::scl::SCL_SPEC
read() method returns scl::R reader structure
impl Readable for nrf52820_pac::twis0::psel::scl::SCL_SPEC
read() method returns scl::R reader structure
Source§impl Readable for nrf52820_pac::twis0::psel::sda::SDA_SPEC
read() method returns sda::R reader structure
impl Readable for nrf52820_pac::twis0::psel::sda::SDA_SPEC
read() method returns sda::R reader structure
Source§impl Readable for nrf52820_pac::twis0::rxd::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
impl Readable for nrf52820_pac::twis0::rxd::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
Source§impl Readable for nrf52820_pac::twis0::rxd::list::LIST_SPEC
read() method returns list::R reader structure
impl Readable for nrf52820_pac::twis0::rxd::list::LIST_SPEC
read() method returns list::R reader structure
Source§impl Readable for nrf52820_pac::twis0::rxd::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
impl Readable for nrf52820_pac::twis0::rxd::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
Source§impl Readable for nrf52820_pac::twis0::rxd::ptr::PTR_SPEC
read() method returns ptr::R reader structure
impl Readable for nrf52820_pac::twis0::rxd::ptr::PTR_SPEC
read() method returns ptr::R reader structure
Source§impl Readable for nrf52820_pac::twis0::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
impl Readable for nrf52820_pac::twis0::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
Source§impl Readable for nrf52820_pac::twis0::txd::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
impl Readable for nrf52820_pac::twis0::txd::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
Source§impl Readable for nrf52820_pac::twis0::txd::list::LIST_SPEC
read() method returns list::R reader structure
impl Readable for nrf52820_pac::twis0::txd::list::LIST_SPEC
read() method returns list::R reader structure
Source§impl Readable for nrf52820_pac::twis0::txd::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
impl Readable for nrf52820_pac::twis0::txd::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
Source§impl Readable for nrf52820_pac::twis0::txd::ptr::PTR_SPEC
read() method returns ptr::R reader structure
impl Readable for nrf52820_pac::twis0::txd::ptr::PTR_SPEC
read() method returns ptr::R reader structure
Source§impl Readable for nrf52820_pac::uart0::baudrate::BAUDRATE_SPEC
read() method returns baudrate::R reader structure
impl Readable for nrf52820_pac::uart0::baudrate::BAUDRATE_SPEC
read() method returns baudrate::R reader structure
Source§impl Readable for nrf52820_pac::uart0::config::CONFIG_SPEC
read() method returns config::R reader structure
impl Readable for nrf52820_pac::uart0::config::CONFIG_SPEC
read() method returns config::R reader structure
Source§impl Readable for nrf52820_pac::uart0::enable::ENABLE_SPEC
read() method returns enable::R reader structure
impl Readable for nrf52820_pac::uart0::enable::ENABLE_SPEC
read() method returns enable::R reader structure
Source§impl Readable for nrf52820_pac::uart0::errorsrc::ERRORSRC_SPEC
read() method returns errorsrc::R reader structure
impl Readable for nrf52820_pac::uart0::errorsrc::ERRORSRC_SPEC
read() method returns errorsrc::R reader structure
Source§impl Readable for nrf52820_pac::uart0::events_cts::EVENTS_CTS_SPEC
read() method returns events_cts::R reader structure
impl Readable for nrf52820_pac::uart0::events_cts::EVENTS_CTS_SPEC
read() method returns events_cts::R reader structure
Source§impl Readable for nrf52820_pac::uart0::events_error::EVENTS_ERROR_SPEC
read() method returns events_error::R reader structure
impl Readable for nrf52820_pac::uart0::events_error::EVENTS_ERROR_SPEC
read() method returns events_error::R reader structure
Source§impl Readable for nrf52820_pac::uart0::events_ncts::EVENTS_NCTS_SPEC
read() method returns events_ncts::R reader structure
impl Readable for nrf52820_pac::uart0::events_ncts::EVENTS_NCTS_SPEC
read() method returns events_ncts::R reader structure
Source§impl Readable for nrf52820_pac::uart0::events_rxdrdy::EVENTS_RXDRDY_SPEC
read() method returns events_rxdrdy::R reader structure
impl Readable for nrf52820_pac::uart0::events_rxdrdy::EVENTS_RXDRDY_SPEC
read() method returns events_rxdrdy::R reader structure
Source§impl Readable for nrf52820_pac::uart0::events_rxto::EVENTS_RXTO_SPEC
read() method returns events_rxto::R reader structure
impl Readable for nrf52820_pac::uart0::events_rxto::EVENTS_RXTO_SPEC
read() method returns events_rxto::R reader structure
Source§impl Readable for nrf52820_pac::uart0::events_txdrdy::EVENTS_TXDRDY_SPEC
read() method returns events_txdrdy::R reader structure
impl Readable for nrf52820_pac::uart0::events_txdrdy::EVENTS_TXDRDY_SPEC
read() method returns events_txdrdy::R reader structure
Source§impl Readable for nrf52820_pac::uart0::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
impl Readable for nrf52820_pac::uart0::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
Source§impl Readable for nrf52820_pac::uart0::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
impl Readable for nrf52820_pac::uart0::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
Source§impl Readable for nrf52820_pac::uart0::psel::cts::CTS_SPEC
read() method returns cts::R reader structure
impl Readable for nrf52820_pac::uart0::psel::cts::CTS_SPEC
read() method returns cts::R reader structure
Source§impl Readable for nrf52820_pac::uart0::psel::rts::RTS_SPEC
read() method returns rts::R reader structure
impl Readable for nrf52820_pac::uart0::psel::rts::RTS_SPEC
read() method returns rts::R reader structure
Source§impl Readable for nrf52820_pac::uart0::psel::rxd::RXD_SPEC
read() method returns rxd::R reader structure
impl Readable for nrf52820_pac::uart0::psel::rxd::RXD_SPEC
read() method returns rxd::R reader structure
Source§impl Readable for nrf52820_pac::uart0::psel::txd::TXD_SPEC
read() method returns txd::R reader structure
impl Readable for nrf52820_pac::uart0::psel::txd::TXD_SPEC
read() method returns txd::R reader structure
Source§impl Readable for nrf52820_pac::uart0::rxd::RXD_SPEC
read() method returns rxd::R reader structure
impl Readable for nrf52820_pac::uart0::rxd::RXD_SPEC
read() method returns rxd::R reader structure
Source§impl Readable for nrf52820_pac::uart0::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
impl Readable for nrf52820_pac::uart0::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::baudrate::BAUDRATE_SPEC
read() method returns baudrate::R reader structure
impl Readable for nrf52820_pac::uarte0::baudrate::BAUDRATE_SPEC
read() method returns baudrate::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::config::CONFIG_SPEC
read() method returns config::R reader structure
impl Readable for nrf52820_pac::uarte0::config::CONFIG_SPEC
read() method returns config::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::enable::ENABLE_SPEC
read() method returns enable::R reader structure
impl Readable for nrf52820_pac::uarte0::enable::ENABLE_SPEC
read() method returns enable::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::errorsrc::ERRORSRC_SPEC
read() method returns errorsrc::R reader structure
impl Readable for nrf52820_pac::uarte0::errorsrc::ERRORSRC_SPEC
read() method returns errorsrc::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::events_cts::EVENTS_CTS_SPEC
read() method returns events_cts::R reader structure
impl Readable for nrf52820_pac::uarte0::events_cts::EVENTS_CTS_SPEC
read() method returns events_cts::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::events_endrx::EVENTS_ENDRX_SPEC
read() method returns events_endrx::R reader structure
impl Readable for nrf52820_pac::uarte0::events_endrx::EVENTS_ENDRX_SPEC
read() method returns events_endrx::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::events_endtx::EVENTS_ENDTX_SPEC
read() method returns events_endtx::R reader structure
impl Readable for nrf52820_pac::uarte0::events_endtx::EVENTS_ENDTX_SPEC
read() method returns events_endtx::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::events_error::EVENTS_ERROR_SPEC
read() method returns events_error::R reader structure
impl Readable for nrf52820_pac::uarte0::events_error::EVENTS_ERROR_SPEC
read() method returns events_error::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::events_ncts::EVENTS_NCTS_SPEC
read() method returns events_ncts::R reader structure
impl Readable for nrf52820_pac::uarte0::events_ncts::EVENTS_NCTS_SPEC
read() method returns events_ncts::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::events_rxdrdy::EVENTS_RXDRDY_SPEC
read() method returns events_rxdrdy::R reader structure
impl Readable for nrf52820_pac::uarte0::events_rxdrdy::EVENTS_RXDRDY_SPEC
read() method returns events_rxdrdy::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::events_rxstarted::EVENTS_RXSTARTED_SPEC
read() method returns events_rxstarted::R reader structure
impl Readable for nrf52820_pac::uarte0::events_rxstarted::EVENTS_RXSTARTED_SPEC
read() method returns events_rxstarted::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::events_rxto::EVENTS_RXTO_SPEC
read() method returns events_rxto::R reader structure
impl Readable for nrf52820_pac::uarte0::events_rxto::EVENTS_RXTO_SPEC
read() method returns events_rxto::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::events_txdrdy::EVENTS_TXDRDY_SPEC
read() method returns events_txdrdy::R reader structure
impl Readable for nrf52820_pac::uarte0::events_txdrdy::EVENTS_TXDRDY_SPEC
read() method returns events_txdrdy::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::events_txstarted::EVENTS_TXSTARTED_SPEC
read() method returns events_txstarted::R reader structure
impl Readable for nrf52820_pac::uarte0::events_txstarted::EVENTS_TXSTARTED_SPEC
read() method returns events_txstarted::R reader structure
Source§impl Readable for EVENTS_TXSTOPPED_SPEC
read() method returns events_txstopped::R reader structure
impl Readable for EVENTS_TXSTOPPED_SPEC
read() method returns events_txstopped::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::inten::INTEN_SPEC
read() method returns inten::R reader structure
impl Readable for nrf52820_pac::uarte0::inten::INTEN_SPEC
read() method returns inten::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
impl Readable for nrf52820_pac::uarte0::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
impl Readable for nrf52820_pac::uarte0::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::psel::cts::CTS_SPEC
read() method returns cts::R reader structure
impl Readable for nrf52820_pac::uarte0::psel::cts::CTS_SPEC
read() method returns cts::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::psel::rts::RTS_SPEC
read() method returns rts::R reader structure
impl Readable for nrf52820_pac::uarte0::psel::rts::RTS_SPEC
read() method returns rts::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::psel::rxd::RXD_SPEC
read() method returns rxd::R reader structure
impl Readable for nrf52820_pac::uarte0::psel::rxd::RXD_SPEC
read() method returns rxd::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::psel::txd::TXD_SPEC
read() method returns txd::R reader structure
impl Readable for nrf52820_pac::uarte0::psel::txd::TXD_SPEC
read() method returns txd::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::rxd::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
impl Readable for nrf52820_pac::uarte0::rxd::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::rxd::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
impl Readable for nrf52820_pac::uarte0::rxd::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::rxd::ptr::PTR_SPEC
read() method returns ptr::R reader structure
impl Readable for nrf52820_pac::uarte0::rxd::ptr::PTR_SPEC
read() method returns ptr::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
impl Readable for nrf52820_pac::uarte0::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::txd::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
impl Readable for nrf52820_pac::uarte0::txd::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::txd::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
impl Readable for nrf52820_pac::uarte0::txd::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
Source§impl Readable for nrf52820_pac::uarte0::txd::ptr::PTR_SPEC
read() method returns ptr::R reader structure
impl Readable for nrf52820_pac::uarte0::txd::ptr::PTR_SPEC
read() method returns ptr::R reader structure
Source§impl Readable for APPROTECT_SPEC
read() method returns approtect::R reader structure
impl Readable for APPROTECT_SPEC
read() method returns approtect::R reader structure
Source§impl Readable for CUSTOMER_SPEC
read() method returns customer::R reader structure
impl Readable for CUSTOMER_SPEC
read() method returns customer::R reader structure
Source§impl Readable for DEBUGCTRL_SPEC
read() method returns debugctrl::R reader structure
impl Readable for DEBUGCTRL_SPEC
read() method returns debugctrl::R reader structure
Source§impl Readable for NRFFW_SPEC
read() method returns nrffw::R reader structure
impl Readable for NRFFW_SPEC
read() method returns nrffw::R reader structure
Source§impl Readable for NRFHW_SPEC
read() method returns nrfhw::R reader structure
impl Readable for NRFHW_SPEC
read() method returns nrfhw::R reader structure
Source§impl Readable for PSELRESET_SPEC
read() method returns pselreset::R reader structure
impl Readable for PSELRESET_SPEC
read() method returns pselreset::R reader structure
Source§impl Readable for REGOUT0_SPEC
read() method returns regout0::R reader structure
impl Readable for REGOUT0_SPEC
read() method returns regout0::R reader structure
Source§impl Readable for BMREQUESTTYPE_SPEC
read() method returns bmrequesttype::R reader structure
impl Readable for BMREQUESTTYPE_SPEC
read() method returns bmrequesttype::R reader structure
Source§impl Readable for BREQUEST_SPEC
read() method returns brequest::R reader structure
impl Readable for BREQUEST_SPEC
read() method returns brequest::R reader structure
Source§impl Readable for DPDMVALUE_SPEC
read() method returns dpdmvalue::R reader structure
impl Readable for DPDMVALUE_SPEC
read() method returns dpdmvalue::R reader structure
Source§impl Readable for DTOGGLE_SPEC
read() method returns dtoggle::R reader structure
impl Readable for DTOGGLE_SPEC
read() method returns dtoggle::R reader structure
Source§impl Readable for nrf52820_pac::usbd::enable::ENABLE_SPEC
read() method returns enable::R reader structure
impl Readable for nrf52820_pac::usbd::enable::ENABLE_SPEC
read() method returns enable::R reader structure
Source§impl Readable for EPDATASTATUS_SPEC
read() method returns epdatastatus::R reader structure
impl Readable for EPDATASTATUS_SPEC
read() method returns epdatastatus::R reader structure
Source§impl Readable for nrf52820_pac::usbd::epin::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
impl Readable for nrf52820_pac::usbd::epin::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
Source§impl Readable for nrf52820_pac::usbd::epin::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
impl Readable for nrf52820_pac::usbd::epin::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
Source§impl Readable for nrf52820_pac::usbd::epin::ptr::PTR_SPEC
read() method returns ptr::R reader structure
impl Readable for nrf52820_pac::usbd::epin::ptr::PTR_SPEC
read() method returns ptr::R reader structure
Source§impl Readable for EPINEN_SPEC
read() method returns epinen::R reader structure
impl Readable for EPINEN_SPEC
read() method returns epinen::R reader structure
Source§impl Readable for nrf52820_pac::usbd::epout::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
impl Readable for nrf52820_pac::usbd::epout::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
Source§impl Readable for nrf52820_pac::usbd::epout::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
impl Readable for nrf52820_pac::usbd::epout::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
Source§impl Readable for nrf52820_pac::usbd::epout::ptr::PTR_SPEC
read() method returns ptr::R reader structure
impl Readable for nrf52820_pac::usbd::epout::ptr::PTR_SPEC
read() method returns ptr::R reader structure
Source§impl Readable for EPOUTEN_SPEC
read() method returns epouten::R reader structure
impl Readable for EPOUTEN_SPEC
read() method returns epouten::R reader structure
Source§impl Readable for EPSTATUS_SPEC
read() method returns epstatus::R reader structure
impl Readable for EPSTATUS_SPEC
read() method returns epstatus::R reader structure
Source§impl Readable for EVENTCAUSE_SPEC
read() method returns eventcause::R reader structure
impl Readable for EVENTCAUSE_SPEC
read() method returns eventcause::R reader structure
Source§impl Readable for EVENTS_ENDEPIN_SPEC
read() method returns events_endepin::R reader structure
impl Readable for EVENTS_ENDEPIN_SPEC
read() method returns events_endepin::R reader structure
Source§impl Readable for EVENTS_ENDEPOUT_SPEC
read() method returns events_endepout::R reader structure
impl Readable for EVENTS_ENDEPOUT_SPEC
read() method returns events_endepout::R reader structure
Source§impl Readable for EVENTS_ENDISOIN_SPEC
read() method returns events_endisoin::R reader structure
impl Readable for EVENTS_ENDISOIN_SPEC
read() method returns events_endisoin::R reader structure
Source§impl Readable for EVENTS_ENDISOOUT_SPEC
read() method returns events_endisoout::R reader structure
impl Readable for EVENTS_ENDISOOUT_SPEC
read() method returns events_endisoout::R reader structure
Source§impl Readable for EVENTS_EP0DATADONE_SPEC
read() method returns events_ep0datadone::R reader structure
impl Readable for EVENTS_EP0DATADONE_SPEC
read() method returns events_ep0datadone::R reader structure
Source§impl Readable for EVENTS_EP0SETUP_SPEC
read() method returns events_ep0setup::R reader structure
impl Readable for EVENTS_EP0SETUP_SPEC
read() method returns events_ep0setup::R reader structure
Source§impl Readable for EVENTS_EPDATA_SPEC
read() method returns events_epdata::R reader structure
impl Readable for EVENTS_EPDATA_SPEC
read() method returns events_epdata::R reader structure
Source§impl Readable for EVENTS_SOF_SPEC
read() method returns events_sof::R reader structure
impl Readable for EVENTS_SOF_SPEC
read() method returns events_sof::R reader structure
Source§impl Readable for nrf52820_pac::usbd::events_started::EVENTS_STARTED_SPEC
read() method returns events_started::R reader structure
impl Readable for nrf52820_pac::usbd::events_started::EVENTS_STARTED_SPEC
read() method returns events_started::R reader structure
Source§impl Readable for EVENTS_USBEVENT_SPEC
read() method returns events_usbevent::R reader structure
impl Readable for EVENTS_USBEVENT_SPEC
read() method returns events_usbevent::R reader structure
Source§impl Readable for EVENTS_USBRESET_SPEC
read() method returns events_usbreset::R reader structure
impl Readable for EVENTS_USBRESET_SPEC
read() method returns events_usbreset::R reader structure
Source§impl Readable for FRAMECNTR_SPEC
read() method returns framecntr::R reader structure
impl Readable for FRAMECNTR_SPEC
read() method returns framecntr::R reader structure
Source§impl Readable for nrf52820_pac::usbd::halted::epout::EPOUT_SPEC
read() method returns epout::R reader structure
impl Readable for nrf52820_pac::usbd::halted::epout::EPOUT_SPEC
read() method returns epout::R reader structure
Source§impl Readable for nrf52820_pac::usbd::inten::INTEN_SPEC
read() method returns inten::R reader structure
impl Readable for nrf52820_pac::usbd::inten::INTEN_SPEC
read() method returns inten::R reader structure
Source§impl Readable for nrf52820_pac::usbd::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
impl Readable for nrf52820_pac::usbd::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
Source§impl Readable for nrf52820_pac::usbd::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
impl Readable for nrf52820_pac::usbd::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
Source§impl Readable for nrf52820_pac::usbd::isoin::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
impl Readable for nrf52820_pac::usbd::isoin::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
Source§impl Readable for nrf52820_pac::usbd::isoin::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
impl Readable for nrf52820_pac::usbd::isoin::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
Source§impl Readable for nrf52820_pac::usbd::isoin::ptr::PTR_SPEC
read() method returns ptr::R reader structure
impl Readable for nrf52820_pac::usbd::isoin::ptr::PTR_SPEC
read() method returns ptr::R reader structure
Source§impl Readable for ISOINCONFIG_SPEC
read() method returns isoinconfig::R reader structure
impl Readable for ISOINCONFIG_SPEC
read() method returns isoinconfig::R reader structure
Source§impl Readable for nrf52820_pac::usbd::isoout::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
impl Readable for nrf52820_pac::usbd::isoout::amount::AMOUNT_SPEC
read() method returns amount::R reader structure
Source§impl Readable for nrf52820_pac::usbd::isoout::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
impl Readable for nrf52820_pac::usbd::isoout::maxcnt::MAXCNT_SPEC
read() method returns maxcnt::R reader structure
Source§impl Readable for nrf52820_pac::usbd::isoout::ptr::PTR_SPEC
read() method returns ptr::R reader structure
impl Readable for nrf52820_pac::usbd::isoout::ptr::PTR_SPEC
read() method returns ptr::R reader structure
Source§impl Readable for ISOSPLIT_SPEC
read() method returns isosplit::R reader structure
impl Readable for ISOSPLIT_SPEC
read() method returns isosplit::R reader structure
Source§impl Readable for LOWPOWER_SPEC
read() method returns lowpower::R reader structure
impl Readable for LOWPOWER_SPEC
read() method returns lowpower::R reader structure
Source§impl Readable for nrf52820_pac::usbd::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
impl Readable for nrf52820_pac::usbd::shorts::SHORTS_SPEC
read() method returns shorts::R reader structure
Source§impl Readable for nrf52820_pac::usbd::size::epout::EPOUT_SPEC
read() method returns epout::R reader structure
impl Readable for nrf52820_pac::usbd::size::epout::EPOUT_SPEC
read() method returns epout::R reader structure
Source§impl Readable for ISOOUT_SPEC
read() method returns isoout::R reader structure
impl Readable for ISOOUT_SPEC
read() method returns isoout::R reader structure
Source§impl Readable for USBADDR_SPEC
read() method returns usbaddr::R reader structure
impl Readable for USBADDR_SPEC
read() method returns usbaddr::R reader structure
Source§impl Readable for USBPULLUP_SPEC
read() method returns usbpullup::R reader structure
impl Readable for USBPULLUP_SPEC
read() method returns usbpullup::R reader structure
Source§impl Readable for WINDEXH_SPEC
read() method returns windexh::R reader structure
impl Readable for WINDEXH_SPEC
read() method returns windexh::R reader structure
Source§impl Readable for WINDEXL_SPEC
read() method returns windexl::R reader structure
impl Readable for WINDEXL_SPEC
read() method returns windexl::R reader structure
Source§impl Readable for WLENGTHH_SPEC
read() method returns wlengthh::R reader structure
impl Readable for WLENGTHH_SPEC
read() method returns wlengthh::R reader structure
Source§impl Readable for WLENGTHL_SPEC
read() method returns wlengthl::R reader structure
impl Readable for WLENGTHL_SPEC
read() method returns wlengthl::R reader structure
Source§impl Readable for WVALUEH_SPEC
read() method returns wvalueh::R reader structure
impl Readable for WVALUEH_SPEC
read() method returns wvalueh::R reader structure
Source§impl Readable for WVALUEL_SPEC
read() method returns wvaluel::R reader structure
impl Readable for WVALUEL_SPEC
read() method returns wvaluel::R reader structure
Source§impl Readable for nrf52820_pac::wdt::config::CONFIG_SPEC
read() method returns config::R reader structure
impl Readable for nrf52820_pac::wdt::config::CONFIG_SPEC
read() method returns config::R reader structure
Source§impl Readable for EVENTS_TIMEOUT_SPEC
read() method returns events_timeout::R reader structure
impl Readable for EVENTS_TIMEOUT_SPEC
read() method returns events_timeout::R reader structure
Source§impl Readable for nrf52820_pac::wdt::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
impl Readable for nrf52820_pac::wdt::intenclr::INTENCLR_SPEC
read() method returns intenclr::R reader structure
Source§impl Readable for nrf52820_pac::wdt::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
impl Readable for nrf52820_pac::wdt::intenset::INTENSET_SPEC
read() method returns intenset::R reader structure
Source§impl Readable for REQSTATUS_SPEC
read() method returns reqstatus::R reader structure
impl Readable for REQSTATUS_SPEC
read() method returns reqstatus::R reader structure
Source§impl Readable for RUNSTATUS_SPEC
read() method returns runstatus::R reader structure
impl Readable for RUNSTATUS_SPEC
read() method returns runstatus::R reader structure