Home
last modified time | relevance | path

Searched refs:MMA8451Write (Results 1 – 1 of 1) sorted by relevance

/loramac-node-latest/src/peripherals/
Dmma8451.c41 LmnStatus_t MMA8451Write( uint8_t addr, uint8_t data );
105 MMA8451Write( MMA8451_CTRL_REG3, 0x01 ); in MMA8451Init()
114 if( MMA8451Write( 0x2B, 0x40 ) == LMN_STATUS_OK ) // Reset the MMA8451 with CTRL_REG2 in MMA8451Reset()
121 LmnStatus_t MMA8451Write( uint8_t addr, uint8_t data ) in MMA8451Write() function
166 MMA8451Write( MMA8451_CTRL_REG1, ctrlReg1 & 0xFE ); in MMA8451OrientDetect()
169 MMA8451Write( MMA8451_CTRL_REG1, ctrlReg1 | 0x20 ); in MMA8451OrientDetect()
173 MMA8451Write( MMA8451_PL_CFG, tmpReg | 0x40 ); in MMA8451OrientDetect()
176 MMA8451Write( MMA8451_CTRL_REG4, 0x10 ); in MMA8451OrientDetect()
179 MMA8451Write( MMA8451_CTRL_REG5, 0x10 ); in MMA8451OrientDetect()
182 MMA8451Write( MMA8451_PL_COUNT, 0x05 ); in MMA8451OrientDetect()
[all …]