Home
last modified time | relevance | path

Searched refs:kLPI2C_HostRequestPinActiveHigh (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/boards/frdmk32l3a6/project_template/cm4/
Dperipherals.c123 .polarity = kLPI2C_HostRequestPinActiveHigh
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.h137 kLPI2C_HostRequestPinActiveHigh = 0x1U /*!< Configure the LPI2C_HREQ pin active high */ enumerator
Dfsl_lpi2c.c443 masterConfig->hostRequest.polarity = kLPI2C_HostRequestPinActiveHigh; in LPI2C_MasterGetDefaultConfig()