Searched refs:SFUD_DEBUG (Results 1 – 4 of 4) sorted by relevance
| /components/drivers/spi/sfud/src/ |
| A D | sfud_sfdp.c | 203 SFUD_DEBUG("JEDEC basic flash parameter table info:"); in read_basic_table() 204 SFUD_DEBUG("MSB-LSB 3 2 1 0"); in read_basic_table() 219 SFUD_DEBUG("Uniform 4 KB erase is unavailable for this device."); in read_basic_table() 230 SFUD_DEBUG("Write granularity is 1 byte."); in read_basic_table() 234 SFUD_DEBUG("Write granularity is 64 bytes or larger."); in read_basic_table() 245 SFUD_DEBUG("Target flash status register is non-volatile."); in read_basic_table() 255 SFUD_DEBUG("Flash device requires instruction 50h as the write enable prior " in read_basic_table() 271 SFUD_DEBUG("3-Byte only addressing."); in read_basic_table() 276 SFUD_DEBUG("3- or 4-Byte addressing."); in read_basic_table() 281 SFUD_DEBUG("4-Byte only addressing."); in read_basic_table() [all …]
|
| A D | sfud.c | 116 SFUD_DEBUG("Start initialize Serial Flash Universal Driver(SFUD) V%s.", SFUD_SW_VERSION); in sfud_init() 117 SFUD_DEBUG("You can get the latest version on https://github.com/armink/SFUD ."); in sfud_init() 849 SFUD_DEBUG("Flash device reset success."); 870 …SFUD_DEBUG("The flash device manufacturer ID is 0x%02X, memory type ID is 0x%02X, capacity ID is 0… 950 SFUD_DEBUG("%s 4-Byte addressing mode success.", enabled ? "Enter" : "Exit");
|
| /components/drivers/spi/sfud/inc/ |
| A D | sfud_def.h | 45 #ifndef SFUD_DEBUG 46 #define SFUD_DEBUG(...) sfud_log_debug(__FILE__, __LINE__, __VA_ARGS__) macro 49 #define SFUD_DEBUG(...) 61 SFUD_DEBUG("(%s) has assert failed at %s.", #EXPR, __FUNCTION__); \
|
| A D | sfud_cfg.h | 43 #define SFUD_DEBUG(fmt, ...) LOG_D("(%s:%ld) "fmt"", __FILE__, __LINE__, ##__VA_ARGS__) macro
|
Completed in 9 milliseconds