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

type C1ICR = Reg<u32, _C1ICR>;

HSEM Interrupt clear register

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

For information about available fields see c1icr module

Trait Implementations

impl Readable for C1ICR[src]

read() method returns c1icr::R reader structure

impl ResetValue for C1ICR[src]

Register C1ICR reset()'s with value 0

type Type = u32

Register size

impl Writable for C1ICR[src]

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