Home
last modified time | relevance | path

Searched refs:u8 (Results 1 – 15 of 15) sorted by relevance

/external/lib/aes/
A Daes_locl.h10 #define PUTU32(c, s) { (c)[3] = (u8)(s); (c)[2] = (u8)((s)>>8); (c)[1] = (u8)((s)>>16); (c)[0] = (u…
14 typedef unsigned char u8; typedef
A Daes_local_orig.h74 …fine PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st) …
79 typedef unsigned char u8; typedef
/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_gpio.c60 #define MII_RMII_SEL_BitNumber ((u8)0x17)
/external/arch/arm/arm-m/CMSIS/Include/
A Dcore_cm3.h762 __OM uint8_t u8; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 8-bit */ member
1887 ITM->PORT[0U].u8 = (uint8_t)ch; in ITM_SendChar()
A Dcore_sc300.h747 __OM uint8_t u8; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 8-bit */ member
1861 ITM->PORT[0U].u8 = (uint8_t)ch; in ITM_SendChar()
A Dcore_cm4.h820 __OM uint8_t u8; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 8-bit */ member
2073 ITM->PORT[0U].u8 = (uint8_t)ch; in ITM_SendChar()
A Dcore_cm7.h1044 __OM uint8_t u8; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 8-bit */ member
2310 ITM->PORT[0U].u8 = (uint8_t)ch; in ITM_SendChar()
A Dcore_cm33.h1018 __OM uint8_t u8; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 8-bit */ member
3209 ITM->PORT[0U].u8 = (uint8_t)ch; in ITM_SendChar()
A Dcore_cm35p.h1018 __OM uint8_t u8; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 8-bit */ member
3209 ITM->PORT[0U].u8 = (uint8_t)ch; in ITM_SendChar()
A Dcore_armv8mml.h1018 __OM uint8_t u8; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 8-bit */ member
3141 ITM->PORT[0U].u8 = (uint8_t)ch; in ITM_SendChar()
A Dcore_armv81mml.h1079 __OM uint8_t u8; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 8-bit */ member
4160 ITM->PORT[0U].u8 = (uint8_t)ch; in ITM_SendChar()
A Dcore_cm55.h1079 __OM uint8_t u8; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 8-bit */ member
4221 ITM->PORT[0U].u8 = (uint8_t)ch; in ITM_SendChar()
/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/CMSIS/
A Dstm32f2xx.h275 typedef uint8_t u8; typedef
/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/CMSIS/
A Dstm32f10x.h492 typedef uint8_t u8; typedef
/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/CMSIS/
A Dstm32f4xx.h839 typedef uint8_t u8; typedef

Completed in 833 milliseconds