SimAVR
AVR Simulator
avr_bitbang.h File Reference
#include "sim_avr.h"
#include "avr_ioport.h"
Include dependency graph for avr_bitbang.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  avr_bitbang_t
 SPI Module initialization and state structure. More...
 

Typedefs

typedef struct avr_bitbang_t avr_bitbang_t
 SPI Module initialization and state structure. More...
 

Functions

void avr_bitbang_reset (avr_t *avr, avr_bitbang_t *p)
 reset bitbang sub-module More...
 
void avr_bitbang_start (avr_bitbang_t *p)
 start bitbang transfer More...
 
void avr_bitbang_stop (avr_bitbang_t *p)
 stop bitbang transfer More...