Searched refs:uint8 (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/src/ |
D | inference_process.cpp | 36 copy(src.data.uint8, src.data.uint8 + src.bytes, static_cast<uint8_t *>(dst.data)); in copyOutput() 151 tensor->data.uint8); in runJob() 194 if (output->data.uint8[j] != in runJob() 198 output->data.uint8[j]); in runJob()
|
/Zephyr-latest/drivers/wifi/winc1500/ |
D | wifi_winc1500.c | 41 typedef void (*tpfAppSocketCb) (SOCKET sock, uint8 u8Msg, void *pvMsg); 42 typedef void (*tpfAppResolveCb) (uint8 *pu8DomainName, uint32 u32ServerIP); 45 NMI_API SOCKET socket(uint16 u16Domain, uint8 u8Type, uint8 u8Flags); 46 NMI_API sint8 bind(SOCKET sock, struct sockaddr *pstrAddr, uint8 u8AddrLen); 47 NMI_API sint8 listen(SOCKET sock, uint8 backlog); 48 NMI_API sint8 accept(SOCKET sock, struct sockaddr *addr, uint8 *addrlen); 49 NMI_API sint8 connect(SOCKET sock, struct sockaddr *pstrAddr, uint8 u8AddrLen); 56 struct sockaddr *pstrDestAddr, uint8 u8AddrLen); 105 uint8 *pu8Buffer; 924 static void winc1500_socket_cb(SOCKET sock, uint8 message, void *pvMsg) in winc1500_socket_cb()
|
/Zephyr-latest/drivers/can/ |
D | can_nxp_s32_canxl.c | 80 uint8 instance; 1150 void nxp_s32_can_##n##_err_callback(uint8 instance, Canexcel_Ip_EventType eventType,\ 1158 void nxp_s32_can_##n##_ctrl_callback(uint8 instance, Canexcel_Ip_EventType eventType,\ 1192 .rx_mbdesc = (uint8)IS_ENABLED(CONFIG_CAN_NXP_S32_RX_FIFO) ? \ 1194 .tx_mbdesc = (uint8)CONFIG_CAN_NXP_S32_MAX_TX, \
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-syntax.rst | 162 type: <string | int | boolean | array | uint8-array | string-array | 172 const: <string | int | array | uint8-array | string-array> 242 uint8-array-with-default: 243 type: uint8-array 244 default: [0x12, 0x34] # Same as 'uint8-array-with-default = [12 34]' 288 * - ``uint8-array``
|
D | api-usage.rst | 185 Properties with type ``array``, ``uint8-array``, and ``string-array`` work 193 b = [aa bb cc dd]; /* uint8-array */
|
D | intro-syntax-structure.rst | 353 * - uint8-array
|
D | macros.bnf | 303 ; - with array types (uint8-array, phandle-array, etc.)
|
/Zephyr-latest/drivers/serial/ |
D | uart_nxp_s32_linflexd.c | 256 static void uart_nxp_s32_event_handler(const uint8 instance, in uart_nxp_s32_event_handler()
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_nxp_s32_emios.c | 30 extern uint8 eMios_Pwm_Ip_IndexInChState[EMIOS_PWM_IP_INSTANCE_COUNT][EMIOS_PWM_IP_CHANNEL_COUNT]; 34 extern uint8 eMios_Icu_Ip_IndexInChState[EMIOS_ICU_IP_INSTANCE_COUNT][EMIOS_ICU_IP_NUM_OF_CHANNELS];
|
/Zephyr-latest/drivers/sensor/nxp/qdec_nxp_s32/ |
D | qdec_nxp_s32.c | 42 extern uint8 eMios_Icu_Ip_IndexInChState[EMIOS_ICU_IP_INSTANCE_COUNT][EMIOS_ICU_IP_NUM_OF_CHANNELS];
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test.dts | 354 uint8-array = [ 12 34 ];
|
/Zephyr-latest/drivers/spi/ |
D | spi_nxp_s32.c | 646 static void spi_nxp_s32_##n##_callback(uint8 instance, Spi_Ip_EventType event) \
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 4014 # devicetree binding types: string, int, boolean, array, uint8-array, 4017 # For array valued properties (including uint8-array and
|