Searched refs:led_fn_ptr (Results 1 – 1 of 1) sorted by relevance
455 is_led_function(const char *argv_ptr, uint8_t *led_fn_ptr) in is_led_function() argument457 if (!argv_ptr || !led_fn_ptr) { in is_led_function()461 if (str2uchar(argv_ptr, led_fn_ptr) == 0 in is_led_function()462 && (*led_fn_ptr < 0xFD || *led_fn_ptr > 0xFE)) { in is_led_function()