cancel
Showing results for 
Search instead for 
Did you mean: 

i have problem with this define in stm32F1xx_ll_gpio.h LL_GPIO_PIN_8 ((GPIO_BSRR_BS8 << GPIO_PIN_MASK_POS) | 0x04000001U) /*!< Select pin 8 */ this have a "or" with 0x04000001U , why?

FAndr.5
Associate III
 
2 REPLIES 2

Look at the Cube/LL functions which use this symbol, how is it used exactly.

JW

Thanks, i see .