Searched full:hold (Results 1 – 25 of 356) sorted by relevance
12345678910>>...15
/Zephyr-latest/dts/bindings/memory-controllers/ |
D | atmel,sam-smc.yaml | 39 setup, pulse and hold. The setup is used to address the memory. The pulse 40 is the time used to read/write. The hold is used to release memory. For the 42 (6 cycles) for CPU read/write and no hold time is required. 43 Note: Since no hold parameter is available at SMC the atmel,smc-cycle-timing 44 should have additional cycles to accommodate for hold values. 46 No Hold Time: 47 cycle-timing (7) = setup (1) + pulse (6) + hold (0) 49 With 3 Hold Times: 50 cycle-timing (10) = setup (1) + pulse (6) + hold (3) 99 on the bus during the pulse and hold steps of that signal. [all …]
|
D | st,stm32-fmc-nor-psram.yaml | 138 * ADDHLD - Address-hold phase duration. 140 the address hold time. This parameter can be a value 182 * ADDHLD - Address-hold phase duration.
|
/Zephyr-latest/dts/bindings/i2c/ |
D | ite,enhance-i2c.yaml | 21 data-hold-time: 34 This option is used to configure the data hold time of the I2C. 36 is (data-hold-time / smb_clk) seconds.
|
/Zephyr-latest/samples/boards/st/power_mgmt/standby_shutdown/ |
D | README.rst | 13 Press and hold the user button: 40 Press and hold the user button:
|
D | sample.yaml | 17 - "Press and hold the user button:"
|
/Zephyr-latest/dts/bindings/spi/ |
D | espressif,esp32-spi.yaml | 74 cs-hold-time: 77 Chip select hold time setting, see TRF for SOC for details of
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.tbs | 30 Bit 0: Local Hold and Retrieve 196 bool "Support Hold Call" 199 This option enables support for putting a call on hold. 205 This option enables support for retrieving a call on hold.
|
/Zephyr-latest/tests/drivers/flash/common/boards/ |
D | nrf52840dk_spi_nor_wp_hold.overlay | 6 * Build test for jedec,spi-nor compatible (drivers/flash/spi_nor.c) wp-gpios and hold-gpios 44 hold-gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
|
/Zephyr-latest/dts/bindings/mtd/ |
D | nxp,imx-flexspi-device.yaml | 36 cs-hold-time: 40 Chip select hold time, in serial clock cycles. See the TCSH field in
|
D | andestech,qspi-nor.yaml | 20 hold-gpios:
|
D | jedec,spi-nor.yaml | 18 hold-gpios:
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | hfp_ag.h | 32 BT_HFP_AG_CALL_HELD_IND = 3, /* Call hold status indicator */ 229 /** @brief Terminate the active/hold call 231 * Terminate the active/hold call. 280 /** @brief Notify HFP Unit that the remote terminates the active/hold call 282 * Notify HFP Unit that the remote terminates the active/hold call.
|
/Zephyr-latest/boards/shields/x_nucleo_idb05a1/ |
D | x_nucleo_idb05a1.overlay | 22 spi-hold-cs;
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | Kconfig.msc | 30 Buffer size must be able to hold at least one sector. All LUNs within
|
/Zephyr-latest/boards/shields/x_nucleo_bnrg2a1/ |
D | x_nucleo_bnrg2a1.overlay | 22 spi-hold-cs;
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.cyclonev | 20 However there must be enough descriptors to hold all fragments
|
/Zephyr-latest/dts/bindings/espi/ |
D | microchip,xec-espi-saf.yaml | 34 description: hold off poll after suspend in 20 ns units
|
/Zephyr-latest/include/zephyr/dt-bindings/pwm/ |
D | it8xxx2_pwm.h | 27 * Provides a type to hold PWM configuration flags.
|
/Zephyr-latest/dts/bindings/display/ |
D | frida,nt35510.yaml | 15 Setting a low level will hold NT35510 in reset
|
/Zephyr-latest/tests/bluetooth/host/id/bt_setup_public_id_addr/src/ |
D | main.c | 20 /* Hold data representing HCI command response for command BT_HCI_OP_READ_BD_ADDR */ 23 /* Hold data representing response data for HCI command BT_HCI_OP_READ_BD_ADDR */
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | ccp.rst | 52 hold :Place a call on hold [<{instance_index, 184 hold :Hold call <call_index> 194 remote_hold :Simulate remote hold <call_index>
|
/Zephyr-latest/subsys/debug/gdbstub/ |
D | Kconfig | 36 for GDB backend. This needs to be big enough to hold one
|
/Zephyr-latest/boards/shields/x_nucleo_wb05kn1/ |
D | x_nucleo_wb05kn1_spi.overlay | 23 spi-hold-cs;
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | hfp_ag_internal.h | 63 /** Call hold */ 137 /* Call held by Response and Hold */
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_init/src/ |
D | test_suite_setup_public_identity.c | 21 /* Hold data representing HCI command response for command BT_HCI_OP_READ_BD_ADDR */ 24 /* Hold data representing response data for HCI command BT_HCI_OP_READ_BD_ADDR */
|
12345678910>>...15