Benjamin Valentin
|
191ff4079b
|
cpu/nrf5x_common: timer: implement TIM_FLAG_SET_STOPPED
|
2022-04-28 13:27:59 +02:00 |
|
chrysn
|
2b09d3162a
|
cpu/nrf52: Expose more timers
|
2021-03-30 16:34:44 +02:00 |
|
chrysn
|
e3e89fe513
|
cpu/nrf5x: implement periph_timer_periodic
|
2020-12-04 19:03:44 +01:00 |
|
Marian Buschsieweke
|
125c892c03
|
drivers/periph/timer: Use uint32_t for frequency
For all currently supported platforms `unsigned long` is 32 bit in width. But
better use `uint32_t` to be safe.
|
2020-10-30 22:02:12 +01:00 |
|
Sebastian Meiling
|
af529531a4
|
cpu/nrf5x: adapt timer to return 0 on success
Adapt periph/timer implementation of nrf5x based MCUs
to return 0 on success for all functions.
|
2019-09-11 13:51:53 +02:00 |
|
Francisco Acosta
|
f2efd88f98
|
Merge pull request #7129 from haukepetersen/opt_periph_sharetimerset
cpu: add and use shared code for timer_set()
|
2017-08-01 15:09:48 +02:00 |
|
smlng
|
692cf96297
|
doc: fix doxygen grouping of cpu periph drivers
|
2017-06-26 14:42:11 +02:00 |
|
Hauke Petersen
|
a1499f4190
|
cpu: add and use shared code for timer_set()
|
2017-06-02 12:21:56 +02:00 |
|
Oleg Hahm
|
d0316fa7ae
|
periph timer: remove timer_irq_(en|dis)able
|
2017-01-14 15:34:53 +01:00 |
|
Hauke Petersen
|
3a00fe8e49
|
cpus: make use of cortexm_isr_end()
|
2016-12-21 11:28:46 +01:00 |
|
Hauke Petersen
|
2a92907c96
|
cpu/nrf: unified and optimized timer driver
|
2016-03-01 22:20:27 +01:00 |
|