LibJuno 0.42.0
LibJuno is a lightweight C99 library designed specifically for embedded systems.
Loading...
Searching...
No Matches
types.h File Reference
#include "module.h"
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 JUNO_MODULE_RESULT (JUNO_RESULT_BOOL_T, bool)
 
 JUNO_MODULE_RESULT (JUNO_RESULT_UINT32_T, uint32_t)
 
 JUNO_MODULE_RESULT (JUNO_RESULT_F64_T, double)
 
 JUNO_MODULE_RESULT (JUNO_RESULT_SIZE_T, size_t)
 

Function Documentation

◆ JUNO_MODULE_RESULT() [1/4]

JUNO_MODULE_RESULT ( JUNO_RESULT_BOOL_T  ,
bool   
)

◆ JUNO_MODULE_RESULT() [2/4]

JUNO_MODULE_RESULT ( JUNO_RESULT_F64_T  ,
double   
)

◆ JUNO_MODULE_RESULT() [3/4]

JUNO_MODULE_RESULT ( JUNO_RESULT_SIZE_T  ,
size_t   
)

◆ JUNO_MODULE_RESULT() [4/4]

JUNO_MODULE_RESULT ( JUNO_RESULT_UINT32_T  ,
uint32_t   
)