Type Definition flipper0::ffi::usbd_hw_ep_deconfig

source ·
pub type usbd_hw_ep_deconfig = Option<unsafe extern "C" fn(u8)>;
Expand description

\brief De-configures, cleans and disables endpoint \param ep endpoint index \note if you have two one-direction single-buffered endpoints with same index (i.e. 0x02 and 0x82) both will be deconfigured.