pub unsafe extern "C" fn subghz_protocol_blocks_set_bit_array(
bit_value: bool,
data_array: *mut u8,
set_index_bit: usize,
max_size_array: usize,
)Expand description
Set data bit when encoding HEX array.
ยงArguments
bit_value- The value of the bit to be setdata_array- Pointer to a HEX arrayset_index_bit- Number set a bit in the array starting from the leftmax_size_array- array size, check not to overflow