CNDTR2

Type Alias CNDTR2 

Source
pub type CNDTR2 = Reg<u32, _CNDTR2>;
Expand description

channel x number of data register

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

For information about available fields see cndtr2 module

Aliased Type§

pub struct CNDTR2 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for CNDTR2

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

read() method returns cndtr2::R reader structure

Source§

impl Writable for CNDTR2

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