/Zephyr-Core-3.5.0/tests/bluetooth/controller/ctrl_encrypt/src/ |
D | main.c | 53 #define RESUMED 0U macro 270 CHECK_RX_PE_STATE(conn, RESUMED, UNENCRYPTED); /* Rx unenc. */ in ZTEST() 271 CHECK_TX_PE_STATE(conn, RESUMED, UNENCRYPTED); /* Tx unenc. */ in ZTEST() 285 CHECK_RX_PE_STATE(conn, RESUMED, UNENCRYPTED); /* Rx unenc. */ in ZTEST() 333 CHECK_RX_PE_STATE(conn, RESUMED, ENCRYPTED); /* Rx enc. */ in ZTEST() 334 CHECK_TX_PE_STATE(conn, RESUMED, ENCRYPTED); /* Tx enc. */ in ZTEST() 428 CHECK_RX_PE_STATE(conn, RESUMED, UNENCRYPTED); /* Rx unenc. */ in ZTEST() 429 CHECK_TX_PE_STATE(conn, RESUMED, UNENCRYPTED); /* Tx unenc. */ in ZTEST() 454 CHECK_RX_PE_STATE(conn, RESUMED, UNENCRYPTED); /* Rx unenc. */ in ZTEST() 461 CHECK_RX_PE_STATE(conn, RESUMED, UNENCRYPTED); /* Rx unenc. */ in ZTEST() [all …]
|
/Zephyr-Core-3.5.0/drivers/sensor/bmi323/ |
D | Kconfig | 22 consumption, otherwise it is resumed when initialized. When resumed,
|
/Zephyr-Core-3.5.0/samples/subsys/pm/device_pm/src/ |
D | dummy_driver.c | 20 /* Make sure parent is resumed */ in dummy_open() 34 printk("Dummy device resumed\n"); in dummy_open() 37 printk("Dummy device Not resumed\n"); in dummy_open()
|
/Zephyr-Core-3.5.0/samples/subsys/pm/device_pm/ |
D | sample.yaml | 22 - "Dummy device resumed"
|
/Zephyr-Core-3.5.0/subsys/pm/ |
D | Kconfig | 94 domain is suspended or resumed. 114 enabled, devices can be suspended or resumed based on the device
|
D | device.c | 68 * when it is resumed or suspended, which means that the energy in pm_device_action_run()
|
/Zephyr-Core-3.5.0/drivers/watchdog/ |
D | Kconfig.smartbond | 20 reset at <= -16. Timer can be frozen/resumed using
|
/Zephyr-Core-3.5.0/dts/bindings/base/ |
D | pm.yaml | 26 suspended or resumed.
|
/Zephyr-Core-3.5.0/doc/services/pm/ |
D | device_runtime.rst | 19 not used. On the first device request, it will be resumed and so put into the 69 When runtime PM is enabled on a device it will no longer be resumed or suspended 73 determine when a device needs to be resumed or suspended. The API uses the *get* 84 be resumed and suspended on every transaction. In general, it is more
|
D | device.rst | 50 from a sleep state, devices are resumed in the opposite order that they were 79 state and devices are resumed by the first core that becomes active. 163 * domain this device belongs is resumed. 245 subsystem ensures that a domain is resumed before and suspended after devices
|
/Zephyr-Core-3.5.0/include/zephyr/usb/ |
D | usbh.h | 88 /** Bus resumed handler */ 89 int (*resumed)(struct usbh_contex *const uhs_ctx); member
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/ |
D | blob_srv.h | 89 * The transfer will call @c resumed again when resuming. 103 * Called if the transfer is resumed after being suspended. 114 * Transfers will not be resumed after a reboot if this callback is not
|
/Zephyr-Core-3.5.0/subsys/usb/device_next/ |
D | usbd_class_api.h | 176 * @brief USB resumed handler 187 if (api->resumed != NULL) { in usbd_class_resumed() 188 api->resumed(node); in usbd_class_resumed()
|
/Zephyr-Core-3.5.0/tests/benchmarks/latency_measure/src/ |
D | thread.c | 33 /* comes to this line once its resumed*/ in thread_suspend_resume()
|
/Zephyr-Core-3.5.0/samples/subsys/usb/shell/ |
D | README.rst | 66 host: USB bus resumed
|
/Zephyr-Core-3.5.0/subsys/usb/host/ |
D | usbh_core.c | 78 LOG_DBG("Bus resumed"); in usbh_event_handler()
|
/Zephyr-Core-3.5.0/doc/ |
D | glossary.rst | 55 reference of their usage and will automatically be suspended or resumed.
|
/Zephyr-Core-3.5.0/subsys/usb/device/class/ |
D | bluetooth.c | 145 * Let's wait until operation is resumed. in hci_tx_thread() 342 LOG_DBG("Device resumed from suspend"); in bluetooth_status_cb()
|
D | bt_h4.c | 178 LOG_DBG("Device resumed"); in bt_h4_status_cb()
|
/Zephyr-Core-3.5.0/samples/subsys/usb/webusb/src/ |
D | webusb.c | 193 LOG_DBG("USB device resumed"); in webusb_dev_status_cb()
|
/Zephyr-Core-3.5.0/include/zephyr/pm/ |
D | device_runtime.h | 61 * If the device is currently suspended it will be resumed.
|
/Zephyr-Core-3.5.0/doc/kernel/services/other/ |
D | float.rst | 153 current FPU user context is saved in the thread object and the ISR is resumed 203 current FPU user context is saved in the thread object and the ISR is resumed
|
/Zephyr-Core-3.5.0/subsys/usb/device_next/class/ |
D | usbd_cdc_acm.c | 501 * - ( ) USBD class API resumed call (TODO) 716 * - USBD class API enable and resumed calls 991 .resumed = usbd_cdc_acm_resumed,
|
/Zephyr-Core-3.5.0/drivers/i2c/ |
D | i2c_nrfx_twi.c | 79 * so that it can be resumed with the next one, in i2c_nrfx_twi_transfer()
|
/Zephyr-Core-3.5.0/samples/net/wpanusb/src/ |
D | wpanusb.c | 122 LOG_DBG("USB device resumed"); in wpanusb_status_cb()
|