Home
last modified time | relevance | path

Searched refs:postfix (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/doc/connectivity/networking/api/
Dnet_hostname.rst25 postfix to the hostname. By default the link local address of the first network
26 interface is used as a postfix. In Ethernet networks, the link local address
34 so you would need to set the postfix before that.
35 The postfix can be set only once.
/Zephyr-latest/cmake/linker/armlink/
Dscatter_script.cmake39 list(POP_FRONT steering_postfixes postfix)
42 "Image$$${name_clean}_${offset_dec}$$${postfix}"
45 "RESOLVE ${symbol} AS Image$$${name_clean}_${offset_dec}$$${postfix}\n"
50 list(POP_FRONT steering_postfixes postfix)
52 "Image$$${name_clean}_${idx}$$${postfix}"
55 "RESOLVE ${symbol} AS Image$$${name_clean}_${idx}$$${postfix}\n"
61 list(POP_FRONT steering_postfixes postfix)
63 "Image$$${name_clean}$$${postfix}"
66 "RESOLVE ${symbol} AS Image$$${name_clean}$$${postfix}\n"
/Zephyr-latest/boards/shields/st_b_lcd40_dsi1_mb1166/doc/
Dindex.rst17 use shield name without postfix, that is: ``st_b_lcd40_dsi1_mb1166``
/Zephyr-latest/subsys/logging/
Dlog_output.c708 static const char postfix[] = in log_output_dropped_process() local
717 log_output_write(outf, (uint8_t *)postfix, sizeof(postfix) - 1, output->control_block->ctx); in log_output_dropped_process()
/Zephyr-latest/boards/st/stm32h747i_disco/doc/
Dindex.rst173 use shield name without postfix, that is: ``st_b_lcd40_dsi1_mb1166``.
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst1072 postfix in non-hexadecimal format.
Drelease-notes-3.3.rst398 * Renamed the CSI and VCP functionality to use the "P" postfix for profile
/Zephyr-latest/cmake/modules/
Dextensions.cmake4694 # Size can be given as decimal value, hex value, or decimal with postfix k or m.