Skip to content

Commit d2ea597

Browse files
committed
devices: MCXE247: Add EIM and ERM clock ip name array
Signed-off-by: Yves Wang <zhengjia.wang@nxp.com>
1 parent b374adf commit d2ea597

File tree

1 file changed

+12
-0
lines changed
  • mcux/mcux-sdk-ng/devices/MCX/MCXE/MCXE247/drivers

1 file changed

+12
-0
lines changed

mcux/mcux-sdk-ng/devices/MCX/MCXE/MCXE247/drivers/fsl_clock.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,18 @@ extern volatile uint32_t g_xtal0Freq;
201201
kCLOCK_Mpu \
202202
}
203203

204+
/*! @brief Clock ip name array for EIM. */
205+
#define EIM_CLOCKS \
206+
{ \
207+
kCLOCK_Eim \
208+
}
209+
210+
/*! @brief Clock ip name array for ERM. */
211+
#define ERM_CLOCKS \
212+
{ \
213+
kCLOCK_Erm \
214+
}
215+
204216
/*!
205217
* @brief LPO clock frequency.
206218
*/

0 commit comments

Comments
 (0)