Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/boards/twrke18f/project_template/
Dpin_mux.c558 GPIO_PinInit(BOARD_ACCEL_I2C_RST_GPIO, BOARD_ACCEL_I2C_RST_PIN, &ACCEL_I2C_RST_config); in BOARD_InitACCELPins()
615 PORT_SetPinConfig(BOARD_ACCEL_I2C_RST_PORT, BOARD_ACCEL_I2C_RST_PIN, &ACCEL_I2C_RST); in BOARD_InitACCELPins()
Dpin_mux.h172 #define BOARD_ACCEL_I2C_RST_PIN 15U /*!<@brief PORTC pin index: 15 */ macro