Home
last modified time | relevance | path

Searched full:reception (Results 1 – 25 of 221) sorted by relevance

123456789

/Zephyr-latest/tests/drivers/i2s/i2s_api/src/
Dtest_i2s_loopback.c16 * - RX stream START trigger starts reception.
19 * - RX stream STOP trigger stops reception.
40 /* Start reception */ in ZTEST_USER()
64 /* All but one data block read, stop reception */ in ZTEST_USER()
82 * - RX stream START trigger starts reception.
85 * - RX stream STOP trigger stops reception.
101 /* Start reception */ in ZTEST_USER()
121 /* All but one data block read, stop reception */ in ZTEST_USER()
136 * - sending RX stream START trigger after a delay starts reception on the next
139 * - RX stream DROP trigger stops reception and clears the receive queue.
[all …]
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/
DKconfig22 Skip central and/or peripheral subevent reception to test flush
29 Skip peripheral role subevent reception to test flush timeout
42 Skip central role subevent reception to test flush timeout
/Zephyr-latest/dts/bindings/clock/
Dst,stm32-hsi48-clock.yaml14 Clock Recovery System using USB SOF packet reception
16 the USB SOF packet reception as a reference.
/Zephyr-latest/drivers/ieee802154/
DKconfig.nrf579 or delayed reception), in ppm.
82 bool "Frame reception failures logging"
84 There are few cases where the frame reception failure can happen because of
87 This options enables logging the reason of frame reception failure.
/Zephyr-latest/dts/bindings/serial/
Dnordic,nrf-uart-common.yaml19 Disable UART reception capabilities (only required to disable reception
Dsegger,rtt-uart.yaml23 Size of the RTT down buffer for reception
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.df55 bool "Reception of CTE with 1us sampling slots"
59 Enable reception of Constant Tone Extension. Process IQ sampling
60 during CTE reception with 1us sampling slots.
84 bool "Antenna switching during CTE reception (AoA) feature"
88 Enable support for antenna switching during CTE reception.
92 bool "Reception of Constant Tone Extension feature"
97 Enable support for reception of Constant Tone Extension in controller.
127 Enable support for Bluetooth v5.1 connectionless CTE reception
143 Enable reception and sampling of Constant Tone Extension in direction
/Zephyr-latest/drivers/bluetooth/hci/
Dapollox_blue.h24 * @param rx Pointer of reception packet.
25 * @param rx_len Length of reception packet.
66 * @param data Pointer of reception packet.
67 * @param len Pointer of reception packet length.
/Zephyr-latest/samples/drivers/lora/receive/src/
Dmain.c73 LOG_INF("Synchronous reception"); in main()
87 /* Enable asynchronous reception */ in main()
88 LOG_INF("Asynchronous reception"); in main()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5_resources.h18 * or reception of a PDU on air. In case of regular PDU it is generated when last bit of CRC is
61 * or reception of a PDU on air. In case of regular PDU it is generated when last bit of CRC is
90 * or reception of a PDU on air. In case of regular PDU it is generated when last bit of CRC is
145 * or reception of a PDU on air. In case of regular PDU it is generated when last bit of CRC is
170 * or reception of a PDU on air. In case of regular PDU it is generated when last bit of CRC is
Dradio_df.h36 /* Configure CTE reception with optional AoA mode and 2us antenna switching. */
38 /* Configure CTE reception with optional AoA mode and 4us antenna switching. */
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_df_types.h12 * - Angle of departure 1us sampling for reception
13 * - Angle of arrival 1us switching-sampling for reception.
/Zephyr-latest/samples/drivers/lora/receive/
Dsample.yaml13 - "<inf> lora_receive: Synchronous reception"
/Zephyr-latest/dts/bindings/sensor/
Dhc-sr04.yaml22 the reception of its "echo".
/Zephyr-latest/tests/drivers/i2s/i2s_speed/src/
Dtest_i2s_speed.c186 * - RX stream START trigger starts reception.
189 * - RX stream STOP trigger stops reception.
216 /* Start reception */ in ZTEST()
236 /* All but one data block read, stop reception */ in ZTEST()
264 * - RX stream START trigger starts reception.
267 * - RX stream STOP trigger stops reception.
302 /* Start reception */ in ZTEST()
327 /* All but one data block read, stop reception */ in ZTEST()
355 * - START trigger starts both the transmission and reception.
422 * - START trigger starts both the transmission and reception.
/Zephyr-latest/subsys/mgmt/ec_host_cmd/
DKconfig.logging18 Suppressed commands are not logged on host command reception. Set
/Zephyr-latest/subsys/shell/modules/kernel_service/
DKconfig20 int "Delay between reception of shell reboot command and reboot (ms)"
/Zephyr-latest/include/zephyr/drivers/
Ddai.h157 /** @brief Start the transmission / reception of data.
164 /** @brief Optional - Pre Start the transmission / reception of data.
170 /** @brief Stop the transmission / reception of data.
172 * Stop the transmission / reception of data at the end of the current
176 * Subsequent START trigger will resume transmission / reception where
180 /** @brief Pause the transmission / reception of data.
182 * Pause the transmission / reception of data at the end of the current
188 /** @brief Optional - Post Stop the transmission / reception of data.
205 * Stop the transmission / reception immediately and discard the
558 * are applied before data transmission or reception begins.
Dmipi_dsi.h115 /** Reception buffer length. */
117 /** Reception buffer. */
175 * @param len Length of the reception buffer.
203 * @param len Length of the reception buffer.
/Zephyr-latest/drivers/serial/
DKconfig129 bool "Helper for UART asynchronous reception"
131 Module implements handling of reception of variable length data using
133 is delayed. Module implements zero-copy approach with multiple reception
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/priv_beacon/
Dpriv_proxy_net_id_multi.sh14 # 2. Test passes when RX device verifies reception of one Private Net ID
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dcap.rst269 broadcast_reception_start : Start broadcast reception with
273 broadcast_reception_stop : Stop broadcast reception <src_id [...]>
446 Starting and stopping broadcast reception
459 Starting broadcast reception on 1 connection(s)
460 Broadcast reception start completed
462 Stopping broadcast reception on 1 connection(s)
463 Broadcast reception stop completed
478 Starting broadcast reception on 1 connection(s)
479 Broadcast reception start completed
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_pkt_filter.rst15 and reception. This can be used to create a basic firewall, control
21 Both the transmission and reception paths may have a list of filter rules.
/Zephyr-latest/dts/bindings/ethernet/
Dmicrochip,enc28j60.yaml23 Optional feature flag - Enables full duplex reception and transmission.
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_scan_aux.c187 /* Skip reception if invalid aux offset */ in lll_scan_aux_setup()
203 * to be used for auxiliary PDU reception. in lll_scan_aux_setup()
219 /* CPU execution overhead to setup the radio for reception plus the in lll_scan_aux_setup()
222 * when reception for auxiliary PDU is being setup). in lll_scan_aux_setup()
752 /* scan context has used LLL scheduling for aux reception */ in isr_rx_lll_schedule()
757 * auxiliary PDU reception by scan context and for case in isr_rx_lll_schedule()
758 * where LLL scheduled chain PDU reception by aux context, it in isr_rx_lll_schedule()
904 /* Check if LLL scheduled auxiliary PDU reception by scan in isr_rx()
905 * context or auxiliary PDU reception by aux context in isr_rx()
960 * reception is spawn from LLL primary channel scanning
[all …]

123456789