mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +08:00
arch/xtensa/src/esp32/esp32_rt_timer.h: Add section headers.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
committed by
David Sidrane
parent
f14ceb43b7
commit
f24a687f8e
@@ -31,9 +31,17 @@
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <nuttx/list.h>
|
#include <nuttx/list.h>
|
||||||
|
|
||||||
|
/****************************************************************************
|
||||||
|
* Pre-processor Definitions
|
||||||
|
****************************************************************************/
|
||||||
|
|
||||||
#define RT_TIMER_NOFLAGS (0) /* Timer support no feature */
|
#define RT_TIMER_NOFLAGS (0) /* Timer support no feature */
|
||||||
#define RT_TIMER_REPEAT (1 << 0) /* Timer is repeat */
|
#define RT_TIMER_REPEAT (1 << 0) /* Timer is repeat */
|
||||||
|
|
||||||
|
/****************************************************************************
|
||||||
|
* Private Types
|
||||||
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* RT timer state
|
* RT timer state
|
||||||
*/
|
*/
|
||||||
@@ -80,6 +88,10 @@ extern "C"
|
|||||||
#define EXTERN extern
|
#define EXTERN extern
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/****************************************************************************
|
||||||
|
* Public Function Prototypes
|
||||||
|
****************************************************************************/
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Name: rt_timer_create
|
* Name: rt_timer_create
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user