STM32 W25Qxx QuadSPI Driver
0.1a
https://github.com/Crazy-Geeks/STM32-W25Q-QSPI
|
Internal header for adding sys libs and defines. More...
#include "main.h"
#include <stdint.h>
#include <stdbool.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | delay(x) HAL_Delay(x) |
arduino-supportable delay or RTOS support ability | |
Typedefs | |
typedef uint8_t | u8_t |
< Lib for sprintf, strlen, etc More... | |
typedef int8_t | i8_t |
8-bit signed | |
typedef uint16_t | u16_t |
16-bit unsigned | |
typedef int16_t | i16_t |
16-bit signed | |
typedef uint32_t | u32_t |
32-bit unsigned | |
typedef int32_t | i32_t |
32-bit signed | |
typedef float_t | fl_t |
float type | |
Internal header for adding sys libs and defines.
typedef uint8_t u8_t |
< Lib for sprintf, strlen, etc
< Main project file < Std types < _Bool to bool 8-bit unsigned