R16

Type Alias R16 

Source
pub type R16 = Reg<u32, _R16>;
Expand description

Semaphore 16 register

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

For information about available fields see r16 module

Aliased Type§

pub struct R16 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for R16

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

read() method returns r16::R reader structure

Source§

impl Writable for R16

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