VSF Documented
vsf_test_port_hal.h
Go to the documentation of this file.
1/*****************************************************************************
2 * Copyright(C)2009-2024 by VSF Team *
3 * *
4 * Licensed under the Apache License, Version 2.0 (the "License"); *
5 * you may not use this file except in compliance with the License. *
6 * You may obtain a copy of the License at *
7 * *
8 * http://www.apache.org/licenses/LICENSE-2.0 *
9 * *
10 * Unless required by applicable law or agreed to in writing, software *
11 * distributed under the License is distributed on an "AS IS" BASIS, *
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. *
13 * See the License for the specific language governing permissions and *
14 * limitations under the License. *
15 * *
16 ****************************************************************************/
17
18/*============================ INCLUDES ======================================*/
19
20#ifndef __VSF_TEST_PORT_HAL_H__
21# define __VSF_TEST_PORT_HAL_H__
22
23# if VSF_USE_TEST == ENABLED && VSF_HAL_USE_WDT == ENABLED && \
24 VSF_TEST_CFG_HAL_WDT == ENABLED
25
26/*============================ MACROS ========================================*/
27/*============================ TYPES =========================================*/
28/*============================ INCLUDES ======================================*/
29/*============================ PROTOTYPES ====================================*/
30
36extern void vsf_test_hal_wdt_init(vsf_test_wdt_t *wdt, uint32_t timeout_ms);
37
43
44/*============================ LOCAL VARIABLES ===============================*/
45/*============================ GLOBAL VARIABLES ==============================*/
46
47# endif
48#endif /* __VSF_TEST_PORT_HAL_H__ */
49 /* EOF */
unsigned uint32_t
Definition stdint.h:9
Definition vsf_test.h:273
void vsf_test_hal_wdt_init(vsf_test_wdt_t *wdt, uint32_t timeout_ms)
Initialize internal watchdog via VSF HAL.
Definition vsf_test_port_hal.c:41
void vsf_test_hal_wdt_feed(vsf_test_wdt_t *wdt)
Reset watchdog timeout via VSF HAL.
Definition vsf_test_port_hal.c:49