| /bsp/efm32/Libraries/emlib/src/ |
| A D | em_rmu.c | 73 uint32_t locked; in RMU_ResetCauseClear() local 79 locked = EMU->LOCK & EMU_LOCK_LOCKKEY_LOCKED; in RMU_ResetCauseClear() 80 if (locked) in RMU_ResetCauseClear() 88 if (locked) in RMU_ResetCauseClear()
|
| /bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi_master_vec/ |
| A D | spi_master_vec.h | 295 volatile bool locked; member 383 if (module->locked) { in spi_master_vec_lock() 386 module->locked = true; in spi_master_vec_lock() 406 module->locked = false; in spi_master_vec_unlock()
|
| /bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/ |
| A D | i2c_master.h | 218 volatile bool locked; member 330 if (module->locked) { in i2c_master_lock() 333 module->locked = true; in i2c_master_lock() 355 module->locked = false; in i2c_master_unlock()
|
| A D | i2c_slave.h | 250 volatile bool locked; member 375 if (module->locked) { in i2c_slave_lock() 378 module->locked = true; in i2c_slave_lock() 400 module->locked = false; in i2c_slave_unlock()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | pcm_direct.h | 128 int locked[DIRECT_IPC_SEMS]; member 196 dmix->locked[sem_num]++; in snd_pcm_direct_semaphore_down() 211 dmix->locked[sem_num]--; in snd_pcm_direct_semaphore_up()
|
| /bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd20/ |
| A D | gclk.c | 484 bool locked; in system_gclk_chan_is_locked() local 490 locked = GCLK->CLKCTRL.bit.WRTLOCK; in system_gclk_chan_is_locked() 494 return locked; in system_gclk_chan_is_locked()
|
| /bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd21_r21_da_ha1/ |
| A D | gclk.c | 484 bool locked; in system_gclk_chan_is_locked() local 490 locked = GCLK->CLKCTRL.bit.WRTLOCK; in system_gclk_chan_is_locked() 494 return locked; in system_gclk_chan_is_locked()
|
| /bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi/ |
| A D | spi.h | 702 volatile bool locked; member 1108 if (module->locked) { in spi_lock() 1111 module->locked = true; in spi_lock() 1133 module->locked = false; in spi_unlock()
|
| A D | spi.c | 602 module->locked = false; in spi_init()
|
| /bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/usart/ |
| A D | usart.h | 892 volatile bool locked; member 963 if (module->locked) { in usart_lock() 966 module->locked = true; in usart_lock() 986 module->locked = false; in usart_unlock()
|
| /bsp/samd21/sam_d2x_asflib/sam0/drivers/spi/ |
| A D | spi.c | 482 module->locked = 0; in spi_init() 564 if (module->locked) { in spi_lock() 567 module->locked = true; in spi_lock() 587 module->locked = false; in spi_unlock()
|
| A D | spi.h | 356 volatile uint8_t locked; member
|
| /bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/ |
| A D | i2c_slave.h | 141 volatile bool locked; member
|
| A D | i2c_master.h | 144 volatile bool locked; member
|
| /bsp/microchip/samc21/bsp/hal/documentation/ |
| A D | flash.rst | 11 to be executed. At the meantime, the number of pages that can be locked or unlocked
|
| /bsp/simulator/SDL2/include/ |
| A D | SDL_surface.h | 84 int locked; /**< Read-only */ member
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/flash/ |
| A D | bflb_sf_ctrl.c | 1110 uint32_t start_addr, uint32_t end_addr, uint8_t locked) in bflb_sf_ctrl_aes_set_region() argument 1147 if (locked) { in bflb_sf_ctrl_aes_set_region() 1161 uint32_t start_addr, uint32_t end_addr, uint8_t locked) 1187 if (locked) {
|
| A D | bflb_sf_ctrl.h | 444 uint32_t start_addr, uint32_t end_addr, uint8_t locked);
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/src/ |
| A D | bl602_romapi.c | 864 …8_t region, uint8_t enable, uint8_t hw_key, uint32_t start_addr, uint32_t end_addr, uint8_t locked) in bflb_sf_ctrl_aes_set_region() argument 866 return RomDriver_SF_Ctrl_AES_Set_Region(region, enable, hw_key, start_addr, end_addr, locked); in bflb_sf_ctrl_aes_set_region()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/src/ |
| A D | bl702_romapi.c | 902 … uint8_t hw_key, uint32_t start_addr, uint32_t end_addr, uint8_t locked) in bflb_sf_ctrl_aes_set_region() argument 904 RomDriver_SF_Ctrl_AES_Set_Region(region, enable, hw_key, start_addr, end_addr, locked); in bflb_sf_ctrl_aes_set_region()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/include/ |
| A D | bl602_romdriver.h | 701 …8_t enable, uint8_t hwKey, uint32_t startAddr, uint32_t endAddr, uint8_t locked))ROM_APITABLE[ROM_…
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/include/ |
| A D | bl702_romdriver.h | 538 …8_t enable, uint8_t hwKey, uint32_t startAddr, uint32_t endAddr, uint8_t locked))ROM_APITABLE[ROM_…
|
| /bsp/beaglebone/ |
| A D | AM335x_sk_DDR3.mac | 148 __message "**** Core locked\n";
|
| /bsp/stm32/stm32f103-blue-pill/ |
| A D | README.md | 307 …ilicon die, which means STM32F103C8 also has 128KB ROM in theory, but ST locked the high 64KB. Bas…
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/src/ |
| A D | bl616_romapi_e907.c | 1765 …8_t region, uint8_t enable, uint8_t hwKey, uint32_t start_addr, uint32_t end_addr, uint8_t locked){ in bflb_sf_ctrl_aes_set_region() argument 1766 return RomDriver_SF_Ctrl_AES_Set_Region(region,enable,hwKey,start_addr,end_addr,locked); in bflb_sf_ctrl_aes_set_region()
|