Home
last modified time | relevance | path

Searched refs:word (Results 1 – 6 of 6) sorted by relevance

/subsys/debug/thread_analyzer/
A DKconfig57 Every thread it finds is analyzed word by word to find any that
/subsys/debug/
A Dmipi_stp_decoder.c580 static uint32_t swap32(uint32_t word) in swap32() argument
582 word = __builtin_bswap32(word); in swap32()
583 uint32_t d1 = (word & 0xf0f0f0f0) >> 4; in swap32()
584 uint32_t d2 = (word & 0x0f0f0f0f) << 4; in swap32()
/subsys/usb/device_next/class/
A Dusbd_midi2.c470 uint32_t word; in usbd_midi_send() local
484 word = sys_cpu_to_le32(ump.data[i]); in usbd_midi_send()
485 ring_buf_put(&data->tx_queue, (const uint8_t *)&word, 4); in usbd_midi_send()
/subsys/logging/
A DKconfig.misc33 Dedicated code for handling simple log messages (0-2 32 bit word arguments).
/subsys/pm/
A DKconfig49 By default a magic word in RAM is used to mark entering suspend-to-RAM. Enabling
/subsys/settings/
A DKconfig158 Magic 32-bit word for to identify valid settings area

Completed in 82 milliseconds