Searched refs:u16_t (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/scripts/coccinelle/ |
D | unsigned_suffix.cocci | 12 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/ |
D | release-notes-2.6.rst | 158 * Removed support for the old zephyr integer typedefs (u8_t, u16_t, etc...).
|