union iomux_funcs
Pointers to a multiplexer functions.
TODO: iomux_funcs should include iomux type, making arg list for all the functions shorter.
#include <iomux.h> union iomux_funcs { // fields api_func select; api_func_ptr poll; };
Pointers to a multiplexer functions.
TODO: iomux_funcs should include iomux type, making arg list for all the functions shorter.
#include <iomux.h> union iomux_funcs { // fields api_func select; api_func_ptr poll; };