Mistake on this page?
Report an issue in GitHub or email us
Public Member Functions
LoRaWANTimeHandler Class Reference

/ _____) _ | | ( (____ _____ ____ _| |_ _____ ____| |__ ____ | ___ | (_ _) ___ |/ ___) _ \ _____) ) ____| | | || |_| ____( (___| | | | (______/|_____)_|_|_| __)_____)____)_| |_| (C)2013 Semtech More...

#include <LoRaWANTimer.h>

Public Member Functions

void activate_timer_subsystem (events::EventQueue *queue)
 Activates the timer subsystem. More...
 
lorawan_time_t get_current_time (void)
 Read the current time. More...
 
lorawan_time_t get_elapsed_time (lorawan_time_t saved_time)
 Return the time elapsed since a fixed moment in time. More...
 
void init (timer_event_t &obj, mbed::Callback< void()> callback)
 Initializes the timer object. More...
 
void start (timer_event_t &obj, const uint32_t timeout)
 Starts and adds the timer object to the list of timer events. More...
 
void stop (timer_event_t &obj)
 Stops and removes the timer object from the list of timer events. More...
 

Detailed Description

/ _____) _ | | ( (____ _____ ____ _| |_ _____ ____| |__ ____ | ___ | (_ _) ___ |/ ___) _ \ _____) ) ____| | | || |_| ____( (___| | | | (______/|_____)_|_|_| __)_____)____)_| |_| (C)2013 Semtech

Description: Timer objects and scheduling management

License: Revised BSD License, see LICENSE.TXT file include in the project

Maintainer: Miguel Luis and Gregory Cristian

Copyright (c) 2017, Arm Limited and affiliates.

SPDX-License-Identifier: BSD-3-Clause

Definition at line 29 of file LoRaWANTimer.h.

Member Function Documentation

void activate_timer_subsystem ( events::EventQueue queue)

Activates the timer subsystem.

Embeds EventQueue object to timer subsystem which is subsequently used to extract timer information.

Parameters
[in]queueHandle to EventQueue object
lorawan_time_t get_current_time ( void  )

Read the current time.

Returns
time The current time.
lorawan_time_t get_elapsed_time ( lorawan_time_t  saved_time)

Return the time elapsed since a fixed moment in time.

Parameters
[in]saved_timeThe fixed moment in time.
Returns
time The elapsed time.
void init ( timer_event_t obj,
mbed::Callback< void()>  callback 
)

Initializes the timer object.

Remarks
The TimerSetValue function must be called before starting the timer. This function initializes the time-stamp and reloads the value at 0.
Parameters
[in]objThe structure containing the timer object parameters.
[in]callbackThe function callback called at the end of the timeout.
void start ( timer_event_t obj,
const uint32_t  timeout 
)

Starts and adds the timer object to the list of timer events.

Parameters
[in]objThe structure containing the timer object parameters.
[in]timeoutThe new timeout value.
void stop ( timer_event_t obj)

Stops and removes the timer object from the list of timer events.

Parameters
[in]objThe structure containing the timer object parameters.
Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.