Skip to content

Commit

Permalink
Merge pull request #4 from lnarolski/increased-pwm-duty
Browse files Browse the repository at this point in the history
Increased pwm duty
  • Loading branch information
lnarolski authored Apr 12, 2021
2 parents 49f479a + e60cef0 commit a530516
Show file tree
Hide file tree
Showing 146 changed files with 126,884 additions and 125,882 deletions.
24 changes: 12 additions & 12 deletions Core/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ DMA_HandleTypeDef hdma_tim3_ch2;
DMA_HandleTypeDef hdma_tim4_ch1;
DMA_HandleTypeDef hdma_tim5_ch1;

uint32_t xAxisPWMDuty = 725;
uint32_t yAxisPWMDuty_L = 842;
uint32_t yAxisPWMDuty_R = 842;
uint32_t manipulatorPWMDuty = 275;
uint32_t xAxisPWMDuty = 725 * 6;
uint32_t yAxisPWMDuty_L = 842 * 6;
uint32_t yAxisPWMDuty_R = 842 * 6;
uint32_t manipulatorPWMDuty = 275 * 6;
/* USER CODE END PV */

/* Private function prototypes -----------------------------------------------*/
Expand Down Expand Up @@ -1003,9 +1003,9 @@ static void MX_TIM2_Init(void)

/* USER CODE END TIM2_Init 1 */
htim2.Instance = TIM2;
htim2.Init.Prescaler = 167;
htim2.Init.Prescaler = 27;
htim2.Init.CounterMode = TIM_COUNTERMODE_UP;
htim2.Init.Period = 9999;
htim2.Init.Period = 59999;
htim2.Init.ClockDivision = TIM_CLOCKDIVISION_DIV1;
htim2.Init.AutoReloadPreload = TIM_AUTORELOAD_PRELOAD_DISABLE;
if (HAL_TIM_Base_Init(&htim2) != HAL_OK)
Expand Down Expand Up @@ -1062,9 +1062,9 @@ static void MX_TIM3_Init(void)

/* USER CODE END TIM3_Init 1 */
htim3.Instance = TIM3;
htim3.Init.Prescaler = 167;
htim3.Init.Prescaler = 27;
htim3.Init.CounterMode = TIM_COUNTERMODE_UP;
htim3.Init.Period = 9999;
htim3.Init.Period = 59999;
htim3.Init.ClockDivision = TIM_CLOCKDIVISION_DIV1;
htim3.Init.AutoReloadPreload = TIM_AUTORELOAD_PRELOAD_DISABLE;
if (HAL_TIM_Base_Init(&htim3) != HAL_OK)
Expand Down Expand Up @@ -1121,9 +1121,9 @@ static void MX_TIM4_Init(void)

/* USER CODE END TIM4_Init 1 */
htim4.Instance = TIM4;
htim4.Init.Prescaler = 167;
htim4.Init.Prescaler = 27;
htim4.Init.CounterMode = TIM_COUNTERMODE_UP;
htim4.Init.Period = 9999;
htim4.Init.Period = 59999;
htim4.Init.ClockDivision = TIM_CLOCKDIVISION_DIV1;
htim4.Init.AutoReloadPreload = TIM_AUTORELOAD_PRELOAD_DISABLE;
if (HAL_TIM_Base_Init(&htim4) != HAL_OK)
Expand Down Expand Up @@ -1180,9 +1180,9 @@ static void MX_TIM5_Init(void)

/* USER CODE END TIM5_Init 1 */
htim5.Instance = TIM5;
htim5.Init.Prescaler = 167;
htim5.Init.Prescaler = 27;
htim5.Init.CounterMode = TIM_COUNTERMODE_UP;
htim5.Init.Period = 9999;
htim5.Init.Period = 59999;
htim5.Init.ClockDivision = TIM_CLOCKDIVISION_DIV1;
htim5.Init.AutoReloadPreload = TIM_AUTORELOAD_PRELOAD_DISABLE;
if (HAL_TIM_Base_Init(&htim5) != HAL_OK)
Expand Down
2 changes: 1 addition & 1 deletion STM32CubeIDE/.settings/language.settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<provider copy-of="extension" id="org.eclipse.cdt.managedbuilder.core.GCCBuildCommandParser"/>

