| /hal_ti-latest/simplelink/ |
| D | CMakeLists.txt | 1 add_subdirectory(source/ti/devices) 6 source 8 source/ti/drivers/net/wifi/porting 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 [all …]
|
| D | README | 15 The driver library source is copied from the SDK, as follows: 17 EXT_DIR=$HOME/hal_ti/simplelink/source/ti 18 pushd simplelink_cc13x2_26x2_sdk_4_40_04_04/source/ti 38 The source file devices/cc13x2_cc26x2/startup_files/ccfg.c has been 55 source/ti/ subdirectory of the SDK installation, as follows: 57 EXT_DIR=$HOME/hal_ti/simplelink/source/ti 70 any new changes. Header files in source/ti/drivers/dpl should also be 75 In addition, some files in the source/ti/drivers/net/wifi/porting 106 Files in source/ti/devices/msp432p4xx/driverlib/ and inc/ are copied from
|
| /hal_ti-latest/simplelink_lpf3/ |
| D | CMakeLists.txt | 4 # Redistribution and use in source and binary forms, with or without 8 # * Redistributions of source code must retain the above copyright 33 add_subdirectory(source/ti/devices) 34 add_subdirectory(source/ti/boards) 44 source 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 [all …]
|
| /hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/driverlib/ |
| D | reset.c | 40 void ResetCtl_initiateSoftResetWithSource(uint32_t source) in ResetCtl_initiateSoftResetWithSource() argument 42 RSTCTL->SOFTRESET_SET |= (source); in ResetCtl_initiateSoftResetWithSource() 60 void ResetCtl_initiateHardResetWithSource(uint32_t source) in ResetCtl_initiateHardResetWithSource() argument 62 RSTCTL->HARDRESET_SET |= (source); in ResetCtl_initiateHardResetWithSource()
|
| D | adc14.c | 248 bool ADC14_setSampleHoldTrigger(uint32_t source, bool invertSignal) in ADC14_setSampleHoldTrigger() argument 252 source == ADC_TRIGGER_ADCSC || source == ADC_TRIGGER_SOURCE1 in ADC14_setSampleHoldTrigger() 253 || source == ADC_TRIGGER_SOURCE2 in ADC14_setSampleHoldTrigger() 254 || source == ADC_TRIGGER_SOURCE3 in ADC14_setSampleHoldTrigger() 255 || source == ADC_TRIGGER_SOURCE4 in ADC14_setSampleHoldTrigger() 256 || source == ADC_TRIGGER_SOURCE5 in ADC14_setSampleHoldTrigger() 257 || source == ADC_TRIGGER_SOURCE6 in ADC14_setSampleHoldTrigger() 258 || source == ADC_TRIGGER_SOURCE7); in ADC14_setSampleHoldTrigger() 266 & ~(ADC14_CTL0_ISSH | ADC14_CTL0_SHS_MASK)) | source in ADC14_setSampleHoldTrigger() 271 & ~(ADC14_CTL0_ISSH | ADC14_CTL0_SHS_MASK)) | source; in ADC14_setSampleHoldTrigger()
|
| D | reset.h | 130 extern void ResetCtl_initiateSoftResetWithSource(uint32_t source); 221 extern void ResetCtl_initiateHardResetWithSource(uint32_t source);
|
| D | adc14.h | 398 extern bool ADC14_setSampleHoldTrigger(uint32_t source, bool invertSignal);
|
| D | rom.h | 92 ((bool (*)(uint32_t source, \ 1739 ((void (*)(uint32_t source))ROM_RESETCTLTABLE[1]) 1759 ((void (*)(uint32_t source))ROM_RESETCTLTABLE[5])
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/utils/ |
| D | CryptoUtils.h | 185 void CryptoUtils_copyPad(const void *source, uint32_t *destination, size_t sourceLength); 203 void CryptoUtils_reverseCopyPad(const void *source, uint32_t *destination, size_t sourceLength); 217 void CryptoUtils_reverseCopy(const void *source, void *destination, size_t sourceLength);
|
| D | CryptoUtils.c | 191 void CryptoUtils_copyPad(const void *source, uint32_t *destination, size_t sourceLength) in CryptoUtils_copyPad() argument 202 sourceBytePointer = (uint8_t *)source; in CryptoUtils_copyPad() 260 void CryptoUtils_reverseCopyPad(const void *source, uint32_t *destination, size_t sourceLength) in CryptoUtils_reverseCopyPad() argument 271 sourceBytePointer = (uint8_t *)source; in CryptoUtils_reverseCopyPad() 329 void CryptoUtils_reverseCopy(const void *source, void *destination, size_t sourceLength) in CryptoUtils_reverseCopy() argument 337 CryptoUtils_reverseCopyPad(source, (uint32_t *)destination, sourceLength); in CryptoUtils_reverseCopy() 341 const uint8_t *sourceBytePtr = (const uint8_t *)source; in CryptoUtils_reverseCopy()
|
| /hal_ti-latest/simplelink/source/ti/drivers/cryptoutils/utils/ |
| D | CryptoUtils.c | 108 void CryptoUtils_reverseCopyPad(const void *source, in CryptoUtils_reverseCopyPad() argument 120 sourceBytePointer = (uint8_t *)source; in CryptoUtils_reverseCopyPad()
|
| D | CryptoUtils.h | 132 void CryptoUtils_reverseCopyPad(const void *source,
|
| /hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/startup_system_files/ |
| D | system_msp432p4111.c | 104 uint32_t source, divider; in SystemCoreClockUpdate() local 114 source = CS->CTL1 & CS_CTL1_SELM_MASK; in SystemCoreClockUpdate() 116 switch(source) in SystemCoreClockUpdate()
|
| D | system_msp432p411v.c | 104 uint32_t source, divider; in SystemCoreClockUpdate() local 114 source = CS->CTL1 & CS_CTL1_SELM_MASK; in SystemCoreClockUpdate() 116 switch(source) in SystemCoreClockUpdate()
|
| D | system_msp432p411y.c | 104 uint32_t source, divider; in SystemCoreClockUpdate() local 114 source = CS->CTL1 & CS_CTL1_SELM_MASK; in SystemCoreClockUpdate() 116 switch(source) in SystemCoreClockUpdate()
|
| D | system_msp432p401m.c | 104 uint32_t source, divider; in SystemCoreClockUpdate() local 114 source = CS->CTL1 & CS_CTL1_SELM_MASK; in SystemCoreClockUpdate() 116 switch(source) in SystemCoreClockUpdate()
|
| D | system_msp432p401r.c | 104 uint32_t source, divider; in SystemCoreClockUpdate() local 114 source = CS->CTL1 & CS_CTL1_SELM_MASK; in SystemCoreClockUpdate() 116 switch(source) in SystemCoreClockUpdate()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/boards/ |
| D | CMakeLists.txt | 4 # Redistribution and use in source and binary forms, with or without 8 # * Redistributions of source code must retain the above copyright
|
| /hal_ti-latest/simplelink_lpf3/source/ti/boards/cc23x0r5/ |
| D | CMakeLists.txt | 4 # Redistribution and use in source and binary forms, with or without 8 # * Redistributions of source code must retain the above copyright
|
| /hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/ |
| D | CMakeLists.txt | 4 # Redistribution and use in source and binary forms, with or without 8 # * Redistributions of source code must retain the above copyright
|
| /hal_ti-latest/simplelink/source/ti/drivers/rf/ |
| D | RFCC26X2.h | 1875 …RF_RatCaptureSource source; ///< Configuration of the event source to cause a capt… member
|
| D | RFCC26X2_multiMode.c | 1237 …pCmd->config.inputSrc = ratCaptureConfig->source; /* Select the source to be capture… in RF_ratGenerateChCmd()
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/ |
| D | rf_prop_cmd.h | 277 …uint8_t source:5; //!< RAT input event number used for capture if external … member
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/ |
| D | rf_prop_cmd.h | 277 …uint8_t source:5; //!< RAT input event number used for capture if external … member
|