Searched refs:CS_ARGV_GPIO_FLAGS (Results 1 – 1 of 1) sorted by relevance
22 #define CS_ARGV_GPIO_FLAGS (3) macro168 if (argc == (CS_ARGV_GPIO_FLAGS + 1)) { in cmd_spi_conf_cs()169 uint32_t flags = strtol(argv[CS_ARGV_GPIO_FLAGS], &endptr, 16); in cmd_spi_conf_cs()171 if (endptr == argv[CS_ARGV_GPIO_FLAGS]) { in cmd_spi_conf_cs()172 shell_error(ctx, "invalid gpio flags: %s", argv[CS_ARGV_GPIO_FLAGS]); in cmd_spi_conf_cs()