Skip to main content
FAndr.5
Associate II
November 3, 2022
Question

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?

  • November 3, 2022
  • 2 replies
  • 764 views

..

    This topic has been closed for replies.

    2 replies

    waclawek.jan
    Super User
    November 3, 2022

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

    JW

    FAndr.5
    FAndr.5Author
    Associate II
    November 17, 2022

    Thanks, i see .