Searched refs:resp (Results 26 – 31 of 31) sorted by relevance
12
/Zephyr-latest/drivers/sdhc/ |
D | intel_emmc_host.h | 300 struct resp { struct
|
D | sdhc_esp32.c | 49 #define MMC_R1_CURRENT_STATE(resp) (((resp)[0] >> 9) & 0xf) argument 328 memcpy(cmd->response, (uint32_t *)sdio_hw->resp, 4 * sizeof(uint32_t)); in process_command_response() 330 cmd->response[0] = sdio_hw->resp[0]; in process_command_response()
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | updatehub.c | 387 static int install_update_cb_check_blk_num(const struct coap_packet *resp) in install_update_cb_check_blk_num() argument 393 blk2_opt = coap_get_option_int(resp, COAP_OPTION_BLOCK2); in install_update_cb_check_blk_num() 394 (void)coap_packet_get_payload(resp, &payload_len); in install_update_cb_check_blk_num()
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | hfp_hf.c | 139 int hfp_hf_send_cmd(struct bt_hfp_hf *hf, at_resp_cb_t resp, in hfp_hf_send_cmd() argument 147 at_register(&hf->at, resp, finish); in hfp_hf_send_cmd()
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap_client.c | 723 struct coap_client *client, const struct coap_packet *resp) in get_request_with_token() argument 729 response_tkl = coap_header_get_token(resp, response_token); in get_request_with_token()
|
/Zephyr-latest/include/zephyr/net/ |
D | wifi_mgmt.h | 1234 char resp[WIFI_DPP_QRCODE_MAX_LEN + 1]; member
|
12