STM32N6 NPU Deployment — Politecnico di Milano  1.0
Documentation for Neural Network Deployment on STM32N6 NPU - Politecnico di Milano 2024-2025
Rectangle_TypeDef Struct Reference

Rectangle descriptor for LCD layer positioning. More...

Public Attributes

uint32_t X0
 
uint32_t Y0
 
uint32_t XSize
 
uint32_t YSize
 

Detailed Description

Rectangle descriptor for LCD layer positioning.

Used to define the background (camera preview) and foreground (inference overlay) areas on the LCD display.

Definition at line 124 of file main.c.

Member Data Documentation

◆ X0

uint32_t Rectangle_TypeDef::X0

Top-left X coordinate in pixels

Definition at line 126 of file main.c.

Referenced by clamp_point(), convert_point(), Display_NetworkOutput(), and LCD_init().

◆ XSize

uint32_t Rectangle_TypeDef::XSize

Width in pixels

Definition at line 128 of file main.c.

Referenced by __attribute__(), clamp_point(), convert_length(), convert_point(), Display_NetworkOutput(), and LCD_init().

◆ Y0

uint32_t Rectangle_TypeDef::Y0

Top-left Y coordinate in pixels

Definition at line 127 of file main.c.

Referenced by clamp_point(), convert_point(), Display_NetworkOutput(), and LCD_init().

◆ YSize

uint32_t Rectangle_TypeDef::YSize

Height in pixels

Definition at line 129 of file main.c.

Referenced by __attribute__(), clamp_point(), convert_length(), convert_point(), Display_NetworkOutput(), and LCD_init().


The documentation for this struct was generated from the following file: