[][src]Type Definition stm32wb_pac::hsem::R16

type R16 = Reg<u32, _R16>;

Semaphore 16 register

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

For information about available fields see r16 module

Trait Implementations

impl Readable for R16[src]

read() method returns r16::R reader structure

impl ResetValue for R16[src]

Register R16 reset()'s with value 0

type Type = u32

Register size

impl Writable for R16[src]

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