Home
last modified time | relevance | path

Searched defs:line (Results 1 – 25 of 32) sorted by relevance

12

/btstack/doc/manual/
H A Dmarkdown_create_gatt_services_and_clients.py35 def isEmptyCommentLine(line): argument
38 def isCommentLine(line): argument
41 def isEndOfComment(line): argument
44 def isNewItem(line): argument
47 def isTextTag(line): argument
50 def isItemizeTag(line): argument
53 def processTextLine(line): argument
H A Dmarkdown2tex.py20 def fix_empty_href(line): argument
27 def fix_listing_after_section(line): argument
33 def fix_listing_hyperref_into_ref(line): argument
40 def fix_figure_width_and_type(line): argument
49 def fix_appendix_pagebreak(line): argument
55 def fix_tightlist(line): argument
H A Dmarkdown_update_references.py18 def process_source_file_link(mdin, mdout, githuburl, line): argument
27 def process_section(mdin, mdout, line): argument
35 def process_figure(mdin, mdout, line): argument
44 def process_fig_ref(mdin, mdout, line): argument
54 def process_table(mdin, mdout, line): argument
63 def process_tbl_ref(mdin, mdout, line): argument
72 def process_listing(mdin, mdout, line): argument
H A Dmarkdown_create_examples.py110 def isEmptyCommentLine(line): argument
113 def isCommentLine(line): argument
116 def isEndOfComment(line): argument
119 def isNewItem(line): argument
122 def isTextTag(line): argument
125 def isItemizeTag(line): argument
128 def processTextLine(line, ref_prefix): argument
H A Dmarkdown_create_apis.py40 def isEndOfComment(line): argument
46 def isStartOfComment(line): argument
52 def isComment(line): argument
62 def isTypedefStart(line): argument
72 def isTagAPI(line): argument
75 def getSecondLevelIdentation(line): argument
/btstack/port/arduino/docs/
H A Dupdate_listings.py74 def isEmptyCommentLine(line): argument
78 def isCommentLine(line): argument
82 def isEndOfComment(line): argument
86 def isNewItem(line): argument
90 def isTextTag(line): argument
94 def isItemizeTag(line): argument
98 def processTextLine(line, ref_prefix): argument
/btstack/tool/
H A Dcreate_packet_log.py25 def chop(line, prefix): argument
111 line = ''.join([c for c in line if c != '\0']) variable
114 line = line[4:] variable
118 line = line.strip("\n\r") variable
159 line = rest variable
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/bsp/mcu/all/
H A Dbsp_common.c134 void fsp_error_log_internal (fsp_err_t err, const char * file, int32_t line) in fsp_error_log_internal()
161 void __aeabi_assert (const char * expr, const char * file, int line) in __aeabi_assert()
183 BSP_WEAK_REFERENCE void __assert_func (const char * file, int line, const char * func, const char *… in __assert_func()
/btstack/tool/misc/
H A Dfix-misra-12.1.py18 def remove_whitespace(line): argument
21 def add_parantheses(line, expression): argument
/btstack/port/raspi/
H A Draspi_get_model.c24 char line[100] = { 0 }; in raspi_get_model() local
/btstack/port/stm32-f4discovery-cc256x/Src/
H A Dmain.c178 void assert_failed(uint8_t *file, uint32_t line) in assert_failed()
/btstack/port/stm32-f4discovery-usb/Core/Src/
H A Dmain.c303 void assert_failed(uint8_t *file, uint32_t line) in assert_failed()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/bsp/mcu/all/
H A Dbsp_common.c171 void ssp_error_log_internal(ssp_err_t err, const char * module, int32_t line) in ssp_error_log_internal()
/btstack/chipset/csr/
H A Dconvert_psr.py71 line = line_with_nl.strip() variable
/btstack/3rd-party/micro-ecc/scripts/
H A Dmult_arm.py18 def emit(line, *args): argument
H A Dmult_avr.py24 def emit(line, *args): argument
H A Dsquare_arm.py19 def emit(line, *args): argument
H A Dsquare_avr.py28 def emit(line, *args): argument
/btstack/port/stm32-l073rz-nucleo-em9304/Src/
H A Dmain.c315 void assert_failed(uint8_t *file, uint32_t line) in assert_failed()
/btstack/port/stm32-l476rg-nucleo-sx1280/Src/
H A Dmain.c402 void assert_failed(uint8_t *file, uint32_t line) in assert_failed()
/btstack/port/stm32-l451-miromico-sx1280/Src/
H A Dmain.c442 void assert_failed(uint8_t *file, uint32_t line) in assert_failed()
/btstack/port/archive/msp-exp430f5438-cc2564b/example/
H A Dble_server.c96 void overwriteLine(int line, char *text){ in overwriteLine()
/btstack/port/max32630-fthr/board/
H A Dboard.c89 void mxc_assert(const char *expr, const char *file, int line) in mxc_assert()
/btstack/3rd-party/yxml/
H A Dyxml.h112 uint32_t line; member
/btstack/port/zephyr/src/
H A Dmain.c327 void bt_ctlr_assert_handle(char *file, uint32_t line) in bt_ctlr_assert_handle()

12