Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_si91x_driver.c1889 sl_si91x_read_flash_request_t m4_to_ta_read_request = { 0 }; in sl_si91x_command_to_read_common_flash() local
1890 memset(&m4_to_ta_read_request, 0, sizeof(sl_si91x_read_flash_request_t)); in sl_si91x_command_to_read_common_flash()
1891 m4_to_ta_read_request.sub_cmd = SL_SI91X_READ_FROM_COMMON_FLASH; in sl_si91x_command_to_read_common_flash()
1892 m4_to_ta_read_request.nwp_address = read_address; in sl_si91x_command_to_read_common_flash()
1893 m4_to_ta_read_request.output_buffer_length = (uint16_t)chunkSize; in sl_si91x_command_to_read_common_flash()
1899 &m4_to_ta_read_request, in sl_si91x_command_to_read_common_flash()