summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/tiva/tiva_timer.h
Commit message (Expand)AuthorAgeFilesLines
* Tiva Timers: Add interfaces to read the current timer valueGregory Nutt2015-01-121-2/+47
* USB host drivers: Change all parmeters named class to usbclass to avoid C++ ...Gregory Nutt2015-01-111-0/+4
* Tiva Timer: Fix a typoGregory Nutt2015-01-101-1/+1
* Tiva Timer: Implements configuration of the 32-bit RTC timerGregory Nutt2015-01-101-2/+27
* Tiva Timer: Add support for RTC match interruptsGregory Nutt2015-01-101-10/+63
* Tive Timer: Add support for ADC trigger generation from one-shot and periodi...Gregory Nutt2015-01-101-4/+14
* Tiva Timer: Add support to set the match regiser(s) relative to the timer cou...Gregory Nutt2015-01-101-19/+98
* Tiva Timer: Add support for input clock prescaler in 16-bit one-shot/periodi...Gregory Nutt2015-01-091-0/+1
* Tiva Timer: Add logic to acknowledge Tiva Timer interruptsGregory Nutt2015-01-091-4/+116
* Tive System Control: Add logic to configure the alternatie clock source (ALTC...Gregory Nutt2015-01-091-2/+1
* Tiva Timer: Add more interrupt management logicGregory Nutt2015-01-091-62/+8
* Tiva Timer: Add functions to set match registers; Add logic to select count ...Gregory Nutt2015-01-091-13/+94
* Tiva Timer: Add interfaces to start/stop timers and to set the interval load...Gregory Nutt2015-01-091-1/+149
* Tiva Timers: Add framework to support tmer interruptsGregory Nutt2015-01-091-7/+27
* Tiva Timer: Partial support for 16- and 32-bit, oneshot and periodic timer c...Gregory Nutt2015-01-081-0/+48
* Tiva Timer: Add support to select alternate clock source and 32-bit register...Gregory Nutt2015-01-081-11/+4
* Tiva Timer: Add basic framework to configure timers. Incomplete on initial ...Gregory Nutt2015-01-081-0/+207