[][src]Type Definition nrf51::rtc0::EVTENSET

type EVTENSET = Reg<u32, _EVTENSET>;

Enable events routing to PPI. The reading of this register gives the value of EVTEN.

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

For information about available fields see evtenset module

Trait Implementations

impl Readable for EVTENSET[src]

read() method returns evtenset::R reader structure

impl ResetValue for EVTENSET[src]

Register EVTENSET reset()'s with value 0

type Type = u32

Register size

impl Writable for EVTENSET[src]

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