Searched refs:SMBUS_GPIO_SCL (Results 1 – 1 of 1) sorted by relevance
18 #define SMBUS_GPIO_SCL 6 macro22 #define mSCL_LOW() am_hal_gpio_out_bit_clear(SMBUS_GPIO_SCL) /* Clear SCL line */23 #define mSCL_HIGH() am_hal_gpio_out_bit_set(SMBUS_GPIO_SCL) /* Set SCL line */29 #define mSCL_OUT() am_hal_gpio_pin_config(SMBUS_GPIO_SCL, AM_HAL_GPIO_OUTPUT) …
Completed in 7 milliseconds