Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pdb/
Dfsl_pdb.c92 PDB_Enable(base, true); /* Enable the PDB module. */ in PDB_Init()
102 PDB_Enable(base, false); /* Disable the PDB module. */ in PDB_Deinit()
Dfsl_pdb.h311 static inline void PDB_Enable(PDB_Type *base, bool enable) in PDB_Enable() function