R0

Type Alias R0 

Source
pub type R0 = Reg<u32, _R0>;
Expand description

Semaphore 0 register

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

For information about available fields see r0 module

Aliased Type§

pub struct R0 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for R0

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

read() method returns r0::R reader structure

Source§

impl Writable for R0

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