Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/lpc/
Dfsl_sysctl.c44 static SYSCTL_Type *const s_sysctlBase[] = SYSCTL_BASE_PTRS; variable
64 while ((instance < ARRAY_SIZE(s_sysctlBase)) && (s_sysctlBase[instance] != base)) in SYSCTL_GetInstance()
69 assert(instance < ARRAY_SIZE(s_sysctlBase)); in SYSCTL_GetInstance()