MCURTC:PublishNotifications

From 3dbrew
Revision as of 22:00, 29 March 2016 by Dazzozo (talk | contribs) (Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x004E0040] |- | 1 | Notification bitmask |} =Response= {| class="wikitable" b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Request

Index Word Description
0 Header code [0x004E0040]
1 Notification bitmask

Response

Index Word Description
0 Header code
1 Result code

Description

This publishes MCU notifications based on the bitmask provided. Depending on the notification ID, mcu-module can publish "srv" notifications (using PublishToSubscriber) or use its own internal event system for mcu::GPU, mcu::HID and mcu::RTC clients.

If value 0xFFFFFFFF (-1) is passed, mcu-module will instead ask the i2c MCU device for notifications.