Home
last modified time | relevance | path

Searched refs:kLDB_InputDataLatchOnRisingEdge (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/ldb_combo_phy/
Dfsl_ldb.h49 kLDB_InputDataLatchOnRisingEdge = 1U << 2U, /*!< Latch data on rising clock edge. */ enumerator
Dfsl_ldb.c239 if (0U != ((uint32_t)kLDB_InputDataLatchOnRisingEdge & config->inputFlag)) in LDB_InitChannel()
/hal_nxp-latest/mcux/mcux-sdk/drivers/ldb/
Dfsl_ldb.h55 kLDB_InputDataLatchOnRisingEdge = 1U << 2U, /*!< Latch data on rising clock edge. */ enumerator
Dfsl_ldb.c333 if (0U != ((uint32_t)kLDB_InputDataLatchOnRisingEdge & config->inputFlag)) in LDB_InitChannel()