|
Renesas PTX1xxR IoT-Reader API (non-OS) Version 7.3.1
Renesas Software Stack for IoT-Reader Applications (non-OS)
|

Data Structures | |
| struct | ptxTDC_Timer_Status |
| TDC Timer: Component Structure. More... | |
Typedefs | |
| typedef struct ptxTDC_Timer_Status | ptxTDC_Timer_Status_t |
| TDC Timer: Component Structure. | |
Functions | |
| ptxStatus_t | ptxTDC_Timer_Start (uint32_t ms) |
| Initializes and starts the TDC timer for a given duration. | |
| ptxStatus_t | ptxTDC_Timer_Status (ptxTDC_Timer_Status_t *timerStatus) |
| Retrieves status information from the timer. | |
| ptxStatus_t | ptxTDC_Timer_Stop () |
| Stops and deinitializes the TDC timer. | |
| ptxStatus_t ptxTDC_Timer_Start | ( | uint32_t | ms | ) |
Initializes and starts the TDC timer for a given duration.
| [in] | ms | Milliseconds until the timer elapses. |
| ptxStatus_t ptxTDC_Timer_Status | ( | ptxTDC_Timer_Status_t * | timerStatus | ) |
Retrieves status information from the timer.
| [in,out] | timerStatus | Pointer to ptxTDC_Timer_Status_t. |
| ptxStatus_t ptxTDC_Timer_Stop | ( | ) |
Stops and deinitializes the TDC timer.