Skip to main content

WN7816

Type Alias WN7816 

Source
pub type WN7816 = Reg<u8, _WN7816>;
Expand description

UART 7816 Wait N Register

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

For information about available fields see wn7816 module

Aliased Type§

pub struct WN7816 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for WN7816

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

read() method returns wn7816::R reader structure

Source§

impl Writable for WN7816

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