Trait nrf51_hal::pac::generic::Writable

source ·
pub trait Writable: RegisterSpec {
    type Writer: From<W<Self>> + DerefMut<Target = W<Self>>;
}
Expand description

Trait implemented by writeable registers.

This enables the write, write_with_zero and reset methods.

Registers marked with Readable can be also modify’ed.

Required Associated Types§

source

type Writer: From<W<Self>> + DerefMut<Target = W<Self>>

Writer type argument to write, et al.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Writable for ADDRPTR_SPEC

write(|w| ..) method takes addrptr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::aar::enable::ENABLE_SPEC

write(|w| ..) method takes enable::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::aar::events_end::EVENTS_END_SPEC

write(|w| ..) method takes events_end::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_NOTRESOLVED_SPEC

write(|w| ..) method takes events_notresolved::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_RESOLVED_SPEC

write(|w| ..) method takes events_resolved::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::aar::intenclr::INTENCLR_SPEC

write(|w| ..) method takes intenclr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::aar::intenset::INTENSET_SPEC

write(|w| ..) method takes intenset::W writer structure

§

type Writer = W

source§

impl Writable for IRKPTR_SPEC

write(|w| ..) method takes irkptr::W writer structure

§

type Writer = W

source§

impl Writable for NIRK_SPEC

write(|w| ..) method takes nirk::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::aar::power::POWER_SPEC

write(|w| ..) method takes power::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::aar::scratchptr::SCRATCHPTR_SPEC

write(|w| ..) method takes scratchptr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::aar::tasks_start::TASKS_START_SPEC

write(|w| ..) method takes tasks_start::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::aar::tasks_stop::TASKS_STOP_SPEC

write(|w| ..) method takes tasks_stop::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::adc::config::CONFIG_SPEC

write(|w| ..) method takes config::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::adc::enable::ENABLE_SPEC

write(|w| ..) method takes enable::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::adc::events_end::EVENTS_END_SPEC

write(|w| ..) method takes events_end::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::adc::intenclr::INTENCLR_SPEC

write(|w| ..) method takes intenclr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::adc::intenset::INTENSET_SPEC

write(|w| ..) method takes intenset::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::adc::power::POWER_SPEC

write(|w| ..) method takes power::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::adc::tasks_start::TASKS_START_SPEC

write(|w| ..) method takes tasks_start::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::adc::tasks_stop::TASKS_STOP_SPEC

write(|w| ..) method takes tasks_stop::W writer structure

§

type Writer = W

source§

impl Writable for CNFPTR_SPEC

write(|w| ..) method takes cnfptr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::ccm::enable::ENABLE_SPEC

write(|w| ..) method takes enable::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_ENDCRYPT_SPEC

write(|w| ..) method takes events_endcrypt::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_ENDKSGEN_SPEC

write(|w| ..) method takes events_endksgen::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::ccm::events_error::EVENTS_ERROR_SPEC

write(|w| ..) method takes events_error::W writer structure

§

type Writer = W

source§

impl Writable for INPTR_SPEC

write(|w| ..) method takes inptr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::ccm::intenclr::INTENCLR_SPEC

write(|w| ..) method takes intenclr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::ccm::intenset::INTENSET_SPEC

write(|w| ..) method takes intenset::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::ccm::mode::MODE_SPEC

write(|w| ..) method takes mode::W writer structure

§

type Writer = W

source§

impl Writable for OUTPTR_SPEC

write(|w| ..) method takes outptr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::ccm::power::POWER_SPEC

write(|w| ..) method takes power::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::ccm::scratchptr::SCRATCHPTR_SPEC

write(|w| ..) method takes scratchptr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::ccm::shorts::SHORTS_SPEC

write(|w| ..) method takes shorts::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_CRYPT_SPEC

write(|w| ..) method takes tasks_crypt::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_KSGEN_SPEC

write(|w| ..) method takes tasks_ksgen::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::ccm::tasks_stop::TASKS_STOP_SPEC

write(|w| ..) method takes tasks_stop::W writer structure

§

type Writer = W

source§

impl Writable for CTIV_SPEC

write(|w| ..) method takes ctiv::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_CTTO_SPEC

write(|w| ..) method takes events_ctto::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_DONE_SPEC

