Home
last modified time | relevance | path

Searched refs:PECR (Results 1 – 25 of 272) sorted by relevance

1234567891011

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_flash_ramfunc.c173 SET_BIT(FLASH->PECR, FLASH_PECR_PARALLBANK); in HAL_FLASHEx_EraseParallelPage()
174 SET_BIT(FLASH->PECR, FLASH_PECR_ERASE); in HAL_FLASHEx_EraseParallelPage()
175 SET_BIT(FLASH->PECR, FLASH_PECR_PROG); in HAL_FLASHEx_EraseParallelPage()
186 CLEAR_BIT(FLASH->PECR, FLASH_PECR_PROG); in HAL_FLASHEx_EraseParallelPage()
187 CLEAR_BIT(FLASH->PECR, FLASH_PECR_ERASE); in HAL_FLASHEx_EraseParallelPage()
188 CLEAR_BIT(FLASH->PECR, FLASH_PECR_PARALLBANK); in HAL_FLASHEx_EraseParallelPage()
240 SET_BIT(FLASH->PECR, FLASH_PECR_PARALLBANK); in HAL_FLASHEx_ProgramParallelHalfPage()
241 SET_BIT(FLASH->PECR, FLASH_PECR_FPRG); in HAL_FLASHEx_ProgramParallelHalfPage()
242 SET_BIT(FLASH->PECR, FLASH_PECR_PROG); in HAL_FLASHEx_ProgramParallelHalfPage()
265 CLEAR_BIT(FLASH->PECR, FLASH_PECR_PROG); in HAL_FLASHEx_ProgramParallelHalfPage()
[all …]
Dstm32l1xx_hal_flash.c365 CLEAR_BIT(FLASH->PECR, FLASH_PECR_ERASE); in HAL_FLASH_IRQHandler()
382 CLEAR_BIT(FLASH->PECR, FLASH_PECR_PROG); in HAL_FLASH_IRQHandler()
399 CLEAR_BIT(FLASH->PECR, (FLASH_PECR_ERASE | FLASH_PECR_PROG)); in HAL_FLASH_IRQHandler()
469 if (HAL_IS_BIT_SET(FLASH->PECR, FLASH_PECR_PRGLOCK)) in HAL_FLASH_Unlock()
472 if(HAL_IS_BIT_SET(FLASH->PECR, FLASH_PECR_PELOCK)) in HAL_FLASH_Unlock()
478 if(HAL_IS_BIT_SET(FLASH->PECR, FLASH_PECR_PELOCK)) in HAL_FLASH_Unlock()
489 if (HAL_IS_BIT_SET(FLASH->PECR, FLASH_PECR_PRGLOCK)) in HAL_FLASH_Unlock()
505 SET_BIT(FLASH->PECR, FLASH_PECR_PRGLOCK); in HAL_FLASH_Lock()
516 if(HAL_IS_BIT_SET(FLASH->PECR, FLASH_PECR_OPTLOCK)) in HAL_FLASH_OB_Unlock()
519 if(HAL_IS_BIT_SET(FLASH->PECR, FLASH_PECR_PELOCK)) in HAL_FLASH_OB_Unlock()
[all …]
Dstm32l1xx_hal_flash_ex.c248 CLEAR_BIT(FLASH->PECR, FLASH_PECR_PROG); in HAL_FLASHEx_Erase()
249 CLEAR_BIT(FLASH->PECR, FLASH_PECR_ERASE); in HAL_FLASHEx_Erase()
751 if((FLASH->PECR & FLASH_PECR_PELOCK) != RESET) in HAL_FLASHEx_DATAEEPROM_Unlock()
771 SET_BIT(FLASH->PECR, FLASH_PECR_PELOCK); in HAL_FLASHEx_DATAEEPROM_Lock()
913 SET_BIT(FLASH->PECR, FLASH_PECR_FTDW); in HAL_FLASHEx_DATAEEPROM_EnableFixedTimeProgram()
922 CLEAR_BIT(FLASH->PECR, FLASH_PECR_FTDW); in HAL_FLASHEx_DATAEEPROM_DisableFixedTimeProgram()
1540 CLEAR_BIT(FLASH->PECR, FLASH_PECR_FTDW); in FLASH_DATAEEPROM_FastProgramByte()
1600 CLEAR_BIT(FLASH->PECR, FLASH_PECR_FTDW); in FLASH_DATAEEPROM_FastProgramHalfWord()
1665 CLEAR_BIT(FLASH->PECR, FLASH_PECR_FTDW); in FLASH_DATAEEPROM_FastProgramWord()
1849 SET_BIT(FLASH->PECR, FLASH_PECR_ERASE); in FLASH_PageErase()
[all …]
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_flash_ramfunc.c173 SET_BIT(FLASH->PECR, FLASH_PECR_PARALLBANK); in HAL_FLASHEx_EraseParallelPage()
174 SET_BIT(FLASH->PECR, FLASH_PECR_ERASE); in HAL_FLASHEx_EraseParallelPage()
175 SET_BIT(FLASH->PECR, FLASH_PECR_PROG); in HAL_FLASHEx_EraseParallelPage()
186 CLEAR_BIT(FLASH->PECR, FLASH_PECR_PROG); in HAL_FLASHEx_EraseParallelPage()
187 CLEAR_BIT(FLASH->PECR, FLASH_PECR_ERASE); in HAL_FLASHEx_EraseParallelPage()
188 CLEAR_BIT(FLASH->PECR, FLASH_PECR_PARALLBANK); in HAL_FLASHEx_EraseParallelPage()
233 SET_BIT(FLASH->PECR, FLASH_PECR_PARALLBANK); in HAL_FLASHEx_ProgramParallelHalfPage()
234 SET_BIT(FLASH->PECR, FLASH_PECR_FPRG); in HAL_FLASHEx_ProgramParallelHalfPage()
235 SET_BIT(FLASH->PECR, FLASH_PECR_PROG); in HAL_FLASHEx_ProgramParallelHalfPage()
271 CLEAR_BIT(FLASH->PECR, FLASH_PECR_PROG); in HAL_FLASHEx_ProgramParallelHalfPage()
[all …]
Dstm32l0xx_hal_flash.c370 CLEAR_BIT(FLASH->PECR, FLASH_PECR_ERASE); in HAL_FLASH_IRQHandler()
387 CLEAR_BIT(FLASH->PECR, FLASH_PECR_PROG); in HAL_FLASH_IRQHandler()
404 CLEAR_BIT(FLASH->PECR, (FLASH_PECR_ERASE | FLASH_PECR_PROG)); in HAL_FLASH_IRQHandler()
477 if(HAL_IS_BIT_SET(FLASH->PECR, FLASH_PECR_PELOCK)) in HAL_FLASH_Unlock()
489 if(HAL_IS_BIT_SET(FLASH->PECR, FLASH_PECR_PELOCK)) in HAL_FLASH_Unlock()
495 if (HAL_IS_BIT_SET(FLASH->PECR, FLASH_PECR_PRGLOCK)) in HAL_FLASH_Unlock()
508 if (HAL_IS_BIT_SET(FLASH->PECR, FLASH_PECR_PRGLOCK)) in HAL_FLASH_Unlock()
524 SET_BIT(FLASH->PECR, FLASH_PECR_PRGLOCK); in HAL_FLASH_Lock()
527 SET_BIT(FLASH->PECR, FLASH_PECR_PELOCK); in HAL_FLASH_Lock()
540 if(HAL_IS_BIT_SET(FLASH->PECR, FLASH_PECR_OPTLOCK)) in HAL_FLASH_OB_Unlock()
[all …]
Dstm32l0xx_hal_flash_ex.c199 CLEAR_BIT(FLASH->PECR, FLASH_PECR_PROG); in HAL_FLASHEx_Erase()
200 CLEAR_BIT(FLASH->PECR, FLASH_PECR_ERASE); in HAL_FLASHEx_Erase()
633 if((FLASH->PECR & FLASH_PECR_PELOCK) != RESET) in HAL_FLASHEx_DATAEEPROM_Unlock()
646 if((FLASH->PECR & FLASH_PECR_PELOCK) != RESET) in HAL_FLASHEx_DATAEEPROM_Unlock()
662 SET_BIT(FLASH->PECR, FLASH_PECR_PELOCK); in HAL_FLASHEx_DATAEEPROM_Lock()
777 SET_BIT(FLASH->PECR, FLASH_PECR_FIX); in HAL_FLASHEx_DATAEEPROM_EnableFixedTimeProgram()
786 CLEAR_BIT(FLASH->PECR, FLASH_PECR_FIX); in HAL_FLASHEx_DATAEEPROM_DisableFixedTimeProgram()
1242 SET_BIT(FLASH->PECR, FLASH_PECR_ERASE); in FLASH_PageErase()
1245 SET_BIT(FLASH->PECR, FLASH_PECR_PROG); in FLASH_PageErase()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_flash.h236 #define __HAL_FLASH_ENABLE_IT(__INTERRUPT__) SET_BIT((FLASH->PECR), (__INTERRUPT__))
246 #define __HAL_FLASH_DISABLE_IT(__INTERRUPT__) CLEAR_BIT((FLASH->PECR), (uint32_t)(__INTERRUPT__))
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_flash.h242 #define __HAL_FLASH_ENABLE_IT(__INTERRUPT__) SET_BIT((FLASH->PECR), (__INTERRUPT__))
252 #define __HAL_FLASH_DISABLE_IT(__INTERRUPT__) CLEAR_BIT((FLASH->PECR), (uint32_t)(__INTERRUPT__))
Dstm32l0xx_ll_i2c.h2209 return (uint32_t)(READ_BIT(I2Cx->PECR, I2C_PECR_PEC)); in LL_I2C_GetSMBusPEC()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_i2c.h2216 return (uint32_t)(READ_BIT(I2Cx->PECR, I2C_PECR_PEC)); in LL_I2C_GetSMBusPEC()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_i2c.h2209 return (uint32_t)(READ_BIT(I2Cx->PECR, I2C_PECR_PEC)); in LL_I2C_GetSMBusPEC()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_i2c.h2317 return (uint32_t)(READ_BIT(I2Cx->PECR, I2C_PECR_PEC)); in LL_I2C_GetSMBusPEC()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_i2c.h2209 return (uint32_t)(READ_BIT(I2Cx->PECR, I2C_PECR_PEC)); in LL_I2C_GetSMBusPEC()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_i2c.h2218 return (uint32_t)(READ_BIT(I2Cx->PECR, I2C_PECR_PEC)); in LL_I2C_GetSMBusPEC()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_i2c.h2218 return (uint32_t)(READ_BIT(I2Cx->PECR, I2C_PECR_PEC)); in LL_I2C_GetSMBusPEC()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_i2c.h2176 return (uint32_t)(READ_BIT(I2Cx->PECR, I2C_PECR_PEC)); in LL_I2C_GetSMBusPEC()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_i2c.h2216 return (uint32_t)(READ_BIT(I2Cx->PECR, I2C_PECR_PEC)); in LL_I2C_GetSMBusPEC()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_i2c.h2176 return (uint32_t)(READ_BIT(I2Cx->PECR, I2C_PECR_PEC)); in LL_I2C_GetSMBusPEC()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_i2c.h2309 return (uint32_t)(READ_BIT(I2Cx->PECR, I2C_PECR_PEC)); in LL_I2C_GetSMBusPEC()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_i2c.h2216 return (uint32_t)(READ_BIT(I2Cx->PECR, I2C_PECR_PEC)); in LL_I2C_GetSMBusPEC()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_i2c.h2216 return (uint32_t)(READ_BIT(I2Cx->PECR, I2C_PECR_PEC)); in LL_I2C_GetSMBusPEC()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_i2c.h2216 return (uint32_t)(READ_BIT(I2Cx->PECR, I2C_PECR_PEC)); in LL_I2C_GetSMBusPEC()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_i2c.h2216 return (uint32_t)(READ_BIT(I2Cx->PECR, I2C_PECR_PEC)); in LL_I2C_GetSMBusPEC()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_i2c.h2317 return (uint32_t)(READ_BIT(I2Cx->PECR, I2C_PECR_PEC)); in LL_I2C_GetSMBusPEC()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_fmpi2c.h2177 return (uint32_t)(READ_BIT(FMPI2Cx->PECR, FMPI2C_PECR_PEC)); in LL_FMPI2C_GetSMBusPEC()

1234567891011