Home
last modified time | relevance | path

Searched refs:output_buffer (Results 1 – 2 of 2) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/
Dsl_si91x_driver.h528 …l_si91x_command_to_read_common_flash(uint32_t read_address, size_t length, uint8_t *output_buffer);
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_si91x_driver.c1872 …sl_si91x_command_to_read_common_flash(uint32_t read_address, size_t length, uint8_t *output_buffer) in sl_si91x_command_to_read_common_flash() argument
1875 SL_VERIFY_POINTER_OR_RETURN(output_buffer, SL_STATUS_INVALID_PARAMETER); in sl_si91x_command_to_read_common_flash()
1912 memcpy(output_buffer, packet->data, packet->length); in sl_si91x_command_to_read_common_flash()
1917 output_buffer += chunkSize; in sl_si91x_command_to_read_common_flash()