components/spidriver/spi_master_lobo.h

branch
idf 5.1
changeset 129
31f9d3e4a85f
parent 34
5c92103c5e72
equal deleted inserted replaced
128:64886971967b 129:31f9d3e4a85f
13 // limitations under the License. 13 // limitations under the License.
14 14
15 15
16 #ifndef _DRIVER_SPI_MASTER_LOBO_H_ 16 #ifndef _DRIVER_SPI_MASTER_LOBO_H_
17 #define _DRIVER_SPI_MASTER_LOBO_H_ 17 #define _DRIVER_SPI_MASTER_LOBO_H_
18
19 #include <stdbool.h>
20 #include <stdint.h>
18 21
19 #include "esp_err.h" 22 #include "esp_err.h"
20 #include "freertos/FreeRTOS.h" 23 #include "freertos/FreeRTOS.h"
21 #include "freertos/semphr.h" 24 #include "freertos/semphr.h"
22 #include "soc/spi_struct.h" 25 #include "soc/spi_struct.h"

mercurial