pub unsafe extern "C" fn rfalISO14443ATransceiveAnticollisionFrame(
    buf: *mut u8,
    bytesToSend: *mut u8,
    bitsToSend: *mut u8,
    rxLength: *mut u16,
    fwt: u32
) -> u16
Expand description

\brief Sends an ISO14443A Anticollision Frame

This is use to perform ISO14443A anti-collision. \note Anticollision is sent without CRC

\param[in] buf : reference to ANTICOLLISION command (with known UID if any) to be sent (also out param) reception will be place on this buf after bytesToSend \param[in] bytesToSend: reference number of full bytes to be sent (including CMD byte and SEL_PAR) if a collision occurs will contain the number of clear bytes \param[in] bitsToSend : reference to number of bits (0-7) to be sent; and received (also out param) if a collision occurs will indicate the number of clear bits (also out param) \param[out] rxLength : reference to the return the received length \param[in] fwt : Frame Waiting Time in 1/fc

\return ERR_NONE if there is no error