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

Go to the source code of this file.
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. | |
SPDX-License-Identifier: BSD-3-Clause
Copyright (c) 2026, Renesas Electronics Corporation and/or its affiliates
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY Renesas "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RENESAS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
Project : PTX1K Module : Transparent Data Channel (TDC) Timer Support API File : ptxTDC_Timer.h
Description : Platform dependent Timer API used by TDC Component. Implements Stop-Watch functionality.