COMP4_CSR

Type Alias COMP4_CSR 

Source
pub type COMP4_CSR = Reg<u32, _COMP4_CSR>;
Expand description

control and status register

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

For information about available fields see comp4_csr module

Aliased Type§

pub struct COMP4_CSR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for COMP4_CSR

Register COMP4_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 COMP4_CSR

read() method returns comp4_csr::R reader structure

Source§

impl Writable for COMP4_CSR

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