write(|w| ..) method takes events_done::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_HFCLKSTARTED_SPEC

write(|w| ..) method takes events_hfclkstarted::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_LFCLKSTARTED_SPEC

write(|w| ..) method takes events_lfclkstarted::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::clock::intenclr::INTENCLR_SPEC

write(|w| ..) method takes intenclr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::clock::intenset::INTENSET_SPEC

write(|w| ..) method takes intenset::W writer structure

§

type Writer = W

source§

impl Writable for LFCLKSRC_SPEC

write(|w| ..) method takes lfclksrc::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_CAL_SPEC

write(|w| ..) method takes tasks_cal::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_CTSTART_SPEC

write(|w| ..) method takes tasks_ctstart::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_CTSTOP_SPEC

write(|w| ..) method takes tasks_ctstop::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_HFCLKSTART_SPEC

write(|w| ..) method takes tasks_hfclkstart::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_HFCLKSTOP_SPEC

write(|w| ..) method takes tasks_hfclkstop::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_LFCLKSTART_SPEC

write(|w| ..) method takes tasks_lfclkstart::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_LFCLKSTOP_SPEC

write(|w| ..) method takes tasks_lfclkstop::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::clock::xtalfreq::XTALFREQ_SPEC

write(|w| ..) method takes xtalfreq::W writer structure

§

type Writer = W

source§

impl Writable for ECBDATAPTR_SPEC

write(|w| ..) method takes ecbdataptr::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_ENDECB_SPEC

write(|w| ..) method takes events_endecb::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_ERRORECB_SPEC

write(|w| ..) method takes events_errorecb::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::ecb::intenclr::INTENCLR_SPEC

write(|w| ..) method takes intenclr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::ecb::intenset::INTENSET_SPEC

write(|w| ..) method takes intenset::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::ecb::power::POWER_SPEC

write(|w| ..) method takes power::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_STARTECB_SPEC

write(|w| ..) method takes tasks_startecb::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_STOPECB_SPEC

write(|w| ..) method takes tasks_stopecb::W writer structure

§

type Writer = W

source§

impl Writable for DIR_SPEC

write(|w| ..) method takes dir::W writer structure

§

type Writer = W

source§

impl Writable for DIRCLR_SPEC

write(|w| ..) method takes dirclr::W writer structure

§

type Writer = W

source§

impl Writable for DIRSET_SPEC

write(|w| ..) method takes dirset::W writer structure

§

type Writer = W

source§

impl Writable for OUT_SPEC

write(|w| ..) method takes out::W writer structure

§

type Writer = W

source§

impl Writable for OUTCLR_SPEC

write(|w| ..) method takes outclr::W writer structure

§

type Writer = W

source§

impl Writable for OUTSET_SPEC

write(|w| ..) method takes outset::W writer structure

§

type Writer = W

source§

impl Writable for PIN_CNF_SPEC

write(|w| ..) method takes pin_cnf::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::gpiote::config::CONFIG_SPEC

write(|w| ..) method takes config::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_IN_SPEC

write(|w| ..) method takes events_in::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_PORT_SPEC

write(|w| ..) method takes events_port::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::gpiote::intenclr::INTENCLR_SPEC

write(|w| ..) method takes intenclr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::gpiote::intenset::INTENSET_SPEC

write(|w| ..) method takes intenset::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::gpiote::power::POWER_SPEC

write(|w| ..) method takes power::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_OUT_SPEC

write(|w| ..) method takes tasks_out::W writer structure

§

type Writer = W

source§

impl Writable for ANADETECT_SPEC

write(|w| ..) method takes anadetect::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::lpcomp::enable::ENABLE_SPEC

write(|w| ..) method takes enable::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_CROSS_SPEC

write(|w| ..) method takes events_cross::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_DOWN_SPEC

write(|w| ..) method takes events_down::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::lpcomp::events_ready::EVENTS_READY_SPEC

write(|w| ..) method takes events_ready::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_UP_SPEC

write(|w| ..) method takes events_up::W writer structure

§

type Writer = W

source§

impl Writable for EXTREFSEL_SPEC

write(|w| ..) method takes extrefsel::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::lpcomp::intenclr::INTENCLR_SPEC

write(|w| ..) method takes intenclr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::lpcomp::intenset::INTENSET_SPEC

