Electronic Components Datasheet Search
  New Zealand  ▼
ALLDATASHEET.CO.NZ

X  

AN4124 Datasheet(PDF) 25 Page - STMicroelectronics

Part # AN4124
Description  Using SPC56EL60x fault collection and control unit
PDF  32 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Manufacturer  STMICROELECTRONICS [STMicroelectronics]
Direct Link  http://www.st.com
Logo STMICROELECTRONICS - STMicroelectronics

AN4124 Datasheet(HTML) 25 Page - STMicroelectronics

Back Button AN4124 Datasheet HTML 21Page - STMicroelectronics AN4124 Datasheet HTML 22Page - STMicroelectronics AN4124 Datasheet HTML 23Page - STMicroelectronics AN4124 Datasheet HTML 24Page - STMicroelectronics AN4124 Datasheet HTML 25Page - STMicroelectronics AN4124 Datasheet HTML 26Page - STMicroelectronics AN4124 Datasheet HTML 27Page - STMicroelectronics AN4124 Datasheet HTML 28Page - STMicroelectronics AN4124 Datasheet HTML 29Page - STMicroelectronics Next Button
Zoom Inzoom in Zoom Outzoom out
 25 / 32 page
background image
AN4124
Redundancy and functions
Doc ID 023294 Rev 2
25/32
switch (Reg_Selection){
case 0 : FCCU.NCFE0.R &= (uint32_t) ~(NCFE_En << (NCFE_number%32));
/* Disable the non-critical fault */
break;
case 1 : FCCU.NCFE1.R &= (uint32_t) ~(NCFE_En << (NCFE_number%32));
/* Disable the non-critical fault */
break;
case 2 : FCCU.NCFE2.R &= (uint32_t) ~(NCFE_En << (NCFE_number%32));
/* Disable the non-critical fault */
break;
case 3 : FCCU.NCFE3.R &= (uint32_t) ~(NCFE_En << (NCFE_number%32));
/* Disable the non-critical fault */
break;
default: FCCU.NCFE3.R &= (uint32_t) ~(NCFE_En << (NCFE_number%32));
/* Disable the non-critical fault */
break;
}
}
};
return(exit_value);
}
A.2.10
NCF - normal to alarm - read state
uint32_t FCCU_NAFS_Read(uint32_t* NAFS_Value){
uint32_t exit_value= 0; /* Returned value = ERROR */
FCCU.CTRL.B.OPR = CTRL_OPR4;
/* Set the OP4 */
while(FCCU.CTRL.B.OPS != CTRL_OPS3); /* wait for the completion of the
operation */
*NAFS_Value = FCCU.NAFS.R; /* Read the NAFS latched state */
exit_value = 1;
/* Returned value = SUCCESS */
return(exit_value);
}
A.2.11
NCF - normal to alarm - clear state
uint32_t FCCU_NAFS_Clear(void){
uint32_t exit_value= 0; /* Returned value = ERROR */
FCCU.CTRL.B.OPR = CTRL_OPR13;
/* Set the OP13 */
while(FCCU.CTRL.B.OPS != CTRL_OPS3); /* wait for the completion of the
operation */
exit_value = 1;
/* Returned value = SUCCESS */
return(exit_value);
}
A.2.12
IRQ status
uint32_t FCCU_IRQ_Status(uint32_t CFG_TO_STAT, uint32_t* ALRM_STAT,
uint32_t* NMI_STAT){
uint32_t exit_value= 0; /* Returned value = ERROR */
if (CFG_TO_STAT == 1){
FCCU.IRQ_STAT.B.CFG_TO_STAT |= 1;/* Clear the Configuration
Time Out Error */
}else{
FCCU.IRQ_STAT.B.CFG_TO_STAT &= ~(1);/* No effect on bit */
}
*ALRM_STAT = FCCU.IRQ_STAT.B.ALRM_STAT;/* Read Alarm Interrupt Status */
*NMI_STAT = FCCU.IRQ_STAT.B.NMI_STAT;/* Read NMI Interrupt Status */



Html Pages

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32


Datasheet Download

Go To PDF Page


Link URL



Does ALLDATASHEET help your business so far?  [ DONATE ] 

About Alldatasheet   |   Advertisement   |   Contact us   |   Privacy Policy   |   Link to Datasheet    |   Link Exchange   |   Manufacturer List
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com