COUNT2_RX

Type Alias COUNT2_RX 

Source
pub type COUNT2_RX = Reg<u16, _COUNT2_RX>;
Expand description

Reception byte count 0

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

For information about available fields see count2_rx module

Aliased Type§

pub struct COUNT2_RX { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for COUNT2_RX

Register COUNT2_RX reset()’s with value 0

Source§

type Type = u16

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for COUNT2_RX

read() method returns count2_rx::R reader structure

Source§

impl Writable for COUNT2_RX

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