write(|w| ..) method takes intenset::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::lpcomp::power::POWER_SPEC

write(|w| ..) method takes power::W writer structure

§

type Writer = W

source§

impl Writable for PSEL_SPEC

write(|w| ..) method takes psel::W writer structure

§

type Writer = W

source§

impl Writable for REFSEL_SPEC

write(|w| ..) method takes refsel::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::lpcomp::shorts::SHORTS_SPEC

write(|w| ..) method takes shorts::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_SAMPLE_SPEC

write(|w| ..) method takes tasks_sample::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::lpcomp::tasks_start::TASKS_START_SPEC

write(|w| ..) method takes tasks_start::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::lpcomp::tasks_stop::TASKS_STOP_SPEC

write(|w| ..) method takes tasks_stop::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::nvmc::config::CONFIG_SPEC

write(|w| ..) method takes config::W writer structure

§

type Writer = W

source§

impl Writable for ERASEALL_SPEC

write(|w| ..) method takes eraseall::W writer structure

§

type Writer = W

source§

impl Writable for ERASEPAGE_SPEC

write(|w| ..) method takes erasepage::W writer structure

§

type Writer = W

source§

impl Writable for ERASEPCR0_SPEC

write(|w| ..) method takes erasepcr0::W writer structure

§

type Writer = W

source§

impl Writable for ERASEPCR1_SPEC

write(|w| ..) method takes erasepcr1::W writer structure

§

type Writer = W

source§

impl Writable for ERASEUICR_SPEC

write(|w| ..) method takes eraseuicr::W writer structure

§

type Writer = W

source§

impl Writable for DCDCEN_SPEC

write(|w| ..) method takes dcdcen::W writer structure

§

type Writer = W

source§

impl Writable for DCDCFORCE_SPEC

write(|w| ..) method takes dcdcforce::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_POFWARN_SPEC

write(|w| ..) method takes events_pofwarn::W writer structure

§

type Writer = W

source§

impl Writable for GPREGRET_SPEC

write(|w| ..) method takes gpregret::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::power::intenclr::INTENCLR_SPEC

write(|w| ..) method takes intenclr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::power::intenset::INTENSET_SPEC

write(|w| ..) method takes intenset::W writer structure

§

type Writer = W

source§

impl Writable for POFCON_SPEC

write(|w| ..) method takes pofcon::W writer structure

§

type Writer = W

source§

impl Writable for RAMON_SPEC

write(|w| ..) method takes ramon::W writer structure

§

type Writer = W

source§

impl Writable for RAMONB_SPEC

write(|w| ..) method takes ramonb::W writer structure

§

type Writer = W

source§

impl Writable for RESET_SPEC

write(|w| ..) method takes reset::W writer structure

§

type Writer = W

source§

impl Writable for RESETREAS_SPEC

write(|w| ..) method takes resetreas::W writer structure

§

type Writer = W

source§

impl Writable for SYSTEMOFF_SPEC

write(|w| ..) method takes systemoff::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_CONSTLAT_SPEC

write(|w| ..) method takes tasks_constlat::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_LOWPWR_SPEC

write(|w| ..) method takes tasks_lowpwr::W writer structure

§

type Writer = W

source§

impl Writable for EEP_SPEC

write(|w| ..) method takes eep::W writer structure

§

type Writer = W

source§

impl Writable for TEP_SPEC

write(|w| ..) method takes tep::W writer structure

§

type Writer = W

source§

impl Writable for CHEN_SPEC

write(|w| ..) method takes chen::W writer structure

§

type Writer = W

source§

impl Writable for CHENCLR_SPEC

write(|w| ..) method takes chenclr::W writer structure

§

type Writer = W

source§

impl Writable for CHENSET_SPEC

write(|w| ..) method takes chenset::W writer structure

§

type Writer = W

source§

impl Writable for CHG_SPEC

write(|w| ..) method takes chg::W writer structure

§

type Writer = W

source§

impl Writable for DIS_SPEC

write(|w| ..) method takes dis::W writer structure

§

type Writer = W

source§

impl Writable for EN_SPEC

write(|w| ..) method takes en::W writer structure

§

type Writer = W

source§

impl Writable for DBFEN_SPEC

