Struct nrf52840::usbd::HALTED[][src]

#[repr(C)]
pub struct HALTED { pub epin: [EPIN; 8], pub epout: [EPOUT; 8], // some fields omitted }

Register block

Fields

0x00 - Description collection[n]: IN endpoint halted status. Can be used as is as response to a GetStatus() request to endpoint.

0x24 - Description collection[n]: OUT endpoint halted status. Can be used as is as response to a GetStatus() request to endpoint.

Auto Trait Implementations

impl Send for HALTED

impl !Sync for HALTED