Home
last modified time | relevance | path

Searched refs:result (Results 1 – 22 of 22) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/cmsis/core/
Dcmsis_gcc.h220 uint32_t result; in __get_CONTROL() local
222 __ASM volatile ("MRS %0, control" : "=r" (result) ); in __get_CONTROL()
223 return(result); in __get_CONTROL()
235 uint32_t result; in __TZ_get_CONTROL_NS() local
237 __ASM volatile ("MRS %0, control_ns" : "=r" (result) ); in __TZ_get_CONTROL_NS()
238 return(result); in __TZ_get_CONTROL_NS()
274 uint32_t result; in __get_IPSR() local
276 __ASM volatile ("MRS %0, ipsr" : "=r" (result) ); in __get_IPSR()
277 return(result); in __get_IPSR()
288 uint32_t result; in __get_APSR() local
[all …]
Dcmsis_iccarm.h601 uint32_t result; in __RRX() local
602 __ASM volatile("RRX %0, %1" : "=r"(result) : "r" (value)); in __RRX()
603 return(result); in __RRX()
/hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dcrc32.c113 uint32_t result; in CRC32_getResult() local
120 result = CRC32->INIRES32_HI; in CRC32_getResult()
121 result = (result << 16); in CRC32_getResult()
122 result |= CRC32->INIRES32_LO; in CRC32_getResult()
123 return (result); in CRC32_getResult()
129 uint32_t result; in CRC32_getResultReversed() local
136 result = CRC32->RESR32_HI; in CRC32_getResultReversed()
137 result = (result << 16); in CRC32_getResultReversed()
138 result |= CRC32->RESR32_LO; in CRC32_getResultReversed()
139 return (result); in CRC32_getResultReversed()
/hal_ti-latest/simplelink/source/ti/drivers/sd/
DSDHostCC32XX.c312 int_fast32_t result; in SDHostCC32XX_initialize() local
322 result = send_cmd(handle, CMD_GO_IDLE_STATE, NULLARG); in SDHostCC32XX_initialize()
324 if (result == SD_STATUS_SUCCESS) { in SDHostCC32XX_initialize()
326 result = send_cmd(handle, CMD_SEND_IF_COND, in SDHostCC32XX_initialize()
329 if (result == SD_STATUS_SUCCESS) { in SDHostCC32XX_initialize()
335 if ((result == SD_STATUS_SUCCESS) && ((resp[0] & 0xFF) == in SDHostCC32XX_initialize()
342 result = send_cmd(handle, CMD_APP_CMD, NULLARG); in SDHostCC32XX_initialize()
344 if (result == SD_STATUS_SUCCESS) { in SDHostCC32XX_initialize()
345 result = send_cmd(handle, CMD_SD_SEND_OP_COND, in SDHostCC32XX_initialize()
352 } while((result == SD_STATUS_SUCCESS) && ((resp[0] >> 31) == 0)); in SDHostCC32XX_initialize()
[all …]
/hal_ti-latest/simplelink/source/ti/drivers/
DSDFatFS.c120 int_fast8_t result; in SDFatFS_diskInitialize() local
123 result = SD_initialize(obj->sdHandle); in SDFatFS_diskInitialize()
126 if (result == SD_STATUS_SUCCESS) { in SDFatFS_diskInitialize()
186 int_fast32_t result; in SDFatFS_diskRead() local
195 result = SD_read(obj->sdHandle, (uint_least8_t *)buffer, in SDFatFS_diskRead()
199 if (result == SD_STATUS_SUCCESS) { in SDFatFS_diskRead()
227 int_fast32_t result; in SDFatFS_diskWrite() local
236 result = SD_write(obj->sdHandle, (const uint_least8_t *)buffer, in SDFatFS_diskWrite()
240 if (result == SD_STATUS_SUCCESS) { in SDFatFS_diskWrite()
DI2C.c137 int_fast16_t result = (handle->fxnTablePtr->transferFxn(handle, transaction, I2C_WAIT_FOREVER)); in I2C_transfer() local
139 if(result == I2C_STATUS_SUCCESS) { in I2C_transfer()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsw_poly1305-donna.c141 int result = 1; in poly1305_power_on_self_test() local
146 result &= poly1305_verify(nacl_mac, mac); in poly1305_power_on_self_test()
163 result &= poly1305_verify(nacl_mac, mac); in poly1305_power_on_self_test()
168 result &= poly1305_verify(wrap_mac, mac); in poly1305_power_on_self_test()
181 result &= poly1305_verify(total_mac, mac); in poly1305_power_on_self_test()
183 return result; in poly1305_power_on_self_test()
Drf_prop_cmd.h1174 uint8_t result:2; //!< \brief 0: Packet received correctly, not ignored<br> member
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dsw_poly1305-donna.c128 int result = 1; in poly1305_power_on_self_test() local
135 result &= poly1305_verify(nacl_mac, mac); in poly1305_power_on_self_test()
154 result &= poly1305_verify(nacl_mac, mac); in poly1305_power_on_self_test()
161 result &= poly1305_verify(wrap_mac, mac); in poly1305_power_on_self_test()
179 result &= poly1305_verify(total_mac, mac); in poly1305_power_on_self_test()
181 return result; in poly1305_power_on_self_test()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dsw_poly1305-donna.c143 int result = 1; in poly1305_power_on_self_test() local
148 result &= poly1305_verify(nacl_mac, mac); in poly1305_power_on_self_test()
165 result &= poly1305_verify(nacl_mac, mac); in poly1305_power_on_self_test()
170 result &= poly1305_verify(wrap_mac, mac); in poly1305_power_on_self_test()
183 result &= poly1305_verify(total_mac, mac); in poly1305_power_on_self_test()
185 return result; in poly1305_power_on_self_test()
Drf_prop_cmd.h1174 uint8_t result:2; //!< \brief 0: Packet received correctly, not ignored<br> member
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/utils/
DCryptoUtils.c454 int16_t result = 0x0; in CryptoUtils_compareNumbers() local
474result = CryptoUtils_convertLimitValueToInt(number1) - CryptoUtils_convertLimitValueToInt(number2); in CryptoUtils_compareNumbers()
486 result = (int16_t)((uint16_t)result | (resultUnknown & (uint16_t)diff)); in CryptoUtils_compareNumbers()
513 result = (int16_t)((uint16_t)result | (resultUnknown & (uint16_t)diff)); in CryptoUtils_compareNumbers()
530 result = 0; in CryptoUtils_compareNumbers()
533 return result; in CryptoUtils_compareNumbers()
/hal_ti-latest/simplelink/source/ti/drivers/utils/
DRandom.c161 uint32_t result; in Random_getNumber() local
183 result = v + state[4]; in Random_getNumber()
187 return result; in Random_getNumber()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/utils/
DRandom.c192 uint32_t result; in Random_getNumber() local
214 result = v + state[4]; in Random_getNumber()
218 return result; in Random_getNumber()
/hal_ti-latest/simplelink/source/ti/drivers/nvs/
DNVSRAM.c266 int_fast16_t result; in NVSRAM_write() local
286 result = doErase(handle, offset & object->sectorBaseMask, size); in NVSRAM_write()
287 if (result != NVS_STATUS_SUCCESS) { in NVSRAM_write()
290 return (result); in NVSRAM_write()
/hal_ti-latest/simplelink/source/ti/drivers/pwm/
DPWMTimerCC32XX.c263 int32_t result; in initHw() local
301 result = PWMTimerCC32XX_setPeriod(handle, period); in initHw()
302 if (result != PWM_STATUS_SUCCESS) { in initHw()
303 return (result); in initHw()
306 result = PWMTimerCC32XX_setDuty(handle, duty); in initHw()
307 if (result != PWM_STATUS_SUCCESS) { in initHw()
308 return (result); in initHw()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL.c196 LRF_SetupResult result = LRF_setupRadio(rclState.lrfConfig, cmd->phyFeatures, lrfState); in rclCommandHwi() local
197 if (result != SetupResult_Ok) in rclCommandHwi()
199 Log_printf(RclCoreShort, Log_ERROR, "Setup failed with code %1d", result); in rclCommandHwi()
239 …LRF_SetupResult result = LRF_setupRadio(rclState.lrfConfig, rclSchedulerState.requestedPhyFeatures… in rclCommandHwi() local
240 if (result != SetupResult_Ok) in rclCommandHwi()
242 Log_printf(RclCoreShort, Log_ERROR, "Setup failed with code %1d", result); in rclCommandHwi()
DLRFCC23X0.c100 LRF_SetupResult result = SetupResult_Ok; in LRF_setupRadio() local
104 result = LRF_loadImage(lrfConfig->pbeImage, LRFD_PBERAM_BASE); in LRF_setupRadio()
107 if ((result == SetupResult_Ok) && in LRF_setupRadio()
110 result = LRF_loadImage(lrfConfig->mceImage, LRFD_MCERAM_BASE); in LRF_setupRadio()
113 if ((result == SetupResult_Ok) && in LRF_setupRadio()
116 result = LRF_loadImage(lrfConfig->rfeImage, LRFD_RFERAM_BASE); in LRF_setupRadio()
120 if ((result == SetupResult_Ok) && (lrfConfig->regConfigList != NULL)) in LRF_setupRadio()
149 result = LRF_applySettings(config, &settingsState, LRF_SETTINGS_BUFFER_UNLIMITED); in LRF_setupRadio()
151 if (result != SetupResult_Ok) in LRF_setupRadio()
163 if (result == SetupResult_Ok) in LRF_setupRadio()
[all …]
DLRF.c48 LRF_SetupResult result; in LRF_loadImage() local
53 result = SetupResult_Ok; in LRF_loadImage()
64 result = SetupResult_ErrorImageLen; in LRF_loadImage()
107 result = SetupResult_Ok; in LRF_loadImage()
110 return result; in LRF_loadImage()
DRCL_Scheduler.c744 bool result = false; in RCL_Scheduler_postEvent() local
752 result = true; in RCL_Scheduler_postEvent()
756 return result; in RCL_Scheduler_postEvent()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dble_cs.c119 RCL_CmdBleCs_StepResult_Internal result; variable
721 uint32_t *ptr = (uint32_t *) &result; in RCL_Handler_BLE_CS_retrieveAndStoreNextResult()
727 if (result.pktResult == RCL_CmdBleCs_PacketResult_Ok) in RCL_Handler_BLE_CS_retrieveAndStoreNextResult()
740 …memcpy(pResult, (RCL_CmdBleCs_StepResult_Internal *) &result, sizeof(RCL_CmdBleCs_StepResult_Inter… in RCL_Handler_BLE_CS_retrieveAndStoreNextResult()
744 … = RCL_Handler_BLE_CS_estimateStepResultLength(pCmd, (RCL_CmdBleCs_StepResult_Internal *) &result); in RCL_Handler_BLE_CS_retrieveAndStoreNextResult()
774 pSubeventResults->referencePowerLevel = result.gain; in RCL_Handler_BLE_CS_retrieveAndStoreNextResult()
779 pCmd->stats->reserved0 = result.gain; in RCL_Handler_BLE_CS_retrieveAndStoreNextResult()
786 … RCL_Handler_BLE_CS_convertStepResult(pCmd, pResult, (RCL_CmdBleCs_StepResult_Internal *) &result); in RCL_Handler_BLE_CS_retrieveAndStoreNextResult()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c1769 uint32_t result = 2 * peakRaw > bias ? 2 * peakRaw - bias : 0; in PowerCC23X0_getHfxtAmpMeasurement() local
1771 return result; in PowerCC23X0_getHfxtAmpMeasurement()