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

  /device/google/contexthub/firmware/os/platform/stm32/
bl.c 69 volatile uint32_t APB2RSTR;
432 RCC->APB2RSTR |= PERIPH_APB2_SPI1;
434 RCC->APB2RSTR &=~ PERIPH_APB2_SPI1;
448 RCC->APB2RSTR |= PERIPH_APB2_SPI1;
450 RCC->APB2RSTR &=~ PERIPH_APB2_SPI1;
pwr.c 34 volatile uint32_t APB2RSTR;

Completed in 60 milliseconds