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

\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