Home
last modified time | relevance | path

Searched refs:off (Results 176 – 200 of 436) sorted by relevance

12345678910>>...18

/Zephyr-latest/samples/basic/button/
DREADME.rst36 will be turned on when the button is pressed, and turned off off when it is
/Zephyr-latest/drivers/can/
DKconfig92 bool "Manual bus-off recovery support"
94 Enable support for manual (non-automatic) recovery from bus-off state. Not all CAN
/Zephyr-latest/subsys/dfu/img_util/
Dflash_img.c173 fac.off = 0; in flash_img_check()
/Zephyr-latest/drivers/clock_control/
Dclock_control_ast10x0.c151 .off = aspeed_clock_control_off,
Dclock_control_nrf_auxpll.c104 .off = clock_control_nrf_auxpll_off,
Dclock_control_numaker_scc.c100 .off = numaker_scc_off,
Dbeetle_clock_control.c153 .off = beetle_clock_control_off,
Dclock_control_gd32.c203 .off = clock_control_gd32_off,
/Zephyr-latest/samples/boards/espressif/flash_encryption/
DREADME.rst9 Flash encryption is intended for encrypting the contents of the ESP32's off-chip flash memory.
89 that a reading attack to the off-chip memory is safe. Last step is to perform the
/Zephyr-latest/arch/arm/core/mpu/
DKconfig42 this Kconfig option off prevents the system from directly
90 Enable this to turn off the default background MPU address map. Your
/Zephyr-latest/drivers/led/
Dlp5569.c189 .off = lp5569_led_off,
Dpca9633.c223 .off = pca9633_led_off,
Dis31fl3216a.c228 .off = is31fl3216a_led_off,
/Zephyr-latest/include/zephyr/stats/
Dstats.h295 const char *name, uint16_t off);
/Zephyr-latest/
DCONTRIBUTING.rst22 contributions, and documented with a ``Signed-off-by`` line in commits.
/Zephyr-latest/arch/arm64/core/
DCMakeLists.txt53 # context is very expensive, and it is preferable to keep it turned off by not
/Zephyr-latest/subsys/bluetooth/mesh/
Dfriend.c909 struct bt_mesh_ctl_friend_offer *off; in enqueue_offer() local
910 NET_BUF_SIMPLE_DEFINE(sdu, 1 + sizeof(*off)); in enqueue_offer()
917 off = net_buf_simple_add(&sdu, sizeof(*off)); in enqueue_offer()
919 off->recv_win = CONFIG_BT_MESH_FRIEND_RECV_WIN, in enqueue_offer()
920 off->queue_size = CONFIG_BT_MESH_FRIEND_QUEUE_SIZE, in enqueue_offer()
921 off->sub_list_size = ARRAY_SIZE(frnd->sub_list), in enqueue_offer()
922 off->rssi = rssi, in enqueue_offer()
927 off->frnd_counter = sys_cpu_to_be16(frnd->counter); in enqueue_offer()
/Zephyr-latest/subsys/logging/
DKconfig.filtering56 - 0 OFF, logging is turned off
/Zephyr-latest/lib/utils/
DKconfig33 An on-off manager supports an arbitrary number of clients of a
/Zephyr-latest/modules/cmsis-nn/
DKconfig51 When off, its default behavior is all tables are included.
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/
DREADME.rst32 sends an "off" message. The buttons are quite noisy and are debounced in
35 using one button for "on" and another for "off" would reduce the number
/Zephyr-latest/boards/microchip/m2gl025_miv/doc/
Dindex.rst55 -ex "set mem inaccessible-by-default off" \
/Zephyr-latest/samples/drivers/led/pwm/boards/
Dmec172xevb_assy6906.overlay17 * and implements duty cycle for blink mode as an 8-bit value where 0 is off and
/Zephyr-latest/arch/arc/core/dsp/
DKconfig15 bool "Turn off DSP if it presents"
/Zephyr-latest/tests/subsys/storage/stream/stream_flash/src/
Dmain.c289 static int bad_read(const struct device *dev, off_t off, void *data, size_t len) in bad_read() argument
294 static int fake_write(const struct device *dev, off_t off, const void *data, size_t len) in fake_write() argument
299 static int bad_write(const struct device *dev, off_t off, const void *data, size_t len) in bad_write() argument

12345678910>>...18