[][src]Type Definition stm32wb_pac::usart1::ICR

type ICR = Reg<u32, _ICR>;

Interrupt flag clear register

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

For information about available fields see icr module

Trait Implementations

impl ResetValue for ICR[src]

Register ICR reset()'s with value 0

type Type = u32

Register size

impl Writable for ICR[src]

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