Home
last modified time | relevance | path

Searched refs:u16_t (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/coccinelle/
Dunsigned_suffix.cocci12 typedef uint8_t, uint16_t, uint32_t, uint64_t, u8_t, u16_t, u32_t, u64_t;
13 {unsigned char, unsigned short, unsigned int, uint8_t, uint16_t, uint32_t, uint64_t, u8_t, u16_t, u…
53 {unsigned char, unsigned short, unsigned int, uint8_t, uint16_t, uint32_t, uint64_t, u8_t, u16_t, u…
/Zephyr-latest/doc/releases/
Drelease-notes-2.6.rst158 * Removed support for the old zephyr integer typedefs (u8_t, u16_t, etc...).