Searched full:internally (Results 1 – 25 of 165) sorted by relevance
1234567
/Zephyr-Core-3.5.0/drivers/i2s/ |
D | Kconfig.sam_ssc | 34 internally to TF (Transmitter Frame Synchro signal). 45 internally to TK (Transmitter Clock signal).
|
/Zephyr-Core-3.5.0/tests/lib/newlib/thread_safety/src/ |
D | locks.c | 156 * __sinit_lock_acquire() implementation internally uses the in sinit_lock_thread_acq() 173 * __sinit_lock_release() implementation internally uses the in sinit_lock_thread_rel() 226 * __sfp_lock_acquire() implementation internally uses the retargetable in sfp_lock_thread_acq() 243 * __sfp_lock_release() implementation internally uses the retargetable in sfp_lock_thread_rel() 296 * __malloc_lock() implementation internally uses the retargetable in malloc_lock_thread_lock() 313 * __malloc_unlock() implementation internally uses the retargetable in malloc_lock_thread_unlock() 366 * __env_lock() implementation internally uses the retargetable in env_lock_thread_lock() 383 * __env_unlock() implementation internally uses the retargetable in env_lock_thread_unlock()
|
/Zephyr-Core-3.5.0/tests/drivers/clock_control/nrf_clock_calibration/ |
D | Kconfig | 7 Used internally to enable mocking of temperature sensor
|
/Zephyr-Core-3.5.0/doc/kernel/data_structures/ |
D | slist.rst | 31 containing struct and the field name of the node. Internally, the 60 the node struct, performing the required offsets internally. And 69 Internally, a :c:struct:`sys_slist_t` struct is nothing more than a pair of 112 Internally, the flags are stored unioned with the bottom bits of the
|
D | dlist.rst | 53 Internally, the dlist implementation is minimal: the :c:struct:`sys_dlist_t` 56 in practice the two structs are internally identical, and the list
|
/Zephyr-Core-3.5.0/boards/arm/usb_kw24d512/ |
D | Kconfig.defconfig | 14 # CLK_OUT is internally connected to the input pin EXTAL0
|
/Zephyr-Core-3.5.0/tests/drivers/dac/dac_loopback/src/ |
D | test_dac.c | 83 * DAC0 output is internally available on ADC0_SE23 when test output 100 /* DAC0 output is internally available on ADC0_SE23 */ 115 /* DAC0 output is internally available on ADC0_SE23 */ 130 /* DAC0 output is internally available on ADC0_SE4 */
|
/Zephyr-Core-3.5.0/dts/bindings/serial/ |
D | zephyr,uart-emul.yaml | 26 Connects TX to RX internally creating a loop back connection. Useful
|
D | nxp,kinetis-lpuart.yaml | 18 disconnected, and transmitter output is internally connected to
|
/Zephyr-Core-3.5.0/tests/drivers/spi/spi_loopback/boards/ |
D | atsamr21_xpro.overlay | 8 /* Internally connect MOSI to MISO for loop-back operation */
|
D | atsamd21_xpro.overlay | 8 /* Internally connect MOSI to MISO for loop-back operation */
|
D | atsame54_xpro.overlay | 8 /* Internally connect MOSI to MISO for loop-back operation */
|
/Zephyr-Core-3.5.0/dts/bindings/w1/ |
D | zephyr,w1-serial.yaml | 8 # are internally connected, such that only a single IO
|
/Zephyr-Core-3.5.0/tests/drivers/uart/uart_async_api/boards/ |
D | atsamc21n_xpro.overlay | 8 /* Internally loop-back TX and RX on PAD0 */
|
D | atsamd21_xpro.overlay | 12 /* Internally loop-back TX and RX on PAD0 */
|
D | atsame54_xpro.overlay | 14 /* Internally loop-back TX and RX on PAD0 */
|
D | atsaml21_xpro.overlay | 12 /* internally loop-back Tx and Rx on PAD0 */
|
D | atsamr21_xpro.overlay | 26 /* Internally loop-back TX and RX on PAD0 */
|
D | atsamr34_xpro.overlay | 29 /* internally loop-back Tx and Rx on PAD0 */
|
/Zephyr-Core-3.5.0/drivers/ethernet/phy/ |
D | phy_adin2111_priv.h | 16 * @note Used internally by the ADIN offloaded ISR handler.
|
/Zephyr-Core-3.5.0/soc/riscv/riscv-ite/it8xxx2/ |
D | Kconfig.soc | 89 bool "The GPIOH7 isn't bonding with pad and is left floating internally" 93 floating internally. We need to enable internal pull-down for the pin
|
/Zephyr-Core-3.5.0/dts/bindings/spi/ |
D | atmel,sam-spi.yaml | 25 Connects TX to RX internally creating a loop back connection. Useful
|
/Zephyr-Core-3.5.0/cmake/modules/ |
D | python.cmake | 46 # Zephyr internally used Python variable.
|
/Zephyr-Core-3.5.0/include/zephyr/sys/ |
D | mpsc_packet.h | 42 /** @brief Skip packet used internally by the packet buffer. */
|
/Zephyr-Core-3.5.0/boards/arm/ip_k66f/ |
D | linker.ld | 22 * internally '_net_if_list_start[index - 1]' linker generated symbol).
|
1234567