Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
DapInt.c45 gpioSet(apIntWkup, 0); in apIntSet()
49 gpioSet(apIntNonWkup, 0); in apIntSet()
57 gpioSet(apIntWkup, 1); in apIntClear()
61 gpioSet(apIntNonWkup, 1); in apIntClear()
Dspi.c285 gpioSet(pdev->nss, 1); in stmSpiDone()
336 gpioSet(pdev->nss, 0); in stmSpiRxTx()
437 gpioSet(pdev->nss, 1); in stmSpiMasterStopSync()
Di2c.c804 gpioSet(scl, 1); in i2cMasterReset()
806 gpioSet(scl, 0); in i2cMasterReset()
812 gpioSet(sda, 0); in i2cMasterReset()
813 gpioSet(scl, 1); in i2cMasterReset()
815 gpioSet(sda, 1); in i2cMasterReset()
Dgpio.c213 void gpioSet(const struct Gpio* __restrict gpioHandle, bool value) in gpioSet() function
/device/google/contexthub/firmware/os/drivers/leds/
Dleds_gpio.c120 gpioSet(mTask.leds[lcfg->led_num].ledid, mTask.leds[lcfg->led_num].val); in sensorConfigLedsGpio()
131 gpioSet(mTask.leds[i].ledid, flag ? mTask.leds[i].val : 0); in sensorLedsOnOff()
203 gpioSet(mTask.leds[i].ledid, 0); in endTask()
/device/google/contexthub/firmware/os/inc/
Dgpio.h77 void gpioSet(const struct Gpio* __restrict gpio, bool value);
/device/google/contexthub/firmware/os/core/
DosApi.c381 gpioSet(gpio, value); in osExpApiGpioSet()