Home
last modified time | relevance | path

Searched defs:p_cmd (Results 1 – 2 of 2) sorted by relevance

/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/app_drivers/src/
Dapp_qspi.c639 uint16_t app_qspi_command_receive_sync(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint8_t *p_data… in app_qspi_command_receive_sync()
665 uint16_t app_qspi_command_receive_sem_sync(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint8_t *p_… in app_qspi_command_receive_sem_sync()
727 uint16_t app_qspi_command_receive_high_speed_sync(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint… in app_qspi_command_receive_high_speed_sync()
779 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()
820 uint16_t app_qspi_command_transmit_sync(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint8_t *p_dat… in app_qspi_command_transmit_sync()
846 static uint16_t sem_sync_params_check(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint8_t *p_data) in sem_sync_params_check()
861 static hal_status_t command_transmit_process(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint8_t *… in command_transmit_process()
885 uint16_t app_qspi_command_transmit_sem_sync(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint8_t *p… in app_qspi_command_transmit_sem_sync()
931 uint16_t app_qspi_command_transmit_high_speed_sync(app_qspi_id_t id, app_qspi_command_t *p_cmd, uin… in app_qspi_command_transmit_high_speed_sync()
987 uint16_t app_qspi_command_transmit_async(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint8_t *p_da… in app_qspi_command_transmit_async()
[all …]
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/ams_c/
Dams_c.h178 ams_c_cmd_id_t *p_cmd; /**< Command list. */ member