mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
xtimer: Rename XTIMER -> XTIMER_DEV
This commit is contained in:
parent
2f832117f8
commit
4d862955c2
@ -31,7 +31,7 @@
|
||||
* @brief Xtimer configuration
|
||||
* @{
|
||||
*/
|
||||
#define XTIMER (0)
|
||||
#define XTIMER_DEV (0)
|
||||
#define XTIMER_CHAN (0)
|
||||
#define XTIMER_WIDTH (24)
|
||||
#define XTIMER_BACKOFF (40)
|
||||
|
@ -76,7 +76,7 @@ extern "C" {
|
||||
* @name xtimer configuration
|
||||
* @{
|
||||
*/
|
||||
#define XTIMER TIMER_0
|
||||
#define XTIMER_DEV TIMER_0
|
||||
#define XTIMER_CHAN (0)
|
||||
#define XTIMER_SHIFT (-4)
|
||||
#define XTIMER_BACKOFF (50)
|
||||
|
@ -38,7 +38,7 @@ extern "C" {
|
||||
* @brief Xtimer configuration
|
||||
* @{
|
||||
*/
|
||||
#define XTIMER (0)
|
||||
#define XTIMER_DEV (0)
|
||||
#define XTIMER_CHAN (0)
|
||||
#define XTIMER_WIDTH (16)
|
||||
/** @} */
|
||||
|
@ -37,7 +37,7 @@ extern "C" {
|
||||
* @brief Xtimer configuration
|
||||
* @{
|
||||
*/
|
||||
#define XTIMER (0)
|
||||
#define XTIMER_DEV (0)
|
||||
#define XTIMER_CHAN (0)
|
||||
#define XTIMER_WIDTH (16)
|
||||
#define XTIMER_BACKOFF (40)
|
||||
|
@ -32,7 +32,7 @@ extern "C" {
|
||||
* @brief Xtimer configuration
|
||||
* @{
|
||||
*/
|
||||
#define XTIMER (0)
|
||||
#define XTIMER_DEV (0)
|
||||
#define XTIMER_CHAN (0)
|
||||
#define XTIMER_WIDTH (24)
|
||||
#define XTIMER_BACKOFF (40)
|
||||
|
@ -31,7 +31,7 @@ extern "C" {
|
||||
* @name xtimer configuration
|
||||
* @{
|
||||
*/
|
||||
#define XTIMER TIMER_0
|
||||
#define XTIMER_DEV TIMER_0
|
||||
#define XTIMER_CHAN (0)
|
||||
#define XTIMER_OVERHEAD (6)
|
||||
#define XTIMER_BACKOFF (5)
|
||||
|
@ -31,7 +31,7 @@ extern "C" {
|
||||
* @name xtimer configuration
|
||||
* @{
|
||||
*/
|
||||
#define XTIMER TIMER_DEV(0)
|
||||
#define XTIMER_DEV TIMER_DEV(0)
|
||||
#define XTIMER_CHAN (0)
|
||||
#define XTIMER_OVERHEAD (6)
|
||||
#define XTIMER_BACKOFF (3)
|
||||
|
@ -64,7 +64,7 @@
|
||||
* @name xtimer configuration
|
||||
* @{
|
||||
*/
|
||||
#define XTIMER TIMER_0
|
||||
#define XTIMER_DEV TIMER_0
|
||||
#define XTIMER_CHAN (0)
|
||||
#define XTIMER_SHIFT (-4)
|
||||
#define XTIMER_BACKOFF (50)
|
||||
|
@ -32,7 +32,7 @@ extern "C" {
|
||||
* @brief Xtimer configuration
|
||||
* @{
|
||||
*/
|
||||
#define XTIMER (0)
|
||||
#define XTIMER_DEV (0)
|
||||
#define XTIMER_CHAN (0)
|
||||
#define XTIMER_WIDTH (24)
|
||||
#define XTIMER_BACKOFF (40)
|
||||
|
@ -32,7 +32,7 @@ extern "C" {
|
||||
* @brief Xtimer configuration
|
||||
* @{
|
||||
*/
|
||||
#define XTIMER (0)
|
||||
#define XTIMER_DEV (0)
|
||||
#define XTIMER_CHAN (0)
|
||||
#define XTIMER_WIDTH (24)
|
||||
#define XTIMER_BACKOFF (40)
|
||||
|
@ -77,7 +77,7 @@
|
||||
* @name xtimer configuration
|
||||
* @{
|
||||
*/
|
||||
#define XTIMER TIMER_0
|
||||
#define XTIMER_DEV TIMER_0
|
||||
#define XTIMER_CHAN (0)
|
||||
#define XTIMER_SHIFT (-4)
|
||||
#define XTIMER_BACKOFF (50)
|
||||
|
@ -34,7 +34,7 @@ extern "C" {
|
||||
* @brief xtimer configuration
|
||||
* @{
|
||||
*/
|
||||
#define XTIMER TIMER_1
|
||||
#define XTIMER_DEV TIMER_1
|
||||
#define XTIMER_CHAN (0)
|
||||
/** @} */
|
||||
|
||||
|
@ -32,7 +32,7 @@ extern "C" {
|
||||
* @name xtimer configuration
|
||||
* @{
|
||||
*/
|
||||
#define XTIMER TIMER_0
|
||||
#define XTIMER_DEV TIMER_0
|
||||
#define XTIMER_CHAN (0)
|
||||
#define XTIMER_OVERHEAD (6)
|
||||
#define XTIMER_BACKOFF (10)
|
||||
|
@ -54,7 +54,7 @@ extern "C" {
|
||||
* @brief Xtimer configuration
|
||||
* @{
|
||||
*/
|
||||
#define XTIMER (0)
|
||||
#define XTIMER_DEV (0)
|
||||
#define XTIMER_CHAN (0)
|
||||
#define XTIMER_WIDTH (16)
|
||||
#define XTIMER_BACKOFF (40)
|
||||
|
@ -37,7 +37,7 @@ extern "C" {
|
||||
* @brief Xtimer configuration
|
||||
* @{
|
||||
*/
|
||||
#define XTIMER (0)
|
||||
#define XTIMER_DEV (0)
|
||||
#define XTIMER_CHAN (0)
|
||||
#define XTIMER_WIDTH (16)
|
||||
#define XTIMER_BACKOFF (40)
|
||||
|
@ -31,7 +31,7 @@ extern "C" {
|
||||
* @brief Xtimer configuration
|
||||
* @{
|
||||
*/
|
||||
#define XTIMER (0)
|
||||
#define XTIMER_DEV (0)
|
||||
#define XTIMER_CHAN (0)
|
||||
#define XTIMER_WIDTH (24)
|
||||
#define XTIMER_BACKOFF (40)
|
||||
|
@ -48,7 +48,7 @@ extern "C" {
|
||||
* @brief Xtimer configuration
|
||||
* @{
|
||||
*/
|
||||
#define XTIMER (0)
|
||||
#define XTIMER_DEV (0)
|
||||
#define XTIMER_CHAN (0)
|
||||
#define XTIMER_WIDTH (16)
|
||||
#define XTIMER_BACKOFF (40)
|
||||
|
@ -344,11 +344,11 @@ int xtimer_msg_receive_timeout64(msg_t *msg, uint64_t us);
|
||||
/*
|
||||
* Default xtimer configuration
|
||||
*/
|
||||
#ifndef XTIMER
|
||||
#ifndef XTIMER_DEV
|
||||
/**
|
||||
* @brief Underlying hardware timer device to assign to xtimer
|
||||
*/
|
||||
#define XTIMER TIMER_DEV(0)
|
||||
#define XTIMER_DEV TIMER_DEV(0)
|
||||
/**
|
||||
* @brief Underlying hardware timer channel to assign to xtimer
|
||||
*/
|
||||
|
@ -59,9 +59,9 @@ extern volatile uint32_t _xtimer_high_cnt;
|
||||
static inline uint32_t _xtimer_lltimer_now(void)
|
||||
{
|
||||
#if XTIMER_SHIFT
|
||||
return XTIMER_TICKS_TO_USEC((uint32_t)timer_read(XTIMER));
|
||||
return XTIMER_TICKS_TO_USEC((uint32_t)timer_read(XTIMER_DEV));
|
||||
#else
|
||||
return timer_read(XTIMER);
|
||||
return timer_read(XTIMER_DEV);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
@ -57,7 +57,7 @@ static inline int _is_set(xtimer_t *timer)
|
||||
void xtimer_init(void)
|
||||
{
|
||||
/* initialize low-level timer */
|
||||
timer_init(XTIMER, XTIMER_USEC_TO_TICKS(1000000ul), _periph_timer_callback, NULL);
|
||||
timer_init(XTIMER_DEV, XTIMER_USEC_TO_TICKS(1000000ul), _periph_timer_callback, NULL);
|
||||
|
||||
/* register initial overflow tick */
|
||||
_lltimer_set(0xFFFFFFFF);
|
||||
@ -158,7 +158,7 @@ static inline void _lltimer_set(uint32_t target)
|
||||
target++;
|
||||
}
|
||||
#endif
|
||||
timer_set_absolute(XTIMER, XTIMER_CHAN, _xtimer_lltimer_mask(target));
|
||||
timer_set_absolute(XTIMER_DEV, XTIMER_CHAN, _xtimer_lltimer_mask(target));
|
||||
}
|
||||
|
||||
int _xtimer_set_absolute(xtimer_t *timer, uint32_t target)
|
||||
|
Loading…
Reference in New Issue
Block a user