/* * Copyright (c) 2022-2024, ArtInChip Technology Co., Ltd * * SPDX-License-Identifier: Apache-2.0 * * Authors: zrq */ #include #include #include #include #include #include #include "aic_hal_gpio.h" #include #include "aic_common.h" static u32 g_gpio_group, g_gpio_pin; static void cmd_hrtimer_usage(void) { printf("Compile time: %s %s\n", __DATE__, __TIME__); printf("Usage: test_hrtimer [options]\n"); printf("the hrtimer will timed toggle the %s as a demonstration\n", GPIO_TEST_PIN); printf("test_hrtimer