Searched refs:direct_command (Results 1 – 1 of 1) sorted by relevance
621 spi_flash_direct_transfer_t direct_command = {0}; in R_OSPI_B_Erase() local622 direct_command.command = erase_command; in R_OSPI_B_Erase()623 direct_command.address = chip_address; in R_OSPI_B_Erase()624 direct_command.address_length = (!send_address) ? 0U : in R_OSPI_B_Erase()626 direct_command.command_length = (NULL != p_cmd_set) ? (uint8_t) p_cmd_set->command_bytes : 1U; in R_OSPI_B_Erase()628 …r_ospi_b_direct_transfer(p_instance_ctrl->channel, &direct_command, SPI_FLASH_DIRECT_TRANSFER_DIR_… in R_OSPI_B_Erase()868 spi_flash_direct_transfer_t direct_command = {0}; in r_ospi_b_status_sub() local873 direct_command.command = p_cfg->status_command; in r_ospi_b_status_sub()874 direct_command.command_length = 1U; in r_ospi_b_status_sub()875 …direct_command.dummy_cycles = ((ospi_b_extended_cfg_t const *) p_cfg->p_extend)->status_dummy_cy… in r_ospi_b_status_sub()[all …]