Go to the source code of this file.
Definition in file uart_bdr.h.
Value:
( UBRRH = (Uchar)((((Uint32)FOSC*1000L)/((Uint32)bdr*16)-1)>>8),\ UBRRL = (Uchar)(((Uint32)FOSC*1000 )/((Uint32)bdr*16)-1) )
Definition at line 45 of file uart_bdr.h.
Referenced by uart_init().
Definition at line 51 of file uart_bdr.h.