Searched refs:start (Results 626 – 650 of 1113) sorted by relevance
1...<<21222324252627282930>>...45
/Zephyr-latest/drivers/dma/ |
D | dma_nios2_msgdma.c | 202 .start = nios2_msgdma_transfer_start,
|
D | dma_nxp_sof_host_dma.c | 277 .start = sof_host_dma_start,
|
D | dma_mcux_pxp.c | 188 .start = dma_mcux_pxp_start,
|
/Zephyr-latest/boards/infineon/xmc45_relax_kit/ |
D | xmc45_relax_kit.dts | 106 fifo-start-offset = <0>;
|
/Zephyr-latest/include/zephyr/arch/ |
D | arch_interface.h | 1170 uint64_t arch_timing_cycles_get(volatile timing_t *const start,
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_nrf2_common.c | 131 .start = onoff_start_option, in clock_config_init()
|
D | clock_control_nrf2_hfxo.c | 251 .start = onoff_start_hfxo, in init_hfxo()
|
/Zephyr-latest/boards/native/nrf_bsim/ |
D | nrf5340bsim_nrf5340_cpuapp.dts | 131 /* We re-use the IPC shared buffer definition from the real HW. But note the start address of the
|
/Zephyr-latest/boards/nxp/frdm_mcxn236/ |
D | frdm_mcxn236.dtsi | 164 data-pin-start = <4>;
|
/Zephyr-latest/lib/libc/common/source/stdlib/ |
D | malloc.c | 231 z_malloc_partition.start = POINTER_TO_UINT(heap_base); in malloc_prepare()
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | ipc_service_icbmsg.rst | 149 #. Calculate block area start address: 155 * ``region_begin_aligned`` - The start of ICMsg area. 156 * ``blocks_area_begin`` - End of ICMsg area and the start of block area. 321 After ICMsg is initialized, both sides can start the endpoint binding. 322 There are no restrictions on the order in which the sides start the endpoint binding.
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | main.c | 612 if (mod->cb && mod->cb->start) { in model_start() 613 mod->cb->start(mod); in model_start()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | access.h | 843 int (*const start)(const struct bt_mesh_model *model); member 949 void (*start)(uint16_t duration, int err, void *cb_data); member
|
/Zephyr-latest/boards/amd/kv260_r5/doc/ |
D | index.rst | 129 After that move the file to ``/lib/firmware`` directory, then you be able to start the firmware 136 $ echo start > /sys/class/remoteproc/remoteproc0/state
|
/Zephyr-latest/samples/drivers/espi/src/ |
D | main.c | 162 .start = 0xe00000U, 170 .start = 0xf00000U, 427 limit = pr->start + pr->size - 1U; in pr_check_range() 430 if (regs->SAF_PROT_RG[pr->pr_num].START != (pr->start >> 12)) { in pr_check_range()
|
/Zephyr-latest/tests/lib/onoff/src/ |
D | main.c | 150 static void start(struct onoff_manager *srv, in start() function 240 ONOFF_TRANSITIONS_INITIALIZER(start, stop, reset); in setup_test() 293 xit.start = start; in ZTEST()
|
/Zephyr-latest/doc/kernel/services/timing/ |
D | timers.rst | 154 /* start a periodic timer that expires once every second */ 169 /* start a one-shot timer that expires after 200 ms */ 200 /* start a one-shot timer that expires after 500 ms */
|
/Zephyr-latest/drivers/counter/ |
D | counter_nrfx_rtc.c | 83 static int start(const struct device *dev) in start() function 678 .start = start,
|
D | counter_mcux_lptmr.c | 154 .start = mcux_lptmr_start,
|
/Zephyr-latest/boards/toradex/verdin_imx8mm/doc/ |
D | index.rst | 183 Load the M4 binary onto the desired memory and start its execution using: 218 To load and start a firmware use these commands: 223 verdin-imx8mm:~# echo start > /sys/class/remoteproc/remoteproc0/state
|
/Zephyr-latest/doc/connectivity/networking/ |
D | qemu_eth_setup.rst | 75 Build and start the :zephyr:code-sample:`sockets-echo-server` sample application.
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/ |
D | README.rst | 47 start the emulator:
|
/Zephyr-latest/samples/net/sockets/http_client/ |
D | README.rst | 84 before you start the http-client application in QEMU.
|
/Zephyr-latest/boards/nxp/ucans32k1sic/support/ |
D | startup.cmm | 5 ; Lauterbach Trace32 start-up script for S32K146 / Cortex-M4F *
|
/Zephyr-latest/samples/bluetooth/mesh_provisioner/ |
D | README.rst | 25 application will notice the unconfigured node and start configuring it.
|
1...<<21222324252627282930>>...45