Home
last modified time | relevance | path

Searched refs:start (Results 476 – 500 of 1113) sorted by relevance

1...<<11121314151617181920>>...45

/Zephyr-latest/arch/arm/core/mmu/
Darm_mmu.c73 .start = (uint32_t)_image_ram_start,
81 .start = (uint32_t)__text_region_start,
97 .start = (uint32_t)__rodata_region_start,
106 .start = (uint32_t)_nocache_ram_start,
754 pa = mmu_zephyr_ranges[mem_range].start; in z_arm_mmu_init()
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_nxp_setup.c893 uint32_t start; in fw_upload_v3_send_data() local
902 start = fw_upload.offset - fw_upload.cmd7_change_timeout_len - in fw_upload_v3_send_data()
904 if (start >= fw_upload.fw_length) { in fw_upload_v3_send_data()
909 if ((fw_upload.length + start) > fw_upload.fw_length) { in fw_upload_v3_send_data()
910 fw_upload.length = fw_upload.fw_length - start; in fw_upload_v3_send_data()
912 memcpy(fw_upload.send_buffer, fw_upload.fw + start, fw_upload.length); in fw_upload_v3_send_data()
913 fw_upload.current_length = start + fw_upload.length; in fw_upload_v3_send_data()
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c68 .start = start_mock,
931 custom_configure_rx_slot_mock_config.rx_slot.start = config->rx_slot.start; in custom_configure_csl_rx_slot()
940 uint32_t start = 1000U; in ZTEST() local
945 res = otPlatRadioReceiveAt(NULL, channel, start, duration); in ZTEST()
949 zassert_equal(start * NSEC_PER_USEC, custom_configure_rx_slot_mock_config.rx_slot.start); in ZTEST()
/Zephyr-latest/drivers/sensor/grow_r502a/
Dgrow_r502a.h182 uint16_t start; member
/Zephyr-latest/drivers/input/
DCMakeLists.txt6 # zephyr-keep-sorted-start
DKconfig8 # zephyr-keep-sorted-start
/Zephyr-latest/samples/drivers/ht16k33/
DREADME.rst19 4. turn off all LEDs, restore 100% brightness, and start over
/Zephyr-latest/samples/boards/bbc/microbit/pong/
DREADME.rst15 to select the current choice. To start the game, the player with the
/Zephyr-latest/arch/arc/core/mpu/
DKconfig26 For ARC_MPU_VER == 2, it requires 2048 extra bytes and a strong start address
/Zephyr-latest/drivers/sensor/bosch/bmi270/
Dbmi270.h316 uint8_t start,
320 uint8_t start,
/Zephyr-latest/doc/hardware/peripherals/eeprom/
Dshell.rst58 least three arguments; the EEPROM device name, the offset to start writing to, and at least one data
84 arguments; the EEPROM device name, the offset to start reading from, and the number of bytes to
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Dgap.rst115 advertiser, use the :code:`bt adv-start` command, and then the :code:`bt adv-stop` command to stop
122 For example, if you want to create a connectable and scannable advertiser and start it:
128 uart:~$ bt adv-start
139 uart:~$ bt adv-start
152 uart:~$ bt adv-start
178 After that, you can start the advertiser and then the target device will be able to reconnect.
190 uart:~$ bt adv-start
249 uart:~$ bt adv-start
/Zephyr-latest/drivers/timer/
Dgecko_burtc_timer.c209 init.start = false; in burtc_init()
/Zephyr-latest/subsys/
DCMakeLists.txt14 # zephyr-keep-sorted-start
/Zephyr-latest/drivers/wifi/
DKconfig24 so that it can start before the networking sub-system.
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/
DREADME.rst18 Target must be able to measure I2S block start (i.e. first sample from output
/Zephyr-latest/drivers/sensor/
DCMakeLists.txt3 # zephyr-keep-sorted-start
/Zephyr-latest/samples/subsys/console/getchar/
DREADME.rst39 Now start pressing keys on a keyboard, and they will be printed both as
/Zephyr-latest/samples/subsys/console/getline/
DREADME.rst39 Now start pressing keys on a keyboard, followed by Enter. The input line
/Zephyr-latest/samples/drivers/misc/timeaware_gpio/
DREADME.rst40 [TGPIO] Periodic pulses start at: 0000000148a3cf2f
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob_flash.rst28 the flash write block size. The buffer data is padded with ``0xff`` if either the start or length of
/Zephyr-latest/samples/bluetooth/periodic_sync_rsp/
DREADME.rst38 another board that will start periodic advertising, which will connect to this
/Zephyr-latest/tests/unit/winstream/
Dmain.c43 zassert_true(ws->start == 1, ""); in ZTEST()
/Zephyr-latest/boards/ene/kb1200_evb/support/
Dopenocd.cfg46 $_TARGETNAME configure -event reset-start {adapter speed 600}
/Zephyr-latest/boards/cdns/xt-sim/doc/
Dindex.rst52 sourced each time before you start working on Zephyr.
83 Once the ``~/.zephyrrc`` file is created, you can start working. However, each
84 time you start a new shell you will need to execute the following commands

1...<<11121314151617181920>>...45