Home
last modified time | relevance | path

Searched refs:notification (Results 1 – 25 of 76) sorted by relevance

1234

/Zephyr-latest/doc/services/
Dnotify.rst10 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/
DKconfig11 int "Discharge notification threshold in µA"
19 int "System voltage notification falling threshold in µV"
/Zephyr-latest/subsys/usb/device_next/
DKconfig44 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/
DREADME.rst4 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/
DKconfig13 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/
Dmain.c147 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/
DKconfig28 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
Dtbs.c95 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()
DKconfig.ascs63 an ASE read or dropping a notification if the ASE state is being accessed by another
/Zephyr-latest/samples/subsys/usb/webusb-next/
DREADME.rst55 #. 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/
Dmqueue.c355 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/
Dmain.c186 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/
Dmqueue.h44 int mq_notify(mqd_t mqdes, const struct sigevent *notification);
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/interoperability/
DKconfig.icmsg_v125 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/
Dcdc_acm.c774 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 *)&notification, sizeof(notification), NULL); in cdc_acm_send_notification()
/Zephyr-latest/samples/bluetooth/mtu_update/
DREADME.rst31 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/
DREADME.rst81 #. 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/
DKconfig36 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/
DREADME.rst107 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/
DREADME.rst14 The notification size of the Bluetooth backend buffer is dependent on the
/Zephyr-latest/drivers/charger/
DKconfig44 menu "System voltage notification"
/Zephyr-latest/samples/bluetooth/st_ble_sensor/
DREADME.rst11 GATT services. Currently only button notification and LED service are
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_callbacks.rst9 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/
DKconfig.mgmt8 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/
Divshmem.rst34 Because the doorbell version uses MSI-X vectors to support notification vectors,

1234