SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause brief: | Deletes the period. copyrights: - Copyright (C) 2021 embedded brains GmbH & Co. KG - Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR) definition: default: attributes: null body: null params: - ${../../type/if/id:/name} ${.:/params[0]/name} return: ${../../status/if/code:/name} variants: [] description: | This directive deletes the period specified by ${.:/params[0]/name}. If the period is running, it is automatically canceled. enabled-by: true index-entries: - delete a period interface-type: function links: - role: interface-placement uid: header - role: interface-ingroup uid: group - role: constraint uid: /constraint/directive-ctx-devinit - role: constraint uid: /constraint/directive-ctx-task - role: constraint uid: /constraint/object-allocator - role: constraint uid: ../../constraint/delete-by-any-task - role: constraint uid: /constraint/obj-unlimited-free name: rtems_rate_monotonic_delete notes: | The ${/glossary/pcb:/term} for the deleted period is reclaimed by RTEMS. params: - description: | is the period identifier. dir: null name: id return: return: null return-values: - description: | The requested operation was successful. value: ${../../status/if/successful:/name} - description: | There was no period associated with the identifier specified by ${.:/params[0]/name}. value: ${../../status/if/invalid-id:/name} type: interface