/Zephyr-latest/arch/arm/core/mmu/ |
D | arm_mmu.c | 73 .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/ |
D | hci_nxp_setup.c | 893 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/ |
D | radio_test.c | 68 .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/ |
D | grow_r502a.h | 182 uint16_t start; member
|
/Zephyr-latest/drivers/input/ |
D | CMakeLists.txt | 6 # zephyr-keep-sorted-start
|
D | Kconfig | 8 # zephyr-keep-sorted-start
|
/Zephyr-latest/samples/drivers/ht16k33/ |
D | README.rst | 19 4. turn off all LEDs, restore 100% brightness, and start over
|
/Zephyr-latest/samples/boards/bbc/microbit/pong/ |
D | README.rst | 15 to select the current choice. To start the game, the player with the
|
/Zephyr-latest/arch/arc/core/mpu/ |
D | Kconfig | 26 For ARC_MPU_VER == 2, it requires 2048 extra bytes and a strong start address
|
/Zephyr-latest/drivers/sensor/bosch/bmi270/ |
D | bmi270.h | 316 uint8_t start, 320 uint8_t start,
|
/Zephyr-latest/doc/hardware/peripherals/eeprom/ |
D | shell.rst | 58 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/ |
D | gap.rst | 115 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/ |
D | gecko_burtc_timer.c | 209 init.start = false; in burtc_init()
|
/Zephyr-latest/subsys/ |
D | CMakeLists.txt | 14 # zephyr-keep-sorted-start
|
/Zephyr-latest/drivers/wifi/ |
D | Kconfig | 24 so that it can start before the networking sub-system.
|
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/ |
D | README.rst | 18 Target must be able to measure I2S block start (i.e. first sample from output
|
/Zephyr-latest/drivers/sensor/ |
D | CMakeLists.txt | 3 # zephyr-keep-sorted-start
|
/Zephyr-latest/samples/subsys/console/getchar/ |
D | README.rst | 39 Now start pressing keys on a keyboard, and they will be printed both as
|
/Zephyr-latest/samples/subsys/console/getline/ |
D | README.rst | 39 Now start pressing keys on a keyboard, followed by Enter. The input line
|
/Zephyr-latest/samples/drivers/misc/timeaware_gpio/ |
D | README.rst | 40 [TGPIO] Periodic pulses start at: 0000000148a3cf2f
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_flash.rst | 28 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/ |
D | README.rst | 38 another board that will start periodic advertising, which will connect to this
|
/Zephyr-latest/tests/unit/winstream/ |
D | main.c | 43 zassert_true(ws->start == 1, ""); in ZTEST()
|
/Zephyr-latest/boards/ene/kb1200_evb/support/ |
D | openocd.cfg | 46 $_TARGETNAME configure -event reset-start {adapter speed 600}
|
/Zephyr-latest/boards/cdns/xt-sim/doc/ |
D | index.rst | 52 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
|