/Zephyr-Core-3.7.0/lib/posix/options/ |
D | Kconfig.timer | 13 For more information, please see 23 For more information, please see 33 For more information, please see 42 For more information, please see 52 For more information, please see 63 For more information, please see 72 For more information, please see 80 For more information, please see
|
D | Kconfig.profile | 28 extrapolated to the more recent Subprofiling Option Groups in IEEE 1003.3-2017. 30 For more information, please refer to 47 For more information, please see 61 For more information, please see 76 For more information, please see 92 For more information, please see 119 For more information, please see 147 For more information, please see 164 For more information, please see 185 For more information, please see
|
D | Kconfig.pthread | 13 For more information please see 24 For more information, see 45 For more information, see 63 removed once a more synchronous solution is available. 74 For more information, please see 85 For more information, please see 94 For more information, please see 105 For more information, please see 138 facilitate a more dynamic approach to guard areas (via software or 146 For more information, please see [all …]
|
D | Kconfig.xsi | 15 For more information, please see 24 For more information, please see 33 For more information, please see 42 For more information, please see
|
D | Kconfig.mem | 25 For more information, please see 36 For more information, please see 48 For more information, please see 60 For more information, please see 72 For more information, please see
|
/Zephyr-Core-3.7.0/tests/drivers/uart/uart_basic_api/src/ |
D | test_uart_pending.c | 15 * more RX and TX pending interrupts. 26 * is no more RX data to be popped from FIFO and all IRQs are handled. 28 * indicating there are no more pending interrupts to be processed. If 0 58 * received data until there is no more RX data, thus in uart_pending_callback() 60 * that there are no more RX interrupts to be processed. in uart_pending_callback() 62 * there is no more RX data in the RX buffer to be processed, in uart_pending_callback() 73 * Bug: no more tries; uart_irq_is_pending() in uart_pending_callback() 74 * always returned 1 in spite of having no more in uart_pending_callback() 75 * RX data to be read from FIFO and no more TX in uart_pending_callback() 79 * real pending interrupt, i.e. no more RX and in uart_pending_callback()
|
/Zephyr-Core-3.7.0/drivers/ethernet/ |
D | Kconfig.dwmac | 46 A higher number allows for more packets to be queued which may 47 improve throughput, but that requires more transient memory. 63 A higher number allows for more packets to be received without 64 immediate intervention from the CPU but requires more transient
|
D | Kconfig.cyclonev | 18 A higher number allows for more packets to be queued which may 19 improve throughput, but that requires more transient memory.
|
/Zephyr-Core-3.7.0/drivers/sensor/tdk/icm42688/ |
D | icm42688_emul.h | 12 * @brief Set one or more register values 16 * @param in One or more bytes to write to the registers 23 * @brief Get the values of one or more register values
|
/Zephyr-Core-3.7.0/samples/bluetooth/direction_finding_central/boards/ |
D | nrf52833dk_nrf52833.overlay | 10 * designed by Nordic. For more information see README.rst. 14 * by Nordic) for Rx PDU. For more information see README.rst. 22 * designed by Nordic. For more information see README.rst.
|
/Zephyr-Core-3.7.0/samples/bluetooth/direction_finding_peripheral/boards/ |
D | nrf52833dk_nrf52833.overlay | 10 * designed by Nordic. For more information see README.rst. 14 * by Nordic) for Rx PDU. For more information see README.rst. 22 * designed by Nordic. For more information see README.rst.
|
/Zephyr-Core-3.7.0/drivers/sensor/asahi_kasei/akm09918c/ |
D | akm09918c_emul.h | 12 * @brief Set one or more register values 16 * @param in One or more bytes to write to the registers 23 * @brief Get the values of one or more register values
|
/Zephyr-Core-3.7.0/subsys/net/lib/coap/ |
D | coap_link_format.c | 255 size_t current, bool *more) in format_uri() argument 272 *more = true; in format_uri() 286 *more = true; in format_uri() 302 *more = true; in format_uri() 314 *more = true; in format_uri() 318 *more = false; in format_uri() 326 size_t current, bool *more) in format_attributes() argument 332 *more = false; in format_attributes() 346 *more = true; in format_attributes() 359 *more = true; in format_attributes() [all …]
|
/Zephyr-Core-3.7.0/tests/bluetooth/host/id/mocks/ |
D | smp_expects.c | 17 "'%s()' was called more than once", func_name); in expect_single_call_bt_smp_le_oob_generate_sc_data() 32 zassert_equal(bt_smp_le_oob_set_tk_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_bt_smp_le_oob_set_tk() 48 "'%s()' was called more than once", func_name); in expect_single_call_bt_smp_le_oob_set_sc_data() 65 "'%s()' was called more than once", func_name); in expect_single_call_bt_smp_le_oob_get_sc_data()
|
/Zephyr-Core-3.7.0/samples/modules/lvgl/accelerometer_chart/ |
D | Kconfig | 10 Warning: More points means more memory usage, and slower rendering!
|
/Zephyr-Core-3.7.0/drivers/serial/ |
D | uart_ql_usbserialport_s3b.h | 24 #define USBSERIAL_RX_FIFO_GT_QUARTE (0x0D) /* 1101 1/4 or more full */ 25 #define USBSERIAL_RX_FIFO_GT_HALF (0x0E) /* 1110 1/2 or more full */ 30 #define USBSERIAL_TX_FIFO_GT_HALF (0x02) /* 0010 Room for more than 1/2 */ 31 #define USBSERIAL_TX_FIFO_GT_QUARTER (0x03) /* 0011 Room for more than 1/4 */
|
/Zephyr-Core-3.7.0/doc/connectivity/networking/api/ |
D | dns_resolve.rst | 23 See `IETF RFC6762 <https://tools.ietf.org/html/rfc6762>`_ for more details 28 See `IETF RFC4795 <https://tools.ietf.org/html/rfc4795>`_ for more details 31 For more information about DNS configuration variables, see:
|
/Zephyr-Core-3.7.0/doc/kernel/data_structures/ |
D | rbtree.rst | 50 implementation, at the cost of a somewhat more cumbersome API for the 57 similar APIs for the lists, works to iterate over a list in a more 76 the tree to any leaf is no more than twice as long as the path to any 80 nodes on any path to the root must be the same, and that no more than 90 A maximally unbalanced rbtree with a black height of two. No more 98 intrusive, that cannot work. Zephyr must include somewhat more 111 implemented with no more runtime storage overhead than a dlist.
|
/Zephyr-Core-3.7.0/doc/hardware/peripherals/ |
D | gnss.rst | 12 process GNSS signals to determine their position, or more 26 requires little more than implementing power management 31 require a bit more work from the driver developer.
|
/Zephyr-Core-3.7.0/boards/nordic/nrf5340_audio_dk/ |
D | Kconfig | 28 image application where one or more images should be located on 41 image application where one or more images should be located on
|
/Zephyr-Core-3.7.0/boards/nordic/nrf5340dk/ |
D | Kconfig | 28 image application where one or more images should be located on 40 image application where one or more images should be located on
|
/Zephyr-Core-3.7.0/boards/raytac/mdbt53v_db_40/ |
D | Kconfig | 28 image application where one or more images should be located on 41 image application where one or more images should be located on
|
/Zephyr-Core-3.7.0/boards/raytac/mdbt53_db_40/ |
D | Kconfig | 28 image application where one or more images should be located on 41 image application where one or more images should be located on
|
/Zephyr-Core-3.7.0/subsys/net/lib/sntp/ |
D | Kconfig | 15 Get a more reliable timestamp by supplying the sntp_time struct with an 19 Enabling this option uses more resources (memory) and is not normally
|
/Zephyr-Core-3.7.0/drivers/sensor/bosch/bme680/ |
D | Kconfig | 24 lead to more accurate readings, but higher power consumption. 42 lead to more accurate readings, but higher power consumption. 60 lead to more accurate readings, but higher power consumption.
|