Home
last modified time | relevance | path

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

/bsp/apollo2/board/
A Dsmbus.c18 #define SMBUS_GPIO_SCL 6 macro
22 #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