Searched full:assign (Results 1 – 25 of 177) sorted by relevance
12345678
/Zephyr-latest/dts/bindings/gpio/ |
D | renesas,ra-gpio.yaml | 16 description: Pins allow to assign port-irq0 20 description: Pins allow to assign port-irq1 24 description: Pins allow to assign port-irq2 28 description: Pins allow to assign port-irq3 32 description: Pins allow to assign port-irq4 36 description: Pins allow to assign port-irq5 40 description: Pins allow to assign port-irq6 44 description: Pins allow to assign port-irq7 48 description: Pins allow to assign port-irq8 52 description: Pins allow to assign port-irq9 [all …]
|
D | renesas,ra-gpio-ioport.yaml | 32 description: Pins allow to assign port-irq0 36 description: Pins allow to assign port-irq1 40 description: Pins allow to assign port-irq2 44 description: Pins allow to assign port-irq3 48 description: Pins allow to assign port-irq4 52 description: Pins allow to assign port-irq5 56 description: Pins allow to assign port-irq6 60 description: Pins allow to assign port-irq7 64 description: Pins allow to assign port-irq8 68 description: Pins allow to assign port-irq9 [all …]
|
/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/ |
D | ghrd_10m50da_top.v | 52 assign i2c_serial_scl_in = i2c_scl; 53 assign i2c_scl = i2c_serial_scl_oe ? 1'b0 : 1'bz; 55 assign i2c_serial_sda_in = i2c_sda; 56 assign i2c_sda = i2c_serial_sda_oe ? 1'b0 : 1'bz; 58 //assign system_resetn = fpga_reset_n & local_init_done; 107 //assign mem_a[13] = 1'b0; 116 assign user_led[4] = heart_beat_cnt[25];
|
/Zephyr-latest/boards/st/nucleo_h745zi_q/ |
D | nucleo_h745zi_q_stm32h745xx_m7_defconfig | 13 # Enable UART ( disable to assign to M4 core) 16 # Console ( disable to assign to M4 core)
|
/Zephyr-latest/boards/st/nucleo_h755zi_q/ |
D | nucleo_h755zi_q_stm32h755xx_m7_defconfig | 13 # Enable UART (disable to assign to M4 core) 16 # Console (disable to assign to M4 core)
|
/Zephyr-latest/boards/st/stm32h745i_disco/ |
D | stm32h745i_disco_stm32h745xx_m7_defconfig | 14 # Enable UART ( disable to assign to M4 core) 17 # Console ( disable to assign to M4 core)
|
/Zephyr-latest/include/zephyr/drivers/adc/ |
D | adc_emul.h | 37 * - asynchronously call @ref adc_emul_value_func_set in order to assign 67 * @param value New voltage in mV to assign to @p chan input 80 * @param raw_value New raw value to assign to @p chan input 93 * @param func New function to assign to @p chan 108 * @param func New function to assign to @p chan
|
/Zephyr-latest/drivers/modem/ |
D | modem_socket.h | 63 /* dynamically assign id when modem socket is allocated */ 97 * @param assign_id Dynamically assign modem socket id when allocated using modem_socket_get() 142 * @brief Assign id to modem socket 146 * @param id The id to assign to the modem socket
|
/Zephyr-latest/boards/st/stm32h747i_disco/ |
D | stm32h747i_disco_stm32h747xx_m7_defconfig | 16 # Disable following to assign serial ports to m4 core
|
/Zephyr-latest/doc/connectivity/networking/ |
D | usbnet_setup.rst | 23 interface, we need to assign IP addresses and set up a routing table for 36 We need to set it up and assign IP addresses as explained in the following 70 Next step is to assign IP addresses to the new Linux host interface, in
|
/Zephyr-latest/samples/net/ipv4_autoconf/ |
D | README.rst | 5 Perform IPv4 autoconfiguration and self-assign a random IPv4 address 33 Assign a IPv4 link local address to the interface in the Linux system
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/ |
D | popper.min.js | 7 …assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function I(e,r,o){return r==…
|
D | tippy-bundle.umd.min.js | 6 …assign({},t);return e.forEach((function(t){delete n[t]})),n}function c(t){return[].concat(t)}funct…
|
/Zephyr-latest/tests/boards/espressif/ethernet/ |
D | Kconfig | 9 int "DHCP Assign Timeout (in seconds)"
|
/Zephyr-latest/samples/bluetooth/direction_finding_central/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 10 * Note: Pay attention to assign the same GPIO pins as those provided in
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 10 * Note: Pay attention to assign the same GPIO pins as those provided in
|
/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 10 * Note: Pay attention to assign the same GPIO pins as those provided in
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_tx/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 10 * Note: Pay attention to assign the same GPIO pins as those provided in
|
/Zephyr-latest/tests/boards/espressif/ethernet/src/ |
D | main.c | 81 LOG_INF("Waiting for IPV4 assign event..."); in ZTEST() 84 "IPV4 address assign event timeout"); in ZTEST() 135 /* reset semaphore that tracks IPV4 assign event */ in ethernet_setup()
|
/Zephyr-latest/arch/x86/include/ia32/ |
D | exception.h | 62 * Assign an exception handler to a particular vector in the IDT. 74 * Assign an exception handler to a particular vector in the IDT.
|
/Zephyr-latest/boards/arduino/opta/ |
D | arduino_opta_stm32h747xx_m7.dts | 89 /* Assign USB to M7 by default */ 98 /* Assign ethernet to M7 by default */
|
/Zephyr-latest/tests/drivers/spi/spi_loopback/boards/ |
D | same54_xpro.overlay | 11 /* Assign a CS pin */
|
/Zephyr-latest/include/zephyr/drivers/gpio/ |
D | gpio_emul.h | 51 * @param values New values to assign to @p pins 64 * @param value New values to assign to @p pin
|
/Zephyr-latest/include/zephyr/stats/ |
D | stats.h | 81 * @param group__ The name to assign to the structure tag. 108 * @param var__ The name to assign to the entry. 115 * @param var__ The name to assign to the entry. 122 * @param var__ The name to assign to the entry. 129 * @param var__ The name to assign to the entry.
|
/Zephyr-latest/dts/bindings/dma/ |
D | xilinx,axi-dma-base.yaml | 45 In this case, the python device tree script fails to assign ordinals, causing build failure.
|
12345678