(mostly) assembly timings
This commit is contained in:
parent
b59a086a82
commit
61bd8c7632
6 changed files with 275 additions and 186 deletions
|
@ -84,7 +84,7 @@ void MX_GPIO_Init(void)
|
|||
/**/
|
||||
GPIO_InitStruct.Pin = LL_GPIO_PIN_11;
|
||||
GPIO_InitStruct.Mode = LL_GPIO_MODE_OUTPUT;
|
||||
GPIO_InitStruct.Speed = LL_GPIO_SPEED_FREQ_LOW;
|
||||
GPIO_InitStruct.Speed = LL_GPIO_SPEED_FREQ_HIGH;
|
||||
GPIO_InitStruct.OutputType = LL_GPIO_OUTPUT_PUSHPULL;
|
||||
LL_GPIO_Init(GPIOB, &GPIO_InitStruct);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue