#define LV_USE_ASSERT_STYLE 0 /**< Check if the styles are properly initialized. (Very fast, recommended) */ #define LV_USE_ASSERT_MEM_INTEGRITY 0 /**< Check the integrity of `lv_mem` after critical operations. (Slow) */ #define LV_USE_ASSERT_OBJ 0 /**< Check the object's...
0 for SPI1 #define CUR_PIN_MISO 1 #define CUR_PIN_MOSI 26 #define CUR_PIN_SCK 27 #define CUR_PIN_SS 0 #define SPI_NEW_INITIALIZED true // SPI1 SPIClass SPI_New((uintptr_t)&IMXRT_LPSPI3_S, (uintptr_t)&SPIClass::spiclass_lpspi3_hardware); // SPI2 //SPIClass SPI_New((...
The constant * GSS_C_NT_EXPORT_NAME should be initialized to point * to that gss_OID_desc. */ extern gss_OID GSS_C_NT_EXPORT_NAME; /* Major status codes */ #define GSS_S_COMPLETE 0 /* * Some "helper" definitions to make the status code macros obvious. */ #define GSS_C_...