/Zephyr-latest/samples/boards/st/power_mgmt/standby_shutdown/ |
D | README.rst | 11 shutdown mode 12 behavior in a basic blinking LED set up you can enter in shutdown mode or in standbymode mode. 16 release the user button to exit from shutdown mode or from shutdown mode. 43 release the user button to exit from shutdown mode or from shutdown mode.
|
/Zephyr-latest/drivers/sensor/ti/tmp1075/ |
D | tmp1075.h | 46 #define TMP1075_SET_SHUTDOWN_MODE(reg, shutdown) ((reg) = ((reg) & ~(1 << 8)) | ((shutdown) << 8)) argument
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_dwc2.h | 26 int (*shutdown)(const struct device *dev); member 75 DWC2_QUIRK_FUNC_DEFINE(shutdown)
|
D | udc_dwc2_vendor_quirks.h | 300 .shutdown = usbhs_disable_nrfs_service, \
|
D | udc_skeleton.c | 348 .shutdown = udc_skeleton_shutdown,
|
/Zephyr-latest/boards/sifive/hifive1/support/ |
D | openocd.cfg | 32 shutdown 42 shutdown
|
/Zephyr-latest/tests/drivers/can/host/pytest/ |
D | conftest.py | 59 bus.shutdown() 67 bus.shutdown()
|
D | can_shell.py | 193 def shutdown(self) -> None: member in CanShellBus 195 super().shutdown()
|
/Zephyr-latest/drivers/sensor/rohm/bd8lb600fs/ |
D | Kconfig | 11 protection and thermal shutdown sensors of the low side
|
/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_class_api.h | 275 if (api->shutdown != NULL) { in usbd_class_shutdown() 276 api->shutdown(c_data); in usbd_class_shutdown()
|
/Zephyr-latest/drivers/sensor/lm77/ |
D | lm77.c | 38 uint8_t shutdown : 1; member 373 creg.shutdown = 1; in lm77_pm_action() 376 creg.shutdown = 0; in lm77_pm_action() 404 .shutdown = 0, \
|
/Zephyr-latest/samples/boards/st/power_mgmt/stm32wb_ble/ |
D | README.rst | 18 Finally, platform shutdown is triggered. It can be restarted by pressing the
|
/Zephyr-latest/include/zephyr/posix/sys/ |
D | socket.h | 46 int shutdown(int sock, int how);
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets.c | 182 SYS_PORT_TRACING_OBJ_FUNC_ENTER(socket, shutdown, sock, how); in z_impl_zsock_shutdown() 187 SYS_PORT_TRACING_OBJ_FUNC_EXIT(socket, shutdown, sock, -errno); in z_impl_zsock_shutdown() 191 if (!vtable->shutdown) { in z_impl_zsock_shutdown() 193 SYS_PORT_TRACING_OBJ_FUNC_EXIT(socket, shutdown, sock, -errno); in z_impl_zsock_shutdown() 201 ret = vtable->shutdown(ctx, how); in z_impl_zsock_shutdown() 205 SYS_PORT_TRACING_OBJ_FUNC_EXIT(socket, shutdown, sock, ret < 0 ? -errno : ret); in z_impl_zsock_shutdown()
|
D | sockets_internal.h | 58 int (*shutdown)(void *obj, int how); member
|
/Zephyr-latest/tests/posix/headers/src/ |
D | sys_socket_h.c | 117 zassert_not_null(shutdown); in ZTEST()
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.cc13xx_cc26xx | 47 The number of FROs allowed to be shutdown before the driver attempts to
|
/Zephyr-latest/drivers/sensor/lm75/ |
D | lm75.c | 53 uint8_t shutdown: 1; member 415 .shutdown = 0, \
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | remote-fw-service.py | 356 log_server.shutdown() 357 req_server.shutdown()
|
/Zephyr-latest/boards/shields/p3t1755dp_ard_i2c/doc/ |
D | index.rst | 22 or shutdown mode. The device supports 2-wire serial I3C (up to 12.5 MHz)
|
/Zephyr-latest/boards/shields/p3t1755dp_ard_i3c/doc/ |
D | index.rst | 22 or shutdown mode. The device supports 2-wire serial I3C (up to 12.5 MHz)
|
/Zephyr-latest/samples/boards/ti/cc13x2_cc26x2/system_off/ |
D | README.rst | 45 6. Device will explicitly turn itself off by going into shutdown mode.
|
/Zephyr-latest/include/zephyr/drivers/usb/ |
D | uhc.h | 224 int (*shutdown)(const struct device *dev); member
|
D | udc.h | 251 int (*shutdown)(const struct device *dev); member
|
/Zephyr-latest/boards/beagle/beagleplay/doc/ |
D | beagleplay_cc1352p7.rst | 154 sudo shutdown -r now
|