Home
last modified time | relevance | path

Searched refs:ui32Int (Results 1 – 25 of 37) sorted by relevance

12

/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/src/
A Dsysexc.c68 uint32_t ui32Int; in _SysExcIntNumberGet() local
83 ui32Int = 0; in _SysExcIntNumberGet()
85 return(ui32Int); in _SysExcIntNumberGet()
110 uint32_t ui32Int; in SysExcIntRegister() local
115 ui32Int = _SysExcIntNumberGet(); in SysExcIntRegister()
117 ASSERT(ui32Int != 0); in SysExcIntRegister()
127 IntEnable(ui32Int); in SysExcIntRegister()
148 uint32_t ui32Int; in SysExcIntUnregister() local
155 ASSERT(ui32Int != 0); in SysExcIntUnregister()
160 IntDisable(ui32Int); in SysExcIntUnregister()
[all …]
A Dqei.c511 uint32_t ui32Int; in _QEIIntNumberGet() local
537 ui32Int = 0; in _QEIIntNumberGet()
542 ui32Int = 0; in _QEIIntNumberGet()
545 return(ui32Int); in _QEIIntNumberGet()
571 uint32_t ui32Int; in QEIIntRegister() local
583 ASSERT(ui32Int != 0); in QEIIntRegister()
593 IntEnable(ui32Int); in QEIIntRegister()
615 uint32_t ui32Int; in QEIIntUnregister() local
627 ASSERT(ui32Int != 0); in QEIIntUnregister()
632 IntDisable(ui32Int); in QEIIntUnregister()
[all …]
A Donewire.c448 uint32_t ui32Int; in _OneWireIntNumberGet() local
452 ui32Int = 0; in _OneWireIntNumberGet()
462 return(ui32Int); in _OneWireIntNumberGet()
488 uint32_t ui32Int; in OneWireIntRegister() local
501 ASSERT(ui32Int != 0); in OneWireIntRegister()
506 IntRegister(ui32Int, pfnHandler); in OneWireIntRegister()
511 IntEnable(ui32Int); in OneWireIntRegister()
533 uint32_t ui32Int; in OneWireIntUnregister() local
544 ASSERT(ui32Int != 0); in OneWireIntUnregister()
549 IntDisable(ui32Int); in OneWireIntUnregister()
[all …]
A Depi.c2072 uint32_t ui32Int; in _EPIIntNumberGet() local
2082 ui32Int = 0; in _EPIIntNumberGet()
2086 ui32Int = INT_EPI0_TM4C129; in _EPIIntNumberGet()
2089 return(ui32Int); in _EPIIntNumberGet()
2113 uint32_t ui32Int; in EPIIntRegister() local
2126 ASSERT(ui32Int != 0); in EPIIntRegister()
2136 IntEnable(ui32Int); in EPIIntRegister()
2157 uint32_t ui32Int; in EPIIntUnregister() local
2169 ASSERT(ui32Int != 0); in EPIIntUnregister()
2174 IntDisable(ui32Int); in EPIIntUnregister()
[all …]
A Dpwm.c1091 uint32_t ui32Int; in PWMGenIntRegister() local
1104 ASSERT(ui32Int != 0); in PWMGenIntRegister()
1114 IntEnable(ui32Int); in PWMGenIntRegister()
1140 uint32_t ui32Int; in PWMGenIntUnregister() local
1153 ASSERT(ui32Int != 0); in PWMGenIntUnregister()
1158 IntDisable(ui32Int); in PWMGenIntUnregister()
1223 uint32_t ui32Int; in PWMFaultIntRegister() local
1235 ASSERT(ui32Int != 0); in PWMFaultIntRegister()
1245 IntEnable(ui32Int); in PWMFaultIntRegister()
1268 uint32_t ui32Int; in PWMFaultIntUnregister() local
[all …]
A Dssi.c355 uint32_t ui32Int; in SSIIntRegister() local
365 ui32Int = _SSIIntNumberGet(ui32Base); in SSIIntRegister()
367 ASSERT(ui32Int != 0); in SSIIntRegister()
372 IntRegister(ui32Int, pfnHandler); in SSIIntRegister()
377 IntEnable(ui32Int); in SSIIntRegister()
399 uint32_t ui32Int; in SSIIntUnregister() local
409 ui32Int = _SSIIntNumberGet(ui32Base); in SSIIntUnregister()
411 ASSERT(ui32Int != 0); in SSIIntUnregister()
416 IntDisable(ui32Int); in SSIIntUnregister()
421 IntUnregister(ui32Int); in SSIIntUnregister()
A Dhibernate.c1107 uint32_t ui32Int; in _HibernateIntNumberGet() local
1121 return(ui32Int); in _HibernateIntNumberGet()
1145 uint32_t ui32Int; in HibernateIntRegister() local
1150 ui32Int = _HibernateIntNumberGet(); in HibernateIntRegister()
1152 ASSERT(ui32Int != 0); in HibernateIntRegister()
1157 IntRegister(ui32Int, pfnHandler); in HibernateIntRegister()
1162 IntEnable(ui32Int); in HibernateIntRegister()
1182 uint32_t ui32Int; in HibernateIntUnregister() local
1189 ASSERT(ui32Int != 0); in HibernateIntUnregister()
1194 IntDisable(ui32Int); in HibernateIntUnregister()
[all …]
A Duart.c477 uint32_t ui32Int, ui32Frac; in UARTConfigGetExpClk() local
1377 uint32_t ui32Int; in UARTIntRegister() local
1387 ui32Int = _UARTIntNumberGet(ui32Base); in UARTIntRegister()
1389 ASSERT(ui32Int != 0); in UARTIntRegister()
1394 IntRegister(ui32Int, pfnHandler); in UARTIntRegister()
1399 IntEnable(ui32Int); in UARTIntRegister()
1422 uint32_t ui32Int; in UARTIntUnregister() local
1432 ui32Int = _UARTIntNumberGet(ui32Base); in UARTIntUnregister()
1434 ASSERT(ui32Int != 0); in UARTIntUnregister()
1439 IntDisable(ui32Int); in UARTIntUnregister()
[all …]
/bsp/tm4c129x/libraries/driverlib/
A Dsysexc.c68 uint32_t ui32Int; in _SysExcIntNumberGet() local
83 ui32Int = 0; in _SysExcIntNumberGet()
85 return(ui32Int); in _SysExcIntNumberGet()
110 uint32_t ui32Int; in SysExcIntRegister() local
115 ui32Int = _SysExcIntNumberGet(); in SysExcIntRegister()
117 ASSERT(ui32Int != 0); in SysExcIntRegister()
127 IntEnable(ui32Int); in SysExcIntRegister()
148 uint32_t ui32Int; in SysExcIntUnregister() local
155 ASSERT(ui32Int != 0); in SysExcIntUnregister()
160 IntDisable(ui32Int); in SysExcIntUnregister()
[all …]
A Dqei.c511 uint32_t ui32Int; in _QEIIntNumberGet() local
537 ui32Int = 0; in _QEIIntNumberGet()
542 ui32Int = 0; in _QEIIntNumberGet()
545 return(ui32Int); in _QEIIntNumberGet()
571 uint32_t ui32Int; in QEIIntRegister() local
583 ASSERT(ui32Int != 0); in QEIIntRegister()
593 IntEnable(ui32Int); in QEIIntRegister()
615 uint32_t ui32Int; in QEIIntUnregister() local
627 ASSERT(ui32Int != 0); in QEIIntUnregister()
632 IntDisable(ui32Int); in QEIIntUnregister()
[all …]
A Donewire.c448 uint32_t ui32Int; in _OneWireIntNumberGet() local
452 ui32Int = 0; in _OneWireIntNumberGet()
462 return(ui32Int); in _OneWireIntNumberGet()
488 uint32_t ui32Int; in OneWireIntRegister() local
501 ASSERT(ui32Int != 0); in OneWireIntRegister()
506 IntRegister(ui32Int, pfnHandler); in OneWireIntRegister()
511 IntEnable(ui32Int); in OneWireIntRegister()
533 uint32_t ui32Int; in OneWireIntUnregister() local
544 ASSERT(ui32Int != 0); in OneWireIntUnregister()
549 IntDisable(ui32Int); in OneWireIntUnregister()
[all …]
A Depi.c2072 uint32_t ui32Int; in _EPIIntNumberGet() local
2082 ui32Int = 0; in _EPIIntNumberGet()
2086 ui32Int = INT_EPI0_TM4C129; in _EPIIntNumberGet()
2089 return(ui32Int); in _EPIIntNumberGet()
2113 uint32_t ui32Int; in EPIIntRegister() local
2126 ASSERT(ui32Int != 0); in EPIIntRegister()
2136 IntEnable(ui32Int); in EPIIntRegister()
2157 uint32_t ui32Int; in EPIIntUnregister() local
2169 ASSERT(ui32Int != 0); in EPIIntUnregister()
2174 IntDisable(ui32Int); in EPIIntUnregister()
[all …]
A Dpwm.c1091 uint32_t ui32Int; in PWMGenIntRegister() local
1104 ASSERT(ui32Int != 0); in PWMGenIntRegister()
1114 IntEnable(ui32Int); in PWMGenIntRegister()
1140 uint32_t ui32Int; in PWMGenIntUnregister() local
1153 ASSERT(ui32Int != 0); in PWMGenIntUnregister()
1158 IntDisable(ui32Int); in PWMGenIntUnregister()
1223 uint32_t ui32Int; in PWMFaultIntRegister() local
1235 ASSERT(ui32Int != 0); in PWMFaultIntRegister()
1245 IntEnable(ui32Int); in PWMFaultIntRegister()
1268 uint32_t ui32Int; in PWMFaultIntUnregister() local
[all …]
A Dssi.c355 uint32_t ui32Int; in SSIIntRegister() local
365 ui32Int = _SSIIntNumberGet(ui32Base); in SSIIntRegister()
367 ASSERT(ui32Int != 0); in SSIIntRegister()
372 IntRegister(ui32Int, pfnHandler); in SSIIntRegister()
377 IntEnable(ui32Int); in SSIIntRegister()
399 uint32_t ui32Int; in SSIIntUnregister() local
409 ui32Int = _SSIIntNumberGet(ui32Base); in SSIIntUnregister()
411 ASSERT(ui32Int != 0); in SSIIntUnregister()
416 IntDisable(ui32Int); in SSIIntUnregister()
421 IntUnregister(ui32Int); in SSIIntUnregister()
A Dhibernate.c1106 uint32_t ui32Int; in _HibernateIntNumberGet() local
1120 return(ui32Int); in _HibernateIntNumberGet()
1144 uint32_t ui32Int; in HibernateIntRegister() local
1149 ui32Int = _HibernateIntNumberGet(); in HibernateIntRegister()
1151 ASSERT(ui32Int != 0); in HibernateIntRegister()
1156 IntRegister(ui32Int, pfnHandler); in HibernateIntRegister()
1161 IntEnable(ui32Int); in HibernateIntRegister()
1181 uint32_t ui32Int; in HibernateIntUnregister() local
1188 ASSERT(ui32Int != 0); in HibernateIntUnregister()
1193 IntDisable(ui32Int); in HibernateIntUnregister()
[all …]
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/
A Dsysexc.c65 uint32_t ui32Int; in _SysExcIntNumberGet() local
70 ui32Int = INT_SYSEXC; in _SysExcIntNumberGet()
71 return (ui32Int); in _SysExcIntNumberGet()
96 uint32_t ui32Int; in SysExcIntRegister() local
101 ui32Int = _SysExcIntNumberGet(); in SysExcIntRegister()
103 ASSERT(ui32Int != 0); in SysExcIntRegister()
113 IntEnable(ui32Int); in SysExcIntRegister()
134 uint32_t ui32Int; in SysExcIntUnregister() local
141 ASSERT(ui32Int != 0); in SysExcIntUnregister()
146 IntDisable(ui32Int); in SysExcIntUnregister()
[all …]
A Dqei.c508 uint32_t ui32Int; in _QEIIntNumberGet() local
517 ui32Int = INT_QEI0; in _QEIIntNumberGet()
521 ui32Int = 0; in _QEIIntNumberGet()
524 return (ui32Int); in _QEIIntNumberGet()
550 uint32_t ui32Int; in QEIIntRegister() local
562 ASSERT(ui32Int != 0); in QEIIntRegister()
572 IntEnable(ui32Int); in QEIIntRegister()
594 uint32_t ui32Int; in QEIIntUnregister() local
606 ASSERT(ui32Int != 0); in QEIIntUnregister()
611 IntDisable(ui32Int); in QEIIntUnregister()
[all …]
A Donewire.c445 uint32_t ui32Int; in _OneWireIntNumberGet() local
449 ui32Int = INT_ONEWIRE0; in _OneWireIntNumberGet()
451 return (ui32Int); in _OneWireIntNumberGet()
477 uint32_t ui32Int; in OneWireIntRegister() local
490 ASSERT(ui32Int != 0); in OneWireIntRegister()
495 IntRegister(ui32Int, pfnHandler); in OneWireIntRegister()
500 IntEnable(ui32Int); in OneWireIntRegister()
522 uint32_t ui32Int; in OneWireIntUnregister() local
533 ASSERT(ui32Int != 0); in OneWireIntUnregister()
538 IntDisable(ui32Int); in OneWireIntUnregister()
[all …]
A Dpwm.c992 uint32_t ui32Int; in PWMGenIntRegister() local
1005 ASSERT(ui32Int != 0); in PWMGenIntRegister()
1015 IntEnable(ui32Int); in PWMGenIntRegister()
1041 uint32_t ui32Int; in PWMGenIntUnregister() local
1054 ASSERT(ui32Int != 0); in PWMGenIntUnregister()
1059 IntDisable(ui32Int); in PWMGenIntUnregister()
1112 uint32_t ui32Int; in PWMFaultIntRegister() local
1123 ASSERT(ui32Int != 0); in PWMFaultIntRegister()
1133 IntEnable(ui32Int); in PWMFaultIntRegister()
1156 uint32_t ui32Int; in PWMFaultIntUnregister() local
[all …]
A Dssi.c330 uint32_t ui32Int; in SSIIntRegister() local
340 ui32Int = _SSIIntNumberGet(ui32Base); in SSIIntRegister()
342 ASSERT(ui32Int != 0); in SSIIntRegister()
347 IntRegister(ui32Int, pfnHandler); in SSIIntRegister()
352 IntEnable(ui32Int); in SSIIntRegister()
374 uint32_t ui32Int; in SSIIntUnregister() local
384 ui32Int = _SSIIntNumberGet(ui32Base); in SSIIntUnregister()
386 ASSERT(ui32Int != 0); in SSIIntUnregister()
391 IntDisable(ui32Int); in SSIIntUnregister()
396 IntUnregister(ui32Int); in SSIIntUnregister()
A Depi.c2004 uint32_t ui32Int; in _EPIIntNumberGet() local
2011 ui32Int = INT_EPI0; in _EPIIntNumberGet()
2013 return (ui32Int); in _EPIIntNumberGet()
2037 uint32_t ui32Int; in EPIIntRegister() local
2050 ASSERT(ui32Int != 0); in EPIIntRegister()
2055 IntRegister(ui32Int, pfnHandler); in EPIIntRegister()
2060 IntEnable(ui32Int); in EPIIntRegister()
2081 uint32_t ui32Int; in EPIIntUnregister() local
2093 ASSERT(ui32Int != 0); in EPIIntUnregister()
2098 IntDisable(ui32Int); in EPIIntUnregister()
[all …]
A Dtimer.c116 uint32_t ui32Int; in _TimerIntNumberGet() local
137 ui32Int = ppui32SSIIntMap[ui8Idx][1]; in _TimerIntNumberGet()
141 ui32Int += 1; in _TimerIntNumberGet()
147 return (ui32Int); in _TimerIntNumberGet()
1088 uint32_t ui32Int; in TimerIntRegister() local
1102 ASSERT(ui32Int != 0); in TimerIntRegister()
1107 IntRegister(ui32Int, pfnHandler); in TimerIntRegister()
1112 IntEnable(ui32Int); in TimerIntRegister()
1136 uint32_t ui32Int; in TimerIntUnregister() local
1153 IntDisable(ui32Int); in TimerIntUnregister()
[all …]
A Dhibernate.c1053 uint32_t ui32Int; in _HibernateIntNumberGet() local
1058 ui32Int = INT_HIBERNATE; in _HibernateIntNumberGet()
1060 return (ui32Int); in _HibernateIntNumberGet()
1084 uint32_t ui32Int; in HibernateIntRegister() local
1091 ASSERT(ui32Int != 0); in HibernateIntRegister()
1096 IntRegister(ui32Int, pfnHandler); in HibernateIntRegister()
1101 IntEnable(ui32Int); in HibernateIntRegister()
1121 uint32_t ui32Int; in HibernateIntUnregister() local
1128 ASSERT(ui32Int != 0); in HibernateIntUnregister()
1133 IntDisable(ui32Int); in HibernateIntUnregister()
[all …]
A Dgpio.c860 uint32_t ui32Int; in GPIOIntRegister() local
872 ASSERT(ui32Int != 0); in GPIOIntRegister()
882 IntEnable(ui32Int); in GPIOIntRegister()
905 uint32_t ui32Int; in GPIOIntUnregister() local
917 ASSERT(ui32Int != 0); in GPIOIntUnregister()
922 IntDisable(ui32Int); in GPIOIntUnregister()
927 IntUnregister(ui32Int); in GPIOIntUnregister()
954 uint32_t ui32Int; in GPIOIntRegisterPin() local
976 IntEnable(ui32Int + ui32Pin); in GPIOIntRegisterPin()
999 uint32_t ui32Int; in GPIOIntUnregisterPin() local
[all …]
A Duart.c450 uint32_t ui32Int, ui32Frac; in UARTConfigGetExpClk() local
1303 uint32_t ui32Int; in UARTIntRegister() local
1313 ui32Int = _UARTIntNumberGet(ui32Base); in UARTIntRegister()
1315 ASSERT(ui32Int != 0); in UARTIntRegister()
1320 IntRegister(ui32Int, pfnHandler); in UARTIntRegister()
1325 IntEnable(ui32Int); in UARTIntRegister()
1348 uint32_t ui32Int; in UARTIntUnregister() local
1358 ui32Int = _UARTIntNumberGet(ui32Base); in UARTIntUnregister()
1360 ASSERT(ui32Int != 0); in UARTIntUnregister()
1365 IntDisable(ui32Int); in UARTIntUnregister()
[all …]

Completed in 86 milliseconds

12