Searched refs:csr (Results 1 – 3 of 3) sorted by relevance
157 static uint32_t pwrParseCsr(uint32_t csr) in pwrParseCsr() argument161 if (csr & RCC_CSR_LPWRRSTF) in pwrParseCsr()163 if (csr & RCC_CSR_WWDGRSTF) in pwrParseCsr()165 if (csr & RCC_CSR_IWDGRSTF) in pwrParseCsr()167 if (csr & RCC_CSR_SFTRSTF) in pwrParseCsr()169 if (csr & RCC_CSR_PORRSTF) in pwrParseCsr()171 if (csr & RCC_CSR_PINRSTF) in pwrParseCsr()173 if (csr & RCC_CSR_BORRSTF) in pwrParseCsr()
12 -new -key server.key -out server.csr14 openssl x509 -req -sha256 -days 365 -in server.csr -signkey server.key -out server.crt15 rm -f server.csr