Go to the source code of this file.
◆ NUMICRO_MFP
◆ NUMICRO_MFP_MASK
      
        
          | #define NUMICRO_MFP_MASK   0xFU | 
        
      
 
 
◆ NUMICRO_MFP_SHIFT
      
        
          | #define NUMICRO_MFP_SHIFT   0U | 
        
      
 
Pin configuration configuration bit field. 
Fields:
- mfp [ 0 : 3 ]
 
- pin [ 4 : 7 ]
 
- port [ 8 : 11 ]
 
- Parameters
 - 
  
    | port | Port ('A'..'H')  | 
    | pin | Pin (0..15)  | 
    | mfp | Multi-function value (0..15)  | 
  
   
 
 
◆ NUMICRO_PIN
◆ NUMICRO_PIN_MASK
      
        
          | #define NUMICRO_PIN_MASK   0xFU | 
        
      
 
 
◆ NUMICRO_PIN_SHIFT
      
        
          | #define NUMICRO_PIN_SHIFT   4U | 
        
      
 
 
◆ NUMICRO_PINMUX
      
        
          | #define NUMICRO_PINMUX | 
          ( | 
            | 
          port,  | 
        
        
           | 
           | 
            | 
          pin,  | 
        
        
           | 
           | 
            | 
          mfp  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Value:
#define NUMICRO_PIN_SHIFT
Definition: numicro-pinctrl.h:25
 
#define NUMICRO_PORT_MASK
Definition: numicro-pinctrl.h:28
 
#define NUMICRO_PORT_SHIFT
Definition: numicro-pinctrl.h:27
 
#define NUMICRO_MFP_MASK
Definition: numicro-pinctrl.h:24
 
#define NUMICRO_PIN_MASK
Definition: numicro-pinctrl.h:26
 
#define NUMICRO_MFP_SHIFT
Pin configuration configuration bit field.
Definition: numicro-pinctrl.h:23
 
 
 
 
◆ NUMICRO_PORT
◆ NUMICRO_PORT_MASK
      
        
          | #define NUMICRO_PORT_MASK   0xFU | 
        
      
 
 
◆ NUMICRO_PORT_SHIFT
      
        
          | #define NUMICRO_PORT_SHIFT   8U |