/lk-master/external/platform/nrfx/hal/ |
A D | nrf_regulators.h | 234 NRF_STATIC_INLINE void nrf_regulators_dcdcen_set(NRF_REGULATORS_Type * p_reg, bool enable) in nrf_regulators_dcdcen_set() 265 bool enable, in nrf_regulators_pofcon_set() 319 NRF_STATIC_INLINE void nrf_regulators_dcdcen_vddh_set(NRF_REGULATORS_Type * p_reg, bool enable) in nrf_regulators_dcdcen_vddh_set() 327 NRF_STATIC_INLINE void nrf_regulators_dcdcen_radio_set(NRF_REGULATORS_Type * p_reg, bool enable) in nrf_regulators_dcdcen_radio_set()
|
A D | nrf_cache.h | 305 NRF_STATIC_INLINE void nrf_cache_profiling_set(NRF_CACHE_Type * p_reg, bool enable) in nrf_cache_profiling_set() 340 NRF_STATIC_INLINE void nrf_cache_ram_mode_set(NRF_CACHE_Type * p_reg, bool enable) in nrf_cache_ram_mode_set() 350 NRF_STATIC_INLINE void nrf_cache_update_lock_set(NRF_CACHE_Type * p_reg, bool enable) in nrf_cache_update_lock_set()
|
A D | nrf_oscillators.h | 92 NRF_STATIC_INLINE void nrf_oscillators_lfxo_bypass_set(NRF_OSCILLATORS_Type * p_reg, bool enable) in nrf_oscillators_lfxo_bypass_set() 105 bool enable, in nrf_oscillators_hfxo_cap_set()
|
A D | nrf_vreqctrl.h | 68 NRF_STATIC_INLINE void nrf_vreqctrl_radio_high_voltage_set(NRF_VREQCTRL_Type * p_reg, bool enable) in nrf_vreqctrl_radio_high_voltage_set()
|
A D | nrf_bprot.h | 110 bool enable) in nrf_bprot_nvm_protection_in_debug_set()
|
A D | nrf_mpu.h | 161 bool enable) in nrf_mpu_nvm_protection_in_debug_set()
|
A D | nrf_qspi.h | 910 NRF_STATIC_INLINE void nrf_qspi_xip_set(NRF_QSPI_Type * p_reg, bool enable) in nrf_qspi_xip_set() 930 NRF_STATIC_INLINE void nrf_qspi_xip_encryption_set(NRF_QSPI_Type * p_reg, bool enable) in nrf_qspi_xip_encryption_set() 951 NRF_STATIC_INLINE void nrf_qspi_dma_encryption_set(NRF_QSPI_Type * p_reg, bool enable) in nrf_qspi_dma_encryption_set()
|
A D | nrf_power.h | 996 bool enable, in nrf_power_pofcon_set() 1112 NRF_STATIC_INLINE void nrf_power_dcdcen_set(NRF_POWER_Type * p_reg, bool enable) in nrf_power_dcdcen_set() 1148 NRF_STATIC_INLINE void nrf_power_dcdcen_vddh_set(NRF_POWER_Type * p_reg, bool enable) in nrf_power_dcdcen_vddh_set()
|
/lk-master/external/lib/lwip/core/snmp/ |
A D | msg_out.c | 60 u8_t enable; member 81 snmp_trap_dst_enable(u8_t dst_idx, u8_t enable) in snmp_trap_dst_enable() 292 u8_t enable; in snmp_authfail_trap() local
|
/lk-master/platform/pc/ |
A D | interrupts.c | 70 static void enable(unsigned int vector, bool enable) { in enable() argument
|
/lk-master/platform/qemu-mips/ |
A D | intc.c | 91 static void enable(unsigned int vector, bool enable) { in enable() function
|
/lk-master/platform/stm32f0xx/ |
A D | rcc.c | 38 void stm32_rcc_set_enable(stm32_rcc_clk_t clock, bool enable) { in stm32_rcc_set_enable()
|
/lk-master/arch/arm/arm/ |
A D | fpu.c | 36 void arm_fpu_set_enable(bool enable) { in arm_fpu_set_enable()
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/ |
A D | swm_15xx.c | 88 void Chip_SWM_FixedPinEnable(CHIP_SWM_PIN_FIXED_T pin, bool enable) in Chip_SWM_FixedPinEnable()
|
/lk-master/dev/interrupt/arm_gic/ |
A D | arm_gic.c | 158 static void gic_set_enable(uint vector, bool enable) { in gic_set_enable() 506 bool enable = args->params[1]; in smc_intc_request_fiq() local 528 static bool update_fiq_targets(u_int cpu, bool enable, u_int triggered_fiq, bool resume_gicd) { in update_fiq_targets()
|
/lk-master/external/platform/pico/rp2_common/hardware_adc/include/hardware/ |
A D | adc.h | 110 static inline void adc_set_temp_sensor_enabled(bool enable) { in adc_set_temp_sensor_enabled()
|
/lk-master/platform/zynq/ |
A D | clocks.c | 245 status_t zynq_set_clock(enum zynq_periph periph, bool enable, enum zynq_clock_source source, uint32… in zynq_set_clock()
|
/lk-master/dev/cache/pl310/ |
A D | pl310.c | 103 status_t pl310_set_enable(bool enable) { in pl310_set_enable()
|
/lk-master/external/platform/pico/rp2_common/pico_stdio/ |
A D | stdio.c | 159 void stdio_set_driver_enabled(stdio_driver_t *driver, bool enable) { in stdio_set_driver_enabled()
|
/lk-master/external/platform/pico/rp2040/hardware_structs/include/hardware/structs/ |
A D | i2c.h | 40 io_rw_32 enable; member
|
/lk-master/external/platform/pico/rp2_common/hardware_dma/include/hardware/ |
A D | dma.h | 252 static inline void channel_config_set_enable(dma_channel_config *c, bool enable) { in channel_config_set_enable()
|
/lk-master/external/platform/nrfx/drivers/src/ |
A D | nrfx_spim.c | 530 static void spim_int_enable(NRF_SPIM_Type * p_spim, bool enable) in spim_int_enable()
|
/lk-master/external/lib/heap/dlmalloc/ |
A D | dlmalloc.c | 5508 int mspace_track_large_chunks(mspace msp, int enable) { in mspace_track_large_chunks()
|