Home
last modified time | relevance | path

Searched refs:KEYR (Results 1 – 25 of 235) sorted by relevance

12345678910

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_hsem.c269 MODIFY_REG(HSEM->KEYR, HSEM_KEYR_KEY, (Key << HSEM_KEYR_KEY_Pos)); in HAL_HSEM_SetClearKey()
279 return (HSEM->KEYR >> HSEM_KEYR_KEY_Pos); in HAL_HSEM_GetClearKey()
Dstm32wlxx_hal_flash.c467 WRITE_REG(FLASH->KEYR, FLASH_KEY1); in HAL_FLASH_Unlock()
468 WRITE_REG(FLASH->KEYR, FLASH_KEY2); in HAL_FLASH_Unlock()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_hsem.c269 MODIFY_REG(HSEM->KEYR, HSEM_KEYR_KEY, (Key << HSEM_KEYR_KEY_Pos)); in HAL_HSEM_SetClearKey()
279 return (HSEM->KEYR >> HSEM_KEYR_KEY_Pos); in HAL_HSEM_GetClearKey()
Dstm32wbxx_hal_flash.c452 WRITE_REG(FLASH->KEYR, FLASH_KEY1); in HAL_FLASH_Unlock()
453 WRITE_REG(FLASH->KEYR, FLASH_KEY2); in HAL_FLASH_Unlock()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_hsem.c283 MODIFY_REG(HSEM->KEYR, HSEM_KEYR_KEY, (Key << HSEM_KEYR_KEY_Pos)); in HAL_HSEM_SetClearKey()
293 return (HSEM->KEYR >> HSEM_KEYR_KEY_Pos); in HAL_HSEM_GetClearKey()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_hsem.c282 MODIFY_REG(HSEM->KEYR, HSEM_KEYR_KEY, (Key << HSEM_KEYR_KEY_Pos)); in HAL_HSEM_SetClearKey()
292 return (HSEM->KEYR >> HSEM_KEYR_KEY_Pos); in HAL_HSEM_GetClearKey()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hsem.c294 MODIFY_REG(HSEM->KEYR, HSEM_KEYR_KEY, (Key << HSEM_KEYR_KEY_Pos)); in HAL_HSEM_SetClearKey()
304 return (HSEM->KEYR >> HSEM_KEYR_KEY_Pos); in HAL_HSEM_GetClearKey()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_hsem.h269 WRITE_REG(HSEMx->KEYR, key << HSEM_KEYR_KEY_Pos); in LL_HSEM_SetKey()
280 return (uint32_t)(READ_BIT(HSEMx->KEYR, HSEM_KEYR_KEY) >> HSEM_KEYR_KEY_Pos); in LL_HSEM_GetKey()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_flash.c441 WRITE_REG(FLASH->KEYR, FLASH_KEY1); in HAL_FLASH_Unlock()
442 WRITE_REG(FLASH->KEYR, FLASH_KEY2); in HAL_FLASH_Unlock()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_flash.c485 WRITE_REG(FLASH->KEYR, FLASH_KEY1); in HAL_FLASH_Unlock()
486 WRITE_REG(FLASH->KEYR, FLASH_KEY2); in HAL_FLASH_Unlock()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_flash.c432 WRITE_REG(FLASH->KEYR, FLASH_KEY1); in HAL_FLASH_Unlock()
433 WRITE_REG(FLASH->KEYR, FLASH_KEY2); in HAL_FLASH_Unlock()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_flash.c484 WRITE_REG(FLASH->KEYR, FLASH_KEY1); in HAL_FLASH_Unlock()
485 WRITE_REG(FLASH->KEYR, FLASH_KEY2); in HAL_FLASH_Unlock()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_hsem.h278 WRITE_REG(HSEMx->KEYR, key << HSEM_KEYR_KEY_Pos); in LL_HSEM_SetKey()
289 return (uint32_t)(READ_BIT(HSEMx->KEYR, HSEM_KEYR_KEY) >> HSEM_KEYR_KEY_Pos); in LL_HSEM_GetKey()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_hsem.h293 WRITE_REG(HSEMx->KEYR, key << HSEM_KEYR_KEY_Pos); in LL_HSEM_SetKey()
304 return (uint32_t)(READ_BIT(HSEMx->KEYR, HSEM_KEYR_KEY) >> HSEM_KEYR_KEY_Pos); in LL_HSEM_GetKey()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_hsem.h274 WRITE_REG(HSEMx->KEYR, key << HSEM_KEYR_KEY_Pos); in LL_HSEM_SetKey()
285 return (uint32_t)(READ_BIT(HSEMx->KEYR, HSEM_KEYR_KEY) >> HSEM_KEYR_KEY_Pos); in LL_HSEM_GetKey()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_hsem.h272 WRITE_REG(HSEMx->KEYR, key << HSEM_KEYR_KEY_Pos); in LL_HSEM_SetKey()
283 return (uint32_t)(READ_BIT(HSEMx->KEYR, HSEM_KEYR_KEY) >> HSEM_KEYR_KEY_Pos); in LL_HSEM_GetKey()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_flash.c440 WRITE_REG(FLASH->KEYR, FLASH_KEY1); in HAL_FLASH_Unlock()
441 WRITE_REG(FLASH->KEYR, FLASH_KEY2); in HAL_FLASH_Unlock()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_flash.c431 WRITE_REG(FLASH->KEYR, FLASH_KEY1); in HAL_FLASH_Unlock()
432 WRITE_REG(FLASH->KEYR, FLASH_KEY2); in HAL_FLASH_Unlock()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash.c485 WRITE_REG(FLASH->KEYR, FLASH_KEY1); in HAL_FLASH_Unlock()
486 WRITE_REG(FLASH->KEYR, FLASH_KEY2); in HAL_FLASH_Unlock()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash.c432 WRITE_REG(FLASH->KEYR, FLASH_KEY1); in HAL_FLASH_Unlock()
433 WRITE_REG(FLASH->KEYR, FLASH_KEY2); in HAL_FLASH_Unlock()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_flash.c512 WRITE_REG(FLASH->KEYR, FLASH_KEY1); in HAL_FLASH_Unlock()
513 WRITE_REG(FLASH->KEYR, FLASH_KEY2); in HAL_FLASH_Unlock()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_flash.c525 WRITE_REG(FLASH->KEYR, FLASH_KEY1); in HAL_FLASH_Unlock()
526 WRITE_REG(FLASH->KEYR, FLASH_KEY2); in HAL_FLASH_Unlock()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_flash.c657 WRITE_REG(FLASH->KEYR, FLASH_KEY1);
658 WRITE_REG(FLASH->KEYR, FLASH_KEY2);
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_flash.c505 WRITE_REG(FLASH->KEYR, FLASH_KEY1); in HAL_FLASH_Unlock()
506 WRITE_REG(FLASH->KEYR, FLASH_KEY2); in HAL_FLASH_Unlock()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_system.h1831 FLASH->KEYR = FLASH_KEY1; in LL_FLASH_Unlock()
1832 FLASH->KEYR = FLASH_KEY2; in LL_FLASH_Unlock()

12345678910