Type Definition flipper0::ffi::usbd_hw_ep_config

source ·
pub type usbd_hw_ep_config = Option<unsafe extern "C" fn(u8, u8, u16) -> bool>;
Expand description

\brief Configures endpoint \param ep endpoint address. Use USB_EPDIR_ macros to set endpoint direction \param eptype endpoint type. Use USB_EPTYPE_* macros. \param epsize endpoint size in bytes \return TRUE if success