PatchworkOS
Loading...
Searching...
No Matches
note_t Struct Reference

Note structure. More...

#include <note.h>

Data Fields

uint8_t buffer [NOTE_MAX_BUFFER]
 
uint16_t length
 
pid_t sender
 

Detailed Description

Note structure.

Definition at line 69 of file note.h.

Field Documentation

◆ buffer

uint8_t note_t::buffer[NOTE_MAX_BUFFER]

Definition at line 71 of file note.h.

Referenced by note_interrupt_handler(), and note_queue_write().

◆ length

uint16_t note_t::length

Definition at line 72 of file note.h.

Referenced by note_interrupt_handler(), and note_queue_write().

◆ sender

pid_t note_t::sender

Definition at line 73 of file note.h.

Referenced by note_queue_write().


The documentation for this struct was generated from the following file: