Home
last modified time | relevance | path

Searched refs:update (Results 26 – 50 of 420) sorted by relevance

12345678910>>...17

/Zephyr-latest/soc/mediatek/mt8xxx/
Dcpuclk.c40 uint32_t update[4]; member
117 MTK_CLK_GEN.update[updreg] = BIT(ubit); in setclk()
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Dgatt.rst24 :code:`gatt exchange-mtu` command. To update the shell maximum MTU, you need to update Kconfig
/Zephyr-latest/samples/drivers/rtc/boards/
Dqemu_x86.overlay10 * operation and the update callback.
Dqemu_x86_64.overlay10 * operation and the update callback.
/Zephyr-latest/tests/drivers/rtc/rtc_api/boards/
Dqemu_x86.overlay10 * operation and the update callback.
Dqemu_x86_64.overlay10 * operation and the update callback.
/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.c271 struct ticker_user_op_update update; member
1713 (user_op->params.update.lazy != 0U)) {
1714 user_op->params.update.lazy--;
1716 (ticker->lazy_current > user_op->params.update.lazy)) {
1726 while (ticker->lazy_current < user_op->params.update.lazy) {
1735 ticker->lazy_periodic = user_op->params.update.lazy;
1740 user_op->params.update.ticks_drift_plus;
1742 user_op->params.update.ticks_drift_minus;
1754 user_op->params.update.ticks_drift_plus -
1755 user_op->params.update.ticks_drift_minus;
[all …]
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dleshan.py229 values.update({int(riid): cls._decode_value(content['type'], value)})
240 resources.update(cls._decode_resource(resource))
250 instances.update(cls._decode_obj_inst(instance))
280 data.update(cls._decode_obj(obj))
284 data.update(cls._decode_obj(content))
288 data[keys[0]].update(cls._decode_obj_inst(content))
294 data[keys[0]][keys[1]].update(cls._decode_resource(content))
302 data[keys[0]][keys[1]][keys[2]].update(cls._decode_resource(content))
/Zephyr-latest/samples/net/cellular_modem/server/
Dte_udp_receive.py29 def update(self): member in TEUDPReceiveSession
96 result = session.update()
/Zephyr-latest/tests/misc/llext-edk/pytest/
Dtest_edk.py73 env.update({"ZEPHYR_SDK_INSTALL_DIR": sdk_dir})
74 env.update({"LLEXT_EDK_INSTALL_DIR": edk_dir})
/Zephyr-latest/boards/nxp/rd_rw612_bga/
DCMakeLists.txt11 "update your flash configuration block data")
/Zephyr-latest/scripts/build/
Dllext_slidlib.py40 m.update(symbol_name.encode("utf-8"))
/Zephyr-latest/doc/_extensions/zephyr/
Ddoxybridge.py166 cache.setdefault(kind, {}).update(data)
193 cache.setdefault(kind, {}).update(data)
210 app.env.doxybridge_cache[name].setdefault(kind, {}).update(data)
211 app.env.doxybridge_group_titles[name].update(group_titles)
/Zephyr-latest/subsys/usb/device_next/
Dusbd_class_api.h153 if (api->update != NULL) { in usbd_class_update()
154 api->update(c_data, iface, alternate); in usbd_class_update()
/Zephyr-latest/drivers/stepper/step_dir/
Dstep_dir_stepper_common.c239 config->timing_source->update(dev, data->microstep_interval_ns); in step_dir_stepper_common_move_by()
260 config->timing_source->update(dev, microstep_interval_ns); in step_dir_stepper_common_set_microstep_interval()
301 config->timing_source->update(dev, data->microstep_interval_ns); in step_dir_stepper_common_move_to()
325 config->timing_source->update(dev, data->microstep_interval_ns); in step_dir_stepper_common_run()
/Zephyr-latest/subsys/dfu/
DKconfig56 hex "Estimated update footer size"
59 Estimated size of update image data, which is used to prevent loading of firmware updates
60 that MCUboot cannot update due to being too large. This should be set from sysbuild, only
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/tests_scripts/
Dll.set1.llcp.test_list52 #LL/CON/CEN/BV-74-C # Needs testcase implementation update
53 #LL/CON/CEN/BV-76-C # Needs testcase implementation update
54 #LL/CON/CEN/BV-77-C # Needs testcase implementation update
/Zephyr-latest/boards/adafruit/itsybitsy/doc/
Dindex.rst96 `Adafruit UF2 Bootloader update`_ tutorial. Note that this tutorial
97 was made for the Adafruit Feather nRF52840, but the steps to update
143 .. _Adafruit UF2 Bootloader update:
144 https://learn.adafruit.com/introducing-the-adafruit-nrf52840-feather/update-bootloader
/Zephyr-latest/modules/hal_nordic/
DKconfig65 bool "nRF 802.15.4 temperature update"
68 Enable temperature update for nRF 802.15.4 driver
71 int "nRF52 IEEE 802.15.4 temperature update initialization priority"
75 Set the initialization priority of a temperature update for nRF 802.15.4 driver.
78 int "nRF 802.15.4 temperature update period in milliseconds"
82 Period of a temperature update for nRF 802.15.4 driver in milliseconds
/Zephyr-latest/samples/sensor/adt7420/
DREADME.rst13 When configured in trigger mode the update interval is 5 s, and the
16 interrupt causes the application to display an event and update the
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.bluetooth97 int "Connection parameters update retry time in milliseconds"
101 In case connection parameters update fails due to an error, this
102 option specifies the time of the next update attempt.
/Zephyr-latest/drivers/rtc/
DKconfig27 bool "RTC driver update event callback support"
30 update event callback.
/Zephyr-latest/soc/microchip/mec/common/spigen/
Dmec_spi_gen.py229 h.update(hdr[0:0xB0])
420 h.update(indata)
421 h.update(ec_info_block)
422 h.update(cosig)
/Zephyr-latest/cmake/toolchain/armclang/
Dgeneric.cmake11 "${CMAKE_VERSION}. Use the 'Ninja' generator or update to CMake >= 3.21."
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/
DKconfig.soc28 # Action to update the NXP HAL to support checking for SOC_LPC54114_M0

12345678910>>...17