HomeSort by relevance Sort by last modified time
    Searched refs:APB2ENR (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/platform/stm32/
bl.c 77 volatile uint32_t APB2ENR;
419 mOldApb2State = RCC->APB2ENR;
421 RCC->APB2ENR |= PERIPH_APB2_SPI1;
449 RCC->APB2ENR = mOldApb2State;
pwr.c 41 volatile uint32_t APB2ENR;

Completed in 64 milliseconds