firmware  v0.1.2
Chromation Spectrometer Dev-Kit
Functions
test_Spi.c File Reference

Empty tests are for generating function doc strings
Empty tests contain one line: TEST_PASS(); More...

#include "unity.h"
#include "test_Spi.h"
#include "Spi.h"
#include "ReadWriteBits.h"

Go to the source code of this file.

Functions

void ClearSpiInterruptFlag_first_reads_SPI_status_register (void)
 
void ClearSpiInterruptFlag_then_reads_SPI_data_register (void)
 
void SpiTransferIsDone_returns_true_if_the_SPI_Interrupt_Flag_is_set (void)
 
void SpiTransferIsDone_returns_false_if_the_SPI_Interrupt_Flag_is_clear (void)
 

Detailed Description

Empty tests are for generating function doc strings
Empty tests contain one line: TEST_PASS();

Definition in file test_Spi.c.