MCUXpresso_LPC55S69/boards/lpcxpresso55s69/demo_apps/safety_iec60730b/cm33_core0/safety_test_items.h

18 lines
441 B
C

/*
* Copyright 2021 NXP.
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef _SAFETY_TEST_ITEMS_H_
#define _SAFETY_TEST_ITEMS_H_
/* NULL terminated array of pointers to fs_dio_test_lpc_t items for safety DIO test */
extern fs_dio_test_lpc_t *g_dio_safety_test_items[];
/* NULL terminated array of pointers to aio_test_t items for safety AIO test */
extern fs_aio_test_a1_t *g_aio_safety_test_items[];
#endif