attributes        100 src/include/private/fsk.h void					dsp_fsk_attr_init(dsp_fsk_attr_t *attributes);
attributes        102 src/include/private/fsk.h bithandler_func_t		dsp_fsk_attr_get_bithandler(dsp_fsk_attr_t *attributes, void **bithandler_arg);
attributes        103 src/include/private/fsk.h void					dsp_fsk_attr_set_bithandler(dsp_fsk_attr_t *attributes, bithandler_func_t bithandler, void *bithandler_arg);
attributes        104 src/include/private/fsk.h bytehandler_func_t		dsp_fsk_attr_get_bytehandler(dsp_fsk_attr_t *attributes, void **bytehandler_arg);
attributes        105 src/include/private/fsk.h void					dsp_fsk_attr_set_bytehandler(dsp_fsk_attr_t *attributes, bytehandler_func_t bytehandler, void *bytehandler_arg);
attributes        106 src/include/private/fsk.h int						dsp_fsk_attr_get_samplerate(dsp_fsk_attr_t *attributes);
attributes        107 src/include/private/fsk.h int						dsp_fsk_attr_set_samplerate(dsp_fsk_attr_t *attributes, int samplerate);
attributes        109 src/include/private/fsk.h dsp_fsk_handle_t *	dsp_fsk_create(dsp_fsk_attr_t *attributes);
attributes         69 src/include/private/uart.h void					dsp_uart_attr_init(dsp_uart_attr_t *attributes);
attributes         71 src/include/private/uart.h bytehandler_func_t		dsp_uart_attr_get_bytehandler(dsp_uart_attr_t *attributes, void **bytehandler_arg);
attributes         72 src/include/private/uart.h void					dsp_uart_attr_set_bytehandler(dsp_uart_attr_t *attributes, bytehandler_func_t bytehandler, void *bytehandler_arg);
attributes         74 src/include/private/uart.h dsp_uart_handle_t *		dsp_uart_create(dsp_uart_attr_t *attributes);