Home
last modified time | relevance | path

Searched refs:HAL_RpmsgDeinit (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rpmsg.h142 hal_rpmsg_status_t HAL_RpmsgDeinit(hal_rpmsg_handle_t handle);
Dfsl_adapter_rpmsg.c374 hal_rpmsg_status_t HAL_RpmsgDeinit(hal_rpmsg_handle_t handle) in HAL_RpmsgDeinit() function
Dfsl_adapter_rfimu.c1795 hal_rpmsg_status_t HAL_RpmsgDeinit(hal_rpmsg_handle_t handle) in HAL_RpmsgDeinit() function
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rw61x/
Dfwk_platform_hdlc.c298 rpmsgStatus = HAL_RpmsgDeinit((hal_rpmsg_handle_t)hdlcRpmsgHandle); in PLATFORM_TerminateHdlcRpmsg()
Dfwk_platform_ble.c755 if (HAL_RpmsgDeinit(hci_rpmsg_handle) != kStatus_HAL_RpmsgSuccess) in PLATFORM_TerminateHciLink()
/hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_rpmsg.c151 (void)HAL_RpmsgDeinit((hal_rpmsg_handle_t)serialRpmsgHandle->rpmsgHandleBuffer); in Serial_RpmsgDeinit()