Home
last modified time | relevance | path

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

/bsp/frdm-k64f/device/MK64F12/
A Dfsl_lptmr.c49 static LPTMR_Type *const s_lptmrBases[] = LPTMR_BASE_PTRS; variable
70 for (instance = 0; instance < ARRAY_SIZE(s_lptmrBases); instance++) in LPTMR_GetInstance()
72 if (s_lptmrBases[instance] == base) in LPTMR_GetInstance()
78 assert(instance < ARRAY_SIZE(s_lptmrBases)); in LPTMR_GetInstance()
/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/
A Dfsl_lptmr.c30 static LPTMR_Type *const s_lptmrBases[] = LPTMR_BASE_PTRS; variable
53 for (instance = 0; instance < ARRAY_SIZE(s_lptmrBases); instance++) in LPTMR_GetInstance()
55 if (s_lptmrBases[instance] == base) in LPTMR_GetInstance()
61 assert(instance < ARRAY_SIZE(s_lptmrBases)); in LPTMR_GetInstance()

Completed in 6 milliseconds