Microchip® Advanced Software Framework

BitBangSPI_Master.c File Reference
#include <compiler.h>
#include "BitBangSPI_Master.h"
#include "QDebugTransport.h"

Macros

#define PORTA   (((volatile avr32_gpio_port_t *) &AVR32_GPIO) + 0)
 
#define PORTB   (((volatile avr32_gpio_port_t *) &AVR32_GPIO) + 1)
 
#define PORTC   (((volatile avr32_gpio_port_t *) &AVR32_GPIO) + 2)
 

Functions

void BitBangSPI_Master_Init (void)
 
uint8_t BitBangSPI_Send_Byte (uint8_t c)
 
void BitBangSPI_Send_Message (void)
 

#define PORTA   (((volatile avr32_gpio_port_t *) &AVR32_GPIO) + 0)
#define PORTB   (((volatile avr32_gpio_port_t *) &AVR32_GPIO) + 1)
#define PORTC   (((volatile avr32_gpio_port_t *) &AVR32_GPIO) + 2)

void BitBangSPI_Master_Init ( void  )
uint8_t BitBangSPI_Send_Byte ( uint8_t  c)
void BitBangSPI_Send_Message ( void  )