TwiceAsNice  2019-02-18
Macros | Functions
tx.c File Reference
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include "main.h"
Include dependency graph for tx.c:

Macros

#define SIZE   21
 

Functions

static int _config (int fd, long divider)
 
static int _tx_disable (int fd)
 
static int _tx_enable (int fd)
 
static int _tx_start (int fd)
 
static int _tx_stop (int fd)
 
static int _wait_for_tx_empty (int fd)
 
static int _write_data (int fd)
 
static int _tx_data (int fd)
 
int tx_signals (int fd, long divider)
 

Macro Definition Documentation

◆ SIZE

#define SIZE   21

Function Documentation

◆ _config()

static int _config ( int  fd,
long  divider 
)
static

◆ _tx_data()

static int _tx_data ( int  fd)
static

◆ _tx_disable()

static int _tx_disable ( int  fd)
static

◆ _tx_enable()

static int _tx_enable ( int  fd)
static

◆ _tx_start()

static int _tx_start ( int  fd)
static

◆ _tx_stop()

static int _tx_stop ( int  fd)
static

◆ _wait_for_tx_empty()

static int _wait_for_tx_empty ( int  fd)
static

◆ _write_data()

static int _write_data ( int  fd)
static

◆ tx_signals()

int tx_signals ( int  fd,
long  divider 
)