/Zephyr-latest/doc/services/ |
D | notify.rst | 10 suited to a callback notification, and operations like enabling clocks 17 operation-specific data from requests that include a notification 25 * copying the notification content from userspace will break use of 27 * neither the spin-wait nor callback notification methods can be 30 Where a notification is required for an asynchronous operation invoked 32 API that uses :c:struct:`k_poll_signal` for notification.
|
/Zephyr-latest/samples/drivers/charger/ |
D | Kconfig | 11 int "Discharge notification threshold in µA" 19 int "System voltage notification falling threshold in µV"
|
/Zephyr-latest/subsys/usb/device_next/ |
D | Kconfig | 44 int "Maximum number of USB device notification messages" 48 Maximum number of USB device notification messages that can be queued. 51 int "USB device notification messages work delay"
|
/Zephyr-latest/samples/posix/eventfd/ |
D | README.rst | 4 Use ``eventfd()`` to create a file descriptor for event notification. 10 which can be used for event notification. The returned file descriptor is used with write/read calls
|
/Zephyr-latest/subsys/mgmt/mcumgr/mgmt/ |
D | Kconfig | 13 bool "MCUmgr notification hook support" 17 this enables the base notification functionality but itself does not enable any 27 acceptable, true must be returned by all the registered notification handlers.
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/dut/src/ |
D | main.c | 147 static uint8_t notification[] = NOTIFICATION_PAYLOAD; in notified() local 162 TEST_ASSERT(length <= sizeof(notification), "Unexpected data"); in notified() 164 is_nfy = memcmp(data, notification, length) == 0; in notified()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig | 28 int "Delay for notification sending retried attempt in 1.25 ms units" 33 retry to send notification that failed due to lack of TX buffers
|
D | tbs.c | 95 struct bt_tbs_call_cp_notify notification; member 914 const struct bt_tbs_call_cp_notify *notification = &inst->cp_ntf.notification; in notify_handler_cb() local 917 notification->call_index, bt_tbs_opcode_str(notification->opcode), in notify_handler_cb() 918 bt_tbs_status_str(notification->status)); in notify_handler_cb() 920 err = notify(conn, BT_UUID_TBS_CALL_CONTROL_POINT, inst->attrs, notification, in notify_handler_cb() 921 sizeof(*notification)); in notify_handler_cb() 1699 struct bt_tbs_call_cp_notify *notification = &inst->cp_ntf.notification; in write_call_cp() local 1701 notification->call_index = call_index; in write_call_cp() 1702 notification->opcode = ccp->opcode; in write_call_cp() 1703 notification->status = status; in write_call_cp()
|
D | Kconfig.ascs | 63 an ASE read or dropping a notification if the ASE state is being accessed by another
|
/Zephyr-latest/samples/subsys/usb/webusb-next/ |
D | README.rst | 55 #. Once the device has booted, you may see a notification from the browser: "Go 56 to localhost to connect". Click on the notification to open the demo page. If 57 there is no notification from the browser, open the URL http://localhost:8001/
|
/Zephyr-latest/lib/posix/options/ |
D | mqueue.c | 355 int mq_notify(mqd_t mqdes, const struct sigevent *notification) in mq_notify() argument 366 if (notification == NULL) { in mq_notify() 379 if (notification->sigev_notify == SIGEV_SIGNAL) { in mq_notify() 383 if (notification->sigev_notify_attributes != NULL) { in mq_notify() 384 int ret = pthread_attr_setdetachstate(notification->sigev_notify_attributes, in mq_notify() 393 memcpy(&msg_queue->not, notification, sizeof(struct sigevent)); in mq_notify()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/dut/src/ |
D | main.c | 186 static uint8_t notification[] = NOTIFICATION_PAYLOAD; in notified() local 191 TEST_ASSERT(length <= sizeof(notification), "Unexpected data"); in notified() 195 is_nfy = memcmp(data, notification, length) == 0; in notified()
|
/Zephyr-latest/include/zephyr/posix/ |
D | mqueue.h | 44 int mq_notify(mqd_t mqdes, const struct sigevent *notification);
|
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/interoperability/ |
D | Kconfig.icmsg_v1 | 25 int "Bond notification timeout in miliseconds" 29 Time to wait for remote bonding notification before the 30 notification is repeated.
|
/Zephyr-latest/subsys/usb/device/class/ |
D | cdc_acm.c | 774 struct cdc_acm_notification notification; in cdc_acm_send_notification() local 777 notification.bmRequestType = 0xA1; in cdc_acm_send_notification() 778 notification.bNotificationType = 0x20; in cdc_acm_send_notification() 779 notification.wValue = 0U; in cdc_acm_send_notification() 780 notification.wIndex = 0U; in cdc_acm_send_notification() 781 notification.wLength = sys_cpu_to_le16(sizeof(serial_state)); in cdc_acm_send_notification() 782 notification.data = sys_cpu_to_le16(serial_state); in cdc_acm_send_notification() 787 (const uint8_t *)¬ification, sizeof(notification), NULL); in cdc_acm_send_notification()
|
/Zephyr-latest/samples/bluetooth/mtu_update/ |
D | README.rst | 31 large notification to be sent. 35 To be able to send a large notification both the server and the client need to 83 should subscribe and then the peripheral will send a large notification. Right 84 after receiving the notification the central should unsubscribe.
|
/Zephyr-latest/samples/subsys/usb/webusb/ |
D | README.rst | 81 #. Once the device is booted, you should see a notification from 82 Chrome: "Go to localhost to connect.". Click on the notification 84 Note that at the moment WebUSB landing page notification is disabled
|
/Zephyr-latest/drivers/virtualization/ |
D | Kconfig | 36 int "How many notification vectors should be pre-allocated?" 42 with each other. These are know to be the notification vectors in
|
/Zephyr-latest/samples/drivers/ipm/ipm_ivshmem/ |
D | README.rst | 107 instance and use the command to send the IPM notification followed 123 of the notification on the terminal: 132 uart:~$ Received IPM notification over IVSHMEM
|
/Zephyr-latest/samples/subsys/logging/ble_backend/ |
D | README.rst | 14 The notification size of the Bluetooth backend buffer is dependent on the
|
/Zephyr-latest/drivers/charger/ |
D | Kconfig | 44 menu "System voltage notification"
|
/Zephyr-latest/samples/bluetooth/st_ble_sensor/ |
D | README.rst | 11 GATT services. Currently only button notification and LED service are
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_callbacks.rst | 9 MCUmgr has a customisable callback/notification system that allows application 24 The base callback/notification system can be enabled using 26 registration and notification system into the code. This will not provide any 75 every notification by using :c:enumerator:`MGMT_EVT_OP_ALL`. When setting up 285 enable the new notification system in addition to any migrations):
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.mgmt | 8 of the network stack as well as receiving notification on network 79 notification. Thus the size of this queue has to be tweaked depending
|
/Zephyr-latest/doc/services/virtualization/ |
D | ivshmem.rst | 34 Because the doorbell version uses MSI-X vectors to support notification vectors,
|