imxrt1062_ewm

Type Alias CMPL

Source
pub type CMPL = Reg<u8, _CMPL>;
Expand description

Compare Low Register

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

For information about available fields see cmpl module

Aliased Type§

struct CMPL { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for CMPL

Register CMPL 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 CMPL

read() method returns cmpl::R reader structure

Source§

impl Writable for CMPL

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