stdio_base.h¶
-
void
stdio_init(void)¶ initialize the module
-
msp430_types.h::ssize_tstdio_read(void * buffer,msp430_types.h::size_tmax_len)¶ read
lenbytes from stdio uart intobufferParameters
buffer: buffer to read into max_len: nr of bytes to read Return values
- nr of bytes read
- <0 on error
-
msp430_types.h::ssize_tstdio_write(const void * buffer,msp430_types.h::size_tlen)¶ write
lenbytes frombufferinto uartParameters
buffer: buffer to read from len: nr of bytes to write Return values
- nr of bytes written
- <0 on error