Home
last modified time | relevance | path

Searched refs:Match (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/samples/drivers/crypto/
DREADME.rst33 [general] [INF] cbc_mode: cbc mode ENCRYPT - Match
35 [general] [INF] cbc_mode: cbc mode DECRYPT - Match
39 [general] [INF] ctr_mode: ctr mode ENCRYPT - Match
41 [general] [INF] ctr_mode: ctr mode DECRYPT - Match
45 [general] [INF] ccm_mode: CCM mode ENCRYPT - Match
47 [general] [INF] ccm_mode: CCM mode DECRYPT - Match
/Zephyr-latest/scripts/coccinelle/
Dms_timeout.cocci20 // Match identifier passed as timeout
83 // Match identifier passed as timeout
141 // Match identifier passed as timeout
/Zephyr-latest/cmake/modules/
Dzephyr_module.cmake79 # Match <key>:<value> for each line of file, each corresponding to
97 # Match "<name>":"<path>" for each line of file, each corresponding to
110 # Match "<name>":"<path>" for each line of file, each corresponding to
130 # Match "<name>":"<path>" for each line of file, each corresponding to
151 # Match "<name>":"<path>" for each line of file, each corresponding to
Dshields.cmake51 # Match the Kconfig.shield files in the shield directories to make sure we are
/Zephyr-latest/drivers/flash/
Dflash_stm32_ospi.h21 #define Match MatchValue macro
Dflash_stm32_ospi.c586 s_config.Match = SPI_NOR_WEL_MATCH; in stm32_ospi_mem_erased()
635 s_config.Match = SPI_NOR_MEM_RDY_MATCH; in stm32_ospi_mem_ready()
701 s_config.Match = SPI_NOR_WREN_MATCH; in stm32_ospi_write_enable()
/Zephyr-latest/doc/hardware/peripherals/
Dw1.rst49 This includes ROM commands like Match ROM, or Search ROM.
Di3c.rst101 its Provisioned ID, BCR, and DCR back. Match the received
/Zephyr-latest/cmake/linker/armlink/
Dtarget.cmake114 # Match pattern for an unused section that is being removed.
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dharness.py127 def parse_record(self, line) -> re.Match: