pub unsafe extern "C" fn icsneo_setWriteBlocks(
    device: *const neodevice_t,
    blocks: bool
)
Expand description

\brief Set the behavior of whether writing is a blocking action or not. \param[in] device A pointer to the neodevice_t structure specifying the device to transmit on. \param[in] blocks Whether or not writing is a blocking action.

By default, writing is a blocking action.