![]()  | 
  
    MCUXpresso SDK API Reference Manual
    Rev. 0
    
   NXP Semiconductors 
   | 
 
The MCUXpresso SDK provides a Peripheral driver for the Reset Control Module (RCM) module of MCUXpresso SDK devices.
Data Structures | |
| struct | rcm_reset_pin_filter_config_t | 
| Reset pin filter configuration.  More... | |
Enumerations | |
| enum | rcm_reset_source_t {  kRCM_SourceWakeup = RCM_SRS0_WAKEUP_MASK, kRCM_SourceLvd = RCM_SRS0_LVD_MASK, kRCM_SourceLoc = RCM_SRS0_LOC_MASK, kRCM_SourceLol = RCM_SRS0_LOL_MASK, kRCM_SourceWdog = RCM_SRS0_WDOG_MASK, kRCM_SourcePin = RCM_SRS0_PIN_MASK, kRCM_SourcePor = RCM_SRS0_POR_MASK, kRCM_SourceJtag = RCM_SRS1_JTAG_MASK << 8U, kRCM_SourceLockup = RCM_SRS1_LOCKUP_MASK << 8U, kRCM_SourceSw = RCM_SRS1_SW_MASK << 8U, kRCM_SourceMdmap = RCM_SRS1_MDM_AP_MASK << 8U, kRCM_SourceEzpt = RCM_SRS1_EZPT_MASK << 8U, kRCM_SourceSackerr = RCM_SRS1_SACKERR_MASK << 8U }  | 
| System Reset Source Name definitions.  More... | |
| enum | rcm_run_wait_filter_mode_t {  kRCM_FilterDisable = 0U, kRCM_FilterBusClock = 1U, kRCM_FilterLpoClock = 2U }  | 
| Reset pin filter select in Run and Wait modes.  More... | |
Driver version | |
| #define | FSL_RCM_DRIVER_VERSION (MAKE_VERSION(2, 0, 1)) | 
| RCM driver version 2.0.1.  More... | |
Reset Control Module APIs | |
| static uint32_t | RCM_GetPreviousResetSources (RCM_Type *base) | 
| Gets the reset source status which caused a previous reset.  More... | |
| static uint32_t | RCM_GetStickyResetSources (RCM_Type *base) | 
| Gets the sticky reset source status.  More... | |
| static void | RCM_ClearStickyResetSources (RCM_Type *base, uint32_t sourceMasks) | 
| Clears the sticky reset source status.  More... | |
| void | RCM_ConfigureResetPinFilter (RCM_Type *base, const rcm_reset_pin_filter_config_t *config) | 
| Configures the reset pin filter.  More... | |
| static bool | RCM_GetEasyPortModePinStatus (RCM_Type *base) | 
| Gets the EZP_MS_B pin assert status.  More... | |
| struct rcm_reset_pin_filter_config_t | 
Data Fields | |
| bool | enableFilterInStop | 
| Reset pin filter select in stop mode.  More... | |
| rcm_run_wait_filter_mode_t | filterInRunWait | 
| Reset pin filter in run/wait mode.  More... | |
| uint8_t | busClockFilterCount | 
| Reset pin bus clock filter width.  More... | |
| bool rcm_reset_pin_filter_config_t::enableFilterInStop | 
| rcm_run_wait_filter_mode_t rcm_reset_pin_filter_config_t::filterInRunWait | 
| uint8_t rcm_reset_pin_filter_config_t::busClockFilterCount | 
| #define FSL_RCM_DRIVER_VERSION (MAKE_VERSION(2, 0, 1)) | 
| enum rcm_reset_source_t | 
      
  | 
  inlinestatic | 
This function gets the current reset source status. Use source masks defined in the rcm_reset_source_t to get the desired source status.
This is an example.
| base | RCM peripheral base address. | 
      
  | 
  inlinestatic | 
This function gets the current reset source status that has not been cleared by software for a specific source.
This is an example.
| base | RCM peripheral base address. | 
      
  | 
  inlinestatic | 
This function clears the sticky system reset flags indicated by source masks.
This is an example.
| base | RCM peripheral base address. | 
| sourceMasks | reset source status bit map | 
| void RCM_ConfigureResetPinFilter | ( | RCM_Type * | base, | 
| const rcm_reset_pin_filter_config_t * | config | ||
| ) | 
This function sets the reset pin filter including the filter source, filter width, and so on.
| base | RCM peripheral base address. | 
| config | Pointer to the configuration structure. | 
      
  | 
  inlinestatic | 
This function gets the easy port mode status (EZP_MS_B) pin assert status.
| base | RCM peripheral base address. |