Home
last modified time | relevance | path

Searched refs:source (Results 1 – 24 of 24) sorted by relevance

/hal_ti-latest/simplelink/
DCMakeLists.txt1 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 …]
DREADME15 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/
DCMakeLists.txt4 # 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/
Dreset.c40 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()
Dadc14.c248 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()
Dreset.h130 extern void ResetCtl_initiateSoftResetWithSource(uint32_t source);
221 extern void ResetCtl_initiateHardResetWithSource(uint32_t source);
Dadc14.h398 extern bool ADC14_setSampleHoldTrigger(uint32_t source, bool invertSignal);
Drom.h92 ((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/
DCryptoUtils.h185 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);
DCryptoUtils.c191 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/
DCryptoUtils.c108 void CryptoUtils_reverseCopyPad(const void *source, in CryptoUtils_reverseCopyPad() argument
120 sourceBytePointer = (uint8_t *)source; in CryptoUtils_reverseCopyPad()
DCryptoUtils.h132 void CryptoUtils_reverseCopyPad(const void *source,
/hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/startup_system_files/
Dsystem_msp432p4111.c104 uint32_t source, divider; in SystemCoreClockUpdate() local
114 source = CS->CTL1 & CS_CTL1_SELM_MASK; in SystemCoreClockUpdate()
116 switch(source) in SystemCoreClockUpdate()
Dsystem_msp432p411v.c104 uint32_t source, divider; in SystemCoreClockUpdate() local
114 source = CS->CTL1 & CS_CTL1_SELM_MASK; in SystemCoreClockUpdate()
116 switch(source) in SystemCoreClockUpdate()
Dsystem_msp432p411y.c104 uint32_t source, divider; in SystemCoreClockUpdate() local
114 source = CS->CTL1 & CS_CTL1_SELM_MASK; in SystemCoreClockUpdate()
116 switch(source) in SystemCoreClockUpdate()
Dsystem_msp432p401m.c104 uint32_t source, divider; in SystemCoreClockUpdate() local
114 source = CS->CTL1 & CS_CTL1_SELM_MASK; in SystemCoreClockUpdate()
116 switch(source) in SystemCoreClockUpdate()
Dsystem_msp432p401r.c104 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/
DCMakeLists.txt4 # 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/
DCMakeLists.txt4 # 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/
DCMakeLists.txt4 # 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/
DRFCC26X2.h1875 …RF_RatCaptureSource source; ///< Configuration of the event source to cause a capt… member
DRFCC26X2_multiMode.c1237 …pCmd->config.inputSrc = ratCaptureConfig->source; /* Select the source to be capture… in RF_ratGenerateChCmd()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Drf_prop_cmd.h277 …uint8_t source:5; //!< RAT input event number used for capture if external … member
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Drf_prop_cmd.h277 …uint8_t source:5; //!< RAT input event number used for capture if external … member