Home
last modified time | relevance | path

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

/components/drivers/spi/
A Ddev_soft_spi.c139 rt_pin_write(cfg->sck, PIN_LOW); in spi_soft_tog_sclk()
156 rt_pin_write(cfg->sck, PIN_LOW); in spi_soft_set_sclk()
169 rt_pin_write(cfg->mosi, PIN_LOW); in spi_soft_set_mosi()
182 rt_pin_write(cfg->miso, PIN_LOW); in spi_soft_set_miso()
A Ddev_spi_bit_ops.c504 rt_pin_write(cs_pin, PIN_LOW); in spi_bit_xfer()
549 rt_pin_write(cs_pin, PIN_LOW); in spi_bit_xfer()
A Ddev_qspi_core.c30 rt_pin_write(device->parent.cs_pin, PIN_LOW); in rt_qspi_configure()
A Ddev_spi_core.c186 rt_pin_write(device->cs_pin, PIN_LOW); in rt_spi_configure()
/components/drivers/regulator/
A Dregulator-fixed.c35 rt_pin_write(rf->enable_pin, param->enable_active_high ? PIN_HIGH : PIN_LOW); in regulator_fixed_enable()
51 rt_pin_write(rf->enable_pin, param->enable_active_high ? PIN_LOW: PIN_HIGH); in regulator_fixed_disable()
75 return active == PIN_LOW; in regulator_fixed_is_enabled()
A Dregulator-gpio.c62 rt_pin_write(rg->enable_pin, param->enable_active_high ? PIN_HIGH : PIN_LOW); in regulator_gpio_enable()
81 rt_pin_write(rg->enable_pin, param->enable_active_high ? PIN_LOW : PIN_HIGH); in regulator_gpio_disable()
99 rt_uint8_t active_val = param->enable_active_high ? PIN_LOW : PIN_HIGH; in regulator_gpio_is_enabled()
/components/drivers/i2c/
A Ddev_soft_i2c.c211 if(PIN_LOW == rt_pin_read(cfg->sda_pin)) in i2c_bus_unlock()
217 rt_pin_write(cfg->scl_pin, PIN_LOW); in i2c_bus_unlock()
221 if(PIN_LOW == rt_pin_read(cfg->sda_pin)) in i2c_bus_unlock()
/components/drivers/pin/
A Ddev_pin_ofw.c77 value = PIN_LOW; in rt_ofw_get_named_pin()
126 value = PIN_LOW; in rt_ofw_get_named_pin()
A Ddev_pin.c343 value = PIN_LOW; in _pin_cmd_write()
/components/drivers/led/
A Dled-gpio.c67 case PIN_LOW: in gpio_led_get_state()
/components/drivers/include/drivers/
A Ddev_pin.h113 #define PIN_LOW 0x00 /*!< low level */ macro

Completed in 16 milliseconds