Home
last modified time | relevance | path

Searched refs:stop (Results 201 – 225 of 471) sorted by relevance

12345678910>>...19

/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_6lo_fragment.c404 static void fragment_move_back(struct net_pkt *pkt, struct net_buf *frag, struct net_buf *stop) in fragment_move_back() argument
411 while (current && current != stop) { in fragment_move_back()
/Zephyr-latest/boards/nxp/imx8mq_evk/doc/
Dindex.rst140 SD card and plug the SD card into the board. Power it up and stop the u-boot
154 Start ``screen``, power up the board, and stop the u-boot execution at prompt:
/Zephyr-latest/tests/lib/onoff/src/
Dmain.c159 static void stop(struct onoff_manager *srv, in stop() function
240 ONOFF_TRANSITIONS_INITIALIZER(start, stop, reset); in setup_test()
298 xit.stop = stop; in ZTEST()
/Zephyr-latest/dts/arm/nxp/
Dnxp_ke1xf.dtsi31 cpu-power-states = <&idle &stop &pstop1 &pstop2>;
40 stop: stop { label
/Zephyr-latest/drivers/i2c/
Di2c_numaker.c625 slave_callbacks->stop(slave_config); in i2c_numaker_isr()
642 slave_callbacks->stop(slave_config); in i2c_numaker_isr()
659 slave_callbacks->stop(slave_config); in i2c_numaker_isr()
Di2c_mcux_lpi2c.c397 if (target_cb->stop) { in mcux_lpi2c_slave_irq_handler()
398 target_cb->stop(data->target_cfg); in mcux_lpi2c_slave_irq_handler()
Di2c_npcx_controller.c859 if (target_cb->stop) { in i2c_ctrl_target_isr()
860 target_cb->stop(data->target_cfg); in i2c_ctrl_target_isr()
890 if (target_cb->stop) { in i2c_ctrl_target_isr()
891 target_cb->stop(data->target_cfg); in i2c_ctrl_target_isr()
/Zephyr-latest/drivers/counter/
Dcounter_nrfx_rtc.c92 static int stop(const struct device *dev) in stop() function
679 .stop = stop,
Dcounter_mcux_lptmr.c155 .stop = mcux_lptmr_stop,
Dcounter_mcux_gpt.c221 .stop = mcux_gpt_stop,
/Zephyr-latest/boards/nxp/frdm_ke17z512/
Dfrdm_ke17z512.dts91 &stop {
/Zephyr-latest/drivers/clock_control/
Dclock_control_nrf2_hfxo.c252 .stop = onoff_stop_hfxo in init_hfxo()
/Zephyr-latest/samples/drivers/i2c/rtio_loopback/src/
Dmain.c127 .stop = sample_target_stop,
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dbap.rst39 stop
86 "[stop]","disable","disabling","qos-configure/idle"
605 The :code:`stop` command is only necessary when acting as a sink as it indicates
606 to the source the stack is ready to stop receiving data.
616 uart:~$ bap stop
/Zephyr-latest/drivers/stepper/allegro/
Da4979.c74 config->common.timing_source->stop(dev); in a4979_stepper_enable()
/Zephyr-latest/boards/phytec/phyboard_lyra/doc/
Dphyboard_lyra_am62xx_a53.rst96 plug the SD card into the board. Power it up and stop the u-boot execution at
/Zephyr-latest/drivers/i2c/target/
Deeprom_target.c241 .stop = eeprom_target_stop,
/Zephyr-latest/drivers/can/
Dcan_mcux_mcan.c141 .stop = can_mcan_stop,
Dcan_sam.c129 .stop = can_mcan_stop,
Dcan_esp32_twai.c222 .stop = can_sja1000_stop,
/Zephyr-latest/cmake/sca/polyspace/
Dsca.cmake10 # find Polyspace, stop if missing
/Zephyr-latest/include/zephyr/net/
Dieee802154_radio.h1766 int (*stop)(const struct device *dev); member
/Zephyr-latest/drivers/
DKconfig96 # zephyr-keep-sorted-stop
/Zephyr-latest/soc/atmel/sam/common/
DKconfig84 For JTAG debugging CPU clock (HCLK) should not stop. In order to
/Zephyr-latest/doc/services/storage/fcb/
Dfcb.rst29 block of data, thereby freeing up some space, or stop writing new data

12345678910>>...19