Home
last modified time | relevance | path

Searched full:inactive (Results 1 – 25 of 140) sorted by relevance

123456

/Zephyr-Core-3.7.0/dts/bindings/input/
Dgpio-kbd-matrix.yaml43 When unselected, this pin will be either driven to inactive state or
44 configured to high impedance (input) depending on the col-drive-inactive
47 col-drive-inactive:
50 If enabled, unselected column GPIOs will be driven to inactive state.
/Zephyr-Core-3.7.0/dts/bindings/phy/
Dcan-transceiver-gpio.yaml15 active when the CAN transceiver is enabled and inactive when the CAN
22 inactive when the CAN transceiver is enabled and active when the CAN
/Zephyr-Core-3.7.0/subsys/mgmt/osdp/
DKconfig.pd104 interpretation of contact state to active/inactive status.
106 open/closed circuit status to the reported active/inactive status. (User
132 driver to set the inactive state of the Output. The typical state of an
133 inactive Output is the state of the Output when no power is applied to the
135 setting causes the PD to energize the Output during the inactive state and
/Zephyr-Core-3.7.0/tests/drivers/input/gpio_kbd_matrix/boards/
Dnative_sim.overlay33 col-drive-inactive;
46 col-drive-inactive;
/Zephyr-Core-3.7.0/boards/nordic/nrf9160dk/
Dnrf52840_reset.c31 /* Configure pin as output and initialize it to inactive state. */ in bt_hci_transport_setup()
38 /* Reset the nRF52840 and let it wait until the pin is inactive again in bt_hci_transport_setup()
/Zephyr-Core-3.7.0/dts/bindings/memory-controllers/
Drenesas,smartbond-nor-psram.yaml56 Min. time, in nanoseconds, the #CS line should remain inactive between
62 Min. time, in nanoseconds, the #CS line should remain inactive after the execution
106 Clock mode when #CS is idle/inactive
108 - Mode0: #CLK is low when #CS is inactive
109 - Mode3: #CLK is high when #CS is inactive
/Zephyr-Core-3.7.0/samples/basic/custom_dts_binding/
Dsample.yaml16 - "Initializing pin with inactive level."
/Zephyr-Core-3.7.0/dts/bindings/sensor/
Dvishay,vcnl36825t.yaml24 Note: "force"-mode only available if low-power mode inactive.
34 - [10, 80] ms only if low power mode is inactive
/Zephyr-Core-3.7.0/doc/develop/manifest/
Dindex.rst28 Inactive and Optional Projects/Modules
43 :filter: inactive
/Zephyr-Core-3.7.0/tests/drivers/gpio/gpio_basic_api/src/
Dtest_callback_trigger.c42 /* 1. set PIN_OUT to logical initial state inactive */ in test_callback()
130 "edge inactive failed"); in ZTEST()
138 "level inactive failed"); in ZTEST()
Dtest_gpio_port.c422 "logic inactive mismatch"); in check_input_levels()
537 "logic in inactive mismatch"); in bits_logical()
613 "toggle_bits active-to-inactive failed"); in bits_logical()
615 "toggle_bits active-to-inactive mismatch"); in bits_logical()
619 "toggle_bits inactive-to-active failed"); in bits_logical()
621 "toggle_bits inactive-to-active mismatch"); in bits_logical()
/Zephyr-Core-3.7.0/boards/arduino/portenta_h7/
Dboard.c13 /* Set led1 inactive since the Arduino bootloader leaves it active */ in board_init()
/Zephyr-Core-3.7.0/tests/drivers/regulator/fixed/dts/bindings/
Dtest-regulator-fixed.yaml21 flags must include a PULL to the inactive level.
/Zephyr-Core-3.7.0/drivers/sdhc/
DKconfig.sam_hsmci21 bool "Power save during card inactive"
/Zephyr-Core-3.7.0/dts/bindings/net/wireless/
Dgpio-radio-coex.yaml11 required. When grant pin becomes inactive then you have time to
/Zephyr-Core-3.7.0/dts/bindings/base/
Dpower.yaml31 inactive state before releasing the regulator.
/Zephyr-Core-3.7.0/doc/_extensions/zephyr/
Dmanifest_projects_table.py17 where the ``:filter:`` option can have the following values: active, inactive, all.
80 elif active_filter == 'inactive' and not manifest.is_active(project):
/Zephyr-Core-3.7.0/samples/basic/custom_dts_binding/src/
Dmain.c29 printf("Initializing pin with inactive level.\n"); in main()
/Zephyr-Core-3.7.0/tests/subsys/portability/cmsis_rtos_v1/src/
Dthread_apis.c118 /* Try to set priority to inactive thread and assert failure */ in ZTEST()
123 /* Try to terminate inactive thread and assert failure */ in ZTEST()
/Zephyr-Core-3.7.0/include/zephyr/dt-bindings/spi/
Dspi.h34 * prior to actually make the transfer, it is thus inactive during the transfer,
/Zephyr-Core-3.7.0/include/zephyr/drivers/
Dfpga.h21 /* Inactive is when the FPGA cannot accept the bitstream
53 * @retval 0 if the FPGA is in INACTIVE state.
/Zephyr-Core-3.7.0/doc/develop/west/
Dconfig.rst197 Then a project named ``hal_bar`` is inactive, but a project named
200 If a project is made inactive or active by a list element, the project
203 groups inactive.)
206 the list, it is active or inactive according to the usual rules related
/Zephyr-Core-3.7.0/doc/services/input/
Dgpio-kbd.rst57 - configuring the driver to drive unselected columns GPIO to inactive state
81 col-drive-inactive;
105 col-drive-inactive;
160 ``col-drive-inactive``, so that is only usable for matrixes with isolation
/Zephyr-Core-3.7.0/dts/bindings/pwm/
Dnordic,nrf-sw-pwm.yaml51 when the initial (inactive) state of the outputs is set.
/Zephyr-Core-3.7.0/modules/lvgl/
Dlvgl_shell.c127 } else if (strcmp(argv[2], "inactive") == 0) { in cmd_lvgl_monkey_set()
192 "Usage: lvgl monkey set <index> <active|inactive>\n",

123456