Searched refs:inactive (Results 1 – 3 of 3) sorted by relevance
57 EFM_ASSERT((vcmpInit->inactive == 0) || (vcmpInit->inactive == 1)); in VCMP_Init()112 VCMP->CTRL |= (vcmpInit->inactive << _VCMP_CTRL_INACTVAL_SHIFT); in VCMP_Init()
99 int inactive; in spi_configure() local148 inactive = (owner->config.mode & RT_SPI_CS_HIGH) ? PIN_LOW : PIN_HIGH; in spi_configure()150 rt_pin_write(cs_pin, inactive); in spi_configure()154 inactive = (config->mode & RT_SPI_CS_HIGH) ? PIN_LOW : PIN_HIGH; in spi_configure()156 rt_pin_write(cs_pin, inactive); in spi_configure()
110 int inactive; member
Completed in 75 milliseconds