/Zephyr-latest/samples/basic/button/ |
D | README.rst | 36 will be turned on when the button is pressed, and turned off off when it is
|
/Zephyr-latest/drivers/can/ |
D | Kconfig | 92 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/ |
D | flash_img.c | 173 fac.off = 0; in flash_img_check()
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_ast10x0.c | 151 .off = aspeed_clock_control_off,
|
D | clock_control_nrf_auxpll.c | 104 .off = clock_control_nrf_auxpll_off,
|
D | clock_control_numaker_scc.c | 100 .off = numaker_scc_off,
|
D | beetle_clock_control.c | 153 .off = beetle_clock_control_off,
|
D | clock_control_gd32.c | 203 .off = clock_control_gd32_off,
|
/Zephyr-latest/samples/boards/espressif/flash_encryption/ |
D | README.rst | 9 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/ |
D | Kconfig | 42 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/ |
D | lp5569.c | 189 .off = lp5569_led_off,
|
D | pca9633.c | 223 .off = pca9633_led_off,
|
D | is31fl3216a.c | 228 .off = is31fl3216a_led_off,
|
/Zephyr-latest/include/zephyr/stats/ |
D | stats.h | 295 const char *name, uint16_t off);
|
/Zephyr-latest/ |
D | CONTRIBUTING.rst | 22 contributions, and documented with a ``Signed-off-by`` line in commits.
|
/Zephyr-latest/arch/arm64/core/ |
D | CMakeLists.txt | 53 # context is very expensive, and it is preferable to keep it turned off by not
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | friend.c | 909 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/ |
D | Kconfig.filtering | 56 - 0 OFF, logging is turned off
|
/Zephyr-latest/lib/utils/ |
D | Kconfig | 33 An on-off manager supports an arbitrary number of clients of a
|
/Zephyr-latest/modules/cmsis-nn/ |
D | Kconfig | 51 When off, its default behavior is all tables are included.
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/ |
D | README.rst | 32 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/ |
D | index.rst | 55 -ex "set mem inaccessible-by-default off" \
|
/Zephyr-latest/samples/drivers/led/pwm/boards/ |
D | mec172xevb_assy6906.overlay | 17 * and implements duty cycle for blink mode as an 8-bit value where 0 is off and
|
/Zephyr-latest/arch/arc/core/dsp/ |
D | Kconfig | 15 bool "Turn off DSP if it presents"
|
/Zephyr-latest/tests/subsys/storage/stream/stream_flash/src/ |
D | main.c | 289 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
|