Type Definition flipperzero_sys::usbd_hw_ep_write

source ·
pub type usbd_hw_ep_write = Option<unsafe extern "C" fn(ep: u8, buf: *const c_void, blen: u16) -> i32>;
Expand description

Re-export bindings \brief Writes data to IN or control endpoint \param ep endpoint index, hould belong to IN or CONTROL endpoint \param buf pointer to data buffer \param blen size of data will be written \return number of written bytes