Home
last modified time | relevance | path

Searched full:more (Results 1 – 25 of 1794) sorted by relevance

12345678910>>...72

/Zephyr-Core-3.5.0/tests/drivers/uart/uart_basic_api/src/
Dtest_uart_pending.c15 * 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.5.0/drivers/ethernet/
DKconfig.dwmac46 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
DKconfig.cyclonev18 A higher number allows for more packets to be queued which may
19 improve throughput, but that requires more transient memory.
/Zephyr-Core-3.5.0/subsys/net/lib/coap/
Dcoap_link_format.c255 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.5.0/drivers/sensor/icm42688/
Dicm42688_emul.h12 * @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.5.0/samples/bluetooth/direction_finding_peripheral/boards/
Dnrf52833dk_nrf52833.overlay10 * 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.5.0/samples/bluetooth/direction_finding_central/boards/
Dnrf52833dk_nrf52833.overlay10 * 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.5.0/drivers/sensor/akm09918c/
Dakm09918c_emul.h12 * @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.5.0/doc/develop/test/
Dbsim.rst21 In the BabbleSim documentation you can find more information on how to
24 In the :ref:`nrf52_bsim<nrf52_bsim>` board documentation you can find more information about how
42 running, and most, more than 1 simulated device. Due to this, these tests are not build and run
45 These tests are kept in the :code:`tests/bsim/` folder. There you can find a README with more
59 More information about how different tests types relate to BabbleSim and the bsim boards can be
71 Check :ref:`the page on coverage generation <coverage_posix>` for more info.
/Zephyr-Core-3.5.0/tests/bluetooth/host/id/mocks/
Dsmp_expects.c17 "'%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()
Dsettings_expects.c16 zassert_equal(bt_settings_store_id_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_bt_settings_store_id()
32 zassert_equal(bt_settings_store_irk_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_bt_settings_store_irk()
Dhci_core_expects.c17 zassert_equal(bt_unpair_fake.call_count, 1, "'%s()' was called more than once", func_name); in expect_single_call_bt_unpair()
42 zassert_equal(bt_hci_cmd_create_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_bt_hci_cmd_create()
63 zassert_equal(bt_hci_cmd_send_sync_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_bt_hci_cmd_send_sync()
/Zephyr-Core-3.5.0/drivers/serial/
Duart_ql_usbserialport_s3b.h24 #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.5.0/doc/connectivity/networking/api/
Ddns_resolve.rst23 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.5.0/doc/kernel/data_structures/
Drbtree.rst50 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.5.0/drivers/sensor/bme280/
DKconfig35 lead to more accurate readings, but higher power consumption.
53 lead to more accurate readings, but higher power consumption.
71 lead to more accurate readings, but higher power consumption.
/Zephyr-Core-3.5.0/drivers/sensor/bme680/
DKconfig24 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.
/Zephyr-Core-3.5.0/drivers/bluetooth/hci/
DKconfig.infineon14 More information about CYW4343W device you can find on
21 More information about CYW4373 device you can find on
28 More information about CYW43012 device you can find on
35 More information about CYW43438 device you can find on
42 More information about CYW43439 device you can find on
/Zephyr-Core-3.5.0/tests/bluetooth/host/buf/mocks/
Dnet_buf_expects.c16 zassert_equal(net_buf_alloc_fixed_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_net_buf_alloc()
38 zassert_equal(net_buf_simple_reserve_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_net_buf_reserve()
60 zassert_equal(net_buf_ref_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_net_buf_ref()
/Zephyr-Core-3.5.0/drivers/sensor/dps310/
DKconfig23 lead to more accurate readings, but higher power consumption.
47 lead to more accurate readings, but higher power consumption.
/Zephyr-Core-3.5.0/dts/bindings/arm/
Dnordic,nrf-uicr.yaml21 registers. Refer to the reference manual for more details.
32 registers. Refer to the reference manual for more details.
/Zephyr-Core-3.5.0/dts/bindings/dsa/
Dmicrochip,ksz8794.yaml15 short connections. Use bitmask to select the workaround or more
24 see Register 163 (0xA3): Global Control 20 for more details
/Zephyr-Core-3.5.0/tests/bluetooth/controller/mock_ctrl/src/
Dutil.c55 * - It shall have no more than six consecutive zeros or ones.
60 * - It shall have no more than 24 transitions.
66 * - It shall have no more than eleven transitions in the least significant 16
130 /* It shall have no more than six consecutive zeros or ones. */ in util_aa_le32()
179 /* It shall have no more than 24 transitions in util_aa_le32()
180 * It shall have no more than eleven transitions in the least in util_aa_le32()
/Zephyr-Core-3.5.0/tests/bluetooth/host/crypto/mocks/
Dhmac_prng_expects.c15 zassert_equal(tc_hmac_prng_init_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_tc_hmac_prng_init()
31 zassert_equal(tc_hmac_prng_reseed_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_tc_hmac_prng_reseed()
53 "'%s()' was called more than once", func_name); in expect_call_count_tc_hmac_prng_generate()
/Zephyr-Core-3.5.0/boards/arm/decawave_dwm1001_dev/doc/
Dindex.rst14 See `Decawave DWM1001-DEV website`_ for more information about the development
22 :ref:`application_run` for more details on building and running.
31 :ref:`application_run` for more details).

12345678910>>...72