RIS

Type Alias RIS 

Source
pub type RIS = Reg<u32, _RIS>;
Expand description

UART raw interrupt status The RIS register is the raw interrupt status register. On a read, this register gives the current raw status value of the corresponding interrupt. A write has no effect. Note that the HW modem flow control bits are only implemented on UART1 and are tied inactive on UART0.

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

For information about avaliable fields see ris module

Aliased Type§

pub struct RIS { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for RIS

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

read() method returns ris::R reader structure

Source§

impl Writable for RIS

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