Searched refs:GPIO_PV_LOW (Results 1 – 7 of 7) sorted by relevance
| /bsp/k230/drivers/utest/ |
| A D | test_gpio.c | 49 kd_pin_write(LED_PIN_NUM, GPIO_PV_LOW); in gpio_led_flashing() 76 kd_pin_write(OUT_PIN_NUM, GPIO_PV_LOW); in gpio_io() 79 uassert_int_equal(level, GPIO_PV_LOW); in gpio_io()
|
| A D | test_gpio_irq.c | 52 kd_pin_write(LED_PIN_NUM, GPIO_PV_LOW); in led_off()
|
| /bsp/k210/drivers/ |
| A D | drv_lcd.c | 142 gpiohs_set_pin(lcd->dc_pin, GPIO_PV_LOW); in drv_lcd_cmd() 181 gpiohs_set_pin(lcd->rst_pin, GPIO_PV_LOW); in drv_lcd_hw_init() 191 gpiohs_set_pin(lcd->backlight_pin, GPIO_PV_LOW); in drv_lcd_hw_init() 195 gpiohs_set_pin(lcd->backlight_pin, GPIO_PV_LOW); in drv_lcd_hw_init() 486 gpiohs_set_pin(lcd->backlight_pin, GPIO_PV_LOW); in drv_lcd_control() 490 gpiohs_set_pin(lcd->backlight_pin, GPIO_PV_LOW); in drv_lcd_control() 498 gpiohs_set_pin(lcd->backlight_pin, GPIO_PV_LOW); in drv_lcd_control()
|
| A D | drv_gpio.c | 111 gpiohs_set_pin(pin_channel, value == PIN_HIGH ? GPIO_PV_HIGH : GPIO_PV_LOW); in drv_pin_write()
|
| A D | drv_spi.c | 121 gpiohs_set_pin(cs->cs_pin, GPIO_PV_LOW); in drv_spi_xfer()
|
| /bsp/k230/drivers/interdrv/gpio/ |
| A D | drv_gpio.h | 109 GPIO_PV_LOW, enumerator
|
| A D | drv_gpio.c | 188 kd_gpio_reg_writel(reg, pin, value ? GPIO_PV_HIGH : GPIO_PV_LOW); in kd_pin_write() 214 return kd_gpio_reg_readl(reg, pin) ? GPIO_PV_HIGH : GPIO_PV_LOW; in kd_pin_read()
|
Completed in 18 milliseconds