write(|w| ..) method takes dbfen::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::qdec::enable::ENABLE_SPEC

write(|w| ..) method takes enable::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_ACCOF_SPEC

write(|w| ..) method takes events_accof::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_REPORTRDY_SPEC

write(|w| ..) method takes events_reportrdy::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_SAMPLERDY_SPEC

write(|w| ..) method takes events_samplerdy::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::qdec::intenclr::INTENCLR_SPEC

write(|w| ..) method takes intenclr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::qdec::intenset::INTENSET_SPEC

write(|w| ..) method takes intenset::W writer structure

§

type Writer = W

source§

impl Writable for LEDPOL_SPEC

write(|w| ..) method takes ledpol::W writer structure

§

type Writer = W

source§

impl Writable for LEDPRE_SPEC

write(|w| ..) method takes ledpre::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::qdec::power::POWER_SPEC

write(|w| ..) method takes power::W writer structure

§

type Writer = W

source§

impl Writable for PSELA_SPEC

write(|w| ..) method takes psela::W writer structure

§

type Writer = W

source§

impl Writable for PSELB_SPEC

write(|w| ..) method takes pselb::W writer structure

§

type Writer = W

source§

impl Writable for PSELLED_SPEC

write(|w| ..) method takes pselled::W writer structure

§

type Writer = W

source§

impl Writable for REPORTPER_SPEC

write(|w| ..) method takes reportper::W writer structure

§

type Writer = W

source§

impl Writable for SAMPLEPER_SPEC

write(|w| ..) method takes sampleper::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::qdec::shorts::SHORTS_SPEC

write(|w| ..) method takes shorts::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_READCLRACC_SPEC

write(|w| ..) method takes tasks_readclracc::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::qdec::tasks_start::TASKS_START_SPEC

write(|w| ..) method takes tasks_start::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::qdec::tasks_stop::TASKS_STOP_SPEC

write(|w| ..) method takes tasks_stop::W writer structure

§

type Writer = W

source§

impl Writable for BASE0_SPEC

write(|w| ..) method takes base0::W writer structure

§

type Writer = W

source§

impl Writable for BASE1_SPEC

write(|w| ..) method takes base1::W writer structure

§

type Writer = W

source§

impl Writable for BCC_SPEC

write(|w| ..) method takes bcc::W writer structure

§

type Writer = W

source§

impl Writable for CRCCNF_SPEC

write(|w| ..) method takes crccnf::W writer structure

§

type Writer = W

source§

impl Writable for CRCINIT_SPEC

write(|w| ..) method takes crcinit::W writer structure

§

type Writer = W

source§

impl Writable for CRCPOLY_SPEC

write(|w| ..) method takes crcpoly::W writer structure

§

type Writer = W

source§

impl Writable for DAB_SPEC

write(|w| ..) method takes dab::W writer structure

§

type Writer = W

source§

impl Writable for DACNF_SPEC

write(|w| ..) method takes dacnf::W writer structure

§

type Writer = W

source§

impl Writable for DAP_SPEC

write(|w| ..) method takes dap::W writer structure

§

type Writer = W

source§

impl Writable for DATAWHITEIV_SPEC

write(|w| ..) method takes datawhiteiv::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_ADDRESS_SPEC

write(|w| ..) method takes events_address::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_BCMATCH_SPEC

write(|w| ..) method takes events_bcmatch::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_DEVMATCH_SPEC

write(|w| ..) method takes events_devmatch::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_DEVMISS_SPEC

write(|w| ..) method takes events_devmiss::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_DISABLED_SPEC

write(|w| ..) method takes events_disabled::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::radio::events_end::EVENTS_END_SPEC

write(|w| ..) method takes events_end::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_PAYLOAD_SPEC

write(|w| ..) method takes events_payload::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::radio::events_ready::EVENTS_READY_SPEC

write(|w| ..) method takes events_ready::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_RSSIEND_SPEC

write(|w| ..) method takes events_rssiend::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::radio::frequency::FREQUENCY_SPEC

write(|w| ..) method takes frequency::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::radio::intenclr::INTENCLR_SPEC

write(|w| ..) method takes intenclr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::radio::intenset::INTENSET_SPEC

write(|w| ..) method takes intenset::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::radio::mode::MODE_SPEC

write(|w| ..) method takes mode::W writer structure

