Searched refs:puf_config_t (Results 1 – 4 of 4) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/puf/ |
D | fsl_puf.h | 110 } puf_config_t; typedef 141 void PUF_GetDefaultConfig(puf_config_t *conf); 152 status_t PUF_Init(PUF_Type *base, puf_config_t *conf); 162 void PUF_Deinit(PUF_Type *base, puf_config_t *conf); 329 status_t PUF_PowerCycle(PUF_Type *base, puf_config_t *conf);
|
D | fsl_puf.c | 80 static void puf_powerOn(PUF_Type *base, puf_config_t *conf) in puf_powerOn() 110 status_t PUF_PowerCycle(PUF_Type *base, puf_config_t *conf) in PUF_PowerCycle() 174 void PUF_GetDefaultConfig(puf_config_t *conf) in PUF_GetDefaultConfig() 199 status_t PUF_Init(PUF_Type *base, puf_config_t *conf) in PUF_Init() 251 void PUF_Deinit(PUF_Type *base, puf_config_t *conf) in PUF_Deinit()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/puf_v3/ |
D | fsl_puf_v3.h | 68 } puf_config_t; typedef 110 void PUF_GetDefaultConfig(puf_config_t *conf); 120 status_t PUF_Init(PUF_Type *base, puf_config_t *conf); 130 void PUF_Deinit(PUF_Type *base, puf_config_t *conf);
|
D | fsl_puf_v3.c | 67 static void puf_powerOn(PUF_Type *base, puf_config_t *conf) in puf_powerOn() 76 static status_t puf_powerCycle(PUF_Type *base, puf_config_t *conf) in puf_powerCycle() 116 void PUF_GetDefaultConfig(puf_config_t *conf) in PUF_GetDefaultConfig() 131 status_t PUF_Init(PUF_Type *base, puf_config_t *conf) in PUF_Init() 177 void PUF_Deinit(PUF_Type *base, puf_config_t *conf) in PUF_Deinit()
|