OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APB2RSTR
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/platform/stm32/
bl.c
70
volatile uint32_t
APB2RSTR
;
425
RCC->
APB2RSTR
|= PERIPH_APB2_SPI1;
427
RCC->
APB2RSTR
&=~ PERIPH_APB2_SPI1;
445
RCC->
APB2RSTR
|= PERIPH_APB2_SPI1;
447
RCC->
APB2RSTR
&=~ PERIPH_APB2_SPI1;
pwr.c
34
volatile uint32_t
APB2RSTR
;
Completed in 2462 milliseconds