Flash Translation Layer  1.0
Functions
bits-test.c File Reference
#include "include/bits.h"
#include "unity.h"
#include <limits.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
Include dependency graph for bits-test.c:

Functions

void setUp (void)
 
void tearDown (void)
 
static void bits_print (uint64_t *bits, uint64_t size)
 
void test_bits (void)
 
void test_get_bits (void)
 
int main (void)
 

Function Documentation

◆ bits_print()

static void bits_print ( uint64_t *  bits,
uint64_t  size 
)
static

◆ main()

int main ( void  )
Here is the call graph for this function:

◆ setUp()

void setUp ( void  )

◆ tearDown()

void tearDown ( void  )

◆ test_bits()

void test_bits ( void  )
Here is the call graph for this function:

◆ test_get_bits()

void test_get_bits ( void  )
Here is the call graph for this function: