summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/tiva/tiva_timer.c
Commit message (Expand)AuthorAgeFilesLines
* Tiva Timers: Add interfaces to read the current timer valueGregory Nutt2015-01-121-5/+129
* Tiva Timer: Implements configuration of the 32-bit RTC timerGregory Nutt2015-01-101-18/+38
* Tiva Timer: Add support for RTC match interruptsGregory Nutt2015-01-101-5/+100
* Tive Timer: Add support for ADC trigger generation from one-shot and periodi...Gregory Nutt2015-01-101-6/+86
* Tiva Timer: Add support to set the match regiser(s) relative to the timer cou...Gregory Nutt2015-01-101-19/+362
* Tiva Timer: Add support for input clock prescaler in 16-bit one-shot/periodi...Gregory Nutt2015-01-091-4/+9
* Tiva Timer: Add logic to acknowledge Tiva Timer interruptsGregory Nutt2015-01-091-21/+110
* Tive System Control: Add logic to configure the alternatie clock source (ALTC...Gregory Nutt2015-01-091-4/+18
* Tiva Timer: Add more interrupt management logicGregory Nutt2015-01-091-11/+199
* Tiva Timer: Add functions to set match registers; Add logic to select count ...Gregory Nutt2015-01-091-7/+102
* Tiva Timer: Add interfaces to start/stop timers and to set the interval load...Gregory Nutt2015-01-091-0/+53
* Tiva Timers: Add framework to support tmer interruptsGregory Nutt2015-01-091-48/+425
* Tiva Timer: Partial support for 16- and 32-bit, oneshot and periodic timer c...Gregory Nutt2015-01-081-3/+53
* Tiva Timer: Add support to select alternate clock source and 32-bit register...Gregory Nutt2015-01-081-26/+84
* Tiva Timer: Add register level debug supportGregory Nutt2015-01-081-56/+235
* Tiva Timer: Add basic framework to configure timers. Incomplete on initial ...Gregory Nutt2015-01-081-0/+687