§

type Writer = W

source§

impl Writable for OVERRIDE0_SPEC

write(|w| ..) method takes override0::W writer structure

§

type Writer = W

source§

impl Writable for OVERRIDE1_SPEC

write(|w| ..) method takes override1::W writer structure

§

type Writer = W

source§

impl Writable for OVERRIDE2_SPEC

write(|w| ..) method takes override2::W writer structure

§

type Writer = W

source§

impl Writable for OVERRIDE3_SPEC

write(|w| ..) method takes override3::W writer structure

§

type Writer = W

source§

impl Writable for OVERRIDE4_SPEC

write(|w| ..) method takes override4::W writer structure

§

type Writer = W

source§

impl Writable for PACKETPTR_SPEC

write(|w| ..) method takes packetptr::W writer structure

§

type Writer = W

source§

impl Writable for PCNF0_SPEC

write(|w| ..) method takes pcnf0::W writer structure

§

type Writer = W

source§

impl Writable for PCNF1_SPEC

write(|w| ..) method takes pcnf1::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::radio::power::POWER_SPEC

write(|w| ..) method takes power::W writer structure

§

type Writer = W

source§

impl Writable for PREFIX0_SPEC

write(|w| ..) method takes prefix0::W writer structure

§

type Writer = W

source§

impl Writable for PREFIX1_SPEC

write(|w| ..) method takes prefix1::W writer structure

§

type Writer = W

source§

impl Writable for RXADDRESSES_SPEC

write(|w| ..) method takes rxaddresses::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::radio::shorts::SHORTS_SPEC

write(|w| ..) method takes shorts::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_BCSTART_SPEC

write(|w| ..) method takes tasks_bcstart::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_BCSTOP_SPEC

write(|w| ..) method takes tasks_bcstop::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_DISABLE_SPEC

write(|w| ..) method takes tasks_disable::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_RSSISTART_SPEC

write(|w| ..) method takes tasks_rssistart::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_RSSISTOP_SPEC

write(|w| ..) method takes tasks_rssistop::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_RXEN_SPEC

write(|w| ..) method takes tasks_rxen::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::radio::tasks_start::TASKS_START_SPEC

write(|w| ..) method takes tasks_start::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::radio::tasks_stop::TASKS_STOP_SPEC

write(|w| ..) method takes tasks_stop::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_TXEN_SPEC

write(|w| ..) method takes tasks_txen::W writer structure

§

type Writer = W

source§

impl Writable for TEST_SPEC

write(|w| ..) method takes test::W writer structure

§

type Writer = W

source§

impl Writable for TIFS_SPEC

write(|w| ..) method takes tifs::W writer structure

§

type Writer = W

source§

impl Writable for TXADDRESS_SPEC

write(|w| ..) method takes txaddress::W writer structure

§

type Writer = W

source§

impl Writable for TXPOWER_SPEC

write(|w| ..) method takes txpower::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::rng::config::CONFIG_SPEC

write(|w| ..) method takes config::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_VALRDY_SPEC

write(|w| ..) method takes events_valrdy::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::rng::intenclr::INTENCLR_SPEC

write(|w| ..) method takes intenclr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::rng::intenset::INTENSET_SPEC

write(|w| ..) method takes intenset::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::rng::power::POWER_SPEC

write(|w| ..) method takes power::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::rng::shorts::SHORTS_SPEC

write(|w| ..) method takes shorts::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::rng::tasks_start::TASKS_START_SPEC

write(|w| ..) method takes tasks_start::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::rng::tasks_stop::TASKS_STOP_SPEC

write(|w| ..) method takes tasks_stop::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::rtc0::cc::CC_SPEC

write(|w| ..) method takes cc::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::rtc0::events_compare::EVENTS_COMPARE_SPEC

write(|w| ..) method takes events_compare::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_OVRFLW_SPEC

write(|w| ..) method takes events_ovrflw::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_TICK_SPEC

write(|w| ..) method takes events_tick::W writer structure

§

type Writer = W

source§

impl Writable for EVTEN_SPEC

write(|w| ..) method takes evten::W writer structure

§

type Writer = W

source§

impl Writable for EVTENCLR_SPEC

write(|w| ..) method takes evtenclr::W writer structure

§

