Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_flexcomm.h33 } FLEXCOMM_PERIPH_T; typedef
52 status_t FLEXCOMM_Init(void *base, FLEXCOMM_PERIPH_T periph);
Dfsl_flexcomm.c25 static status_t FLEXCOMM_SetPeriph(FLEXCOMM_Type *base, FLEXCOMM_PERIPH_T periph, int lock);
28 static bool FLEXCOMM_PeripheralIsPresent(FLEXCOMM_Type *base, FLEXCOMM_PERIPH_T periph);
61 static bool FLEXCOMM_PeripheralIsPresent(FLEXCOMM_Type *base, FLEXCOMM_PERIPH_T periph) in FLEXCOMM_PeripheralIsPresent()
100 static status_t FLEXCOMM_SetPeriph(FLEXCOMM_Type *base, FLEXCOMM_PERIPH_T periph, int lock) in FLEXCOMM_SetPeriph()
129 status_t FLEXCOMM_Init(void *base, FLEXCOMM_PERIPH_T periph) in FLEXCOMM_Init()