<provider class="com.st.stm32cube.ide.mcu.toolchain.armnone.setup.CrossBuiltinSpecsDetector" console="false" env-hash="-1751205289136" id="com.st.stm32cube.ide.mcu.toolchain.armnone.setup.CrossBuiltinSpecsDetector" keep-relative-paths="false" name="MCU ARM GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
<provider class="com.st.stm32cube.ide.mcu.toolchain.armnone.setup.CrossBuiltinSpecsDetector" console="false" env-hash="-1332559123757732528" id="com.st.stm32cube.ide.mcu.toolchain.armnone.setup.CrossBuiltinSpecsDetector" keep-relative-paths="false" name="MCU ARM GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">

<language-scope id="org.eclipse.cdt.core.gcc"/>

Expand Down
2 changes: 1 addition & 1 deletion STM32CubeIDE/.settings/org.eclipse.cdt.core.prefs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ doxygen/doxygen_use_structural_commands=false
eclipse.preferences.version=1
environment/project/com.st.stm32cube.ide.mcu.gnu.managedbuild.config.exe.debug.60130020/PATH/delimiter=;
environment/project/com.st.stm32cube.ide.mcu.gnu.managedbuild.config.exe.debug.60130020/PATH/operation=replace
environment/project/com.st.stm32cube.ide.mcu.gnu.managedbuild.config.exe.debug.60130020/PATH/value=C\:\\ST\\STM32CubeIDE_1.5.1\\STM32CubeIDE\\plugins\\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.7-2018-q2-update.win32_1.5.0.202011040924\\tools\\arm-none-eabi\\include\\c++\\7.3.1;C\:\\ST\\STM32CubeIDE_1.5.1\\STM32CubeIDE\\plugins\\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.7-2018-q2-update.win32_1.5.0.202011040924\\tools\\bin;C\:\\ST\\STM32CubeIDE_1.5.1\\STM32CubeIDE\\plugins\\com.st.stm32cube.ide.mcu.externaltools.make.win32_1.5.0.202011040924\\tools\\bin;C\:/ST/STM32CubeIDE_1.5.1/STM32CubeIDE/jre/bin/server;C\:/ST/STM32CubeIDE_1.5.1/STM32CubeIDE/jre/bin;C\:/ST/STM32CubeIDE_1.5.1/STM32CubeIDE/jre/lib/amd64;C\:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C\:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C\:\\WINDOWS\\system32;C\:\\WINDOWS;C\:\\WINDOWS\\System32\\Wbem;C\:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C\:\\WINDOWS\\System32\\OpenSSH\\;C\:\\Program Files\\dotnet\\;C\:\\Program Files\\Microsoft SQL Server\\130\\Tools\\Binn\\;C\:\\Program Files\\Git\\cmd;C\:\\Program Files\\Common Files\\Autodesk Shared\\;C\:\\Program Files\\Microsoft SQL Server\\120\\Tools\\Binn\\;C\:\\Program Files\\PuTTY\\;C\:\\Program Files (x86)\\GnuWin32\\bin;C\:\\Program Files\\CMake\\bin;C\:\\Program Files (x86)\\CodeBlocks\\MinGW\\bin;C\:\\Users\\Lukasz\\AppData\\Local\\Microsoft\\WindowsApps;C\:\\Users\\Lukasz\\.dotnet\\tools;C\:\\Users\\Lukasz\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C\:\\Program Files (x86)\\CodeBlocks\\MinGW\\bin;C\:\\Users\\Lukasz\\AppData\\Local\\Microsoft\\WindowsApps;C\:\\Users\\Lukasz\\.dotnet\\tools;C\:\\Users\\Lukasz\\AppData\\Local\\GitHubDesktop\\bin;C\:\\WINDOWS\\system32
environment/project/com.st.stm32cube.ide.mcu.gnu.managedbuild.config.exe.debug.60130020/PATH/value=C\:\\ST\\STM32CubeIDE_1.5.1\\STM32CubeIDE\\plugins\\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\\tools\\arm-none-eabi\\include\\c++\\7.3.1;C\:\\ST\\STM32CubeIDE_1.5.1\\STM32CubeIDE\\plugins\\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\\tools\\bin;C\:\\ST\\STM32CubeIDE_1.5.1\\STM32CubeIDE\\plugins\\com.st.stm32cube.ide.mcu.externaltools.make.win32_1.5.0.202011040924\\tools\\bin;C\:/ST/STM32CubeIDE_1.5.1/STM32CubeIDE/jre/bin/server;C\:/ST/STM32CubeIDE_1.5.1/STM32CubeIDE/jre/bin;C\:/ST/STM32CubeIDE_1.5.1/STM32CubeIDE/jre/lib/amd64;C\:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C\:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C\:\\WINDOWS\\system32;C\:\\WINDOWS;C\:\\WINDOWS\\System32\\Wbem;C\:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C\:\\WINDOWS\\System32\\OpenSSH\\;C\:\\Program Files\\dotnet\\;C\:\\Program Files\\Microsoft SQL Server\\130\\Tools\\Binn\\;C\:\\Program Files\\Git\\cmd;C\:\\Program Files\\Common Files\\Autodesk Shared\\;C\:\\Program Files\\Microsoft SQL Server\\120\\Tools\\Binn\\;C\:\\Program Files\\PuTTY\\;C\:\\Program Files (x86)\\GnuWin32\\bin;C\:\\Program Files\\CMake\\bin;C\:\\Program Files (x86)\\CodeBlocks\\MinGW\\bin;C\:\\Users\\Lukasz\\AppData\\Local\\Microsoft\\WindowsApps;C\:\\Users\\Lukasz\\.dotnet\\tools;C\:\\Users\\Lukasz\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C\:\\Program Files (x86)\\CodeBlocks\\MinGW\\bin;C\:\\Users\\Lukasz\\AppData\\Local\\Microsoft\\WindowsApps;C\:\\Users\\Lukasz\\.dotnet\\tools;C\:\\Users\\Lukasz\\AppData\\Local\\GitHubDesktop\\bin;C\:\\WINDOWS\\system32
environment/project/com.st.stm32cube.ide.mcu.gnu.managedbuild.config.exe.debug.60130020/append=true
environment/project/com.st.stm32cube.ide.mcu.gnu.managedbuild.config.exe.debug.60130020/appendContributed=true
org.eclipse.cdt.core.formatter.alignment_for_arguments_in_method_invocation=16
Expand Down
2 changes: 1 addition & 1 deletion STM32CubeIDE/DataStorageModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ DataStorageModel::~DataStorageModel() {
bool DataStorageModel::screenViewFirstOpen = true;
size_t DataStorageModel::numOfListItems = 0;
const size_t DataStorageModel::maxNumOfPositions = MAX_NUM_OF_POSITIONS;
char DataStorageModel::positionsList[MAX_NUM_OF_POSITIONS][17];
char DataStorageModel::positionsList[MAX_NUM_OF_POSITIONS][POSITION_TEXT_BUFFER_SIZE];

uint32_t DataStorageModel::xAxisSliderValue = 50;
uint32_t DataStorageModel::yAxisSliderValue_L = 0;
Expand Down
4 changes: 3 additions & 1 deletion STM32CubeIDE/DataStorageModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#ifndef DATASTORAGEMODEL_H_
#define DATASTORAGEMODEL_H_

#define POSITION_TEXT_BUFFER_SIZE 25

#define MAX_NUM_OF_POSITIONS 50

#include <cstddef>
Expand All @@ -22,7 +24,7 @@ class DataStorageModel
static bool screenViewFirstOpen;
static size_t numOfListItems;
static const size_t maxNumOfPositions;
static char positionsList[MAX_NUM_OF_POSITIONS][17];
static char positionsList[MAX_NUM_OF_POSITIONS][POSITION_TEXT_BUFFER_SIZE];

static uint32_t xAxisSliderValue;
static uint32_t yAxisSliderValue_L;
Expand Down
Binary file modified STM32CubeIDE/Debug/Application/Startup/startup_stm32f429zitx.o
Binary file not shown.
3 changes: 2 additions & 1 deletion STM32CubeIDE/Debug/Application/Startup/subdir.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (9-2020-q2-update)
################################################################################

# Add inputs and outputs from these tool invocations to the build variables
Expand All @@ -14,6 +15,6 @@ OBJS += \


# Each subdirectory must supply rules for building sources it contributes
Application/Startup/startup_stm32f429zitx.o: ../Application/Startup/startup_stm32f429zitx.s
Application/Startup/startup_stm32f429zitx.o: ../Application/Startup/startup_stm32f429zitx.s Application/Startup/subdir.mk
arm-none-eabi-gcc -mcpu=cortex-m4 -g3 -c -I"C:/TouchGFXProjects/mearm-stm32f429i/Libraries" -I../../Middlewares/ST/touchgfx/framework/include -I../../TouchGFX/generated/fonts/include -I../../TouchGFX/generated/gui_generated/include -I../../TouchGFX/generated/images/include -I../../TouchGFX/generated/texts/include -I../../TouchGFX/gui/include -x assembler-with-cpp -MMD -MP -MF"Application/Startup/startup_stm32f429zitx.d" -MT"$@" --specs=nano_c_standard_cpp.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" "$<"

Binary file modified STM32CubeIDE/Debug/Application/User/TouchGFX/App/app_touchgfx.o
Binary file not shown.
3 changes: 2 additions & 1 deletion STM32CubeIDE/Debug/Application/User/TouchGFX/App/subdir.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (9-2020-q2-update)
################################################################################

# Add inputs and outputs from these tool invocations to the build variables
Expand All @@ -14,6 +15,6 @@ OBJS += \


# Each subdirectory must supply rules for building sources it contributes
Application/User/TouchGFX/App/app_touchgfx.o: C:/TouchGFXProjects/mearm-stm32f429i/TouchGFX/App/app_touchgfx.c
Application/User/TouchGFX/App/app_touchgfx.o: C:/TouchGFXProjects/mearm-stm32f429i/TouchGFX/App/app_touchgfx.c Application/User/TouchGFX/App/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DUSE_HAL_DRIVER -DDEBUG -DSTM32F429xx -c -I../../Core/Inc -I../../Drivers/CMSIS/Include -I../../Drivers/BSP -I../../TouchGFX/target -I../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../../TouchGFX/App -I../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../../TouchGFX/target/generated -I../../Middlewares/Third_Party/FreeRTOS/Source/include -I../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I../../Drivers/STM32F4xx_HAL_Driver/Inc -I../../Middlewares/ST/touchgfx/framework/include -I../../TouchGFX/generated/fonts/include -I../../TouchGFX/generated/gui_generated/include -I../../TouchGFX/generated/images/include -I../../TouchGFX/generated/texts/include -I../../TouchGFX/gui/include -I"C:/TouchGFXProjects/mearm-stm32f429i/Libraries" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Application/User/TouchGFX/App/app_touchgfx.d" -MT"$@" --specs=nano_c_standard_cpp.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"

Binary file not shown.
Binary file modified STM32CubeIDE/Debug/Application/User/TouchGFX/target/TouchGFXGPIO.o
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ FrontendHeapBase.hpp:36:7:FrontendHeapBase::~FrontendHeapBase() 16 static
FrontendHeapBase.hpp:36:7:virtual FrontendHeapBase::~FrontendHeapBase() 16 static
Partition.hpp:44:7:touchgfx::Partition<touchgfx::meta::TypeList<sequenceScreenPresenter, touchgfx::meta::TypeList<touchgfx::meta::Nil, touchgfx::meta::Nil> >, 1>::Partition() 16 static
Partition.hpp:44:7:touchgfx::Partition<touchgfx::meta::TypeList<sequenceScreenView, touchgfx::meta::TypeList<touchgfx::meta::Nil, touchgfx::meta::Nil> >, 1>::Partition() 16 static
Partition.hpp:44:7:touchgfx::Partition<touchgfx::meta::TypeList<touchgfx::SlideTransition<(touchgfx::Direction)3>, touchgfx::meta::TypeList<touchgfx::meta::Nil, touchgfx::meta::Nil> >, 1>::Partition() 16 static
Partition.hpp:44:7:touchgfx::Partition<touchgfx::meta::TypeList<touchgfx::SlideTransition<touchgfx::WEST>, touchgfx::meta::TypeList<touchgfx::meta::Nil, touchgfx::meta::Nil> >, 1>::Partition() 16 static
FrontendHeap.hpp:67:5:FrontendHeap::FrontendHeap() 32 static
TouchGFXGeneratedHAL.hpp:44:5:TouchGFXGeneratedHAL::TouchGFXGeneratedHAL(touchgfx::DMA_Interface&, touchgfx::LCD&, touchgfx::TouchController&, uint16_t, uint16_t) 32 static
TouchGFXGeneratedHAL.hpp:28:7:TouchGFXGeneratedHAL::~TouchGFXGeneratedHAL() 16 static
Expand All @@ -57,8 +57,8 @@ TouchGFXConfiguration.cpp:37:6:void touchgfx_init() 32 static
TouchGFXConfiguration.cpp:51:6:void touchgfx_taskEntry() 8 static
FrontendHeap.hpp:6:7:FrontendHeap::~FrontendHeap() 16 static
FrontendHeap.hpp:6:7:virtual FrontendHeap::~FrontendHeap() 16 static
Partition.hpp:44:7:touchgfx::Partition<touchgfx::meta::TypeList<touchgfx::SlideTransition<(touchgfx::Direction)3>, touchgfx::meta::TypeList<touchgfx::meta::Nil, touchgfx::meta::Nil> >, 1>::~Partition() 16 static
Partition.hpp:44:7:virtual touchgfx::Partition<touchgfx::meta::TypeList<touchgfx::SlideTransition<(touchgfx::Direction)3>, touchgfx::meta::TypeList<touchgfx::meta::Nil, touchgfx::meta::Nil> >, 1>::~Partition() 16 static
Partition.hpp:44:7:touchgfx::Partition<touchgfx::meta::TypeList<touchgfx::SlideTransition<touchgfx::WEST>, touchgfx::meta::TypeList<touchgfx::meta::Nil, touchgfx::meta::Nil> >, 1>::~Partition() 16 static
Partition.hpp:44:7:virtual touchgfx::Partition<touchgfx::meta::TypeList<touchgfx::SlideTransition<touchgfx::WEST>, touchgfx::meta::TypeList<touchgfx::meta::Nil, touchgfx::meta::Nil> >, 1>::~Partition() 16 static
Partition.hpp:44:7:touchgfx::Partition<touchgfx::meta::TypeList<sequenceScreenView, touchgfx::meta::TypeList<touchgfx::meta::Nil, touchgfx::meta::Nil> >, 1>::~Partition() 16 static
Partition.hpp:44:7:virtual touchgfx::Partition<touchgfx::meta::TypeList<sequenceScreenView, touchgfx::meta::TypeList<touchgfx::meta::Nil, touchgfx::meta::Nil> >, 1>::~Partition() 16 static
Partition.hpp:44:7:touchgfx::Partition<touchgfx::meta::TypeList<sequenceScreenPresenter, touchgfx::meta::TypeList<touchgfx::meta::Nil, touchgfx::meta::Nil> >, 1>::~Partition() 16 static
Expand All @@ -74,10 +74,10 @@ Callback.hpp:430:8:touchgfx::Callback<FrontendApplicationBase>::~Callback() 16 s
Callback.hpp:430:8:virtual touchgfx::Callback<FrontendApplicationBase>::~Callback() 16 static
ApplicationFontProvider.hpp:29:7:ApplicationFontProvider::~ApplicationFontProvider() 16 static
ApplicationFontProvider.hpp:29:7:virtual ApplicationFontProvider::~ApplicationFontProvider() 16 static
Partition.hpp:67:22:uint16_t touchgfx::Partition<ListOfTypes, NUMBER_OF_ELEMENTS>::capacity() const [with ListOfTypes = touchgfx::meta::TypeList<touchgfx::SlideTransition<(touchgfx::Direction)3>, touchgfx::meta::TypeList<touchgfx::meta::Nil, touchgfx::meta::Nil> >; short unsigned int NUMBER_OF_ELEMENTS = 1] 16 static
Partition.hpp:79:22:uint32_t touchgfx::Partition<ListOfTypes, NUMBER_OF_ELEMENTS>::element_size() [with ListOfTypes = touchgfx::meta::TypeList<touchgfx::SlideTransition<(touchgfx::Direction)3>, touchgfx::meta::TypeList<touchgfx::meta::Nil, touchgfx::meta::Nil> >; short unsigned int NUMBER_OF_ELEMENTS = 1] 16 static
Partition.hpp:94:19:void* touchgfx::Partition<ListOfTypes, NUMBER_OF_ELEMENTS>::element(uint16_t) [with ListOfTypes = touchgfx::meta::TypeList<touchgfx::SlideTransition<(touchgfx::Direction)3>, touchgfx::meta::TypeList<touchgfx::meta::Nil, touchgfx::meta::Nil> >; short unsigned int NUMBER_OF_ELEMENTS = 1] 16 static
Partition.hpp:108:25:const void* touchgfx::Partition<ListOfTypes, NUMBER_OF_ELEMENTS>::element(uint16_t) const [with ListOfTypes = touchgfx::meta::TypeList<touchgfx::SlideTransition<(touchgfx::Direction)3>, touchgfx::meta::TypeList<touchgfx::meta::Nil, touchgfx::meta::Nil> >; short unsigned int NUMBER_OF_ELEMENTS = 1] 16 static
Partition.hpp:67:22:uint16_t touchgfx::Partition<ListOfTypes, NUMBER_OF_ELEMENTS>::capacity() const [with ListOfTypes = touchgfx::meta::TypeList<touchgfx::SlideTransition<touchgfx::WEST>, touchgfx::meta::TypeList<touchgfx::meta::Nil, touchgfx::meta::Nil> >; short unsigned int NUMBER_OF_ELEMENTS = 1] 16 static
Partition.hpp:79:22:uint32_t touchgfx::Partition<ListOfTypes, NUMBER_OF_ELEMENTS>::element_size() [with ListOfTypes = touchgfx::meta::TypeList<touchgfx::SlideTransition<touchgfx::WEST>, touchgfx::meta::TypeList<touchgfx::meta::Nil, touchgfx::meta::Nil> >; short unsigned int NUMBER_OF_ELEMENTS = 1] 16 static
Partition.hpp:94:19:void* touchgfx::Partition<ListOfTypes, NUMBER_OF_ELEMENTS>::element(uint16_t) [with ListOfTypes = touchgfx::meta::TypeList<touchgfx::SlideTransition<touchgfx::WEST>, touchgfx::meta::TypeList<touchgfx::meta::Nil, touchgfx::meta::Nil> >; short unsigned int NUMBER_OF_ELEMENTS = 1] 16 static
Partition.hpp:108:25:const void* touchgfx::Partition<ListOfTypes, NUMBER_OF_ELEMENTS>::element(uint16_t) const [with ListOfTypes = touchgfx::meta::TypeList<touchgfx::SlideTransition<touchgfx::WEST>, touchgfx::meta::TypeList<touchgfx::meta::Nil, touchgfx::meta::Nil> >; short unsigned int NUMBER_OF_ELEMENTS = 1] 16 static
Partition.hpp:67:22:uint16_t touchgfx::Partition<ListOfTypes, NUMBER_OF_ELEMENTS>::capacity() const [with ListOfTypes = touchgfx::meta::TypeList<sequenceScreenView, touchgfx::meta::TypeList<touchgfx::meta::Nil, touchgfx::meta::Nil> >; short unsigned int NUMBER_OF_ELEMENTS = 1] 16 static
Partition.hpp:79:22:uint32_t touchgfx::Partition<ListOfTypes, NUMBER_OF_ELEMENTS>::element_size() [with ListOfTypes = touchgfx::meta::TypeList<sequenceScreenView, touchgfx::meta::TypeList<touchgfx::meta::Nil, touchgfx::meta::Nil> >; short unsigned int NUMBER_OF_ELEMENTS = 1] 16 static
Partition.hpp:94:19:void* touchgfx::Partition<ListOfTypes, NUMBER_OF_ELEMENTS>::element(uint16_t) [with ListOfTypes = touchgfx::meta::TypeList<sequenceScreenView, touchgfx::meta::TypeList<touchgfx::meta::Nil, touchgfx::meta::Nil> >; short unsigned int NUMBER_OF_ELEMENTS = 1] 16 static
Expand Down
Binary file not shown.
Loading

0 comments on commit a530516

Please sign in to comment.