|
SmartSnippets DA1459x SDK
|
void sys_sw_bsr_init(void)
Initialize the BSR module.
bool sys_sw_bsr_acquired(SW_BSR_MASTER_ID sw_bsr_master_id, uint32_t periph_id)
Checks if exclusive access to a specific peripheral has been acquired from a given master.
System Driver header file.
void sys_sw_bsr_release(SW_BSR_MASTER_ID sw_bsr_master_id, uint32_t periph_id)
Releases the exclusive access from a specific peripheral so it can be used by another master.
void sys_sw_bsr_acquire(SW_BSR_MASTER_ID sw_bsr_master_id, uint32_t periph_id)
Acquire exclusive access to a specific peripheral when it could also be used by another master....