Home
last modified time | relevance | path

Searched refs:lstStarted (Results 1 – 2 of 2) sorted by relevance

/btstack/port/arduino/docs/
H A Dupdate_listings.py134 def writeTextBlock(aout, lstStarted): argument
136 if text_block and not lstStarted:
140 def writeItemizeBlock(aout, lstStarted): argument
142 if itemize_block and not lstStarted:
184 lstStarted = state != State.SearchListingStart
190 writeItemizeBlock(aout, lstStarted)
196 writeTextBlock(aout, lstStarted)
203 writeTextBlock(aout, lstStarted)
/btstack/doc/manual/
H A Dmarkdown_create_examples.py164 def writeTextBlock(aout, lstStarted): argument
166 if text_block and not lstStarted:
170 def writeItemizeBlock(aout, lstStarted): argument
172 if itemize_block and not lstStarted:
214 lstStarted = state != State.SearchListingStart
220 writeItemizeBlock(aout, lstStarted)
226 writeTextBlock(aout, lstStarted)
233 writeTextBlock(aout, lstStarted)