Renesas PTX1xxR IoT-Reader API (non-OS) Version 7.3.1
Renesas Software Stack for IoT-Reader Applications (non-OS)
ptxTDC_Timer.h
Go to the documentation of this file.
1
50#ifndef APIS_PTX_TDC_TIMER_H_
51#define APIS_PTX_TDC_TIMER_H_
52
53/*
54 * ####################################################################################################################
55 * INCLUDES
56 * ####################################################################################################################
57 */
58
59#include <stdint.h>
60#include "ptxStatus.h"
61
62#ifdef __cplusplus
63extern "C" {
64#endif
65
66/*
67 * ####################################################################################################################
68 * DEFINES / TYPES
69 * ####################################################################################################################
70 */
71
72/*
73 * ####################################################################################################################
74 * TYPES
75 * ####################################################################################################################
76 */
77
86
95
104
111
112#ifdef __cplusplus
113}
114#endif
115
118#endif /* Guard */
119
ptxStatus_t ptxTDC_Timer_Stop()
Stops and deinitializes the TDC timer.
struct ptxTDC_Timer_Status ptxTDC_Timer_Status_t
TDC Timer: Component Structure.
ptxStatus_t ptxTDC_Timer_Status(ptxTDC_Timer_Status_t *timerStatus)
Retrieves status information from the timer.
ptxStatus_t ptxTDC_Timer_Start(uint32_t ms)
Initializes and starts the TDC timer for a given duration.
uint16_t ptxStatus_t
Status Type.
Definition ptxStatus.h:70
TDC Timer: Component Structure.
Definition ptxTDC_Timer.h:82
uint32_t ElapsedTime
Definition ptxTDC_Timer.h:84
uint8_t IsElapsed
Definition ptxTDC_Timer.h:83