SimAVR
AVR Simulator
|
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... | |