Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8QM6/drivers/
Dfsl_clock.c61 return CLOCK_EnableClockExtMapped((uint32_t *)LPCG_TUPLE_REG_BASE(name), name, gate); in CLOCK_EnableClockExt()
73 bool CLOCK_EnableClockExtMapped(uint32_t *lpcgBase, clock_ip_name_t name, uint32_t gate) in CLOCK_EnableClockExtMapped() function
Dfsl_clock.h442 bool CLOCK_EnableClockExtMapped(uint32_t *lpcgBase, clock_ip_name_t name, uint32_t gate);
464 return CLOCK_EnableClockExtMapped(lpcgBase, name, 0); in CLOCK_EnableClockMapped()