|
CTS-SAT-1-OBC-Firmware
|
#include "FreeRTOS.h"#include <stddef.h>#include <stdint.h>#include <stdbool.h>#include <string.h>#include <inttypes.h>#include <stdlib.h>

Go to the source code of this file.
Macros | |
| #define | LFS_MALLOC(size) |
| #define | LFS_FREE(ptr) |
| #define | LFS_NO_DEBUG 1 |
| #define | LFS_NO_WARN 1 |
| #define | LFS_NO_ERROR 1 |
| #define | LFS_NO_ASSERT 1 |
| #define | LFS_STRINGIZE(x) |
| #define | LFS_STRINGIZE2(x) |
| #define | LFS_TRACE(...) |
| #define | LFS_DEBUG(...) |
| #define | LFS_WARN(...) |
| #define | LFS_ERROR(...) |
| #define | LFS_ASSERT(test) |
Functions | |
| static void * | lfs_port_impl_malloc (size_t size) |
| static void | lfs_port_impl_free (void *ptr) |
| static uint32_t | lfs_max (uint32_t a, uint32_t b) |
| static uint32_t | lfs_min (uint32_t a, uint32_t b) |
| static uint32_t | lfs_aligndown (uint32_t a, uint32_t alignment) |
| static uint32_t | lfs_alignup (uint32_t a, uint32_t alignment) |
| static uint32_t | lfs_npw2 (uint32_t a) |
| static uint32_t | lfs_ctz (uint32_t a) |
| static uint32_t | lfs_popc (uint32_t a) |
| static int | lfs_scmp (uint32_t a, uint32_t b) |
| static uint32_t | lfs_fromle32 (uint32_t a) |
| static uint32_t | lfs_tole32 (uint32_t a) |
| static uint32_t | lfs_frombe32 (uint32_t a) |
| static uint32_t | lfs_tobe32 (uint32_t a) |
| uint32_t | lfs_crc (uint32_t crc, const void *buffer, size_t size) |
| static void * | lfs_malloc (size_t size) |
| static void | lfs_free (void *p) |
Variables | |
| uint32_t | LFS_debug_malloc_total_count |
| uint32_t | LFS_debug_malloc_failed_count |
| uint32_t | LFS_debug_free_total_count |
| #define LFS_ASSERT | ( | test | ) |
| #define LFS_DEBUG | ( | ... | ) |
| #define LFS_ERROR | ( | ... | ) |
| #define LFS_FREE | ( | ptr | ) |
| #define LFS_MALLOC | ( | size | ) |
| #define LFS_NO_ASSERT 1 |
| #define LFS_NO_DEBUG 1 |
| #define LFS_NO_ERROR 1 |
| #define LFS_NO_WARN 1 |
| #define LFS_STRINGIZE | ( | x | ) |
| #define LFS_STRINGIZE2 | ( | x | ) |
| #define LFS_TRACE | ( | ... | ) |
| #define LFS_WARN | ( | ... | ) |
|
inlinestatic |

|
inlinestatic |


| uint32_t lfs_crc | ( | uint32_t | crc, |
| const void * | buffer, | ||
| size_t | size ) |

|
inlinestatic |


|
inlinestatic |

|
inlinestatic |

|
inlinestatic |

|
inlinestatic |

|
inlinestatic |

|
inlinestatic |

|
inlinestatic |

|
inlinestatic |

|
inlinestatic |
|
inlinestatic |
|
inlinestatic |

|
inlinestatic |


|
inlinestatic |


|
extern |
|
extern |
|
extern |