Searched refs:ta_to_m4_request (Results 1 – 1 of 1) sorted by relevance
1798 sl_si91x_request_ta2m4_t ta_to_m4_request = { 0 }; in sl_si91x_command_to_write_common_flash() local1809 memset(&ta_to_m4_request, 0, sizeof(sl_si91x_request_ta2m4_t)); in sl_si91x_command_to_write_common_flash()1810 ta_to_m4_request.sub_cmd = SL_SI91X_WRITE_TO_COMMON_FLASH; in sl_si91x_command_to_write_common_flash()1811 ta_to_m4_request.addr = write_address; in sl_si91x_command_to_write_common_flash()1812 ta_to_m4_request.input_buffer_length = (uint16_t)chunkSize; in sl_si91x_command_to_write_common_flash()1813 ta_to_m4_request.flash_sector_erase_enable = flash_sector_erase_enable; in sl_si91x_command_to_write_common_flash()1819 &ta_to_m4_request, in sl_si91x_command_to_write_common_flash()1843 memset(&ta_to_m4_request, 0, sizeof(sl_si91x_request_ta2m4_t)); in sl_si91x_command_to_write_common_flash()1844 ta_to_m4_request.sub_cmd = SL_SI91X_WRITE_TO_COMMON_FLASH; in sl_si91x_command_to_write_common_flash()1845 ta_to_m4_request.addr = write_address; in sl_si91x_command_to_write_common_flash()[all …]