Home
last modified time | relevance | path

Searched refs:FD_Flash_ctrl_bm_t (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-3.7.0/lib/stm32wba/hci/
Dflash_driver.h35 typedef uint32_t FD_Flash_ctrl_bm_t; typedef
82 void FD_SetStatus(FD_Flash_ctrl_bm_t Flags_bm, FD_FLASH_Status_t Status);
Dflash_driver.c38 static volatile FD_Flash_ctrl_bm_t FD_Flash_Control_status = FD_CTRL_NO_BIT_SET;
49 void FD_SetStatus(FD_Flash_ctrl_bm_t Flags_bm, FD_FLASH_Status_t Status) in FD_SetStatus()