| /hal_ti-latest/simplelink/source/ti/drivers/cryptoutils/utils/ |
| D | CryptoUtils.c | 113 uint32_t temp; in CryptoUtils_reverseCopyPad() local 118 temp = 0; in CryptoUtils_reverseCopyPad() 119 tempBytePointer = (uint8_t *)&temp; in CryptoUtils_reverseCopyPad() 136 *((uint32_t *)destination + i) = temp; in CryptoUtils_reverseCopyPad() 140 temp = 0; in CryptoUtils_reverseCopyPad() 152 *((uint32_t *)destination + i) = temp; in CryptoUtils_reverseCopyPad() 159 *((uint32_t *)destination + i) = temp; in CryptoUtils_reverseCopyPad() 167 *((uint32_t *)destination + i) = temp; in CryptoUtils_reverseCopyPad()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/utils/ |
| D | CryptoUtils.c | 195 uint32_t temp; in CryptoUtils_copyPad() local 200 temp = 0; in CryptoUtils_copyPad() 201 tempBytePointer = (uint8_t *)&temp; in CryptoUtils_copyPad() 219 *(destination + i) = temp; in CryptoUtils_copyPad() 223 temp = 0; in CryptoUtils_copyPad() 236 *(destination + i) = temp; in CryptoUtils_copyPad() 244 *(destination + i) = temp; in CryptoUtils_copyPad() 253 *(destination + i) = temp; in CryptoUtils_copyPad() 264 uint32_t temp; in CryptoUtils_reverseCopyPad() local 269 temp = 0; in CryptoUtils_reverseCopyPad() [all …]
|
| /hal_ti-latest/simplelink_lpf3/kernel/zephyr/dpl/ |
| D | QueueP_zephyr.c | 175 QueueP_Elem *temp; in QueueP_remove() local 176 temp = qelem->next; in QueueP_remove() 177 qelem->prev->next = temp; in QueueP_remove() 178 temp = qelem->prev; in QueueP_remove() 179 qelem->next->prev = temp; in QueueP_remove()
|
| /hal_ti-latest/simplelink/kernel/zephyr/dpl/ |
| D | QueueP_zephyr.c | 177 QueueP_Elem *temp; in QueueP_remove() local 178 temp = qelem->next; in QueueP_remove() 179 qelem->prev->next = temp; in QueueP_remove() 180 temp = qelem->prev; in QueueP_remove() 181 qelem->next->prev = temp; in QueueP_remove()
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/ |
| D | osc.c | 358 int32_t temp[3]; member 517 …readTempAndFreq(FCFG1_BASE + FCFG1_O_HPOSC_MEAS_1, &hposcMeas.temp[0], &hposcMeas.dFreq[0], D1OFFS… in OSC_HPOSCInitializeFrequencyOffsetParameters() 518 …readTempAndFreq(FCFG1_BASE + FCFG1_O_HPOSC_MEAS_2, &hposcMeas.temp[1], &hposcMeas.dFreq[1], D2OFFS… in OSC_HPOSCInitializeFrequencyOffsetParameters() 519 …readTempAndFreq(FCFG1_BASE + FCFG1_O_HPOSC_MEAS_3, &hposcMeas.temp[2], &hposcMeas.dFreq[2], D3OFFS… in OSC_HPOSCInitializeFrequencyOffsetParameters() 522 findHposcPc(hposcParm.pu0c, hposcParm.pu0b, &hposcMeas.temp[0], 3, pu0); in OSC_HPOSCInitializeFrequencyOffsetParameters() 523 findHposcPc(hposcParm.pu1c, hposcParm.pu1b, &hposcMeas.temp[0], 3, pu1); in OSC_HPOSCInitializeFrequencyOffsetParameters() 524 findHposcPc(hposcParm.pu2c, hposcParm.pu2b, &hposcMeas.temp[0], 3, pu2); in OSC_HPOSCInitializeFrequencyOffsetParameters() 548 …readTempAndFreq((uint32_t)&pDebugData->meas_1, &hposcMeas.temp[0], &hposcMeas.dFreq[0], pDebugData… in OSC_HPOSC_Debug_InitFreqOffsetParams() 549 …readTempAndFreq((uint32_t)&pDebugData->meas_2, &hposcMeas.temp[1], &hposcMeas.dFreq[1], pDebugData… in OSC_HPOSC_Debug_InitFreqOffsetParams() 550 …readTempAndFreq((uint32_t)&pDebugData->meas_3, &hposcMeas.temp[2], &hposcMeas.dFreq[2], pDebugData… in OSC_HPOSC_Debug_InitFreqOffsetParams() [all …]
|
| D | pka.c | 570 uint32_t temp = 0; in PKAWritePkaParam() local 574 temp = paramWordAlias[i]; in PKAWritePkaParam() 578 ((uint8_t *)&temp)[j] = 0; in PKAWritePkaParam() 581 HWREG(PKA_RAM_BASE + paramOffset + sizeof(uint32_t) * i) = temp; in PKAWritePkaParam() 803 uint32_t temp = 0; in PKAGetECCResult() local 807 temp = HWREG(resultPKAMemAddr + sizeof(uint32_t) * i); in PKAGetECCResult() 811 curvePointX[i * sizeof(uint32_t) + j] = ((uint8_t *)&temp)[j]; in PKAGetECCResult() 831 uint32_t temp = 0; in PKAGetECCResult() local 835 temp = HWREG(resultPKAMemAddr + sizeof(uint32_t) * i); in PKAGetECCResult() 839 curvePointY[i * sizeof(uint32_t) + j] = ((uint8_t *)&temp)[j]; in PKAGetECCResult()
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/ |
| D | osc.c | 358 int32_t temp[3]; member 517 …readTempAndFreq(FCFG1_BASE + FCFG1_O_HPOSC_MEAS_1, &hposcMeas.temp[0], &hposcMeas.dFreq[0], D1OFFS… in OSC_HPOSCInitializeFrequencyOffsetParameters() 518 …readTempAndFreq(FCFG1_BASE + FCFG1_O_HPOSC_MEAS_2, &hposcMeas.temp[1], &hposcMeas.dFreq[1], D2OFFS… in OSC_HPOSCInitializeFrequencyOffsetParameters() 519 …readTempAndFreq(FCFG1_BASE + FCFG1_O_HPOSC_MEAS_3, &hposcMeas.temp[2], &hposcMeas.dFreq[2], D3OFFS… in OSC_HPOSCInitializeFrequencyOffsetParameters() 522 findHposcPc(hposcParm.pu0c, hposcParm.pu0b, &hposcMeas.temp[0], 3, pu0); in OSC_HPOSCInitializeFrequencyOffsetParameters() 523 findHposcPc(hposcParm.pu1c, hposcParm.pu1b, &hposcMeas.temp[0], 3, pu1); in OSC_HPOSCInitializeFrequencyOffsetParameters() 524 findHposcPc(hposcParm.pu2c, hposcParm.pu2b, &hposcMeas.temp[0], 3, pu2); in OSC_HPOSCInitializeFrequencyOffsetParameters() 548 …readTempAndFreq((uint32_t)&pDebugData->meas_1, &hposcMeas.temp[0], &hposcMeas.dFreq[0], pDebugData… in OSC_HPOSC_Debug_InitFreqOffsetParams() 549 …readTempAndFreq((uint32_t)&pDebugData->meas_2, &hposcMeas.temp[1], &hposcMeas.dFreq[1], pDebugData… in OSC_HPOSC_Debug_InitFreqOffsetParams() 550 …readTempAndFreq((uint32_t)&pDebugData->meas_3, &hposcMeas.temp[2], &hposcMeas.dFreq[2], pDebugData… in OSC_HPOSC_Debug_InitFreqOffsetParams() [all …]
|
| D | pka.c | 568 uint32_t temp = 0; in PKAWritePkaParam() local 572 temp = paramWordAlias[i]; in PKAWritePkaParam() 576 ((uint8_t *)&temp)[j] = 0; in PKAWritePkaParam() 579 HWREG(PKA_RAM_BASE + paramOffset + sizeof(uint32_t) * i) = temp; in PKAWritePkaParam() 801 uint32_t temp = 0; in PKAGetECCResult() local 805 temp = HWREG(resultPKAMemAddr + sizeof(uint32_t) * i); in PKAGetECCResult() 809 curvePointX[i * sizeof(uint32_t) + j] = ((uint8_t *)&temp)[j]; in PKAGetECCResult() 829 uint32_t temp = 0; in PKAGetECCResult() local 833 temp = HWREG(resultPKAMemAddr + sizeof(uint32_t) * i); in PKAGetECCResult() 837 curvePointY[i * sizeof(uint32_t) + j] = ((uint8_t *)&temp)[j]; in PKAGetECCResult()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/ |
| D | PowerCC23X0.c | 1330 uint32_t temp = HWREG(CKMD_BASE + CKMD_O_HFTRACKCTL) & ~CKMD_HFTRACKCTL_RATIO_M; in PowerCC23X0_updateHFXTRatio() local 1331 temp |= ratio & CKMD_HFTRACKCTL_RATIO_M; in PowerCC23X0_updateHFXTRatio() 1332 HWREG(CKMD_BASE + CKMD_O_HFTRACKCTL) = temp; in PowerCC23X0_updateHFXTRatio()
|