Home
last modified time | relevance | path

Searched refs:rtwdog_config_t (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/rtwdog/
Dfsl_rtwdog.h84 } rtwdog_config_t; typedef
143 void RTWDOG_GetDefaultConfig(rtwdog_config_t *config);
166 void RTWDOG_Init(RTWDOG_Type *base, const rtwdog_config_t *config);
168 AT_QUICKACCESS_SECTION_CODE(void RTWDOG_Init(RTWDOG_Type *base, const rtwdog_config_t *config));
Dfsl_rtwdog.c65 void RTWDOG_GetDefaultConfig(rtwdog_config_t *config) in RTWDOG_GetDefaultConfig()
105 void RTWDOG_Init(RTWDOG_Type *base, const rtwdog_config_t *config) in RTWDOG_Init()