Home
last modified time | relevance | path

Searched defs:c (Results 1 – 17 of 17) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dcrc32.h212 #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
Drtc_c.h622 #define RTC_C_setCalibrationDataMultipleInstance(a,b,c) RTC_C_setCalibrationData(b,c) argument
623 #define RTC_C_setTemperatureCompensationMultipleInstance(a,b,c) RTC_C_setTemperatureCompensation(b,… 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
Dadc14.h1020 #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 #define ADC14_configureMultiSequenceModeMultipleInstance(a,b,c,d) ADC14_configureMultiSequenceMode(… argument
1026 #define ADC14_configureSingleSampleModeMultipleInstance(a,b,c) ADC14_configureSingleSampleMode(b,c) argument
1031 #define ADC14_configureConversionMemoryMultipleInstance(a,b,c,d,e) ADC14_configureConversionMemory(… 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
Dwdt_a.h272 #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
Dpmap.h106 #define PMAP_configurePortsMultipleInstance(a,b,c,d,e) PMAP_configurePorts(b,c,d,e) argument
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL.c648 RCL_Handle RCL_open(RCL_Client *c, const LRF_Config *lrfConfig) in RCL_open()
713 __attribute__((weak)) bool submitHook(RCL *rclState, RCL_Handle h, RCL_Command *c) in submitHook()
733 RCL_CommandStatus RCL_Command_submit(RCL_Handle h, RCL_Command_Handle c) in RCL_Command_submit()
767 RCL_CommandStatus RCL_Command_pend(RCL_Command_Handle c) in RCL_Command_pend()
794 RCL_CommandStatus RCL_Command_stop(RCL_Command_Handle c, RCL_StopType stopType) in RCL_Command_stop()
802 static RCL_CommandStatus rclStop(RCL_Command_Handle c, RCL_StopType stopType, RCL_SchedulerStopReas… in rclStop()
DRCL_Scheduler.c741 bool RCL_Scheduler_postEvent(RCL_Command_Handle c, RCL_Events e) in RCL_Scheduler_postEvent()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsw_chacha.c14 #define ROTATE(v,c) (ROTL32(v,c)) argument
19 #define QUARTERROUND(a,b,c,d) \ argument
85 void ECRYPT_encrypt_bytes(ECRYPT_ctx *x,const u8 *m,u8 *c,u32 bytes) in ECRYPT_encrypt_bytes()
109 void ECRYPT_decrypt_bytes(ECRYPT_ctx *x,const u8 *c,u8 *m,u32 bytes) in ECRYPT_decrypt_bytes()
Dsw_poly1305-donna-32.h82 unsigned long c; in poly1305_blocks() local
139 unsigned long h0,h1,h2,h3,h4,c; in poly1305_finish() local
Drom.h141 #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/source/ti/devices/cc13x2_cc26x2/driverlib/
Dsw_chacha.c16 #define ROTATE(v,c) (ROTL32(v,c)) argument
21 #define QUARTERROUND(a,b,c,d) \ argument
87 void ECRYPT_encrypt_bytes(ECRYPT_ctx *x,const u8 *m,u8 *c,u32 bytes) in ECRYPT_encrypt_bytes()
111 void ECRYPT_decrypt_bytes(ECRYPT_ctx *x,const u8 *c,u8 *m,u32 bytes) in ECRYPT_decrypt_bytes()
Dsw_poly1305-donna-32.h84 unsigned long c; in poly1305_blocks() local
141 unsigned long h0,h1,h2,h3,h4,c; in poly1305_finish() local
Drom.h143 #define HapiCrc32(a,b,c) P_HARD_API->Crc32(a,b,c) argument
147 #define HapiProgramFlash(a,b,c) MemBusWrkAroundHapiProgramFlash(a,b,c) argument
149 #define HapiFletcher32(a,b,c) P_HARD_API->Fletcher32(a,b,c) argument
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dsw_chacha.c14 #define ROTATE(v, c) (ROTL32(v, c)) argument
19 #define QUARTERROUND(a, b, c, d) \ argument
102 void ECRYPT_encrypt_bytes(ECRYPT_ctx *x, const u8 *m, u8 *c, u32 bytes) in ECRYPT_encrypt_bytes()
138 void ECRYPT_decrypt_bytes(ECRYPT_ctx *x, const u8 *c, u8 *m, u32 bytes) in ECRYPT_decrypt_bytes()
Dsw_poly1305-donna-32.h80 unsigned long c; in poly1305_blocks() local
154 unsigned long h0, h1, h2, h3, h4, c; in poly1305_finish() local
Dtempdiode.c66 #define MIN3(a, b, c) MIN2(MIN2((a), (b)), (c)) argument
/hal_ti-latest/simplelink/source/ti/net/
Dslnetutils.c1397 char c; in SlNetUtil_inetAton() local