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

type R0 = Reg<u32, _R0>;

Semaphore 0 register

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

For information about available fields see r0 module

Trait Implementations

impl Readable for R0[src]

read() method returns r0::R reader structure

impl ResetValue for R0[src]

Register R0 reset()'s with value 0

type Type = u32

Register size

impl Writable for R0[src]

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