Type Alias COMP1_CSR

Source
pub type COMP1_CSR = Reg<u32, _COMP1_CSR>;
Expand description

Comparator 1 control and status register

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

For information about available fields see comp1_csr module

Aliased Type§

pub struct COMP1_CSR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for COMP1_CSR

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

read() method returns comp1_csr::R reader structure

Source§

impl Writable for COMP1_CSR

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