Home
last modified time | relevance | path

Searched refs:marked (Results 1 – 25 of 107) sorted by relevance

12345

/Zephyr-latest/include/zephyr/drivers/misc/coresight/
Dstmesp.h57 bool marked, bool guaranteed) in _stmesp_get_data_reg() argument
61 if (marked) { in _stmesp_get_data_reg()
67 if (marked) { in _stmesp_get_data_reg()
75 if (marked) { in _stmesp_get_data_reg()
81 if (marked) { in _stmesp_get_data_reg()
125 bool marked, bool guaranteed) in stmesp_data8() argument
127 *(volatile uint8_t *)_stmesp_get_data_reg(reg, ts, marked, guaranteed) = data; in stmesp_data8()
139 bool marked, bool guaranteed) in stmesp_data16() argument
141 *(volatile uint16_t *)_stmesp_get_data_reg(reg, ts, marked, guaranteed) = data; in stmesp_data16()
153 bool marked, bool guaranteed) in stmesp_data32() argument
[all …]
/Zephyr-latest/cmake/sca/eclair/ECL/
Dzephyr_common_config.ecl105 -doc="Hide reports marked as compliant."
108 -doc="Hide reports marked as safe."
111 -doc="Hide reports marked as relied."
114 -doc="Hide reports marked as questionable."
117 -doc="Hide reports marked as deliberate."
120 -doc="Hide reports marked as disapplied."
Danalysis_first_analysis.ecl6 # The essential portions of this file are marked with "# NEEDED":
Danalysis_heavy_STU.ecl6 # The essential portions of this file are marked with "# NEEDED":
Danalysis_HIS.ecl6 # The essential portions of this file are marked with "# NEEDED":
Danalysis_std_lib.ecl6 # The essential portions of this file are marked with "# NEEDED":
Danalysis_WP.ecl6 # The essential portions of this file are marked with "# NEEDED":
/Zephyr-latest/drivers/misc/coresight/
Dnrf_etr.c302 uint64_t *ts, bool marked) in decoder_cb_debug() argument
312 DBG_DATA(data.data, 2, marked); in decoder_cb_debug()
318 DBG_DATA(data.data, 4, marked); in decoder_cb_debug()
321 DBG_DATA(data.data, 8, marked); in decoder_cb_debug()
327 DBG_DATA(data.data, 16, marked); in decoder_cb_debug()
362 bool marked) in decoder_cb() argument
366 decoder_cb_debug(type, data, ts, marked); in decoder_cb()
383 if (marked) { in decoder_cb()
391 if (marked) { in decoder_cb()
403 if (marked) { in decoder_cb()
/Zephyr-latest/boards/st/nucleo_f722ze/doc/
Dindex.rst62 - SDMMC1: Pins marked as "SDMMC" on the ST Zio connector.
74 - I2C2: Pins marked as "I2C" on the ST Zio connector.
77 - CAN1: Pins marked as "CAN" on the ST Zio connector.
80 - USART2: Pins marked as "USART" on the ST Zio connector.
98 - QUADSPI: Pins marked as "QSPI" on the ST Zio connector.
/Zephyr-latest/boards/shields/adafruit_winc1500/doc/
Dindex.rst42 The pins marked (a) must be jumpered to the SPI port at the shield
43 To enable low power support, wire the pin marked (b) to the En connector
/Zephyr-latest/subsys/logging/frontends/
Dlog_frontend_stmesp.c32 #define STM_D8(reg, data, timestamp, marked) \ argument
33 stmesp_data8(reg, data, timestamp, marked, \
36 #define STM_D16(reg, data, timestamp, marked) \ argument
37 stmesp_data16(reg, data, timestamp, marked, \
40 #define STM_D32(reg, data, timestamp, marked) \ argument
41 stmesp_data32(reg, data, timestamp, marked, \
/Zephyr-latest/include/zephyr/debug/
Dmipi_stp_decoder.h97 uint64_t *ts, bool marked);
/Zephyr-latest/doc/services/debugging/
Dmipi_stp_decoder.rst10 optional timestamp. There are opcodes for data (8, 16, 32, 64 bit data marked/not marked, with or
/Zephyr-latest/samples/bluetooth/mesh_provisioner/
DREADME.rst24 node will be present in the CDB but not yet marked as configured. The
26 If no errors are encountered, the node is marked as configured.
/Zephyr-latest/boards/nxp/mr_canhubk3/support/
Dstartup.cmm61 ; be used by application core, marked as programmable.
72 ; all target non-empty flash sectors are marked as pending, to be reprogrammed.
/Zephyr-latest/include/zephyr/arch/x86/ia32/scripts/
Dshared_kernel_pages.ld13 * marked 'present'. Still not directly user accessible, but
/Zephyr-latest/boards/contextualelectronics/abc/doc/
Dindex.rst93 In the table 7.1.1 'aQFN73 ball assignments' select the pins marked
94 'General purpose I/O'. Note that pins marked as 'low frequency I/O only' can only be used
/Zephyr-latest/tests/subsys/debug/mipi_stp_decoder/src/
Dmain.c18 bool marked) in cb() argument
29 zassert_equal(exp_marked[d_cnt], marked, NULL); in cb()
/Zephyr-latest/samples/boards/bbc/microbit/sound/
DREADME.rst22 built-in on the backside of the board (marked as 'speaker').
/Zephyr-latest/boards/u-blox/ubx_evkninab4/doc/
Dindex.rst158 Note that the buttons on the EVK-NINA-B4 are marked SW1 and SW2, which
213 In the table 7 select the pins marked 'GPIO_xx'. Note that pins marked as 'Radio sensitive pin'
/Zephyr-latest/subsys/demand_paging/backing_store/
DKconfig36 This is used to do on-demand paging of code and data marked with
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dl2cap.rst17 marked as processed by returning 0 or using
/Zephyr-latest/subsys/usb/device/class/dfu/
DKconfig60 When enabled the image written to slot 1 will be marked as permanent.
/Zephyr-latest/boards/ezurio/bl653_dvk/doc/
Dbl653_dvk.rst173 In the table 7.1.1 'aQFN73 ball assignments' select the pins marked
174 'General purpose I/O'. Note that pins marked as 'low frequency I/O only' can only be used
/Zephyr-latest/doc/services/mem_mgmt/
Dindex.rst53 marked with attributes is by using the provided ``mem-attr`` helper library by
99 When the :kconfig:option:`CONFIG_MEM_ATTR_HEAP` is set, every region marked
163 When several regions are marked with the same attributes, the memory is allocated:

12345