Type Alias R5

Source
pub type R5 = Reg<u32, _R5>;
Expand description

Semaphore 5 register

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

For information about available fields see r5 module

Aliased Type§

pub struct R5 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for R5

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

read() method returns r5::R reader structure

Source§

impl Writable for R5

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