R31

Type Alias R31 

Source
pub type R31 = Reg<u32, _R31>;
Expand description

Semaphore 31 register

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

For information about available fields see r31 module

Aliased Type§

pub struct R31 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for R31

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

read() method returns r31::R reader structure

Source§

impl Writable for R31

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