type Writer = W

source§

impl Writable for EVTENSET_SPEC

write(|w| ..) method takes evtenset::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::rtc0::intenclr::INTENCLR_SPEC

write(|w| ..) method takes intenclr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::rtc0::intenset::INTENSET_SPEC

write(|w| ..) method takes intenset::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::rtc0::power::POWER_SPEC

write(|w| ..) method takes power::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::rtc0::prescaler::PRESCALER_SPEC

write(|w| ..) method takes prescaler::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::rtc0::tasks_clear::TASKS_CLEAR_SPEC

write(|w| ..) method takes tasks_clear::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::rtc0::tasks_start::TASKS_START_SPEC

write(|w| ..) method takes tasks_start::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::rtc0::tasks_stop::TASKS_STOP_SPEC

write(|w| ..) method takes tasks_stop::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_TRIGOVRFLW_SPEC

write(|w| ..) method takes tasks_trigovrflw::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::spi0::config::CONFIG_SPEC

write(|w| ..) method takes config::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::spi0::enable::ENABLE_SPEC

write(|w| ..) method takes enable::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::spi0::events_ready::EVENTS_READY_SPEC

write(|w| ..) method takes events_ready::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::spi0::frequency::FREQUENCY_SPEC

write(|w| ..) method takes frequency::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::spi0::intenclr::INTENCLR_SPEC

write(|w| ..) method takes intenclr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::spi0::intenset::INTENSET_SPEC

write(|w| ..) method takes intenset::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::spi0::power::POWER_SPEC

write(|w| ..) method takes power::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::spi0::pselmiso::PSELMISO_SPEC

write(|w| ..) method takes pselmiso::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::spi0::pselmosi::PSELMOSI_SPEC

write(|w| ..) method takes pselmosi::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::spi0::pselsck::PSELSCK_SPEC

write(|w| ..) method takes pselsck::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::spi0::txd::TXD_SPEC

write(|w| ..) method takes txd::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::spis1::config::CONFIG_SPEC

write(|w| ..) method takes config::W writer structure

§

type Writer = W

source§

impl Writable for DEF_SPEC

write(|w| ..) method takes def::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::spis1::enable::ENABLE_SPEC

write(|w| ..) method takes enable::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_ACQUIRED_SPEC

write(|w| ..) method takes events_acquired::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::spis1::events_end::EVENTS_END_SPEC

write(|w| ..) method takes events_end::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_ENDRX_SPEC

write(|w| ..) method takes events_endrx::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::spis1::intenclr::INTENCLR_SPEC

write(|w| ..) method takes intenclr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::spis1::intenset::INTENSET_SPEC

write(|w| ..) method takes intenset::W writer structure

§

type Writer = W

source§

impl Writable for MAXRX_SPEC

write(|w| ..) method takes maxrx::W writer structure

§

type Writer = W

source§

impl Writable for MAXTX_SPEC

write(|w| ..) method takes maxtx::W writer structure

§

type Writer = W

source§

impl Writable for ORC_SPEC

write(|w| ..) method takes orc::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::spis1::power::POWER_SPEC

write(|w| ..) method takes power::W writer structure

§

type Writer = W

source§

impl Writable for PSELCSN_SPEC

write(|w| ..) method takes pselcsn::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::spis1::pselmiso::PSELMISO_SPEC

write(|w| ..) method takes pselmiso::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::spis1::pselmosi::PSELMOSI_SPEC

write(|w| ..) method takes pselmosi::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::spis1::pselsck::PSELSCK_SPEC

write(|w| ..) method takes pselsck::W writer structure

§

type Writer = W

source§

impl Writable for RXDPTR_SPEC

write(|w| ..) method takes rxdptr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::spis1::shorts::SHORTS_SPEC

write(|w| ..) method takes shorts::W writer structure

§

type Writer = W

source§

impl Writable for STATUS_SPEC

write(|w| ..) method takes status::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_ACQUIRE_SPEC

write(|w| ..) method takes tasks_acquire::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_RELEASE_SPEC

write(|w| ..) method takes tasks_release::W writer structure

§

type Writer = W

source§

impl Writable for TXDPTR_SPEC

write(|w| ..) method takes txdptr::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_DATARDY_SPEC

