Type Definition stm32g0::stm32g0c1::usb::istr::ESOF_W

source · []
pub type ESOF_W<'a, const O: u8> = BitWriter<'a, u32, ISTR_SPEC, bool, O>;
Expand description

Field ESOF writer - Expected start of frame This bit is set by the hardware when an SOF packet is expected but not received. The host sends an SOF packet each 1Â ms, but if the device does not receive it properly, the Suspend Timer issues this interrupt. If three consecutive ESOF interrupts are generated (i.e. three SOF packets are lost) without any traffic occurring in between, a SUSP interrupt is generated. This bit is set even when the missing SOF packets occur while the Suspend Timer is not yet locked. This bit is read/write but only ’0 can be written and writing ’1 has no effect.