blob: 0b8ecee4640aeecdef04f919b146155cfa7f1d26 [file] [log] [blame]
/*
* Copyright 2014-2016 Freescale Semiconductor, Inc.
* Copyright 2016-2019 NXP
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
#ifndef FSL_TICKLESS_LPTMR_H
#define FSL_TICKLESS_LPTMR_H
#define configGPT_CLOCK_HZ (CLOCK_GetFreq(kCLOCK_IpgClk) / 2)
/* The LPTMR is a 16-bit counter. */
#define portMAX_32_BIT_NUMBER (0xffffffffUL)
#endif /* FSL_TICKLESS_LPTMR_H */