Searched refs:spaces (Results 1 – 5 of 5) sorted by relevance
585 uint32_t spaces = rDOCKCHANNELS_DEV_WSTAT(DOCKCHANNEL_UART_CHANNEL) & dock_wstat_mask; in dockchannel_transmit_ready() local589 if (spaces > prev_dockchannel_spaces) { in dockchannel_transmit_ready()595 prev_dockchannel_spaces = spaces; in dockchannel_transmit_ready()596 return spaces || dockchannel_drain_on_stall(); in dockchannel_transmit_ready()600 return spaces; in dockchannel_transmit_ready()
354 #error use a compiler that supports address spaces or __seg_gs
359 * other address spaces and ultimately mapped in ohter address spaces
460 * other address spaces and ultimately mapped in ohter address spaces
331 …* Python is very sensitive to tabs and spaces for alignment. So please make sure you **INDENT YOUR…333 * The standard tab width is 4 spaces. Each increasing indent adds 4 spaces beginning of the line.