Home
last modified time | relevance | path

Searched refs:client (Results 1 – 4 of 4) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL.c86 void phyHook(RCL *rclState, RCL_Handle client, RCL_Command *cmd);
96 void scheduleHook(RCL_SchedulerState *rclSchedulerState, RCL_Handle client, RCL_Command *cmd);
111 RCL_Client *client = cmd->runtime.client; in rclCommandHwi() local
187 if (rclState.lrfConfig != client->lrfConfig) in rclCommandHwi()
190 rclState.lrfConfig = client->lrfConfig; in rclCommandHwi()
273 client->deferredRclEvents.value |= rclEventMask.value & rclEventsOut.value; in rclCommandHwi()
276 if (cmd->status >= RCL_CommandStatus_Finished || client->deferredRclEvents.value) in rclCommandHwi()
305 RCL_Client *currClient = currCmd->runtime.client; in rclDispatchHwi()
321 if (doneCmd->runtime.client->pendCmd == doneCmd) in rclDispatchHwi()
323 Log_printf(RclCore, Log_INFO, "Unpending client: 0x%08X", doneCmd->runtime.client); in rclDispatchHwi()
[all …]
DRCL_Command.h60 RCL_Client *client; /*!< Client */ member
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/cryptokey/
DCryptoKeyKeyStore_PSA_ns.c147 importKeyMsg.attributes = &attributes->client; in KeyStore_PSA_importKey()
185 getKeyAttributesMsg.attributes = &attributes->client; in KeyStore_PSA_getKeyAttributes()
212 resetKeyAttributeMsg.attributes = &attributes->client; in KeyStore_PSA_resetKeyAttributes()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/wrappers/
DRCL_AdcNoise.c84 RCL_close(cmd->runtime.client); in adcNoiseCallback()