write(|w| ..) method takes events_datardy::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::temp::intenclr::INTENCLR_SPEC

write(|w| ..) method takes intenclr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::temp::intenset::INTENSET_SPEC

write(|w| ..) method takes intenset::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::temp::power::POWER_SPEC

write(|w| ..) method takes power::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::temp::tasks_start::TASKS_START_SPEC

write(|w| ..) method takes tasks_start::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::temp::tasks_stop::TASKS_STOP_SPEC

write(|w| ..) method takes tasks_stop::W writer structure

§

type Writer = W

source§

impl Writable for BITMODE_SPEC

write(|w| ..) method takes bitmode::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::timer0::cc::CC_SPEC

write(|w| ..) method takes cc::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::timer0::events_compare::EVENTS_COMPARE_SPEC

write(|w| ..) method takes events_compare::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::timer0::intenclr::INTENCLR_SPEC

write(|w| ..) method takes intenclr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::timer0::intenset::INTENSET_SPEC

write(|w| ..) method takes intenset::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::timer0::mode::MODE_SPEC

write(|w| ..) method takes mode::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::timer0::power::POWER_SPEC

write(|w| ..) method takes power::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::timer0::prescaler::PRESCALER_SPEC

write(|w| ..) method takes prescaler::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::timer0::shorts::SHORTS_SPEC

write(|w| ..) method takes shorts::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_CAPTURE_SPEC

write(|w| ..) method takes tasks_capture::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::timer0::tasks_clear::TASKS_CLEAR_SPEC

write(|w| ..) method takes tasks_clear::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_COUNT_SPEC

write(|w| ..) method takes tasks_count::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_SHUTDOWN_SPEC

write(|w| ..) method takes tasks_shutdown::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::timer0::tasks_start::TASKS_START_SPEC

write(|w| ..) method takes tasks_start::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::timer0::tasks_stop::TASKS_STOP_SPEC

write(|w| ..) method takes tasks_stop::W writer structure

§

type Writer = W

source§

impl Writable for ADDRESS_SPEC

write(|w| ..) method takes address::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::twi0::enable::ENABLE_SPEC

write(|w| ..) method takes enable::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::twi0::errorsrc::ERRORSRC_SPEC

write(|w| ..) method takes errorsrc::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_BB_SPEC

write(|w| ..) method takes events_bb::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::twi0::events_error::EVENTS_ERROR_SPEC

write(|w| ..) method takes events_error::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_RXDREADY_SPEC

write(|w| ..) method takes events_rxdready::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_STOPPED_SPEC

write(|w| ..) method takes events_stopped::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_SUSPENDED_SPEC

write(|w| ..) method takes events_suspended::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_TXDSENT_SPEC

write(|w| ..) method takes events_txdsent::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::twi0::frequency::FREQUENCY_SPEC

write(|w| ..) method takes frequency::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::twi0::intenclr::INTENCLR_SPEC

write(|w| ..) method takes intenclr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::twi0::intenset::INTENSET_SPEC

write(|w| ..) method takes intenset::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::twi0::power::POWER_SPEC

write(|w| ..) method takes power::W writer structure

§

type Writer = W

source§

impl Writable for PSELSCL_SPEC

write(|w| ..) method takes pselscl::W writer structure

§

type Writer = W

source§

impl Writable for PSELSDA_SPEC

write(|w| ..) method takes pselsda::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::twi0::shorts::SHORTS_SPEC

write(|w| ..) method takes shorts::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_RESUME_SPEC

write(|w| ..) method takes tasks_resume::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::twi0::tasks_startrx::TASKS_STARTRX_SPEC

write(|w| ..) method takes tasks_startrx::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::twi0::tasks_starttx::TASKS_STARTTX_SPEC

write(|w| ..) method takes tasks_starttx::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::twi0::tasks_stop::TASKS_STOP_SPEC

write(|w| ..) method takes tasks_stop::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::twi0::tasks_suspend::TASKS_SUSPEND_SPEC

write(|w| ..) method takes tasks_suspend::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::twi0::txd::TXD_SPEC

write(|w| ..) method takes txd::W writer structure

§

type Writer = W

source§

impl Writable for BAUDRATE_SPEC

write(|w| ..) method takes baudrate::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::uart0::config::CONFIG_SPEC

