pub type usbd_hw_ep_setstall = Option<unsafe extern "C" fn(ep: u8, stall: bool)>;
Expand description

Stalls and unstalls endpoint \param ep endpoint address \param stall endpoint will be stalled if TRUE and unstalled otherwise. \note Has no effect on inactive endpoints.