[][src]Type Definition nrf52832_pac::rtc0::EVTENCLR

type EVTENCLR = Reg<u32, _EVTENCLR>;

Disable event routing

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see evtenclr module

Trait Implementations

impl Readable for EVTENCLR[src]

read() method returns evtenclr::R reader structure

impl ResetValue for EVTENCLR[src]

Register EVTENCLR reset()'s with value 0

type Type = u32

Register size

impl Writable for EVTENCLR[src]

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