Searched refs:PSRAM_ID (Results 1 – 3 of 3) sorted by relevance
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/src/ |
| A D | bl616_psram.c | 102 CHECK_PARAM(IS_PSRAM_ID_TYPE(PSRAM_ID)); in PSram_Ctrl_Init() 197 CHECK_PARAM(IS_PSRAM_ID_TYPE(PSRAM_ID)); in PSram_Ctrl_Winbond_Read_Reg() 199 PSram_Ctrl_Request(PSRAM_ID); in PSram_Ctrl_Winbond_Read_Reg() 223 PSram_Ctrl_Release(PSRAM_ID); in PSram_Ctrl_Winbond_Read_Reg() 247 CHECK_PARAM(IS_PSRAM_ID_TYPE(PSRAM_ID)); in PSram_Ctrl_Winbond_Write_Reg() 249 PSram_Ctrl_Request(PSRAM_ID); in PSram_Ctrl_Winbond_Write_Reg() 298 PSram_Ctrl_Release(PSRAM_ID); in PSram_Ctrl_Winbond_Write_Reg() 323 PSram_Ctrl_Request(PSRAM_ID); in PSram_Ctrl_ApMem_Read_Reg() 347 PSram_Ctrl_Release(PSRAM_ID); in PSram_Ctrl_ApMem_Read_Reg() 372 PSram_Ctrl_Request(PSRAM_ID); in PSram_Ctrl_ApMem_Write_Reg() [all …]
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/include/ |
| A D | bl616_psram.h | 467 void PSram_Ctrl_Init(PSRAM_ID_Type PSRAM_ID, PSRAM_Ctrl_Cfg_Type *psramCtrlCfg); 468 BL_Err_Type PSram_Ctrl_Winbond_Read_Reg(PSRAM_ID_Type PSRAM_ID, PSRAM_Ctrl_Winbond_Cfg_Reg_Type reg… 469 BL_Err_Type PSram_Ctrl_Winbond_Write_Reg(PSRAM_ID_Type PSRAM_ID, PSRAM_Ctrl_Winbond_Cfg_Reg_Type re… 471 BL_Err_Type PSram_Ctrl_ApMem_Read_Reg(PSRAM_ID_Type PSRAM_ID, PSRAM_Ctrl_ApMem_Cfg_Reg_Type reg_add… 472 BL_Err_Type PSram_Ctrl_ApMem_Write_Reg(PSRAM_ID_Type PSRAM_ID, PSRAM_Ctrl_ApMem_Cfg_Reg_Type reg_ad… 474 void PSram_Ctrl_ApMem_Reset(PSRAM_ID_Type PSRAM_ID); 475 void PSram_Ctrl_CK_Sel(PSRAM_ID_Type PSRAM_ID, PSRAM_Clock_Type clkSel); 476 void PSram_Ctrl_Winbond_Reset(PSRAM_ID_Type PSRAM_ID); 477 uint8_t PSram_Ctrl_Get_Timeout_Flag(PSRAM_ID_Type PSRAM_ID); 478 void PSram_Ctrl_Clear_Timout_Flag(PSRAM_ID_Type PSRAM_ID); [all …]
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/include/ |
| A D | bl808_psram.h | 468 void PSram_Ctrl_Init(PSRAM_ID_Type PSRAM_ID, PSRAM_Ctrl_Cfg_Type *psramCtrlCfg); 469 BL_Err_Type PSram_Ctrl_Winbond_Read_Reg(PSRAM_ID_Type PSRAM_ID, PSRAM_Ctrl_Winbond_Cfg_Reg_Type reg… 470 BL_Err_Type PSram_Ctrl_Winbond_Write_Reg(PSRAM_ID_Type PSRAM_ID, PSRAM_Ctrl_Winbond_Cfg_Reg_Type re… 472 BL_Err_Type PSram_Ctrl_ApMem_Read_Reg(PSRAM_ID_Type PSRAM_ID, PSRAM_Ctrl_ApMem_Cfg_Reg_Type reg_add… 473 BL_Err_Type PSram_Ctrl_ApMem_Write_Reg(PSRAM_ID_Type PSRAM_ID, PSRAM_Ctrl_ApMem_Cfg_Reg_Type reg_ad… 475 void PSram_Ctrl_ApMem_Reset(PSRAM_ID_Type PSRAM_ID); 476 void PSram_Ctrl_CK_Sel(PSRAM_ID_Type PSRAM_ID, PSRAM_Clock_Type clkSel); 477 void PSram_Ctrl_Winbond_Reset(PSRAM_ID_Type PSRAM_ID); 478 uint8_t PSram_Ctrl_Get_Timeout_Flag(PSRAM_ID_Type PSRAM_ID); 479 void PSram_Ctrl_Clear_Timout_Flag(PSRAM_ID_Type PSRAM_ID); [all …]
|
Completed in 12 milliseconds