Searched refs:PIN_LOW (Results 1 – 11 of 11) sorted by relevance
| /components/drivers/spi/ |
| A D | dev_soft_spi.c | 139 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 D | dev_spi_bit_ops.c | 504 rt_pin_write(cs_pin, PIN_LOW); in spi_bit_xfer() 549 rt_pin_write(cs_pin, PIN_LOW); in spi_bit_xfer()
|
| A D | dev_qspi_core.c | 30 rt_pin_write(device->parent.cs_pin, PIN_LOW); in rt_qspi_configure()
|
| A D | dev_spi_core.c | 186 rt_pin_write(device->cs_pin, PIN_LOW); in rt_spi_configure()
|
| /components/drivers/regulator/ |
| A D | regulator-fixed.c | 35 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 D | regulator-gpio.c | 62 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 D | dev_soft_i2c.c | 211 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 D | dev_pin_ofw.c | 77 value = PIN_LOW; in rt_ofw_get_named_pin() 126 value = PIN_LOW; in rt_ofw_get_named_pin()
|
| A D | dev_pin.c | 343 value = PIN_LOW; in _pin_cmd_write()
|
| /components/drivers/led/ |
| A D | led-gpio.c | 67 case PIN_LOW: in gpio_led_get_state()
|
| /components/drivers/include/drivers/ |
| A D | dev_pin.h | 113 #define PIN_LOW 0x00 /*!< low level */ macro
|
Completed in 16 milliseconds