Type Alias RTSR1

Source
pub type RTSR1 = Reg<u32, _RTSR1>;
Expand description

Rising Trigger selection register

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

For information about available fields see rtsr1 module

Aliased Type§

pub struct RTSR1 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for RTSR1

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

read() method returns rtsr1::R reader structure

Source§

impl Writable for RTSR1

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