write(|w| ..) method takes config::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::uart0::enable::ENABLE_SPEC

write(|w| ..) method takes enable::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::uart0::errorsrc::ERRORSRC_SPEC

write(|w| ..) method takes errorsrc::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_CTS_SPEC

write(|w| ..) method takes events_cts::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::uart0::events_error::EVENTS_ERROR_SPEC

write(|w| ..) method takes events_error::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_NCTS_SPEC

write(|w| ..) method takes events_ncts::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_RXDRDY_SPEC

write(|w| ..) method takes events_rxdrdy::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_RXTO_SPEC

write(|w| ..) method takes events_rxto::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_TXDRDY_SPEC

write(|w| ..) method takes events_txdrdy::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::uart0::intenclr::INTENCLR_SPEC

write(|w| ..) method takes intenclr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::uart0::intenset::INTENSET_SPEC

write(|w| ..) method takes intenset::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::uart0::power::POWER_SPEC

write(|w| ..) method takes power::W writer structure

§

type Writer = W

source§

impl Writable for PSELCTS_SPEC

write(|w| ..) method takes pselcts::W writer structure

§

type Writer = W

source§

impl Writable for PSELRTS_SPEC

write(|w| ..) method takes pselrts::W writer structure

§

type Writer = W

source§

impl Writable for PSELRXD_SPEC

write(|w| ..) method takes pselrxd::W writer structure

§

type Writer = W

source§

impl Writable for PSELTXD_SPEC

write(|w| ..) method takes pseltxd::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::uart0::shorts::SHORTS_SPEC

write(|w| ..) method takes shorts::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::uart0::tasks_startrx::TASKS_STARTRX_SPEC

write(|w| ..) method takes tasks_startrx::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::uart0::tasks_starttx::TASKS_STARTTX_SPEC

write(|w| ..) method takes tasks_starttx::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_STOPRX_SPEC

write(|w| ..) method takes tasks_stoprx::W writer structure

§

type Writer = W

source§

impl Writable for TASKS_STOPTX_SPEC

write(|w| ..) method takes tasks_stoptx::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::uart0::tasks_suspend::TASKS_SUSPEND_SPEC

write(|w| ..) method takes tasks_suspend::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::uart0::txd::TXD_SPEC

write(|w| ..) method takes txd::W writer structure

§

type Writer = W

source§

impl Writable for BOOTLOADERADDR_SPEC

write(|w| ..) method takes bootloaderaddr::W writer structure

§

type Writer = W

source§

impl Writable for CLENR0_SPEC

write(|w| ..) method takes clenr0::W writer structure

§

type Writer = W

source§

impl Writable for CUSTOMER_SPEC

write(|w| ..) method takes customer::W writer structure

§

type Writer = W

source§

impl Writable for NRFFW_SPEC

write(|w| ..) method takes nrffw::W writer structure

§

type Writer = W

source§

impl Writable for NRFHW_SPEC

write(|w| ..) method takes nrfhw::W writer structure

§

type Writer = W

source§

impl Writable for RBPCONF_SPEC

write(|w| ..) method takes rbpconf::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::uicr::xtalfreq::XTALFREQ_SPEC

write(|w| ..) method takes xtalfreq::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::wdt::config::CONFIG_SPEC

write(|w| ..) method takes config::W writer structure

§

type Writer = W

source§

impl Writable for CRV_SPEC

write(|w| ..) method takes crv::W writer structure

§

type Writer = W

source§

impl Writable for EVENTS_TIMEOUT_SPEC

write(|w| ..) method takes events_timeout::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::wdt::intenclr::INTENCLR_SPEC

write(|w| ..) method takes intenclr::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::wdt::intenset::INTENSET_SPEC

write(|w| ..) method takes intenset::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::wdt::power::POWER_SPEC

write(|w| ..) method takes power::W writer structure

§

type Writer = W

source§

impl Writable for RR_SPEC

write(|w| ..) method takes rr::W writer structure

§

type Writer = W

source§

impl Writable for RREN_SPEC

write(|w| ..) method takes rren::W writer structure

§

type Writer = W

source§

impl Writable for nrf51_hal::pac::wdt::tasks_start::TASKS_START_SPEC

write(|w| ..) method takes tasks_start::W writer structure

§

type Writer = W