EVCTRL

Type Alias EVCTRL 

Source
pub type EVCTRL = Reg<u8, _EVCTRL>;
Expand description

Event Control

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

For information about avaliable fields see evctrl module

Aliased Type§

pub struct EVCTRL { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for EVCTRL

Register EVCTRL reset()’s with value 0

Source§

type Type = u8

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for EVCTRL

read() method returns evctrl::R reader structure

Source§

impl Writable for EVCTRL

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