MCUXpresso_MIMXRT1052xxxxB/boards/evkbimxrt1050/demo_apps/power_mode_switch/rtos/fsl_tickless_gpt.h
2022-04-08 22:46:35 +08:00

15 lines
245 B
C

/*
* Copyright 2020 NXP
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
#ifndef FSL_TICKLESS_GPT_H
#define FSL_TICKLESS_GPT_H
/* The GPT is a 32-bit counter. */
#define portMAX_32_BIT_NUMBER (0xffffffffUL)
#endif /* FSL_TICKLESS_GPT_H */