Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nxp/lpcxpresso55s69/Native_Driver/drivers/
Dfsl_clock.h922 } clock_attach_id_t; typedef
1035 void CLOCK_AttachClk(clock_attach_id_t connection);
1043 clock_attach_id_t CLOCK_GetClockAttachId(clock_attach_id_t attachId);
Dfsl_clock.c104 void CLOCK_AttachClk(clock_attach_id_t connection) in CLOCK_AttachClk()
150 clock_attach_id_t CLOCK_GetClockAttachId(clock_attach_id_t attachId) in CLOCK_GetClockAttachId()
189 return (clock_attach_id_t)actualAttachId; in CLOCK_GetClockAttachId()