MicrOS
serial_calls.c File Reference
#include "serial_calls.h"

Functions

void syscall_serial_init (interrupt_state *state)
 
void syscall_serial_is_busy (interrupt_state *state)
 
void syscall_serial_is_queue_empty (interrupt_state *state)
 
void syscall_serial_send (interrupt_state *state)
 
void syscall_serial_send_string (interrupt_state *state)
 
void syscall_serial_receive (interrupt_state *state)
 

Function Documentation

◆ syscall_serial_init()

void syscall_serial_init ( interrupt_state state)

◆ syscall_serial_is_busy()

void syscall_serial_is_busy ( interrupt_state state)

◆ syscall_serial_is_queue_empty()

void syscall_serial_is_queue_empty ( interrupt_state state)

◆ syscall_serial_receive()

void syscall_serial_receive ( interrupt_state state)

◆ syscall_serial_send()

void syscall_serial_send ( interrupt_state state)

◆ syscall_serial_send_string()

void syscall_serial_send_string ( interrupt_state state)