Type Alias CCER

Source
pub type CCER = Reg<u32, _CCER>;
Expand description

capture/compare enable register

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

For information about available fields see ccer module

Aliased Type§

pub struct CCER { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for CCER

Register CCER reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for CCER

read() method returns ccer::R reader structure

Source§

impl Writable for CCER

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