[][src]Type Definition nrf52832_pac::ppi::CHENCLR

type CHENCLR = Reg<u32, _CHENCLR>;

Channel enable clear register

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

For information about available fields see chenclr module

Trait Implementations

impl Readable for CHENCLR[src]

read() method returns chenclr::R reader structure

impl ResetValue for CHENCLR[src]

Register CHENCLR reset()'s with value 0

type Type = u32

Register size

impl Writable for CHENCLR[src]

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