Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: HttpServer_snapshot_mbed-os
locking.h File Reference
Lock related FIT BSP. More...
Go to the source code of this file.
Functions | |
bool_t | R_BSP_HardwareLock (mcu_lock_t const HardwareIndex) |
Attempts to reserve a hardware peripheral lock. | |
bool_t | R_BSP_HardwareUnlock (mcu_lock_t const HardwareIndex) |
Releases a hardware peripheral lock. | |
bool_t | R_BSP_SoftwareLock (BSP_CFG_USER_LOCKING_TYPE *const LockObject) |
Attempts to reserve a lock. | |
bool_t | R_BSP_SoftwareUnlock (BSP_CFG_USER_LOCKING_TYPE *const LockObject) |
Releases a lock. |
Detailed Description
Lock related FIT BSP.
Functions.
- Module:
- OSPL
- PublicVersion:
- 0.90
(=R_OSPL_VERSION)
- Rev:
- 35
- Date:
- 2014-04-15 21:38:18 +0900#
Definition in file locking.h.
Function Documentation
bool_t R_BSP_HardwareLock | ( | mcu_lock_t const | HardwareIndex ) |
bool_t R_BSP_HardwareUnlock | ( | mcu_lock_t const | HardwareIndex ) |
bool_t R_BSP_SoftwareLock | ( | BSP_CFG_USER_LOCKING_TYPE *const | LockObject ) |
Generated on Wed Jul 13 2022 05:33:37 by
