summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/tiva/tiva_timer.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Gregory Nutt2015-01-091-4/+18
| | | | (ALTCLK). Needed by the Tiva timer module
* 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
| | | | direction
* Tiva Timer: Add interfaces to start/stop timers and to set the interval ↵Gregory Nutt2015-01-091-0/+53
| | | | load registers.
* 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 ↵Gregory Nutt2015-01-081-3/+53
| | | | configurations
* Tiva Timer: Add support to select alternate clock source and 32-bit ↵Gregory Nutt2015-01-081-26/+84
| | | | register concatenation mode.
* 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
commit