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

type C2ICR = Reg<u32, _C2ICR>;

HSEM Interrupt clear register

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

For information about available fields see c2icr module

Trait Implementations

impl Readable for C2ICR[src]

read() method returns c2icr::R reader structure

impl ResetValue for C2ICR[src]

Register C2ICR reset()'s with value 0

type Type = u32

Register size

impl Writable for C2ICR[src]

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