Home
last modified time | relevance | path

Searched refs:resp (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/srtm/
Dsrtm_dispatcher.c537 srtm_response_t resp; in SRTM_Dispatcher_Request() local
559 req->reqMsg.sync.resp = NULL; in SRTM_Dispatcher_Request()
583 resp = req->reqMsg.sync.resp; in SRTM_Dispatcher_Request()
586 *pResp = resp; /* Now application gets response and will destroy it later */ in SRTM_Dispatcher_Request()
589 if (resp == NULL) /* Failed to get response */ in SRTM_Dispatcher_Request()
597 SRTM_Response_Destroy(resp); in SRTM_Dispatcher_Request()
622 srtm_status_t SRTM_Dispatcher_DeliverResponse(srtm_dispatcher_t disp, srtm_response_t resp) in SRTM_Dispatcher_DeliverResponse() argument
626 return SRTM_Dispatcher_DeliverRawData(disp, resp); in SRTM_Dispatcher_DeliverResponse()
815 srtm_response_t resp; in SRTM_Dispatcher_HandleResponse() local
842 resp = SRTM_Message_Duplicate(msg); in SRTM_Dispatcher_HandleResponse()
[all …]
Dsrtm_message_struct.h79 srtm_response_t resp; /*!< SRTM request message response */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC802/drivers/
Drom_api.h20 void (*set_pll)(unsigned int cmd[], unsigned int resp[]);
21 void (*set_power)(unsigned int cmd[], unsigned int resp[]);
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC804/drivers/
Drom_api.h20 void (*set_pll)(unsigned int cmd[], unsigned int resp[]);
21 void (*set_power)(unsigned int cmd[], unsigned int resp[]);
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/include/
Dsrtm_dispatcher.h25 …ispatcher_resp_cb_t)(srtm_dispatcher_t disp, srtm_message_t req, srtm_message_t resp, void *param);
154 srtm_status_t SRTM_Dispatcher_DeliverResponse(srtm_dispatcher_t disp, srtm_response_t resp);