Home
last modified time | relevance | path

Searched refs:hal_rpmsg_handle_t (Results 1 – 9 of 9) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rpmsg.h61 typedef void *hal_rpmsg_handle_t; typedef
132 hal_rpmsg_status_t HAL_RpmsgInit(hal_rpmsg_handle_t handle, hal_rpmsg_config_t *config);
142 hal_rpmsg_status_t HAL_RpmsgDeinit(hal_rpmsg_handle_t handle);
157 hal_rpmsg_status_t HAL_RpmsgSendTimeout(hal_rpmsg_handle_t handle, uint8_t *data, uint32_t length, …
171 hal_rpmsg_status_t HAL_RpmsgSend(hal_rpmsg_handle_t handle, uint8_t *data, uint32_t length);
187 void *HAL_RpmsgAllocTxBufferTimeout(hal_rpmsg_handle_t handle, uint32_t size, uint32_t timeout);
202 void *HAL_RpmsgAllocTxBuffer(hal_rpmsg_handle_t handle, uint32_t size);
227 hal_rpmsg_status_t HAL_RpmsgNoCopySend(hal_rpmsg_handle_t handle, uint8_t *data, uint32_t length);
242 hal_rpmsg_status_t HAL_RpmsgFreeRxBuffer(hal_rpmsg_handle_t handle, uint8_t *data);
255 hal_rpmsg_status_t HAL_RpmsgInstallRxCallback(hal_rpmsg_handle_t handle, rpmsg_rx_callback_t callba…
[all …]
Dfsl_adapter_rpmsg.c224 static hal_rpmsg_status_t HAL_RpmsgMasterInit(hal_rpmsg_handle_t handle, hal_rpmsg_config_t *config) in HAL_RpmsgMasterInit()
294 static hal_rpmsg_status_t HAL_RpmsgRemoteInit(hal_rpmsg_handle_t handle, hal_rpmsg_config_t *config) in HAL_RpmsgRemoteInit()
339 hal_rpmsg_status_t HAL_RpmsgInit(hal_rpmsg_handle_t handle, hal_rpmsg_config_t *config) in HAL_RpmsgInit()
374 hal_rpmsg_status_t HAL_RpmsgDeinit(hal_rpmsg_handle_t handle) in HAL_RpmsgDeinit()
399 hal_rpmsg_status_t HAL_RpmsgSendTimeout(hal_rpmsg_handle_t handle, uint8_t *data, uint32_t length, … in HAL_RpmsgSendTimeout()
457 hal_rpmsg_status_t HAL_RpmsgSend(hal_rpmsg_handle_t handle, uint8_t *data, uint32_t length) in HAL_RpmsgSend()
462 void *HAL_RpmsgAllocTxBuffer(hal_rpmsg_handle_t handle, uint32_t size) in HAL_RpmsgAllocTxBuffer()
467 void *HAL_RpmsgAllocTxBufferTimeout(hal_rpmsg_handle_t handle, uint32_t size, uint32_t timeout) in HAL_RpmsgAllocTxBufferTimeout()
477 hal_rpmsg_status_t HAL_RpmsgFreeRxBuffer(hal_rpmsg_handle_t handle, uint8_t *data) in HAL_RpmsgFreeRxBuffer()
490 hal_rpmsg_status_t HAL_RpmsgNoCopySend(hal_rpmsg_handle_t handle, uint8_t *data, uint32_t length) in HAL_RpmsgNoCopySend()
[all …]
Dfsl_adapter_rfimu.c246 static hal_rpmsg_handle_t HAL_RpmsgGetEndpointFromAddr(hal_imu_handle_t *imuHandle, uint32_t addr) in HAL_RpmsgGetEndpointFromAddr()
265 static hal_rpmsg_handle_t HAL_RpmsgCreateEndpoint(hal_rpmsg_handle_t handle) in HAL_RpmsgCreateEndpoint()
286 static hal_rpmsg_status_t HAL_RpmsgDestroyEndpoint(hal_rpmsg_handle_t handle) in HAL_RpmsgDestroyEndpoint()
1702 hal_rpmsg_status_t HAL_RpmsgInit(hal_rpmsg_handle_t handle, hal_rpmsg_config_t *config) in HAL_RpmsgInit()
1795 hal_rpmsg_status_t HAL_RpmsgDeinit(hal_rpmsg_handle_t handle) in HAL_RpmsgDeinit()
1811 hal_rpmsg_status_t HAL_RpmsgSend(hal_rpmsg_handle_t handle, uint8_t *data, uint32_t length) in HAL_RpmsgSend()
1877 hal_rpmsg_status_t HAL_RpmsgNoCopySend(hal_rpmsg_handle_t handle, uint8_t *data, uint32_t length) in HAL_RpmsgNoCopySend()
1942 hal_rpmsg_status_t HAL_RpmsgInstallRxCallback(hal_rpmsg_handle_t handle, rpmsg_rx_callback_t callba… in HAL_RpmsgInstallRxCallback()
1954 hal_rpmsg_status_t HAL_RpmsgEnterLowpower(hal_rpmsg_handle_t handle) in HAL_RpmsgEnterLowpower()
1959 hal_rpmsg_status_t HAL_RpmsgExitLowpower(hal_rpmsg_handle_t handle) in HAL_RpmsgExitLowpower()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_rpmsg.c125 …if (kStatus_HAL_RpmsgSuccess != HAL_RpmsgInit((hal_rpmsg_handle_t)serialRpmsgHandle->rpmsgHandleBu… in Serial_RpmsgInit()
131 …if (kStatus_HAL_RpmsgSuccess != HAL_RpmsgInstallRxCallback((hal_rpmsg_handle_t)serialRpmsgHandle->… in Serial_RpmsgInit()
151 (void)HAL_RpmsgDeinit((hal_rpmsg_handle_t)serialRpmsgHandle->rpmsgHandleBuffer); in Serial_RpmsgDeinit()
170 HAL_RpmsgSend((hal_rpmsg_handle_t)serialRpmsgHandle->rpmsgHandleBuffer, buffer, length)) in Serial_RpmsgWrite()
196 HAL_RpmsgSend((hal_rpmsg_handle_t)serialRpmsgHandle->rpmsgHandleBuffer, buffer, length)) in Serial_RpmsgWriteBlocking()
217 HAL_RpmsgSend((hal_rpmsg_handle_t)serialRpmsgHandle->rpmsgHandleBuffer, buffer, length)) in Serial_RpmsgWrite()
301 …if (kStatus_HAL_RpmsgSuccess != HAL_RpmsgEnterLowpower((hal_rpmsg_handle_t)serialRpmsgHandle->rpms… in Serial_RpmsgEnterLowpower()
316 …if (kStatus_HAL_RpmsgSuccess != HAL_RpmsgExitLowpower((hal_rpmsg_handle_t)serialRpmsgHandle->rpmsg… in Serial_RpmsgExitLowpower()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-ieee_802.15.4/ieee_802_15_4/phy/source/SerialDevice/
DPhy.c159 …if (HAL_RpmsgInit((hal_rpmsg_handle_t)phyRpmsgHandle, &phyRpmsgConfig) != kStatus_HAL_RpmsgSuccess) in Phy_Init()
165 …if (HAL_RpmsgInstallRxCallback((hal_rpmsg_handle_t)phyRpmsgHandle, PhyRpmsgRxCallback, NULL) != kS… in Phy_Init()
262 …if (HAL_RpmsgSend((hal_rpmsg_handle_t)phyRpmsgHandle, (uint8_t *)pMsg, sizeof(macToPlmeMessage_t))… in MAC_PLME_SapHandler()
318 …if (HAL_RpmsgSend((hal_rpmsg_handle_t)phyRpmsgHandle, (uint8_t *)pMsg, len) != kStatus_HAL_RpmsgSu… in MAC_PD_SapHandler()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rw61x/
Dfwk_platform_hdlc.c282 …rpmsgStatus = HAL_RpmsgInit((hal_rpmsg_handle_t)hdlcRpmsgHandle, (hal_rpmsg_config_t *)&hdlcRpmsgC… in PLATFORM_InitHdlcRpmsg()
298 rpmsgStatus = HAL_RpmsgDeinit((hal_rpmsg_handle_t)hdlcRpmsgHandle); in PLATFORM_TerminateHdlcRpmsg()
Dfwk_platform_ble.c728 …if (HAL_RpmsgInit((hal_rpmsg_handle_t)hci_rpmsg_handle, &hci_rpmsg_config) != kStatus_HAL_RpmsgSuc… in PLATFORM_InitHciLink()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/connected_mcu/
Dfwk_platform_ble.c218 hci_rpmsg_status = HAL_RpmsgInit((hal_rpmsg_handle_t)hciRpmsgHandle, &hci_rpmsg_config); in PLATFORM_InitHciLink()
228 … HAL_RpmsgInstallRxCallback((hal_rpmsg_handle_t)hciRpmsgHandle, PLATFORM_HciRpmsgRxCallback, NULL); in PLATFORM_InitHciLink()
Dfwk_platform_ics.c123 … if (kStatus_HAL_RpmsgSuccess != HAL_RpmsgInit((hal_rpmsg_handle_t)fwkRpmsgHandle, &rpmsg_config)) in PLATFORM_FwkSrvInit()
153 buf = HAL_RpmsgAllocTxBuffer((hal_rpmsg_handle_t)fwkRpmsgHandle, sz); in PLATFORM_FwkSrvSendPacket()
168 …if (kStatus_HAL_RpmsgSuccess != HAL_RpmsgNoCopySend((hal_rpmsg_handle_t)fwkRpmsgHandle, buf, (uint… in PLATFORM_FwkSrvSendPacket()