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.
Dependents: ImageZoomInout_Sample ImageRotaion_Sample ImageScroll_Sample GR-PEACH_LCD_4_3inch_Save_to_USB ... more
locking_user.h File Reference
Lock related FIT BSP. More...
Go to the source code of this file.
Functions | |
bool_t | R_OSPL_USER_LOCK_SoftwareLock (r_ospl_user_lock_t *LockObject) |
Example of BSP_CFG_USER_LOCKING_SW_LOCK_FUNCTION. | |
bool_t | R_OSPL_USER_LOCK_SoftwareUnlock (r_ospl_user_lock_t *LockObject) |
Example of BSP_CFG_USER_LOCKING_SW_UNLOCK_FUNCTION. | |
bool_t | R_OSPL_USER_LOCK_HardwareLock (mcu_lock_t HardwareIndex) |
Example of BSP_CFG_USER_LOCKING_HW_LOCK_FUNCTION. | |
bool_t | R_OSPL_USER_LOCK_HardwareUnlock (mcu_lock_t HardwareIndex) |
Example of BSP_CFG_USER_LOCKING_HW_UNLOCK_FUNCTION. | |
r_ospl_user_lock_t * | R_OSPL_GetHardwareLockObjectForTest (mcu_lock_t HardwareIndex) |
For Test. |
Detailed Description
Lock related FIT BSP.
User defined.
- Module:
- OSPL
- PublicVersion:
- 0.90
(=R_OSPL_VERSION)
- Rev:
- 35
- Date:
- 2014-04-15 21:38:18 +0900#
Definition in file locking_user.h.
Function Documentation
r_ospl_user_lock_t* R_OSPL_GetHardwareLockObjectForTest | ( | mcu_lock_t | HardwareIndex ) |
For Test.
- Parameters
- None
- Returns:
- None.
bool_t R_OSPL_USER_LOCK_HardwareLock | ( | mcu_lock_t | HardwareIndex ) |
Example of BSP_CFG_USER_LOCKING_HW_LOCK_FUNCTION.
- Parameters
- None
- Returns:
- None.
bool_t R_OSPL_USER_LOCK_HardwareUnlock | ( | mcu_lock_t | HardwareIndex ) |
Example of BSP_CFG_USER_LOCKING_HW_UNLOCK_FUNCTION.
- Parameters
- None
- Returns:
- None.
bool_t R_OSPL_USER_LOCK_SoftwareLock | ( | r_ospl_user_lock_t * | LockObject ) |
Example of BSP_CFG_USER_LOCKING_SW_LOCK_FUNCTION.
- Parameters
- None
- Returns:
- None.
bool_t R_OSPL_USER_LOCK_SoftwareUnlock | ( | r_ospl_user_lock_t * | LockObject ) |
Example of BSP_CFG_USER_LOCKING_SW_UNLOCK_FUNCTION.
- Parameters
- None
- Returns:
- None.
Generated on Tue Jul 12 2022 11:15:06 by
