Searched full:inactive (Results 1 – 25 of 152) sorted by relevance
1234567
/Zephyr-latest/dts/bindings/input/ |
D | gpio-kbd-matrix.yaml | 43 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-latest/dts/bindings/phy/ |
D | can-transceiver-gpio.yaml | 15 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-latest/dts/bindings/mipi-dbi/ |
D | nxp,lcdic.yaml | 34 nxp,write-inactive-cycles: 38 Set minimum count of write inactive cycles, as a multiple of the module 39 clock frequency. This controls the length of the inactive period of the
|
/Zephyr-latest/subsys/mgmt/osdp/ |
D | Kconfig.pd | 104 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-latest/tests/drivers/input/gpio_kbd_matrix/boards/ |
D | native_sim.overlay | 33 col-drive-inactive; 46 col-drive-inactive;
|
/Zephyr-latest/boards/nordic/nrf9160dk/ |
D | nrf52840_reset.c | 31 /* 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-latest/samples/basic/custom_dts_binding/ |
D | sample.yaml | 16 - "Initializing pin with inactive level."
|
/Zephyr-latest/dts/bindings/memory-controllers/ |
D | renesas,smartbond-nor-psram.yaml | 56 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-latest/doc/develop/manifest/ |
D | index.rst | 28 Inactive and Optional Projects/Modules 43 :filter: inactive
|
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/src/ |
D | test_callback_trigger.c | 44 /* 1. set PIN_OUT to logical initial state inactive */ in test_callback() 132 "edge inactive failed"); in ZTEST() 140 "level inactive failed"); in ZTEST()
|
/Zephyr-latest/boards/arduino/portenta_h7/ |
D | board.c | 13 /* Set led1 inactive since the Arduino bootloader leaves it active */ in board_init()
|
/Zephyr-latest/tests/drivers/regulator/fixed/dts/bindings/ |
D | test-regulator-fixed.yaml | 21 flags must include a PULL to the inactive level.
|
/Zephyr-latest/drivers/sdhc/ |
D | Kconfig.sam_hsmci | 22 bool "Power save during card inactive"
|
/Zephyr-latest/dts/bindings/sdhc/ |
D | renesas,ra-sdhc.yaml | 48 the SDHI is enabled and inactive when the SDHI is disabled
|
/Zephyr-latest/dts/bindings/base/ |
D | power.yaml | 31 inactive state before releasing the regulator.
|
/Zephyr-latest/dts/bindings/net/wireless/ |
D | gpio-radio-coex.yaml | 11 required. When grant pin becomes inactive then you have time to
|
/Zephyr-latest/dts/bindings/sensor/ |
D | vishay,vcnl36825t.yaml | 24 Note: "force"-mode only available if low-power mode inactive. 34 - [10, 80] ms only if low power mode is inactive
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | manifest_projects_table.py | 17 where the ``:filter:`` option can have the following values: active, inactive, all. 80 or active_filter == "inactive"
|
/Zephyr-latest/samples/basic/custom_dts_binding/src/ |
D | main.c | 29 printf("Initializing pin with inactive level.\n"); in main()
|
/Zephyr-latest/boards/shields/lcd_par_s035/boards/ |
D | rd_rw612_bga.overlay | 94 /* Set pulse width for write active and write inactive to min value */ 96 nxp,write-inactive-cycles = <1>;
|
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/ |
D | thread_apis.c | 118 /* Try to set priority to inactive thread and assert failure */ in ZTEST() 123 /* Try to terminate inactive thread and assert failure */ in ZTEST()
|
/Zephyr-latest/include/zephyr/dt-bindings/spi/ |
D | spi.h | 34 * prior to actually make the transfer, it is thus inactive during the transfer,
|
/Zephyr-latest/include/zephyr/drivers/ |
D | fpga.h | 21 /* Inactive is when the FPGA cannot accept the bitstream 53 * @retval 0 if the FPGA is in INACTIVE state.
|
/Zephyr-latest/doc/develop/west/ |
D | config.rst | 200 Then a project named ``hal_bar`` is inactive, but a project named 203 If a project is made inactive or active by a list element, the project 206 groups inactive.) 209 the list, it is active or inactive according to the usual rules related
|
/Zephyr-latest/doc/services/input/ |
D | gpio-kbd.rst | 57 - 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
|
1234567