cancel
Showing results for 
Search instead for 
Did you mean: 

Register Level Equivalent of LL Statment

MYAQO.1
Associate II

What would be the register level equivalent of the following statement:

 LL_HRTIM_ClearFlag_REP(HRTIM1, LL_HRTIM_TIMER_MASTER);

1 ACCEPTED SOLUTION

Accepted Solutions
3 REPLIES 3
MYAQO.1
Associate II

Also,

 HAL_GPIO_WritePin(GPIOB, GPIO_PIN_10, GPIO_PIN_SET);

  HAL_GPIO_WritePin(GPIOB, GPIO_PIN_10, GPIO_PIN_RESET);

Any guide to programming at the register level for all peripherals? Thank you so much!

MYAQO.1
Associate II

Thanks!