pub unsafe extern "C" fn subghz_protocol_blocks_get_upload_from_bit_array(
data_array: *mut u8,
count_bit_data_array: usize,
upload: *mut LevelDuration,
max_size_upload: usize,
duration_bit: u32,
align_bit: SubGhzProtocolBlockAlignBit,
) -> usizeExpand description
Generating an upload from data.
ยงArguments
data_array- Pointer to a HEX arraycount_bit_data_array- How many bits in the array are processedupload- Pointer to a LevelDurationmax_size_upload- upload size, check not to overflowduration_bit- duration 1 bitalign_bit- alignment of useful bits in an array