Home
last modified time | relevance | path

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

/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/drivers_ext/gr551x/
Dgr551x_spi_flash.c168 app_qspi_command_receive_async(g_qspi_ctl.qspi_id, &command, (uint8_t*)&status); in spi_flash_read_status()
206 app_qspi_command_receive_async(g_qspi_ctl.qspi_id, &command, data); in spi_flash_device_size()
287 app_qspi_command_receive_async(g_qspi_ctl.qspi_id, &command, buffer); in qspi_flash_read()
602 app_qspi_command_receive_async(g_qspi_ctl.qspi_id, &command, data); in spi_flash_device_id()
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/app_drivers/inc/
Dapp_qspi.h250 uint16_t app_qspi_command_receive_async(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint8_t *p_dat…
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/app_drivers/src/
Dapp_qspi.c779 uint16_t app_qspi_command_receive_async(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint8_t *p_dat… in app_qspi_command_receive_async() function