Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rpmsg.c399 hal_rpmsg_status_t HAL_RpmsgSendTimeout(hal_rpmsg_handle_t handle, uint8_t *data, uint32_t length, … in HAL_RpmsgSendTimeout() function
459 return HAL_RpmsgSendTimeout(handle, data, length, RPMSG_WAITFOREVER); in HAL_RpmsgSend()
Dfsl_adapter_rpmsg.h157 hal_rpmsg_status_t HAL_RpmsgSendTimeout(hal_rpmsg_handle_t handle, uint8_t *data, uint32_t length, …
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/connected_mcu/
Dfwk_platform_ble.c167 status = (int)HAL_RpmsgSendTimeout(hciRpmsgHandle, msg, len, PLATFORM_BLE_HCI_TIMEOUT_MS); in PLATFORM_SendHciMessage()