| /hal_ti-latest/simplelink/ |
| D | CMakeLists.txt | 21 source/ti/drivers/SPI.c 22 source/ti/drivers/spi/SPICC32XXDMA.c 23 source/ti/drivers/dma/UDMACC32XX.c 24 source/ti/drivers/power/PowerCC32XX.c 25 source/ti/drivers/utils/List.c 26 source/ti/drivers/net/wifi/source/driver.c 27 source/ti/drivers/net/wifi/source/device.c 28 source/ti/drivers/net/wifi/source/flowcont.c 29 source/ti/drivers/net/wifi/source/fs.c 30 source/ti/drivers/net/wifi/source/netapp.c [all …]
|
| D | README | 19 …find devices/cc13x2_cc26x2/{driverlib,inc,rf_patches} -depth -name '*.[c|h]' -print0 | cpio --null… 20 find devices/cc13x2_cc26x2/startup_files -depth -name ccfg.c -print0 | cpio --null -pvd $EXT_DIR 28 cp drivers/rf/RFCC26X2_multiMode.c $EXT_DIR/drivers/rf/. 29 find $EXT_DIR/devices/cc13x2_cc26x2 -name '*.[c|h]' -exec dos2unix {} \; 30 find $EXT_DIR/drivers/power -name '*.[c|h]' -exec dos2unix {} \; 31 find $EXT_DIR/drivers/rf -name '*.[c|h]' -exec dos2unix {} \; 32 find $EXT_DIR/drivers/temperature -name '*.[c|h]' -exec dos2unix {} \; 38 The source file devices/cc13x2_cc26x2/startup_files/ccfg.c has been 58 find devices -not -path '*/\.*' -name '*.[c|h]' | \ 60 find drivers -name '*.[c|h]' | \ [all …]
|
| /hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/ |
| D | CMakeLists.txt | 1 # Copyright (c) 2022-2024, Texas Instruments Incorporated 41 driverlib/udma.c 42 driverlib/gpio.c 43 driverlib/interrupt.c 44 driverlib/lrfd.c 45 driverlib/setup.c 46 driverlib/uart.c 47 driverlib/spi.c 48 driverlib/vims.c 49 driverlib/adc.c [all …]
|
| /hal_ti-latest/simplelink_lpf3/ |
| D | CMakeLists.txt | 1 # Copyright (c) 2024, Texas Instruments Incorporated 51 source/ti/drivers/config_defaults.c 54 source/ti/drivers/utils/List.c 55 source/ti/drivers/utils/Random.c 58 source/ti/drivers/AESCCM.c 59 source/ti/drivers/AESCMAC.c 60 source/ti/drivers/AESCTR.c 61 source/ti/drivers/AESCTRDRBG.c 62 source/ti/drivers/AESECB.c 63 source/ti/drivers/ECDH.c [all …]
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/ |
| D | CMakeLists.txt | 11 driverlib/setup.c 12 driverlib/chipinfo.c 13 driverlib/aux_sysif.c 15 driverlib/cpu.c 17 driverlib/sys_ctrl.c 18 driverlib/osc.c 19 driverlib/driverlib_release.c 21 driverlib/prcm.c 26 rf_patches/rf_patch_cpe_multi_protocol.c) 30 rf_patches/rf_patch_cpe_ieee_802_15_4.c) [all …]
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/ |
| D | CMakeLists.txt | 11 driverlib/setup.c 12 driverlib/chipinfo.c 13 driverlib/aux_sysif.c 15 driverlib/cpu.c 17 driverlib/sys_ctrl.c 18 driverlib/osc.c 19 driverlib/driverlib_release.c 21 driverlib/prcm.c 26 rf_patches/rf_patch_cpe_multi_protocol.c) 30 rf_patches/rf_patch_cpe_ieee_802_15_4.c) [all …]
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/ |
| D | sw_poly1305-donna-32.h | 82 unsigned long c; in poly1305_blocks() local 117 c = (unsigned long)(d0 >> 26); h0 = (unsigned long)d0 & 0x3ffffff; in poly1305_blocks() 118 d1 += c; c = (unsigned long)(d1 >> 26); h1 = (unsigned long)d1 & 0x3ffffff; in poly1305_blocks() 119 d2 += c; c = (unsigned long)(d2 >> 26); h2 = (unsigned long)d2 & 0x3ffffff; in poly1305_blocks() 120 d3 += c; c = (unsigned long)(d3 >> 26); h3 = (unsigned long)d3 & 0x3ffffff; in poly1305_blocks() 121 d4 += c; c = (unsigned long)(d4 >> 26); h4 = (unsigned long)d4 & 0x3ffffff; in poly1305_blocks() 122 h0 += c * 5; c = (h0 >> 26); h0 = h0 & 0x3ffffff; in poly1305_blocks() 123 h1 += c; in poly1305_blocks() 139 unsigned long h0,h1,h2,h3,h4,c; in poly1305_finish() local 161 c = h1 >> 26; h1 = h1 & 0x3ffffff; in poly1305_finish() [all …]
|
| D | sw_chacha.c | 14 #define ROTATE(v,c) (ROTL32(v,c)) argument 19 #define QUARTERROUND(a,b,c,d) \ argument 21 x[c] = PLUS(x[c],x[d]); x[b] = ROTATE(XOR(x[b],x[c]),12); \ 23 x[c] = PLUS(x[c],x[d]); x[b] = ROTATE(XOR(x[b],x[c]), 7); 85 void ECRYPT_encrypt_bytes(ECRYPT_ctx *x,const u8 *m,u8 *c,u32 bytes) in ECRYPT_encrypt_bytes() argument 99 for (i = 0;i < bytes;++i) c[i] = m[i] ^ output[i]; in ECRYPT_encrypt_bytes() 102 for (i = 0;i < 64;++i) c[i] = m[i] ^ output[i]; in ECRYPT_encrypt_bytes() 104 c += 64; in ECRYPT_encrypt_bytes() 109 void ECRYPT_decrypt_bytes(ECRYPT_ctx *x,const u8 *c,u8 *m,u32 bytes) in ECRYPT_decrypt_bytes() argument 111 ECRYPT_encrypt_bytes(x,c,m,bytes); in ECRYPT_decrypt_bytes()
|
| D | rom.h | 141 #define HapiCrc32(a,b,c) P_HARD_API->Crc32(a,b,c) argument 145 #define HapiProgramFlash(a,b,c) MemBusWrkAroundHapiProgramFlash(a,b,c) argument 147 #define HapiFletcher32(a,b,c) P_HARD_API->Fletcher32(a,b,c) argument
|
| /hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/ |
| D | sw_poly1305-donna-32.h | 80 unsigned long c; in poly1305_blocks() local 121 c = (unsigned long)(d0 >> 26); in poly1305_blocks() 123 d1 += c; in poly1305_blocks() 124 c = (unsigned long)(d1 >> 26); in poly1305_blocks() 126 d2 += c; in poly1305_blocks() 127 c = (unsigned long)(d2 >> 26); in poly1305_blocks() 129 d3 += c; in poly1305_blocks() 130 c = (unsigned long)(d3 >> 26); in poly1305_blocks() 132 d4 += c; in poly1305_blocks() 133 c = (unsigned long)(d4 >> 26); in poly1305_blocks() [all …]
|
| D | sw_chacha.c | 14 #define ROTATE(v, c) (ROTL32(v, c)) argument 19 #define QUARTERROUND(a, b, c, d) \ argument 22 x[c] = PLUS(x[c], x[d]); \ 23 x[b] = ROTATE(XOR(x[b], x[c]), 12); \ 26 x[c] = PLUS(x[c], x[d]); \ 27 x[b] = ROTATE(XOR(x[b], x[c]), 7); 102 void ECRYPT_encrypt_bytes(ECRYPT_ctx *x, const u8 *m, u8 *c, u32 bytes) in ECRYPT_encrypt_bytes() argument 124 c[i] = m[i] ^ output[i]; in ECRYPT_encrypt_bytes() 130 c[i] = m[i] ^ output[i]; in ECRYPT_encrypt_bytes() 133 c += 64; in ECRYPT_encrypt_bytes() [all …]
|
| D | tempdiode.c | 66 #define MIN3(a, b, c) MIN2(MIN2((a), (b)), (c)) argument
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/ |
| D | sw_poly1305-donna-32.h | 84 unsigned long c; in poly1305_blocks() local 119 c = (unsigned long)(d0 >> 26); h0 = (unsigned long)d0 & 0x3ffffff; in poly1305_blocks() 120 d1 += c; c = (unsigned long)(d1 >> 26); h1 = (unsigned long)d1 & 0x3ffffff; in poly1305_blocks() 121 d2 += c; c = (unsigned long)(d2 >> 26); h2 = (unsigned long)d2 & 0x3ffffff; in poly1305_blocks() 122 d3 += c; c = (unsigned long)(d3 >> 26); h3 = (unsigned long)d3 & 0x3ffffff; in poly1305_blocks() 123 d4 += c; c = (unsigned long)(d4 >> 26); h4 = (unsigned long)d4 & 0x3ffffff; in poly1305_blocks() 124 h0 += c * 5; c = (h0 >> 26); h0 = h0 & 0x3ffffff; in poly1305_blocks() 125 h1 += c; in poly1305_blocks() 141 unsigned long h0,h1,h2,h3,h4,c; in poly1305_finish() local 163 c = h1 >> 26; h1 = h1 & 0x3ffffff; in poly1305_finish() [all …]
|
| D | sw_chacha.c | 16 #define ROTATE(v,c) (ROTL32(v,c)) argument 21 #define QUARTERROUND(a,b,c,d) \ argument 23 x[c] = PLUS(x[c],x[d]); x[b] = ROTATE(XOR(x[b],x[c]),12); \ 25 x[c] = PLUS(x[c],x[d]); x[b] = ROTATE(XOR(x[b],x[c]), 7); 87 void ECRYPT_encrypt_bytes(ECRYPT_ctx *x,const u8 *m,u8 *c,u32 bytes) in ECRYPT_encrypt_bytes() argument 101 for (i = 0;i < bytes;++i) c[i] = m[i] ^ output[i]; in ECRYPT_encrypt_bytes() 104 for (i = 0;i < 64;++i) c[i] = m[i] ^ output[i]; in ECRYPT_encrypt_bytes() 106 c += 64; in ECRYPT_encrypt_bytes() 111 void ECRYPT_decrypt_bytes(ECRYPT_ctx *x,const u8 *c,u8 *m,u32 bytes) in ECRYPT_decrypt_bytes() argument 113 ECRYPT_encrypt_bytes(x,c,m,bytes); in ECRYPT_decrypt_bytes()
|
| /hal_ti-latest/simplelink/source/ti/devices/cc32xx/ |
| D | CMakeLists.txt | 12 # pin.c required by ti/drivers/spi/SPICC32XXDMA.c 13 # prcm.c required by rom_patch.h (i.e., can't use ROM version). 14 # utils.c required by prcm.c (calling UtilsDelay). 16 driverlib/utils.c 17 driverlib/prcm.c 18 driverlib/pin.c
|
| /hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/driverlib/ |
| D | crc32.h | 212 #define CRC32_setSeedMultipleInstance(a,b,c) CRC32_setSeed(b,c) argument 213 #define CRC32_set8BitDataMultipleInstance(a,b,c) CRC32_set8BitData(b,c) argument 214 #define CRC32_set16BitDataMultipleInstance(a,b,c) CRC32_set16BitData(b,c) argument 216 #define CRC32_set8BitDataReversedMultipleInstance(a,b,c) CRC32_set8BitDataReversed(b,c) argument 217 #define CRC32_set16BitDataReversedMultipleInstance(a,b,c) CRC32_set16BitDataReversed(b,c) argument
|
| D | rtc_c.h | 622 #define RTC_C_setCalibrationDataMultipleInstance(a,b,c) RTC_C_setCalibrationData(b,c) argument 623 …efine RTC_C_setTemperatureCompensationMultipleInstance(a,b,c) RTC_C_setTemperatureCompensation(b,c) argument 624 #define RTC_C_initCalendarMultipleInstance(a,b,c) RTC_C_initCalendar(b,c) argument 626 #define RTC_C_setCalendarAlarmMultipleInstance(a,b,c,d,e) RTC_C_setCalendarAlarm(b,c,d,e) argument 628 #define RTC_C_definePrescaleEventMultipleInstance(a,b,c) RTC_C_definePrescaleEvent(b,c) argument 630 #define RTC_C_setPrescaleValueMultipleInstance(a,b,c) RTC_C_setPrescaleValue(b,c) argument
|
| D | adc14.h | 1020 #define ADC14_initModuleMultipleInstance(a,b,c,d,e) ADC14_initModule(b,c,d,e) argument 1023 #define ADC14_setSampleHoldTriggerMultipleInstance(a,b,c) ADC14_setSampleHoldTrigger(b,c) argument 1024 #define ADC14_setSampleHoldTimeMultipleInstance(a,b,c) ADC14_setSampleHoldTime(b,c) argument 1025 …ne ADC14_configureMultiSequenceModeMultipleInstance(a,b,c,d) ADC14_configureMultiSequenceMode(b,c,… argument 1026 #define ADC14_configureSingleSampleModeMultipleInstance(a,b,c) ADC14_configureSingleSampleMode(b,c) argument 1031 …ne ADC14_configureConversionMemoryMultipleInstance(a,b,c,d,e) ADC14_configureConversionMemory(b,c,… argument 1032 #define ADC14_enableComparatorWindowMultipleInstance(a,b,c) ADC14_enableComparatorWindow(b,c) argument 1034 #define ADC14_setComparatorWindowValueMultipleInstance(a,b,c,d) ADC14_setComparatorWindowValue(b,c,… argument 1038 #define ADC14_getResultArrayMultipleInstance(a,b,c,d) ADC14_getResultArray(b,c,d) argument
|
| D | wdt_a.h | 272 #define WDT_A_initWatchdogTimerMultipleTimer(a,b,c) WDT_A_initWatchdogTimer(b,c) argument 273 #define WDT_A_initIntervalTimerMultipleTimer(a,b,c) WDT_A_initIntervalTimer(b,c) argument
|
| D | pmap.h | 106 #define PMAP_configurePortsMultipleInstance(a,b,c,d,e) PMAP_configurePorts(b,c,d,e) argument
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/ |
| D | RCL.h | 91 RCL_Handle RCL_open(RCL_Client *c, const LRF_Config *lrfConfig); 121 RCL_CommandStatus RCL_Command_submit(RCL_Handle h, RCL_Command_Handle c); 132 RCL_CommandStatus RCL_Command_pend(RCL_Command_Handle c); 146 RCL_CommandStatus RCL_Command_stop(RCL_Command_Handle c, RCL_StopType stopType);
|
| D | RCL.c | 64 static RCL_CommandStatus rclStop(RCL_Command_Handle c, RCL_StopType stopType, RCL_SchedulerStopReas… 648 RCL_Handle RCL_open(RCL_Client *c, const LRF_Config *lrfConfig) in RCL_open() argument 650 *c = (RCL_Client){ 0 }; in RCL_open() 655 SemaphoreP_construct(&c->pendSem, 0, &sp); in RCL_open() 677 c->lrfConfig = lrfConfig; in RCL_open() 679 return c; in RCL_open() 713 __attribute__((weak)) bool submitHook(RCL *rclState, RCL_Handle h, RCL_Command *c) in submitHook() argument 719 c->status = RCL_CommandStatus_Error_CommandQueueFull; in submitHook() 724 rclState->nextCmd = c; in submitHook() 725 c->status = RCL_CommandStatus_Scheduled; in submitHook() [all …]
|
| /hal_ti-latest/simplelink/source/ti/net/ |
| D | slnetutils.c | 1397 char c; in SlNetUtil_inetAton() local 1421 c = *str++; in SlNetUtil_inetAton() 1423 if ((c >= '0' && c <= '9')) { in SlNetUtil_inetAton() 1424 val[sect] = (val[sect] * base) + (c - '0'); in SlNetUtil_inetAton() 1426 else if (base == 16 && (c >= 'A' && c <= 'F')) { in SlNetUtil_inetAton() 1427 val[sect] = (val[sect] * 16) + (c - 'A') + 10; in SlNetUtil_inetAton() 1429 else if (base == 16 && (c >= 'a' && c <= 'f')) { in SlNetUtil_inetAton() 1430 val[sect] = (val[sect] * 16) + (c - 'a') + 10; in SlNetUtil_inetAton() 1432 else if (c == '.') { in SlNetUtil_inetAton() 1449 else if (!c) { in SlNetUtil_inetAton() [all …]
|
| /hal_ti-latest/simplelink_lpf3/source/ti/boards/cc23x0r5/ |
| D | CMakeLists.txt | 1 # Copyright (c) 2022-2024, Texas Instruments Incorporated 41 rcl_settings_adc_noise.c 46 zephyr_library_sources_ifdef(CONFIG_SIMPLELINK_F3_RF_SETTING_PREGEN rcl_settings_ble.c)
|
| /hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/ |
| D | CMakeLists.txt | 9 startup_system_files/system_msp432p401r.c
|