Searched defs:VALUE (Results 1 – 8 of 8) sorted by relevance
/hal_microchip-latest/mpfs/hal/ |
D | hw_macros.h | 37 #define HW_set_uint32_reg(BASE_ADDR, REG_OFFSET, VALUE) (*((uint32_t volatile *)(BASE_ADDR + REG_OF… argument 39 #define HW_set_uint32_reg_field(BASE_ADDR, FIELD, VALUE) \ argument 57 #define HW_set_uint32(BASE_ADDR, VALUE) (*((uint32_t volatile *)(BASE_ADDR)) = (VALUE)) argument 64 #define HW_set_uint16_reg(BASE_ADDR, REG_OFFSET, VALUE) (*((uint16_t volatile *)(BASE_ADDR + REG_OF… argument 66 #define HW_set_uint16_reg_field(BASE_ADDR, FIELD, VALUE) \ argument 84 #define HW_set_uint8_reg(BASE_ADDR, REG_OFFSET, VALUE) (*((uint8_t volatile *)(BASE_ADDR + REG_OFFS… argument 86 #define HW_set_uint8_reg_field(BASE_ADDR, FIELD, VALUE) \ argument 104 #define HW_set_uint8(BASE_ADDR, VALUE) (*((uint8_t volatile *)(BASE_ADDR)) = (VALUE)) argument
|
D | hal.h | 79 #define HAL_set_32bit_reg(BASE_ADDR, REG_NAME, VALUE) \ argument 105 #define HAL_set_32bit_reg_field(BASE_ADDR, FIELD_NAME, VALUE) \ argument 137 #define HAL_set_16bit_reg(BASE_ADDR, REG_NAME, VALUE) \ argument 163 #define HAL_set_16bit_reg_field(BASE_ADDR, FIELD_NAME, VALUE) \ argument 195 #define HAL_set_8bit_reg(BASE_ADDR, REG_NAME, VALUE) \ argument 213 #define HAL_set_8bit_reg_field(BASE_ADDR, FIELD_NAME, VALUE) \ argument
|
/hal_microchip-latest/pic32c/pic32cxsg/include/fixups/component/ |
D | freqm_component_fixup_pic32cxsg.h | 105 uint32_t VALUE:24; /*!< bit: 0..23 Measurement Value */ member 124 …__I FREQM_VALUE_Type VALUE; /**< \brief Offset: 0x10 (R/ 32) Count Value Register… member
|
D | ac_component_fixup_pic32cxsg.h | 189 uint8_t VALUE:6; /*!< bit: 0.. 5 Scaler Value */ member
|
D | rtc_component_fixup_pic32cxsg.h | 576 uint8_t VALUE:7; /*!< bit: 0.. 6 Correction Value */ member
|
/hal_microchip-latest/mpfs/drivers/mss/mss_usb/ |
D | mss_usb_core_regs.h | 350 volatile uint32_t VALUE; member 355 volatile uint8_t VALUE; member 363 volatile uint16_t VALUE; member
|
/hal_microchip-latest/mpfs/mpfs_hal/common/ |
D | mss_hart_ints.h | 31 volatile uint64_t VALUE; member
|
/hal_microchip-latest/mec/ |
D | MCHP_MEC1701.h | 3182 …__IO uint32_t VALUE : 10; /*!< [0..9] This field declares a time, in units exp… member
|