Home
last modified time | relevance | path

Searched refs:inactive (Results 1 – 3 of 3) sorted by relevance

/bsp/efm32/Libraries/emlib/src/
A Dem_vcmp.c57 EFM_ASSERT((vcmpInit->inactive == 0) || (vcmpInit->inactive == 1)); in VCMP_Init()
112 VCMP->CTRL |= (vcmpInit->inactive << _VCMP_CTRL_INACTVAL_SHIFT); in VCMP_Init()
/bsp/wch/risc-v/Libraries/ch56x_drivers/
A Dch56x_spi.c99 int inactive; in spi_configure() local
148 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()
/bsp/efm32/Libraries/emlib/inc/
A Dem_vcmp.h110 int inactive; member

Completed in 75 milliseconds